/*
Theme Name: Jobfinder
Theme URI: https://ongoingthemes.com/jobfinder/
Author: Ongoing Themes
Author URI: http://ongoingthemes.com
Description: Jobfinder
Version: 1.0.0
Tags: two-columns, right-sidebar, featured-images, translation-ready
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: jobfinder
*/

/*
	========================================
	TABLE OF CONTENT
	========================================

	[1. Global Style]
	[2. Topbar]
	[3. Navbar]
	[4. Header]
	[5. Service]
	[6. Content]
	[7. Sidebars]
	[8. Testimonial]
    [9. Location]
    [10. Job Detail]
    [11. Company Detail]
    [12. CMB2]
	[13. Footer]
	[14. Copyright]
    [15. Utils]
    [16. Contact]
    [17. 404]
    [18. WP styles]
    [19. Facts]


*/

/*
	==================
	[1. Global Style]
	==================
*/

body {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
    scrollbar-face-color: #333;
    font-family: 'ABeeZee', "Varela Round", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #647585;
    line-height: 1.75;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #9C27B0;
}

::-webkit-selection {
    color: #fff;
    text-shadow: none;
    background: #9C27B0;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #9C27B0;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

a {
    color: #a34e56;
    text-decoration: none;
    cursor: pointer !important;
}

a:hover {
    color: #6f9a37;
    text-decoration: none;
}

img {
    height: auto;
    /*max-width: 100%;*/
    vertical-align: middle;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
.uneditable-input {
    color: #333;
    min-height: 50px;
    width: 100%;
    box-shadow: none !important;
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 16px !important;
    color: #888888;
    padding: 15px 25px;
    margin-bottom: 15px;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
.uneditable-input:focus {
    color: #82b440;
    border-color: #bbb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn,
.form-control {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.form-control:focus {
    color: #82b440;
    border-color: #bbb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.clear-marg {
    margin: 0 !important;
}

.btn-success {
    background-color: #0b005c;
    border-color: #0b005c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.dropdown-toggle {
    background-color: #6f9a37;
    border-color: #6f9a37;
}

label {
    font-weight: normal;
}


/*
	==================
	[2. Topbar]
	==================
*/
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #484848;
}

.topbar .container {
    position: relative;
}

.topbar-right {
    float: right;
}

.topbar-left {
    float: left;
}

.topbar-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.topbar-nav > li {
    float: left;
}

.topbar-nav > li > a {
    display: block;
    padding: 7px 12px;
    color: #fff;
    font-size: 13px;
    background-color: transparent;
}

.topbar-nav > li > a:hover {
    background: #1b1d2a;
}

.topbar-nav > .active > a,
.topbar-nav > .active > a:hover,
.topbar-nav > .active > a:focus {
    background: #242636;
}

.topbar-nav > .disabled > a,
.topbar-nav > .disabled > a:hover,
.topbar-nav > .disabled > a:focus {
    color: #fff;
    background: #484848;
}


/*
	==================
	[3. Navbar]
	==================
*/

.navbar {
    min-height: 80px;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 5.5px 9.526px 43px 0px rgba(98, 143, 144, .15);
    z-index: 99;
}

.navbar-default.navbar-fixed-top {
    top: 40px;
}

.navbar-default .navbar-brand img {
    height: 140px;
    width: auto;
    display: block;
}

.navbar-default .navbar-nav > li > ul::before {
    position: absolute;
    z-index: -2;
    left: 40px;
    top: -4px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    content: "";
    background: #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-right ul li a:after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    right: 15px;
}

.navbar-right ul li a:only-child:after {
    content: '';
    padding: 0;
}

.navbar-default .navbar-brand {
    position: relative;
    color: #8cc152;
    font-size: 26px;
    display: block;
    padding: 10px 40px 10px 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-brand span {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
}

.navbar-default .navbar-brand:hover {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-brand:hover > span {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-nav > li > a {
    color: #444;
    font-size: 13px;
    text-shadow: none;
    padding-top: 30px;
    padding-right: 5px!important;
    padding-bottom: 30px;
    padding-left: 5px!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #0f101a;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
    position: relative;
    color: #fff;
    background-color: #484848;
}

.navbar-default .navbar-nav > .active > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #0b005c;
}

.navbar-default .navbar-text {
    color: #fff;
    padding-top: 3px;
}

.navbar.navbar-default .navbar-nav li.dropdown.open > a,
.navbar.navbar-default .navbar-nav li.dropdown.open > a:hover {
    color: #fff;
    background-color: #484848;
    border: none;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: none;
}

.dropdown-menu {
    background-color: #fff;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s;

}

.dropdown-menu > li > a {
    color: #777;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #484848;
    background-color: #f7f7f7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.signin {
    padding: 12px 18px !important;
    margin-top: 19px;
    border-radius: 4px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    background-color: #0b005c;
    color: #fff !important;
    margin-left: 15px;
}

.signin-custom {
    padding: 15px!important;
    margin: 5px;
    border-radius: 4px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    background-color: #0b005c;
    color: #fff !important;
    margin-left: 15px;
}


.signup, .signout, .submit-job {
    padding: 12px 12px 9px !important;
    margin-top: 19px;
    border: 1px solid #8c8c8c;
    margin-left: 15px;

    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
}

.signout {
    border-color: #e84f82;
    color: #0b005c !important;
}

.signout:hover,
.signout:focus,
.signout:active {
    background-color: #0b005c !important;
    color: #fff !important;
}

.signup:hover,
.signup:focus,
.signup:active {
    background-color: #6f9a37 !important;
}

#modal-signin .modal-header h4,
#modal-signup .modal-header h4 {
    text-align: center;
    color: #82b440;
}

#modal-signin .modal-footer,
#modal-signup .modal-footer {
    margin-top: 0;
    background-color: #f4f4f4;
    text-align: left !important;
}

#modal-signin .modal-footer p,
#modal-signup .modal-footer p {
    margin-bottom: 15px;
}


/*
	==================
	[4. Header]
	==================
*/
#header {
    width: 100%;
    height: auto;
}

#header.carousel-fade .carousel-inner .item {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-job: opacity;
    -moz-transition-job: opacity;
    -ms-transition-job: opacity;
    -o-transition-job: opacity;
    transition-job: opacity;
}

#header.carousel-fade .carousel-inner .item:after {
    background-color: rgba(37, 37, 37, 0.60);
    bottom: 0px;
    content: '';
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

#header.carousel-fade .carousel-inner .active {
    opacity: 1;
    filter: alpha(opacity=100);
}

#header.carousel-fade .carousel-inner .active.left,
#header.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
}

#header.carousel-fade .carousel-inner .next.left,
#header.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

#header.carousel-fade .carousel-control {
    z-index: 2;
}

#header .carousel-inner .item {
    min-height: 800px;
    height: auto;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
}

#header .carousel-inner .item .carousel-caption {
    background-color: rgba(0, 0, 0, 0.48);
    right: 25%;
    left: 25%;
    color: #fff;
    text-shadow: none;
    text-align: center;
    padding: 25px;
    top: 250px;
    bottom: inherit;
}

#header .carousel-inner .item .carousel-caption h3 {
    margin-top: 0;
    line-height: 60px;
    font-weight: 400;
    font-size: 50px;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25), 0 1px 15px rgba(0, 0, 0, 0.5);
    font-family: 'Poppins', cursive;
}

#header .carousel-inner .item .carousel-caption p {
    font-family: 'Caveat Brush', 'Courgette', cursive;
    font-size: 20px;
    color: #eee;
}

#header .carousel-inner .item .carousel-caption .list-features {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
}

#header .carousel-inner .item .carousel-caption .list-features li {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 4px;
    background-color: #222;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 13px;
}

#header .carousel-inner .item .carousel-caption .carousel-btn {
    display: block;
    padding: 15px 0 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.carousel-caption .btn {
    font-family: 'Caveat Brush', 'Courgette', cursive;
}

#header .carousel-control > .glyphicon,
#header .carousel-control > .fa {
    font-size: 16px;
    line-height: 50px;
}

#header .carousel-control.left,
#header .carousel-control.right {
    position: absolute;
    background-image: none;
    width: 50px;
    height: 50px;
    margin-top: 20%;
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: #82b440;
    text-shadow: none;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    -ms-border-radius: 55px;
    -o-border-radius: 55px;
    border-radius: 55px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#header .carousel-control.left:hover,
#header .carousel-control.right:hover {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: #7aa93c;
    text-shadow: none;
}

#header .carousel-control.left {
    left: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header .carousel-control.right {
    right: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header:hover > .carousel-control.left,
#header:hover > .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.site-title {
    padding: 20px 0;
}

.quick-search {
    padding: 25px 40px;
    background: rgba(255, 255, 255, .7);
}

.main-search {
    width: 100%;
    background-color: #f6f7f9;
}

.main-search label {
    font-weight: 500;
    color: #fff;
}

.main-search-form-inner {
    padding: 20px;
    background: rgba(0, 0, 0, .38);
    box-shadow: 0px 20px 60px -8px rgba(0, 0, 0, .1);
    overflow: hidden;
    margin: -360px auto;
    position: relative;
    z-index: 100;
}


select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/down.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    text-indent: 0.01px;
    text-overflow: "";
    padding: 12px;

}

select::-ms-expand {
    display: none;
}

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


.main-search .form-control {
    line-height: 40px;
    font-size: 17px !important;
    font-weight: 500;
    height: 50px;
    padding: 5px 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 0;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.main-search .form-group {
    margin: 0 !important;
}

.main-search input[type="submit"].btn-block, .main-search button.btn-block, .button-primary {
    background: #0b005c;
    border: none;
    border-radius: 8px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

#header.heading {
    position: relative;
    min-height: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
    background-position-y: 20%;
    background: rgb(243, 246, 248); /*rgb(248, 243, 243)*/
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

#header.heading > * {
    position: relative;
    z-index: 2;
}

#header.heading::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.88); /* rgba(0,0,0,.4) */
}

#header.heading .page-title {
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
    color: #ddd;
    font-size: 14px;
    line-height: 24px;
}

#header.heading .page-title h2 {
    margin-bottom: 15px;
    font-size: 33px;
    line-height: 36px;
    color: #0b005c;
    text-align: center;
    font-weight: 200;
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    /*
    font-family: 'Poppins', 'ABeeZee', cursive;
    letter-spacing: -1px;
    */
}

#header.heading .page-title h2::after {
    background-color: rgba(216, 36, 96, 0.07);
    height: 6px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 8px;
    content: "";
    z-index: -1;
}

#header.heading .breadcrumb {
    position: relative;
    z-index: 2;
    display: table;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    margin-bottom: 0;
    color: #dedede;
    font-size: 14px;
    background-color: #fff;
    /*float: left;*/
    box-shadow: 5px 3.66px 17px 0px rgba(118, 104, 190, .10);
}

#header.heading .breadcrumb > .active {
    color: #dedede;
}

#header.heading .quick-search {
    margin-top: 20px;
    margin-bottom: 20px;
}

#header.heading .breadcrumb a {
    color: #222;
}

.breadcrumb > li {
    color: #960b0b;
}

.notify {
    display: inline-block;
    margin: 0px auto;
    position: fixed;
    transition: all 0.5s ease-in-out;
    z-index: 1031;
    top: 20px;
    right: 20px;
}

/*
	==================
	[5. Service]
	==================
*/
#service, .step-to {
    width: 100%;
    padding: 60px 0;
    position: relative;

}

#service h2 {
    display: block;
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -1px;
}

#service h2 small {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.service-container {
    display: block;
    margin-bottom: 20px;
}

.service-container:hover > .service-icon a {
    -webkit-box-shadow: 0 0 0 5px #efeded;
    -moz-box-shadow: 0 0 0 5px #efeded;
    -ms-box-shadow: 0 0 0 5px #efeded;
    -o-box-shadow: 0 0 0 5px #efeded;
    box-shadow: 0 0 0 5px #efeded;
}

.service-icon {
    display: block;
    margin-bottom: 20px;
}

.service-icon a {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border: 8px solid #eee;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.service-icon a > i {
    position: absolute;
    left: 25%;
    top: 5%;
    width: 45px;
    height: 100px;
    font-size: 45px;
    color: #0b005c;
    text-align: center;
    vertical-align: middle;
}

.service-content {
    text-align: center;
}

.service-content h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}


/* Service Style 2 */
#service .single-service .icon {
    position: relative;
    z-index: 9;
    margin-bottom: 5px;
}

#service .single-service .icon:before {
    content: url(../img/shape11.html);
    position: absolute;
    bottom: -4px;
    z-index: -1;
}

#service .single-service .icon i {
    font-size: 78px;
    color: rgba(0, 0, 0, 0.8);
}

#service .single-service h5 {
    margin-bottom: 15px;
    font-size: 18px;
}

#service .single-service h5 a {
    color: #666;
}

#service.style-two .single-service h5 {
    position: relative;
    padding-left: 32px;
}

#service.style-two .single-service h5:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 10px;
    left: 0;
    background: #000;
}

#service .single-service {
    margin-bottom: 70px;
    text-align: center;
}

/*
	==================
	[6. Content]
	==================
*/
#content, .jobs_content, .contacts_content, .companies_content {
    position: relative;
    width: 100%;
    padding: 60px 0 50px 0;
}

/*
.post-type-archive #content {
    background: #f1f2f3;
}
*/
.heading-title {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.heading-title h2 {
    position: relative;
    display: inline;
    padding: 12px 20px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
}

.heading-title small {
    display: block;
}

.heading-title.heading-title-sm h2 {
    padding: 10px 14px;
    font-size: 18px;
    line-height: 24px;
}

.heading-title.bg-white h2::before {
    background: #fff;
}

.heading-title.heading-title-alt {
    text-align: left;
    margin: 0 0 30px;
}

.heading-title.heading-title-alt h3 {
    font-size: 26px;
    line-height: 30px;
}

.widget .widgettitle {
    position: relative;
    font-size: 39px;
    line-height: 50px;
    margin-bottom: 40px;
    display: block;
    text-align: center;
    margin-top: 0;
    font-weight: 600;
    font-family: 'Poppins', 'ABeeZee', cursive;
    letter-spacing: -1px;
}

.widget .widgettitle small {
    display: block;
    font-size: 14px;
    font-family: 'ABeeZee', "Varela Round", sans-serif;
    line-height: 24px;
    letter-spacing: 0;
}

.box-shadow {
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
}

.job-container, .contact-container, .company-container {
    margin-bottom: 30px;
    background: #fff;
    /*box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.125);*/
}

.col-md-12 .job-container, .col-md-12 .contact-container, .col-md-12 .company-container {
    box-shadow: none;
}

.job-container:hover, .job-container:focus, .contact-container:hover, .contact-container:focus, .company-container:hover, .company-container:focus {
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
}

.job-image {
    position: relative;
    overflow: hidden;
}

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

.job-status {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: auto;
    max-width: 70%;
    padding: 5px 10px;
    background: #1b1d2a;
    font-weight: 400;
    color: #fff;
}

.job-price, .contact-title {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: auto;
    max-width: 80%;
    padding: 8px 16px;
    background: rgba(132, 132, 132, 0.66);
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    border-bottom-left-radius: 24px;
}

.job-price h4, .contact-title h4 {
    line-height: 20px;
    margin: 0 0 5px;
    font-weight: 400;
}

.job-price small, .contact-title small {
    font-size: 13px;
    font-weight: 400;
}

.job-attributes {
    min-height: 80px;
    margin-top: -10px;
}


.job-attributes h4 {
    font-weight: normal;
}


.col-md-3 .job-attributes h4, .similar-jobs .job-attributes h4, .job-box-archive .col-md-4 .job-attributes h4 {
    font-weight: normal;
    font-size: 16px;
}

.col-md-3 .job-attributes, .col-md-3 .company-attributes, .col-md-3 .contact-attributes, .similar-jobs .job-attributes, .job-box-archive .col-md-4 .job-attributes {
    display: block;
    font-size: 12px;
    min-height: 70px;
}

.col-md-3 .job-btn, .similar-jobs .job-btn, .job-box-archive .col-md-4 .job-btn {
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 600;
}

.col-md-3 .job-buttons, .similar-jobs .job-buttons, .job-box-archive .col-md-4 .job-buttons {
    overflow: inherit;
}

.job-attributes span, .company-attributes span, .contact-attributes span {
    padding: 2px 5px;
}

.job-container .job-content, .company-container .company-content, .contact-container .contact-content {
    background: #fff;
    padding: 1.5em 2em;
    color: #484848;
    border: 1px solid #eee;
}


.job-container .job-content h3,
.job-container .job-text h3,
.contact-content h3,
.contact-text h3,
.company-content h3,
.company-text h3 {
    display: block;
    margin-top: 10px;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 24px;
}

.job-container .job-content h3,
.job-container .job-text h3 {
    margin: 0 !important;
}

.job-container .job-text .btn-success {
    background-color: #484848;
    border-color: #484848;
    font-weight: 500;
    border-radius: 5px;
}

.job-container .job-text .btn-success:hover {
    background-color: #0b005c;
    border-color: #0b005c;
}

.job-table-actions-inner .btn-success {
    background-color: #eee !important;
    border-color: #ddd !important;
    font-weight: 600;
    color: #484848 !important;
}

.job-table-actions-inner .btn-success:hover {
    background-color: #0b005c;
    border-color: #0b005c;
    color: #fff;
}

.col-md-3 .job-container .job-content h3 a, .similar-jobs .job-container .job-content h3 a, .job-box-archive .col-md-4 .job-container .job-content h3 a {
    font-size: 17px;
}

/*
.col-md-12 .job-container .job-text h3 a {
    font-size: 17px;
}
*/
.job-container .job-content h3 a,
.job-container .job-text h3 a,
.contact-content h3 a,
.contact-text h3 a,
.company-content h3 a,
.company-text h3 a {
    font-size: 18px;
    font-weight: 500;
    color: #222; /* #596b77 */
    margin-bottom: 25px;
}

.contact-text h3 a, .company-text h3 a {
    font-size: 18px;
    color: #222;
}

.company-text i {
    width: 20px;
    color: #aaa;
}

.contact-email, .contact-phone, .contact-web, .company-email, .company-phone, .company-web {
    font-size: 13px;
}

.company-address {
    margin-bottom: 10px;
}

.job-container .job-content h3 small,
.job-container .job-text h3 small,
.contact-content h3 small,
.contact-text h3 small,
.company-content h3 small,
.company-text h3 small {
    display: block;
    margin-top: 10px;
    padding-top: 5px;
    font-size: 15px;
    color: #596b77;
    margin-bottom: 1em;
}

.job-container .job-content h3 small i,
.job-container .job-text h3 small i,
.contact-content h3 small i,
.contact-text h3 small i,
.company-content h3 small i,
.company-text h3 small i {
    color: #777;
    font-size: 20px;
    float: left;
    width: 25px;
}

.contact-content h3 small,
.contact-text h3 small,
.company-content h3 small,
.company-text h3 small {
    line-height: 20px;
    color: #444;
}

.job-container .job-content p,
.job-container .job-text p {
    font-size: 15px;
    color: #647585;
    line-height: 1.5;
}

.contact-content p,
.contact-text p,
.company-content p,
.company-text p {
    font-size: 14px;
    color: #647585;
    line-height: 1.8;
}

.job-container .job-content p,
.job-container .job-text p {
    margin: 5px 0 0 0;
}

.job-container .published-date {
    padding-top: 10px;
    font-size: 14px;
}

.job-container .published-date:before {
    content: '\f133';
    font-family: "FontAwesome";
    color: #0b005c;
    margin-right: 10px;
}

.company-text dl, .contact-text dl {
    font-size: 13px;
    padding-top: 20px;
}

.company-text dt, .contact-text dt {
    float: left;
    line-height: 28px;
    width: 65px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

.company-text dd, .contact-text dd {
    display: table-cell;
    line-height: 28px;
}

.job-content-list, .contact-content-list, .company-content-list {
    display: table;
    border: 1px solid #eee;
}

.job-image-list, .contact-image-list, .company-image-list {
    position: relative;
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/*
.col-md-12 .job-image-list, .col-md-12 .contact-image-list, .col-md-12 .company-image-list{
	width: 30%;
}
*/
.job-image-list img, .contact-image-list img, .company-image-list img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 200px;
}

.job-image-list .job-status, .contact-image-list .contact-status, .company-image-list .company-status {
    position: absolute;
    left: 0;
}

.job-image-list .job-actions a, .contact-image-list .contact-actions a, .company-image-list .company-actions a {
    background: #fbfbfb;
    color: #666;
    border-left: 1px solid #e5e5e5;
    font-size: 15px;
}

.job-image-list .job-actions a:first-child, .contact-image-list .contact-actions a:first-child, .company-image-list .company-actions a:first-child {
    border: none;
}

.job-image-list .job-actions a:hover, .contact-image-list .contact-actions a:hover, .company-image-list .company-actions a:hover {
    background: #484848;
    color: #fff;
}

.job-content-list .job-attributes {
    margin-top: 5px;
}

.job-text,
.contact-text,
.company-text {
    position: relative;
    width: 50%;
    display: table-cell;
    padding: 15px 30px;
    vertical-align: top;
    background: #fff;
    border: 1px solid #eee;
}

/*
.job-features .btn-default {
    margin-left: 10px;
}
*/
.job-features .btn-default:hover {
    background-color: #0b005c;
    color: #fff;
    border-color: #0b005c;
}

.md-4 {
    width: 33.33333333% !important;
}

.job-actions, .contact-actions, .company-actions {
    position: absolute;
    display: table;
    width: 100%;
    padding: 0;
    bottom: 0;
}

.job-actions a, .contact-actions a, .company-actions a {
    display: table-cell;
    width: 25%;
    padding: 6px 12px;
    text-align: center;
    background: #fff;
    font-size: 17px;
    color: #484848;
    overflow: hidden;
    border-left: 1px solid #e5e5e5;
    text-decoration: none;
}

.label-primary {
    background-color: #0b005c;
}

.job-actions a i:before {
    color: #999;
}

.job-actions a:hover, .contact-actions a:hover, .company-actions a:hover,
.job-actions a:focus, .contact-actions a:focus, .company-actions a:focus {
    color: #0b005c;
    background: #f1f1f1;
    overflow: hidden;
    outline: none;
}

.job-actions a.liked {
    background: #f1f1f1;
}

.sort {
    padding-bottom: 40px;
}

.sort .form-inline {
    float: right;
}

#sort-form .form-control {
    min-width: 100px;
    background: #fbfbfb;
}

/* pagination */
.pagination > li > a,
.pagination > li > span {
    color: #82b440;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #82b440;
    border-color: #82b440;
}

.blog-container {
    position: relative;
    width: auto;
    padding: 0;
    margin: 0 0 40px;
}

.blog-container .blog-meta {
    padding: 10px 0px;
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
    letter-spacing: .5px;
}

.blog-container .blog-meta span {
    margin-right: 10px;
}

.blog-container .blog-meta span i {
    color: #ccc;
    width: 20px;
}

.btn-read-more {
    font-size: 15px;
}

.blog-image {
    position: relative;
    width: 100%;
    height: 320px;
    margin-bottom: 20px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center;
}

.blog-image .blog-author {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    text-shadow: 1px 1px #999;
}

.blog-image .blog-author img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
}

.blog-image .blog-author a {
    color: #fff;
    text-shadow: 1px 1px #999;
}

.blog-image .blog-author a:hover {
    border-bottom: 1px dashed #fff;
}

.blog-content {
    position: relative;
}

.blog-title {
    display: block;
}

.blog-title h2 a {
    font-size: 26px;
}

.blog-title h3 {
    font-size: 15px !important;
    line-height: 24px;
    padding: 10px !important;
    font-weight: 500 !important;
    border-left: 3px solid #ddd;
    background: #fdfdfd;
}

.blog-text {
    display: block;
    font-size: 16px;
    line-height: 32px;
}

.blog-meta {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 13px;
}

.blog-features {
    display: block;
    padding-bottom: 10px;
    line-height: 30px;
}

.blog-features span {
    font-size: 15px;
    padding-left: 10px;
}

.blog-features span:first-child {
    padding-left: 0;
}

.blog-features span:last-child {
    float: right;
}

.blog-features span i {
    width: 16px;
    color: #ccc;
}

.blog-paged::before,
.blog-paged::after,
.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after {
    content: "";
    display: table;
    clear: both;
}

.blog-paged {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15%;
    padding-right: 15%;
}

.blog-paged > .pager li > a:hover,
.blog-paged > .pager li > a:focus {
    background-color: #82b440;
    color: #fff;
    border-color: #6f9a37;
}

.blog-paged > .pager .disabled > a,
.blog-paged > .pager .disabled > a:hover,
.blog-paged > .pager .disabled > a:focus,
.blog-paged > .pager .disabled > span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.border-bottom {
    border-bottom: 1px solid #eee;
    padding-top: 30px;
}

.blog-comment {

}

.blog-comment ul {
    list-style-type: none;
}

.blog-comment img {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.blog-comment img.avatar {
    position: relative;
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 65px;
    height: 65px;
}

.blog-comment .post-comments {
    border: 1px solid #eee;
    margin-bottom: 20px;
    margin-left: 85px;
    margin-right: 0px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #f1f1f1;
    color: #6b6e80;
    position: relative;
}

.blog-comment .meta {
    font-size: 13px;
    color: #aaaaaa;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #e6e6e6;
}

.blog-comment ul.comments ul {
    list-style-type: none;
}


.comment-respond {
    padding-bottom: 40px;
}

.blog-comment h3,
.blog-comment-form h3 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #484848;
    line-height: 60px;
    font-weight: 500;
    position: relative;
}

.contact {
    font-size: 14px;
    line-height: 26px;
}

#map,
#map-job {
    background-color: #1b1d2a;
    width: 100%;
    height: 350px;
}

#map-job {
    margin-bottom: 40px;
}

#map img,
#map-job img {
    max-width: none;
}


/*
	==================
	[7. Sidebars]
	==================
*/
.sidebar {
    margin-bottom: 20px;
}

.sidebar .widget:before,
.sidebar .widget:after,
.sidebar .widget-sidebar:before,
.sidebar .widget-sidebar:after {
    content: "";
    display: table;
    clear: both;
}

.sidebar .widget {
    position: relative;
    padding-left: 15px;
}

/*
.sidebar .widget:first-child .widget-header h3 {
    margin-top: 0;
}
*/
.sidebar .widget,
.sidebar .widget-sidebar {
    margin-bottom: 20px;
}

.sidebar .widget .widget-header {
    background: #f7f7f7;
    padding: 10px;
    border: 1px solid #ddd;
    border-bottom: none;
}

.sidebar .widget .widget-header h3 {
    font-size: 17px;
    color: #222;
    font-weight: 500;
    text-align: center;
    background-repeat: repeat-x;
    background-position: bottom center;
    margin-top: 10px;
}

/* default widget */
.sidebar .widget ul {
    list-style-type: none;
    border: 1px solid #ddd;
    padding: 20px;
}

.sidebar .widget ul > li {
    display: block;
    /*margin-left: -40px;*/
}

.sidebar .widget ul > li:first-child > a {
    padding-top: 0;
}

.sidebar .widget ul > li > a:before {
    font-family: 'Flaticon';
    content: "\f1aa";
    padding-right: 10px;
    vertical-align: middle;
    color: #babebe;
    width: 35px;
    line-height: 20px;
}

.sidebar .widget ul > li.job > a:before {
    content: "\f197";
    font-size: 22px;
}

.sidebar .widget ul > li.my-job > a:before {
    content: "\f1b0";
    font-size: 22px;
}

.sidebar .widget ul > li.my-company > a:before {
    content: "\f179";
    font-size: 22px;
}

.sidebar .widget ul > li.new-job > a:before {
    content: "\f19c";
    font-size: 22px;
}

.sidebar .widget ul > li.candidates > a:before {
    content: "\f180";
    font-size: 22px;
}

.sidebar .widget ul > li.apply-job > a:before {
    content: "\f136";
    font-size: 22px;
}

.sidebar .widget ul > li.photo > a:before {
    content: "\f199";
    font-size: 22px;
}

.sidebar .widget ul > li.favorites > a:before {
    content: "\f1a2";
    font-size: 22px;
}

.sidebar .widget ul > li.user > a:before {
    content: "\f194";
    font-size: 22px;
}

.sidebar .widget ul > li.contact > a:before {
    content: "\f121";
    font-size: 22px;
}

.sidebar .widget ul > li.card > a:before {
    content: "\f125";
    font-size: 22px;
}

.sidebar .widget ul > li.register > a:before {
    content: "\f188";
    font-size: 22px;
}

.sidebar .widget ul > li.lock > a:before {
    content: "\f1bc";
    font-size: 22px;
}

.sidebar .widget ul > li.new-company > a:before {
    content: "\f1c0";
    font-size: 22px;
}

.sidebar .widget ul > li.logout > a:before {
    content: "\f169";
    font-size: 22px;
}

.sidebar .widget ul > li > a {
    display: inline;
    color: #888888;
}

.sidebar .input-group-addon:first-child {
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 0;
    padding: 8px;
}

.sidebar .input-group-addon:first-child i {
    color: #c3c3c3;
}

.menu-dashboard-container {
    border: 2px solid #e8ecec;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.menu-dashboard-container ul {
    margin-bottom: 0;
}

#menu-dashboard {
    padding: 0;
    border: none;
}

.page-template .sidebar .widget ul > li > a {
    line-height: 24px;
    vertical-align: bottom;
    color: #333;
    display: block;
    outline: none;
    padding: 10px 0;
    text-decoration: none;
    background: #fbfbfb;
    padding-left: 20px;
}

.page-template .sidebar .widget ul > li {
    border-bottom: 2px solid #f3f3f3;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    position: relative;
}

.page-template .sidebar .widget ul > li > a:hover, .page-template .sidebar .widget ul > li > a:hover i, .page-template .sidebar .widget ul > li > a:hover:before {
    color: #0b005c !important;
    background: #f7f7f7;
}

.page-template .sidebar .widget ul > li:hover:after {
    color: #ccc;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 12px;
}

.sidebar .widget .field.col-md-3 {
    width: 100%;
    padding: 0;
}

.main-search .field.col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}

.input-group-addon {
    border: 1px solid #ddd;
    height: auto;
    line-height: 1.5;
    font-size: 15px;
    max-height: 60px;
    background-color: #eee;
}

.main-banner .input-group-addon {
    border: none;
    border-radius: 0;
    background-color: #f7f7f7;
}

.main-banner.style2 .input-group-addon {
    background-color: #fff;
}

/* special widget */
.advance-search::before,
.advance-search::after {
    content: '';
    display: table;
    clear: both;
}

.advance-search .btn-group {
    display: table;
    text-align: center;
    margin: 10px auto;
}

.sidebar .widget-sidebar .list-check > li > a:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #82b440;
    padding-right: 8px;
    position: relative;
    left: 0;
    top: -1px;
}

.sidebar .widget-sidebar .list-check > li > a:hover:before {
    color: #6f9a37;
}

.sidebar .widget-sidebar .nav-tabs {
    border-bottom: 3px solid #ddd;
}

.sidebar .widget-sidebar .nav-tabs > li > a {
    font-size: 18px;
    border: none;
    position: relative;
}

.sidebar .widget-sidebar .nav-tabs > li > a:hover {
    color: #2C3E50;
    border-color: transparent;
    background: transparent;
}

.sidebar .widget-sidebar .nav-tabs > li > a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #ccc;
}

.sidebar .widget-sidebar .nav-tabs > li.active > a,
.sidebar .widget-sidebar .nav-tabs > li.active > a:hover,
.sidebar .widget-sidebar .nav-tabs > li.active > a:focus {
    color: #2C3E50;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}

.sidebar .widget-sidebar .nav-tabs > li.active > a:before,
.sidebar .widget-sidebar .nav-tabs > li.active > a:hover:before,
.sidebar .widget-sidebar .nav-tabs > li.active > a:focus:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #82b440;
}

.sidebar .widget-sidebar .tab-content {
    padding-top: 20px;
}

.widget_enquire_widget form, .widget_filter_widget form, .widget_filter_user_widget form {
    padding: 10px;
    float: left;
    width: 100%;
    border: 1px solid #e8ecec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 30px;
    background: #fbfbfb;
}


/*
	==================
	[8. Testimonial]
	==================
*/
#testimonials {
    background-color: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}

#testimonials div[class^="col-"] {
    display: inline-block;
    float: none;
    margin-right: -4px;
}

.testimonial-box, .testimonial-box-2, .testimonial-box-3 {
    -webkit-box-shadow: 0px 5px 33px 0px rgba(219, 82, 126, 0.17);
    -moz-box-shadow: 0px 5px 33px 0px rgba(219, 82, 126, 0.17);
    box-shadow: 0px 5px 33px 0px rgba(191, 191, 191, 0.17);
    padding: 30px;
    margin-top: 80px;
    position: relative;
    background-color: #ffffff;
}

.testimonial-box-3 {
    text-align: left;
    margin-top: 0;
}

.testimonial-box:hover, .testimonial-box-2:hover, .testimonial-box-3:hover {
    transform: scale(1.05);
}

.testimonial-box .testimonial-image {
    position: absolute;
    width: 100%;
    left: 0;
    top: -55px;
}

.testimonial-box-2 .testimonial-image {
    position: relative;
    display: block;
}

.testimonial-box-3 .testimonial-image {
    position: relative;
    display: table-cell;
}

.testimonial-box .testimonial-image img, .testimonial-box-3 .testimonial-image img {
    width: 86px;
    border-radius: 100px;
}

.testimonial-box-3 .testimonial-image img {
    background: linear-gradient(to left, #fff, #e6a7b8);
    padding: 2px;
}

.testimonial-box .testimonial-title, .testimonial-box-2 .testimonial-title, .testimonial-box-3 .testimonial-title {
    font-size: 17px;
    color: #283e4f;
    margin-top: 20px;
    margin-bottom: 8px;
}

.testimonial-box-3 .testimonial-title {
    margin-top: 0 !important;
}

#testimonials div[class^="col-"] {
    vertical-align: top;
}

.testimonial-box .testimonial-details {
    color: #616b71;
    font-size: 15px;
    margin-bottom: 30px;
}

.testimonial-box-2 .testimonial-details, .testimonial-box-3 .testimonial-details {
    color: #616b71;
    font-size: 15px;
}

.testimonial-box .testimonial-info, .testimonial-box-3 .testimonial-info {
    color: #616b71;
    font-size: 12px;
}

.testimonial-box-2 .testimonial-info {
    font-size: 14px;
}

.testimonial-box .testimonial-info .name, .testimonial-box-2 .testimonial-info .name, .testimonial-box-3 .testimonial-info .name {
    font-weight: bold;
    color: #0b005c;
}

.testimonial-box .testimonial-quote-icon {
    position: relative;
    font-size: 24px;
    line-height: 1em;
    color: #0b005c;
}

.rating-stars {
    padding: 0;
    padding-top: 10px;
    list-style: none;
}

.rating-stars li {
    display: inline-block;
    padding-right: 3px;
}

.rating-stars li i {
    color: #0b005c;
    font-size: 13px;
}


.post-container {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.post-noborder, .col-md-12:last-child .post-container {
    border-bottom: none;
}

.post-img {
    position: relative;
    float: left;
    display: inline;
    width: 75px;
    height: 75px;
    margin-right: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.post-img-circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.post-img h3 {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    background: #0b005c;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.post-content {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
}

.post-content.list-contact > .post-meta {
    font-size: 12px;
    font-weight: 400;
}

.post-content > .post-meta {
    display: block;
    padding-top: 0 !important;
    padding-bottom: 5px;
    font-size: 12px;
}

.post-content > .heading-title h2 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
    border: none;
    font-family: ABeeZee, "Varela Round", Helvetica, Arial, sans-serif;
}

.post-content > .heading-title h2 a {
    color: #555;
}

.post-content.list-contact > .heading-title h2 {
    font-size: 16px;
    line-height: 20px;
}

.post-content > .heading-title h2 small {
    font-size: 80%;
    padding-top: 3px;
}

.post-content > .heading-title h2 span {
    font-weight: 500;
    font-size: 9px;
    line-height: 20px;
}

.post-content > .heading-title {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 75px;
}

.post-content > .heading-title h2::before {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    margin-left: -15px;
    background: #f4f4f4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.post-content > .heading-title h2::after {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    margin-top: 0;
    margin-left: 0;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

#content .post-meta,
.post-single .post-meta span {
    font-size: 12px;
    line-height: 16px;
}

.post-content .post-meta span i {
    font-size: 12px;
    width: 16px;
    color: #ccc;
}

#content .post-meta,
.post-single .post-meta {
    display: block;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: 15px;
}

.post-content .post-meta {
    padding-bottom: 0 !important;
}

.post-content .post-meta span {
    line-height: 20px;
}

.single.single-job .job-content h2 {
    margin: 0;
}

.single.single-job .job-content h2, .similar-jobs h2, .section-title, .author .author-content h2 {
    font-size: 18px;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #333;
}

.single.single-job .job-content h2:after, .similar-jobs h2:after, .section-title:after, .author .author-content h2:after, .blog-comment-form h3:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #0b005c;
}

.single.single-job .job-content h2:before, .similar-jobs h2:before, .section-title:before, .author .author-content h2:before, .blog-comment-form h3:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #eee;
}

.single-post h3.comment-heading {
    margin-bottom: 20px !important;
}


.post-comments ul {
    list-style-type: square !important;
}

.post-comments h3, .blog-text h3 {
    padding-top: 0 !important;
}

.single-post .nav-tabs > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
}

.single-post .tab-content {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    border-top: none;
}

.sidebar .widget-white.favorite::before {
    content: '';
    border: none;
}

.favorite a {
    position: relative;
    display: block;
    vertical-align: middle;
}

.favorite a::before {
    content: '';
    position: absolute;
    left: 34px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #82b440;
}

.favorite a > i {
    font-size: 20px;
    padding-right: 25px;
    display: inline-block;
    vertical-align: middle;
}

/* carousel single */
#slider-job {
    margin-bottom: 40px;
}

#slider-job .carousel-inner .item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#slider-job .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

#slider-job .carousel-control.left,
#slider-job .carousel-control.right {
    position: absolute;
    background-image: none;
    width: 50px;
    height: 50px;
    margin-top: 30%;
    background-color: rgba(255, 255, 255, .5) !important;
    color: #82b440;
    text-shadow: none;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    -ms-border-radius: 55px;
    -o-border-radius: 55px;
    border-radius: 55px;
}

#slider-job .carousel-control.left:hover,
#slider-job .carousel-control.right:hover {
    background-color: #fff !important;
    color: #7aa93c;
    text-shadow: none;
}

#slider-job .carousel-control.left {
    left: 30px;
}

#slider-job .carousel-control.right {
    right: 30px;
}

#slider-job .carousel-control > .glyphicon,
#slider-job .carousel-control > .fa {
    font-size: 16px;
    line-height: 50px;
}

#slider-job .carousel-indicators li {
    position: relative;
    width: 100px;
    height: 65px;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border-width: 2px;
    border-color: #fff;
    text-indent: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#slider-job .carousel-indicators li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    -webkit-transition: background .1s ease-in-out;
    -moz-transition: background .1s ease-in-out;
    -ms-transition: background .1s ease-in-out;
    -o-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out;
}

#slider-job .carousel-indicators li img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#slider-job .carousel-indicators .active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .1);
    -webkit-transition: background .1s ease-in-out;
    -moz-transition: background .1s ease-in-out;
    -ms-transition: background .1s ease-in-out;
    -o-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out;
}

#slider-job .carousel-indicators .active {
    border-color: #82b440;
    border-width: 2px;
}


/*
	==================
	[9. Location]
	==================
*/
#job-location {
    position: relative;
    width: 100%;
    padding: 60px 0 50px 0;
    background: #f1f4f6;
}

.button, .wpcf7-submit {
    display: inline-block;
    position: relative;
    top: 0;
    padding: 5px 10px;
    border: 0;

    cursor: pointer;
    color: #FFF;
    background-color: rgb(216, 36, 96);
}


/* Location 2 */

.location-img {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.location-img figure {
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0;
}

.location-img .location-fig figcaption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-timing-function: cubic-bezier(.14, .6, .83, .67);
    -o-transition-timing-function: cubic-bezier(.14, .6, .83, .67);
    transition-timing-function: cubic-bezier(.14, .6, .83, .67);
    z-index: 1;
}

.location-img figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.overlay-bg {
    background: rgba(0, 0, 0, 0.47); /* rgba(15, 21, 25, 0.36)   rgba(72, 72, 72, 0.6)  rgba(23, 33, 46, 0.6)*/
}

.location-img .location-fig figcaption:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(45deg, rgba(245, 84, 142, .85), rgba(58, 126, 249, 0.85));
    background: -o-linear-gradient(45deg, rgba(245, 84, 142, .85), rgba(58, 126, 249, 0.85));
    background: linear-gradient(45deg, rgba(245, 84, 142, .85), rgba(58, 126, 249, 0.85));
    z-index: -1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}

.location-img .location-fig:hover figcaption:before {
    opacity: 1;
    visibility: visible;
}

.location-img figure figcaption .cat-box {
    border: 0 none;
    background: initial;
    display: block;
    text-align: center;
}

.location-img figure figcaption .cat-box {
    border: 0 none;
    background: initial;
    display: block;
    text-align: center;
}

.location-img .location-fig figcaption .cat-name {
    margin-bottom: 17px;
}

.location-img figure figcaption .cat-name {
    color: #fff;
    font-weight: 500;
}

.location-img .location-fig figcaption .badge {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.location-img .location-fig figcaption .badge {
    font-size: 14px;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 24px;
    padding: 6px 12px;
}

.location-img .location-fig figcaption .icon span {
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 1.2rem;
}

.badge-success {
    color: #fff;
    background-color: #32cc6f;
}

.category-single {
    margin-bottom: 2rem;
}


/*
	==================
	[10. Job Detail]
	==================
*/
.job-overview {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    display: flex;
}

.job-overview h2 {
    margin-top: 30px;
}

.job-overview ul {
    background-color: #fff;
    list-style: none;
    padding: 12px 20px;
    border: 1px solid #ddd;
    width: 100%;

    border: 2px solid #e8ecec;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin: 0;
    padding-left: 15px !important;
}

.job-overview li {
    border-bottom: 1px dashed #ddd;
    clear: left;
    float: left;
    line-height: 40px;
    width: 48%;
}

@media (max-width: 991px) {
    .job-overview li {
        width: 100%;
    }
    .sidebar-textbox ul.contact-details {
        padding: 5px 0 0 0 !important;
        display: block !important;
    }
}

.job-overview li:nth-child(even) {
    float: right;
    clear: right;
}

.job-overview li strong {
    color: #333;
    float: right;
    font-weight: 500;
}

.job-overview li strong.emphasize {
    color: #222;
}

.job-overview li:last-child, .job-overview li:nth-last-child(2) {
    border-bottom: 0px;
}

.job-overview dl {
    margin: 0px;
}

.job-overview dt {
    float: left;
    line-height: 32px;
    padding: 7px 0px;
}

.job-overview dd {
    border-bottom: 1px solid #eeeeee;
    line-height: 32px;
    padding: 7px 0px;
    text-align: right;
    width: 48%;
}

.job-overview dd:last-child {
    border: 0px;
}

.job-description {
    line-height: 30px;
}


.job-overview.style2 ul, .author-overview.style2 ul {
    padding: 0;
    border: none;
    margin: 0;
}

.job-overview.style2 ul > li, .author-overview.style2 ul > li {
    float: left;
    width: 33.334%;
}

.author-overview ul {
    float: left;
    width: 100%;
    list-style: none;
    border: 2px solid #e8ecec;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin: 0;
}

.author-overview ul > li h3 {
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 0;
    color: #222;
}

.author-overview ul > li span {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #888888;
    margin-top: 7px;
}

.author-overview.style2 ul > li {
    float: left;
    width: 33.334%;
}

.author-overview ul > li {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    padding-left: 67px;
    margin: 15px 0;
}

.author-overview ul > li i {
    position: absolute;
    left: 23px;
    top: 5px;
    font-size: 30px;
    color: #e04c7e;
}

/*******************************************************************
* Job Video
*******************************************************************/
.job-video .video-embed-wrapper {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

.job-video .video-embed-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*******************************************************************
* Job Benefits
*******************************************************************/
.job-benefits {
    margin-bottom: 20px;
    display: inline-block;
}

.job-benefits ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.job-benefits li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    float: left;
    list-style: none;
    line-height: 40px;
    width: 48%;
}

.job-benefits li:nth-child(even) {
    float: right;
}

.job-benefits li:after {
    float: right;
    font-family: 'FontAwesome';
    font-size: 13px;
    margin-right: 10px;
}

.job-benefits li.yes:after {
    content: '\f00c';
    color: #fff;
    background: #0b005c;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}

.job-benefits li.no:after {
    content: '\f068';
    color: #d9534f;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}

/*******************************************************************
* Job Required Documents
*******************************************************************/
.job-required-documents {
    overflow: hidden;
}

.job-required-documents a {
    border: 0px !important;
    display: block;
    float: left;
    margin: 0px 25px 25px 0px;
    width: 20%;
}

.job-required-documents a:hover {
    text-decoration: none;
}

.job-required-documents a img {
    height: auto;
    width: 100%;
}

/*******************************************************************
* Author Skill Valuation
*******************************************************************/
.job-valuation-item {
    margin-bottom: 15px;
}

.job-valuation dt {
    display: inline-block;
    font-weight: normal;
    width: 140px;
}

.job-valuation dd {
    display: inline-block;
    height: 15px;
    margin: 0px 15px 0px 0px;
    position: relative;
    width: 60%;
}

.job-valuation dd .bar-valuation {
    background-color: #894ea3;
    background: -moz-linear-gradient(left, rgba(109, 0, 160, 1) 0%, rgba(109, 0, 160, 0.8) 37%, rgba(34, 84, 232, 0.47) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(109, 0, 160, 1) 0%, rgba(109, 0, 160, 0.8) 37%, rgba(34, 84, 232, 0.47) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d2235d 0%, #ff6a9b 37%, #f5d7e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d00a0', endColorstr='#782254e8', GradientType=1); /* IE6-9 */
    height: 100%;
}

.job-valuation dd span {
    background-color: rgba(0, 0, 0, 0.1);
    margin-left: 40px;
}

.job-valuation dd strong {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin: 0px 0px 0px 10px;
}


.job-faq {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.faq-accordian {
    float: left;
    width: 100%;
}

span.faq-title {
    color: #999999;
    cursor: pointer;
    float: left;
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
}

.faq-title b {
    font-weight: 500;
    color: #333;
}

.faq-accordian-content {
    float: left;
    width: 100%;
}

.faq-accordian {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.faq-accordian p {
    padding-left: 26px;
    padding-top: 5px;
    padding-bottom: 6px;
}

.faq-accordian li {
    padding-bottom: 11px;
    margin-bottom: 19px;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
}

.faq-accordian li:last-child {
    margin-bottom: 0px;
}

.faq-title i {
    float: right;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #999;
    background: #f3f3f3;
    border-radius: 100%;
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-open.faq-title i {
    color: #fff;
    background: #78c317;
    transform: rotate(89deg);
    -o-transform: rotate(89deg);
    -webkit-transform: rotate(89deg);
    -moz-transform: rotate(89deg);
}


/*******************************************************************
* Map
*******************************************************************/


.job-gallery {
    position: relative;
}

.job-gallery img {
    height: auto;
    width: 100%;
}

.job-gallery-preview {
    position: relative;
}

.job-gallery-preview:after {
    background-color: transparent;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 150px);
    bottom: 0px;
    content: '';
    display: block;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.job-gallery-index {
    bottom: 15px;
    left: 0px;
    list-style: none;
    position: absolute;
    right: 0px;
    text-align: center;
}

.job-gallery-index li {
    display: inline-block;
    margin: 0px 5px;
}

.job-gallery-index li.active a {
    background-color: #fff;
}

.job-gallery-index a {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 12px;
    text-indent: -9999px;
    width: 12px;
}


/*
	==================
	[11. Company Detail]
	==================
*/

article .company-header, article .contact-header {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

article .company-thumbnail, article .contact-thumbnail {
    background-color: #fff;
    padding: 30px 0px;
    text-align: center;
}

article .company-overview, article .contact-overview {
    margin: 0px;
    padding: 30px 20px;
    background: #fafafa;
}

article .company-overview dt, article .contact-overview dt {
    float: left;
    line-height: 28px;
    margin: 0px 5px 0px 0px;
    width: 80px;
    font-weight: 500;
    font-size: 15px;
    color: #222;
}

article .company-overview dt.email, article .contact-overview dt.email {
    font-size: 10px;
}

article .company-overview dd, article .contact-overview dd {
    display: table-cell;
    line-height: 28px;
}

article #simple-map {
    height: 300px;
}


/*
	==================
	[12. CMB2]
	==================
*/
.content-box {
    background: #fff;
    padding: 60px 40px 60px 0;
    border-right: 1px solid #edeff7;
}

.cmb2-wrap select,
.cmb2-wrap textarea,
.cmb2-wrap input[type="text"],
.cmb2-wrap input[type="password"],
.cmb2-wrap input[type="datetime"],
.cmb2-wrap input[type="datetime-local"],
.cmb2-wrap input[type="date"],
.cmb2-wrap input[type="month"],
.cmb2-wrap input[type="time"],
.cmb2-wrap input[type="week"],
.cmb2-wrap input[type="number"],
.cmb2-wrap input[type="email"],
.cmb2-wrap input[type="url"],
.cmb2-wrap input[type="search"],
.cmb2-wrap input[type="tel"],
.cmb2-wrap input[type="color"],
.cmb2-wrap .uneditable-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 100%;
    outline: 0;
    padding-left: 15px;
    vertical-align: middle;
    width: 100%;
    float: left;
    border: none;
    border-radius: 0;
    display: block;
    font-size: 16px;
    color: #656565;
    background: #f3f3f3;
    box-shadow: 0 0 0;
    margin: 0;
}

.cmb2-wrap .cmb-row {
    margin-bottom: 15px !important;
}

.cmb-type-group .cmb-row, .cmb2-postbox .cmb-row {
    padding: 0 !important;
    margin: 0 !important;
}

.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]) {
    display: none;
}

.cmb-row.cmb-remove-field-row {
    margin-top: 20px !important;
}

.cmb2-wrap input:not([type=hidden]) + .button, .cmb2-wrap input:not([type=hidden]) + input, .cmb2-wrap input:not([type=hidden]) + select {
    margin: 0 !important;
    margin-top: 10px !important;
    float: right;
}

.cmb2-wrap .button, .cmb2-wrap button {
    padding: 10px;
}

.cmb2-wrap input:focus, .cmb2-wrap textarea:focus {
    background: #894EA3;
}

.cmb2-wrap ul {
    margin: 0;
    padding: 0;
}

.cmb-th label {
    color: #6b6e80;
    font-size: 15px;
}

.cmb-td label {
    font-weight: 500;
}

.cmb-row.cmb-type-taxonomy-multicheck .cmb-th label {
    font-weight: 500 !important;
    color: #222;
}

.cmb-row.cmb-type-taxonomy-multicheck .cmb-td span {
    background: #eee;
    border: 1px solid #ddd;
    color: #484848;
}

.cmb2-element .ui-datepicker .ui-datepicker-title, .cmb2-element.ui-datepicker .ui-datepicker-title {
    padding: 12px 0;
    min-height: 40px;
}

.cmb2-element .ui-datepicker select.ui-datepicker-month, .cmb2-element .ui-datepicker select.ui-datepicker-year, .cmb2-element.ui-datepicker select.ui-datepicker-month, .cmb2-element.ui-datepicker select.ui-datepicker-year {
    min-height: 30px;
    line-height: 20px;
    padding: 5px 10px;
    border: none !important;
}

.page-template-template-box-full #content, .page-template-template-box-right_sidebar #content {
    padding: 0;
}

.cmb2-wrap li {
    list-style: none
}

.cmb-repeatable-group.repeatable .cmb-group-title {
    padding: 10px;
}

.cmb-group-name {
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    color: #555;
    text-transform: uppercase;
}

.cmb-type-group .cmb-row, .cmb2-postbox .cmb-row {
    padding: 0 0 0.1em !important;
    margin: 0 0 .8em;
}

.cmb-repeatable-group .cmb-group-title {
    margin: 0 !important;
}

.cmb-nested div.cmb-repeat-group-field {
    padding: 10px 20px !important;
}

.cmb-type-group .cmb-repeat-group-field {
    padding-top: 0 !important;
}

.cmb2-wrap .button-secondary, .cmb2-wrap button {
    margin-right: 30px;
    border: none;
    background: #eee;
    color: #222;
    padding: 8px 16px;
    margin-top: 0 !important;
    display: inline-table;
    border-radius: 24px;
}

.cmb-type-group .cmb-td, .cmb2-postbox .cmb-td {
    padding: 0 !important;
}

.cmb2-wrap textarea {
    padding: 15px !important;
}

.button-primary {
    margin-top: 20px;
    font-size: 16px;
    padding: 10px;
}

.cmb-th + .cmb-td {
    /*float: inherit !important;*/
    padding: 0 !important;
    width: 100% !important;
}

.cmb-th {
    padding: 0 !important;
    vertical-align: top;
    width: 100% !important;
}

.cmb2-media-status .embed-status .cmb2-remove-file-button, .cmb2-media-status .img-status .cmb2-remove-file-button {
    background: url('../img/ico-delete.png') !important;
    height: 24px !important;
    width: 24px !important;
    left: -5px;
    top: -5px;
}

.cmb2-metabox-title {
    font-size: 17px !important;
    font-weight: 500;
    padding-top: 20px !important;
    text-transform: uppercase;
}

p.cmb2-metabox-description {
    font-size: 15px;
    font-style: normal !important;
    display: inline-block;
    padding-top: 0.1em;
}

.cmb-repeatable-group .cmb-shift-rows {
    font-size: 1em;
    margin-right: 0.5em;
    text-decoration: none;
    border-radius: 50%;
    background: #eee;
    padding: 8px;
    /* width: 20px; */
}

.cmb-remove-row {
    text-align: right;
    padding-left: 20px;
}

.cmb-repeatable-group .cmb-shift-rows .dashicons {
    font-size: 1.2em !important;
    height: 1em !important;
}

.cmb-repeatable-group .cmb-group-title {
    font-weight: 500;
}

.page-template .sidebar .widget {
    background: #fff;
    box-shadow: none;
    /*margin-top: 40px;*/
}

.content-box .alert {
    margin-bottom: 0;
}

.job-table-actions-inner form {
    float: left;
    margin-right: 5px;
}

.job-create {
    margin-bottom: 20px;
    display: none;
}

.pw-map-latitude, .pw-map-longitude {
    display: none !important;
}

.cmb2-id-job-price, .cmb2-id-job-min-price, .cmb2-id-job-salary-period,
.cmb2-id-user-work-phone, .cmb2-id-user-mobile-phone, .cmb2-id-user-phone,
.cmb2-id-user-gender, .cmb2-id-user-birthday, .cmb2-id-user-website,
.cmb2-id-user-category, .cmb2-id-user-career-level, .cmb2-id-user-qualification,
.cmb2-id-job-gender, .cmb2-id-user-location, .cmb2-id-user-job-type {
    width: 32.5%;
    float: left;
}

.cmb2-id-user-work-phone, .cmb2-id-user-birthday,
.cmb2-id-user-career-level, .cmb2-id-job-min-price {
    margin: 0 1.2% !important;
}

.cmb2-id-job-starting-date, .cmb2-id-job-expiry-date,
.cmb2-id-user-salary, .cmb2-id-user-experiences,
.cmb2-id-job-contact-name, .cmb2-id-job-contact-phone {
    width: 49.4%;
    float: left;
}

.cmb2-id-job-experiences, .cmb2-id-user-address, .cmb2-id-user-language {
    width: 66%;
    float: left;
}

.cmb2-id-user-experiences, .cmb2-id-job-contact-phone, .cmb2-id-job-expiry-date, .cmb2-id-job-gender, .cmb2-id-user-location, .cmb2-id-user-job-type {
    margin-left: 1.2% !important;
}


.content-box .cmb2-wrap select {
    margin-top: 0;
}

.content-box .cmb2-metabox-title {
    margin: 0;
    position: relative;
    display: table;
}

.cmb2-element.ui-datepicker .ui-datepicker-header,
.cmb2-element.ui-datepicker .ui-widget-header {
    background: #0b005c !important;
}

/*
	==================
	[13. Footer]
	==================
*/
#footer {
    width: 100%;
    padding: 60px 0 0;
    background-color: #f1f4f6;
    color: #484848;
}

#footer .widget:before,
#footer .widget:after {
    content: "";
    display: table;
    clear: both;
}

#footer .widget {
    margin-bottom: 20px;
}

#footer .widget h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    color: #0b005c;
    margin-bottom: 20px;
}

#footer .widget h3 {
    color: #222;
    font-size: 19px;
    margin-bottom: 30px;
    font-weight: 500;
}

#footer .widget [class*=col] {
    padding: 0;
}

#footer .widget [class*=col] h3, #footer .widget [class*=col] h2 {
    font-family: inherit !important;
    font-size: inherit !important;
    margin: 0;
}

#footer .widget [class*=col] h2 a {
    color: #fff;
}

#footer .widget .job-container, #footer .widget .contact-container, #footer .widget .company-container, #footer .widget .job-image-list img, #footer .widget .contact-image-list img, #footer .widget .company-image-list img, #footer .widget .job-image {
    border-radius: 0;
}

#footer .widget > ul,
#footer .widget ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

#footer .widget > ul > li,
#footer .widget > ul > li > a,
#footer .widget ul > li,
#footer .widget ul > li > a {
    display: block;
    padding: 2px 0;
    color: #484848;
    font-weight: 400;
}

#footer .widget > ul > li > a::before,
#footer .widget ul > li > a::before {
    content: '\f0a4';
    font-family: 'FontAwesome';
    font-size: 15px;
    font-weight: 400;
    padding-right: 15px;
}

#footer .widget > ul > li > a:hover,
#footer .widget > ul > li > a:focus,
#footer .widget ul > li > a:hover,
#footer .widget ul > li > a:focus {
    color: #82b440;
}

#footer .widget.widget_recent_comments > ul > li > a,
#footer .widget.widget_recent_comments ul > li > a {
    display: inline-block;
}

#footer .widget.widget_recent_comments > ul > li > a:before,
#footer .widget.widget_recent_comments ul > li > a:before {
    content: "";
    font-family: 'Raleway', sans-serif;
    padding-right: 0;
}

#footer .widget.widget_recent_comments > ul > li:before,
#footer .widget.widget_recent_comments ul > li:before {
    content: '\f05d';
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 400;
    padding-right: 15px;
}

#footer address i {
    color: #0b005c;
}

/*
	==================
	[14. Copyright]
	==================
*/
.copyright {
    position: relative;
    padding: 40px 0;
    border-top: 1px solid #ddd;
}

.copyright .scroltop {
    position: absolute;
    right: 0;
    top: 35px;
}


.widget.widget_filter_perm_temp_widget .widgettitle {
    display: none;
}

/*
	==================
	[15. Utils]
	==================
*/

/*******************************************************************
 * Marker
 *******************************************************************/

.marker {
    border-radius: 50%;
    padding: 0 3px 3px 0;
    width: 60px;
    height: 60px;
    background: #0b005c;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -2.2em 0 0 -0.6em;
    z-index: 1;
}

.marker img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 50%;
    display: block;
    height: 50px;
    width: 50px;
    margin-left: 5px;
    margin-top: 5px;

}

.marker:hover {
    transform: scale(1.4);
    transition: all .15s ease-in;
}

.marker:after {
    border-radius: 50%;
    bottom: 0px;
    content: '';
    display: block;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.marker span {
    background-color: #fff;
    border: 2px solid red;
    border-radius: 50%;
    display: block;
    font-size: 13px;
    font-weight: 600;
    height: 50px;
    line-height: 46px;
    text-align: center;
    width: 50px;
}

.marker .multiple:hover {
    transform: scale(1);
}


/*******************************************************************
 * Infobox
 *******************************************************************/
.infobox {
    background-color: #f5f5f5;
    height: auto;
    position: relative;
    width: 320px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45) !important;
}

.infobox .close {
    color: #333;
    cursor: pointer;
    height: 17px;
    display: block;
    font-size: 10px;
    line-height: 17px;
    opacity: 1;
    position: absolute;
    right: 10px;
    text-align: center;
    text-indent: 0px;
    top: 10px;
    transition: background-color .15s linear, color .15s linear;
    width: 17px;
}

.infobox-scroll {
    bottom: 4px;
    font-size: 16px;
    position: absolute;
    right: 8px;
    text-align: center;
}

.infobox-image {
    background-color: rgba(0, 0, 0, .12);
    display: block;
    float: left;
    height: 120px;
    margin: 0px;
    overflow: hidden;
    position: relative;
    width: 240px;


}

.infobox-image img {
    display: block;
    position: relative;
    z-index: 2;
    width: 240px;
    height: auto;
}

.infobox-content {
    background-color: #fff;
    float: left;
    padding: 15px 20px;
    position: relative;
    width: 240px;
    z-index: 2;
    color: #666;
    box-shadow: 0 0 40px rgba(0, 0, 0, .2);
}

.infobox-content.multiple {
    border-radius: 2px 0px 0px 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    width: 280px;
}

.infobox-content-title {
}

.infobox-content-title a {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: #242424;
    font-family: 'ABeeZee', Poppins, sans-serif;
    letter-spacing: .30px;
}

.infobox-content-body {
    font-size: 12px;
    line-height: 16px;
    height: 80px;
    margin: 0px;
    position: relative;
    overflow: hidden;
    font-family: 'ABeeZee', Poppins, sans-serif;
}

.infobox-content-body .infobox-content-body-attr {
    display: table;
    color: #555;
    letter-spacing: .30px;
    font-size: 14px;
}

.infobox-content-body .col-xs-4 {
    padding: 0;
    text-align: left;
}

.infobox-content-body .infobox-content-body-attr strong {
    font-size: 16px;
    display: block;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}

.infobox-content-body.multiple {
    height: 102px;
    overflow: auto;
}

.infobox-content-body-location {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    margin: 0px 0px 2px 0px;
    overflow: hidden;
    padding: 10px 0 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 144px;
}

.infobox-content-body-description {
    color: #666;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;

}

.infobox-content-body-area, .infobox-content-body-baths, .infobox-content-body-beds {
    line-height: 19px;
}

.infobox-content-body-value strong {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.infobox-content-price {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    left: 7px;
    line-height: 1;
    margin: 0px;
    padding: 6px 7px;
    position: absolute;
    top: 7px;
    z-index: 3;
    font-family: Poppins, sans-serif;
}

.infobox-footer {
    background-color: #f7f7f7;
    float: left;
    padding: 10px 20px;
    position: relative;
    width: 240px;
    z-index: 2;
    color: #666;
    font-family: 'ABeeZee', Poppins, sans-serif;
}

.infobox-footer-category {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

/*
	==================
	[16. Contact]
	==================
*/

.contact-section {
    position: relative;
}

.contact-section .title-text {
    position: relative;
    font-size: 17px;
    line-height: 1.6em;
    margin-bottom: 40px;
    color: rgba(0, 0, 0, 0.70);
}

/*Contact Info*/

.contact-info {
    position: relative;
    margin-bottom: 30px;
    min-height: 245px;
}

.contact-info .inner {
    position: relative;
    padding: 35px 20px;
    text-align: center;
    min-height: 230px;

    font-size: 17px;
    color: #656565;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.contact-info .inner .text {
    font-size: 18px;
    color: #656565;
    font-weight: 600;
}

.contact-info .inner .icon-box {
    position: relative;
    color: #656565;
    font-size: 42px;
    line-height: 1em;
}

.contact-info .inner h3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #0b005c;
    margin: 12px 0px;
}

.contact-info .inner .social-icon-three a {
    font-size: 16px;
    margin: 0px 2px;
    width: 36px;
    height: 36px;
    border: 2px solid #ec94b1;
    border-radius: 100%;
    padding: 3px;
    display: inline-block;
    color: #ea6c96;
}

/*contact Form Section*/

.contact-form-section {
    position: relative;
    padding-bottom: 40px;
}

.contact-form-section .column h2 {
    position: relative;
    color: #894EA3;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.contact-form-section .contact-content {
    position: relative;
}

.contact-form-section .contact-content h3 {
    position: relative;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.contact-form-section .contact-content .text {
    position: relative;
}

.contact-form-section .contact-content .text p {
    position: relative;
    font-size: 16px;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.60);
}

.contact-form-section .contact-content .text p span {
    color: #25292f;
    font-weight: 700;
}

/*Contact Form*/

.contact-form, .map-section {
    background: #fff;
    padding: 20px 40px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.contact-form {
    max-width: 600px;
}

.wpcf7-form-control-wrap {
    display: inherit !important;
    width: 100%;
}

.contact-form .row {
    margin: 0px -6px;
}

.contact-form label {
    width: 100%;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0px 6px;
}

.page-content .btn-success {
    position: relative;
    margin-top: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}


.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #31b4dd;
    background: none;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

.contact-form textarea {
    height: 165px;
    resize: none;
    padding: 12px 25px;
}

.contact-form button {
    font-size: 16px;
    letter-spacing: 0px;
    margin-top: 10px;
    padding: 10px 26px 12px;
    text-transform: capitalize;
}

.contact-form input[type="button"], .contact-form input[type="reset"], .contact-form input[type="submit"] {
    border: none;
    background: #0b005c;
    color: #fff;
    padding: 10px 20px;
}


/***

====================================================================
	Map Section Style
====================================================================

***/

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.map-canvas {
    height: 450px;
}


.contact-form .heading {
    margin-bottom: 20px;
    padding-bottom: 10px;
    letter-spacing: -1px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}


/*
	==================
	[17. 404]
	==================
*/


.search-form .input-group-btn:last-child > .btn, .search-form .input-group-btn:last-child > .btn-group {
    margin-left: -2px;
    background: #f3f3f3;
    border: none;
    padding: 13.5px;
    border: 1px solid #ddd;
}

.search-form .fa {
    color: #ccc;
    font-size: 18px;
}

.error404 {
    background: #fff;
}

.no-results.not-found, .delete-form.delete {
    text-align: center;
    padding-bottom: 20px;
}

.not-found {
    color: #484848;
}

.not-found .page-header {
    margin-top: 0;
    padding-bottom: 0;
}

.not-found .page-header h1 {
    color: #0b005c;
    font-size: 150px;
    margin-bottom: 25px;
    line-height: .8;
    font-weight: 700;
}

.not-found .page-header h2 {
    font-size: 60px;
    color: #ccc;
}

.delete-form .page-header h2 {
    font-size: 59px;
    color: #0b005c;
    letter-spacing: -4px;
}

/*
	==================
	[18. Wp Styles]
	==================
*/

.job-table-info-content-title, .job-table-info-content-price {
    font-size: 16px;
}

.job-table-info-content-price {
    padding-top: 20px;
    color: #a64eab;
}

.job-table-info-content-location {
    font-size: 12px;
}


.pagination {
    margin-top: 20px;
}

.nav-links {
    display: inline-block;
    padding-left: 0;
    width: 100%;
}

.nav-links > a,
.nav-links > span,
.nav-links .nav-previous > a,
.nav-links .nav-previous > span,
.nav-links .nav-next > a,
.nav-links .nav-next > span,
.page-links > a,
.page-links > span {
    position: relative;
    float: left;
    padding: 12px 18px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    /*box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.125);*/
    margin-right: 10px;
    border-radius: 24px;
    border: 2px solid #eee;
}

.page-links > span {
    background: #eee;
}

.nav-links .nav-next > a {
    float: right;
}

.nav-links .nav-previous > a,
.nav-links .nav-next > a {
    border-radius: 24px;
    color: #fff;
    background: #484848;
}

.nav-links .nav-previous > a:hover,
.nav-links .nav-next > a:hover {
    background: #0b005c;
    color: #fff;
    border-color: #0b005c;
}

.nav-links > a:hover,
.page-links > a:hover {
    background-color: #f7f7f7;
    color: #0b005c;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.125);
    border-color: transparent;
}

.nav-links > span.current,
.page-links > span.current {
    z-index: 2;
    color: #fff;
    cursor: default;
    background: #0b005c;
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
    border-color: transparent;
}

.post-navigation .nav-links {
    display: block;
}

.page-links {
    display: inline-flex;
}

.page-links a:first-child {
    margin-left: 10px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/*
	==================
	[19. Facts]
	==================
*/

.facts {
    background-color: #f4f5fa;
    position: relative;
    overflow: hidden;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

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

.fact-box .inner {
    position: relative;
    padding: 50px 15px 30px;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.50);
    border-radius: 0px 0px 5px 5px;
    border-top: none;
}

.fact-box .inner:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.50);
}

.fact-box .inner:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.50);
}

.fact-box .icon-box {
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 42px;
}

.fact-box .content {
    position: relative;
}

.count-outer {
    position: relative;
    font-size: 42px;
    line-height: 1.4em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 7px;
    font-family: 'Poppins', cursive;
}

.count-outer .count-text {
    font-weight: 500;
}

.fact-box .counter-title {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
}

.has-gradient {
    background-image: -webkit-linear-gradient(to right, #4b68da, #00b7f1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(to right), color-stop(#4b68da), to(#00b7f1));
    background-image: linear-gradient(to right, #4b68da, #0b005c);
    color: #fff
}


.facts-bg {
    height: 100%;
    width: 100%;
    margin: 0;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: cover !important;
    background: url(../img/fact-bg.jpg) 50% -74px repeat scroll transparent;
    position: absolute;
    float: left;
    /*padding: 60px 0;*/
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 60px;
}

.facts-bg::before {
    content: "";
    height: 100%;
    opacity: 0.8;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: #0b005c;
    position: absolute;
}

.facts-bg .facts-category > a span, .facts-bg .fact-box .icon-box, .facts-bg .facts-category > a i, .facts-bg .facts-category > a p, .facts-bg .facts-counter-item, .facts-bg .facts-counter-item h1, .facts-bg .widgettitle {
    color: #fff;
}

.facts-bg .facts-category > a p {
    font-size: 20px;
}

.facts-bg .facts-category > a i {
    font-size: 40px;
}

.facts-bg .facts-counter-item {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.facts-bg .facts-counter-item p {
    font-size: 15px;
}

/* Facts Style 2*/
.facts-counter-item {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.facts-counter-item h1 {
    font-size: 40px;
    font-weight: 400;
    color: #0b005c;
    margin-bottom: 5px;
    font-family: 'Poppins', cursive;
}

.facts-counter-item p {
    margin: 0;
    color: #222;
}

.facts-counter-item {
    font-size: 17px;
    color: #656565;
    font-weight: 500;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.facts-counter-item-image {
    height: 75px;
}

.facts-counter-item-image i {
    font-size: 48px;
    font-weight: 400;
}


/* Facts Style 2 */
/*
.facts .row > div {
    padding: 0;
}
*/
.facts .row > div:last-child a {
    border-right: none;
}

.facts-category {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}

.facts-category > a {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    /*border-right: 1px solid #e8ecec;*/
}

.facts-category > a i {
    float: left;
    width: 100%;
    color: #8b91dd;
    font-size: 40px;
    margin-top: 30px;
}

.facts-category > a span {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #202020;
}

.facts-category > a p {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0;
    margin-top: 0px;
    margin-top: 3px;
}


/*
=================================
      20. Social
=================================
*/
.social-icons li {
    display: inline-block;
    margin: 0 !important;
    padding: 0 3px;
}

.social-icons li.last {
    margin-right: 0;
}

.social-icons a {
    display: inline-block;
    background: #555;
    width: 36px;
    height: 36px;
    text-align: center;
    padding-top: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 16px;
    float: left;
}

.social-icons a:hover {
    background: #333;
}

.social-icons a:hover .fa {
    color: #fff;
}

.social-icons a .fa {
    color: #222;
}

.social-icons a .fa:before {
    font-size: 18px;
    text-align: center;
    padding: 0;
}


/** nav tabs */
.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.nav-justified > li {
    display: inline-block !important;
    width: auto !important;
}

.nav-tabs.nav-justified > li > a {
    border-bottom: none;
    border-radius: 0;
    color: #fff;
    background-color: #7c4992;
    z-index: 100;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
    color: #fff;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: none;
    background: #94c565;
}

blockquote {
    font-style: italic;
    background: #fff;
}

ul {
    list-style-type: square;
}

.contact-map iframe {
    border: 0px;
    width: 100%;
}


.job-buttons {
    overflow: hidden;
    padding: 0 0 20px 25px;
}

.job-btn, .btn-read-more {
    background: #0b005c;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-weight: 500;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.job-buttons .job-btn, .btn-read-more {
    background: #484848;
    color: #fff;
}

.job-buttons .job-btn:hover, .btn-read-more:hover {
    background: #0b005c;
    color: #fff;
}


.job-slider {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.job-slider .carousel-fade .carousel-inner .item {
    transition-job: opacity;
}

.job-slider .carousel-fade .carousel-inner .item,
.job-slider .carousel-fade .carousel-inner .active.left,
.job-slider .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.job-slider .carousel-fade .carousel-inner .active,
.job-slider .carousel-fade .carousel-inner .next.left,
.job-slider .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.job-slider .carousel-fade .carousel-inner .next,
.job-slider .carousel-fade .carousel-inner .prev,
.job-slider .carousel-fade .carousel-inner .active.left,
.job-slider .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.job-slider .carousel-fade .carousel-control {
    z-index: 2;
}

.job-slider .carousel-inner .item figure {
    position: relative;
}

.job-slider .carousel-inner .item figure img {
    width: 100%;
}

.job-slider .carousel-inner .item figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.job-slider .carousel-inner .item figure figcaption .slider-details {
    width: 500px;
    background: #fff;
    padding: 25px;
    position: relative;
}

.job-slider .carousel-inner .item figure figcaption .slider-details h1 {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Poppins', 'ABeeZee', sans-serif;
    line-height: 50px;
    margin: 0 0 5px 0;
}

.job-slider .carousel-inner .item figure figcaption .slider-details h1 a {
    color: #323232;
}

.job-slider .carousel-inner .item figure figcaption .slider-details span.sticker {
    font-size: 13px;
    background: #0b005c;
    color: #fff;
    padding: 8px 40px;
    display: inline-block;
    border-radius: 1px;
    line-height: normal;
    position: relative;
    float: left;
    text-transform: uppercase;
}

.job-slider .carousel-inner .item figure figcaption .slider-details p {
    font-size: 19px;
    color: #323232;
    margin-bottom: 0;
}

.job-slider .carousel-inner .item figure figcaption .slider-details p span {
    color: #0b005c;
    display: inline-block;
    position: relative;
    font-size: 17px;
}

.job-slider .carousel-inner .item figure figcaption .slider-details ul {
    margin: 15px 0 15px 0;
}

.job-slider .carousel-inner .item figure figcaption .slider-details ul li {
    display: inline-block;
    margin-right: 45px;
}

.job-slider .carousel-inner .item figure figcaption .slider-details ul li:last-child {
    margin-right: 0;
}

.job-slider .carousel-inner .item figure figcaption .slider-details ul li span {
    display: table-cell;
    vertical-align: middle;
}

.job-slider .carousel-inner .item figure figcaption .slider-details ul li span:first-child {
    font-size: 40px;
    color: #0b005c;
}

.job-slider .carousel-inner .item figure figcaption .slider-details ul li span:last-child {
    font-size: 15px;
    font-weight: 500;
    color: #323232;
    padding-left: 10px;
}

.job-slider .carousel-inner .item figure figcaption .slider-details h2 {
    font-size: 30px;
    font-weight: 500;
    color: #323232;
    margin: 0;
    font-family: 'Poppins', 'ABeeZee', sans-serif;
    text-align: right;
}

.job-slider .carousel-inner .item figure figcaption .slider-details .slide-controls {
    position: absolute;
    left: 0;
    top: -45px;
}

.job-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-left, .job-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-right {
    font-size: 25px;
    color: #0b005c;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #fff;
    text-align: center;
    padding-top: 5px;
    transition: 0.3s ease;
}

.job-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-left:hover, .job-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-right:hover {
    background: #0b005c;
    color: #fff;
}

.job-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-right {
    margin-left: -4px;
}

.is-sticky .navbar {
    background: #f9a11b;
}


.job-slider .carousel-inner .item:after {
    background-color: rgba(37, 37, 37, 0.60);
    background-color: rgba(0, 0, 0, 0.40);
    bottom: 0px;
    content: '';
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

/* bs-slider  */

.bs-slider {
    overflow: hidden;
    max-height: 600px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(20, 145, 222, 1) 0, rgba(216, 36, 96, 0.75) 100%); /*rgba(37, 29, 29, 0.7)*/
}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%;
}


/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line > .carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line > .carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line > .carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}

.indicators-line > .carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 180px;
    right: 0;
    margin: auto;
    padding: 15px;
    position: absolute;
    text-align: center;
}

.slide-text > h1 {
    display: block !important;
    padding: 0;
    color: #ffffff;
    font-size: 59px;
    font-style: normal;
    line-height: 74px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-weight: 500;
}

.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 0;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text > a.btn-default {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

    text-align: inherit;
    line-height: 18px;
    border-width: 0px;

    letter-spacing: 0px;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Kalam', 'Playfair Display', serif;
    background: #f20000;
    text-shadow: 0 2px 3px rgba(49, 49, 49, 0.33);
}

.slide-text > a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


.bs-slider .button, .bs-slider input[type="submit"] {
    font-size: 20px;
    font-family: 'Caveat Brush', 'Courgette', cursive;
    background: #0b005c;
    text-shadow: 0 2px 3px rgba(49, 49, 49, 0.33);
    padding: 10px 25px 10px 55px;
    color: white;
    border-radius: 3px;
    border: none;
    background-color: #0b005c;
    display: inline-block;
    width: auto;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s linear;

    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}


.button:hover, input[type="submit"]:hover, .button.grey:hover {
    color: white;
    text-decoration: none;
    background-color: #484848;
}

.button.alt {
    background-color: #4fba6f;
}

.button.alt:hover {
    background-color: #5fc97e;
}

.button.small {
    padding: 6px 23px 6px 23px;
    font-size: 12px;
}

.button.large {
    padding: 12px 45px 12px 45px;
    font-size: 17px;
}

.button.grey {
    color: #8da9b9;
    cursor: auto;
    background-color: #cbdfea;
}


.job-title {
    display: inline-block;
    width: 100%;
}

.job-title h2 {
    font-weight: 500;
    font-size: 28px;
    margin: 0;
    float: left;
}

.job-badge {
    float: right;
}

.job-title .job-badge .job-contract-badge, .job-title .job-badge .job-type-badge {
    margin: 0;
    padding: 4px 11px;
    line-height: 24px;
    border-radius: 3px;
    background-color: #66676b;
    color: #fff;
    font-size: 13px;
    position: relative;
    margin-left: 4px;
    font-weight: 500;
    text-transform: initial;
}

.job-title .job-badge .job-contract-badge {
    background-color: #0b005c;
    margin-left: 10px;
}

.job-title span.job-type-badge {
    background-color: #eaeaea;
    color: #919191;
}

.job-title span a, .job-title span {
    font-size: 17px;
    color: #888;
    display: inline-block;
}

.job-pricing {
    display: inline-block;
    display: none;
    float: right;
    font-size: 28px;
    font-weight: 500;
    color: #66676b;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    line-height: 34px;
}


.job-pricing .sub-price {
    font-size: 19px;
    color: #999;
}


/* job main features */
.job-main-features {

    background-color: #f7f7f7;
    background: linear-gradient(to top, #f1f1f1 0%, #ffffff);

    border-radius: 3px;
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 30px 5px 30px;
}

.job-main-features li {
    font-size: 17px;
    color: #888;
    display: inline-block;
    margin-right: 30px;
    padding: 24px 0 0 0;
    line-height: 30px;
}

.job-main-features li:last-child {
    margin: 0;
}

.job-main-features li span {
    display: block;
    color: #444;
    float: right;
    padding-left: 5px;
}

.job-main-features li i {
    font-size: 30px;
}


.job-main-features li div {
    color: #555;
    font-size: 15px;
    font-weight: 500;
}


.profile-box {
    background-color: #f7f7f7;
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.profile-box .profile-header {
    margin-bottom: 10px;
}

.profile-box .profile-header .profile-title {
    font-weight: 600;
    font-size: 18px;
    color: #222;
}

.profile-box .profile-header .profile-img, .profile-box .profile-header .profile-title {
    display: block;
    margin: 0 auto;
}

.profile-box .profile-header .profile-img {
    width: 96px;
}

.profile-header > * {
    display: table-cell;
    width: auto;
    text-align: center;
    vertical-align: middle;
}

.profile-box .profile-header .profile-img img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 9999px;
    overflow: hidden;
}

.profile-box .profile-header .profile-title {
    text-align: center;
    padding-top: 10px;
}

.profile-box .profile-contact {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.profile-box .profile-contact {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    position: static;
    font-size: 15px;
}

.profile-box .profile-contact {
    position: relative;
    text-align: center;
}

.profile-box ul > li > a:before {
    content: none !important;
}

.profile-box .profile-contact > li {
    margin: 0 !important;
}


/* Widget Button */
.job-detail-buttons {
    float: right;
    display: inline-block;
}

button.job-detail-button {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    border-radius: 3px;
    color: #777;
    transition: all 0.3s;
    outline: none;
    border: none;
    background-color: transparent;
    box-shadow: 0;
}

.job-detail-button {
    height: 41px;
    text-align: center;
    width: 41px;
    float: left;
    background-color: #f0f0f0;
    background: linear-gradient(to bottom, #f4f4f4 0%, #f0f0f0);
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
}

/* Widget Button - End */


.best_deals {
    background-color: #f1f1f1;
    background-image: url(../img/background3.html);
    background: linear-gradient(to top, #f1f1f1 0%, #ffffff);
}

figure {
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.prl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.prl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.prl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.job-small {
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
}

.job-small:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .2);
}

.job-small-head {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    font-weight: 500;
}

.job-small-title h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 24px;
}

.job-small-head a {
    color: #222;
    font-size: 16px;
}

.job-small-price {
    color: #484848 !important;
    font-weight: 700;
}

.job-small-location, .job-small-location a {
    color: #656565 !important;
    margin: 0;
    font-size: 14px;
}

.job-small-content {
    background: #fff;
}

.job-small-title {
    color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.widget_jobs_widget .type-small .row > [class*="col-"] {
    padding-bottom: 30px;
    padding-top: 0;
}


/* Job Listing */

.job-listing {
    list-style: none outside;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.job-listing.box-shadow {
    border-bottom: none;
    margin-bottom: 30px;
    border-radius: 10px;
}

.job-listing a {
    display: block;
    padding: 1em 1em 1em 2em;
    border: 0;
    overflow: hidden;
    zoom: 1;
    position: relative;
    line-height: 1.5em;
    text-decoration: none;
}

.job-listing a img.company_logo {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 1em;
    float: left;
    margin-right: 1em;
    vertical-align: middle;
    box-shadow: none;
}

.job-listing a div.position {
    float: left;
    width: 55%;
    padding: 0 0 0 42px;
    line-height: 1.5em;
}

.job-listing a div.position h3 {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-size: inherit;
    font-weight: 400;
    color: #222;
}

.job-listing a div.location {
    float: left;
    text-align: left;
    width: 25%;
    padding: 0 0 0 1em;
    color: #999;
    line-height: 1.5em;
}

.job-listing.box-shadow a div.location {
    color: #5481d4;
}

.job-listing a .meta {
    list-style: none outside;
}

.job-listing a .meta .date {
    float: right;
    padding-top: 5px;
    font-size: 13px;
}

/*
.job-listing a .meta {
    float: right;
    text-align: right;
    width: 20%;
    padding: 0 0 0 1em;
    margin: 0;
    line-height: 1.5em;
    color: #999;
    list-style: none outside;
}
*/


/*
.page-template-template-login-box {
    background-image: url(../img/login-page-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background-color: #f2f4f5;
}
*/
.page-template-template-login-box:after {
    content: "";
    position: absolute;
    background: #fff;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}


.login-box, .register-box {
    margin: auto 30%;
    padding: 0 !important;
    border: 1px solid #ddd;
}

.register-box-profile {
    margin: auto;
    padding: 0 !important;
    border: 1px solid #ddd;
}

.login-form, .register-form {
    padding: 15px 30px;
    background: #f7f7f7;
}

.login-form .form-group, .register-form .form-group {
    margin-bottom: 0px;
}

.login-form label, .register-form label, .enquire-form label {
    position: relative;
    width: 100%;
    font-weight: 500;
}

.enquire-form label {
    margin: 0;
    padding: 0;
    line-height: inherit;
}

.login-form label i, .register-form label i, .enquire-form label i {
    font-size: 21px;
    color: #e4c6c7;
    position: absolute;
    left: 15px;
    bottom: 30px;
    font-weight: 500;
    border-right: 1px solid #dec6e4 !important;
    padding-right: 10px !important;
    width: 30px;
}

.login-form label input, .register-form label input, .login-form label select, .register-form label select {
    margin-top: 8px;
    padding-left: 55px;
    height: 53px;
    color: #999;
    transition: box-shadow 0.2s !important;
}

.enquire-form label input, .enquire-form label select {
    padding-left: 55px;
    color: #999;
    transition: box-shadow 0.2s !important;
}

.enquire-form .form-group {
    margin: 0;
    line-height: 1;
}

.login-box-title.title, .register-box-title.title {
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    background-color: #efefef;
    padding: 20px 30px;
}

.login-box .login-title, .register-box .register-title {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    color: #0b005c;
    width: 100%;
}

.login-box .login-title small a, .register-box .register-title small a {
    text-transform: capitalize;
    font-weight: 400;
    color: #333;
    display: block;
    font-size: 14px;
}

.login-box .button-primary, .register-box .button-primary {
    margin-top: 0 !important;
    margin-bottom: 20px;
    width: 100%;
    text-shadow: none;
    background: #0b005c;
}

.button-primary-default {
    border: none;
    border-radius: 8px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
}

.default-a {
    position: relative;
    padding-top: 15px !important;
}

.login-box .text-right {
    float: right;
}


.social-links-icon li a {
    width: 37px;
    height: 37px;
    display: inline-block;
    text-align: center;
    border: 1px solid #656565;
    padding: 4px !important;
    border-radius: 50%;
    margin-right: 10px;
    color: #484848;
}

.social-links-icon li a:before {
    content: none !important;
}

.social-links-icon li {
    display: inline-block !important;
}

.social-links-icon li a:hover {
    background: #d8085f;
    color: #fff !important;
}

.author-social-networks ul {
    padding: 0;
}

.author-social-networks .social-links-icon li a {
    width: 24px;
    height: 24px;
    font-size: 10px;
}

#footer address strong {
    font-weight: 500;
    color: #111;
}


/* Mortgage */

.mortgage-calculator .input-group {
    margin-bottom: 1rem !important;
    width: 100%;
}

.mortgage-calculator .input-group-addon {
    background: linear-gradient(to bottom, #f8f8f8 0%, #f0f0f0);
    color: #999;
    width: 45px;
    border: none;
    border-left: 1px solid #e7e7e7;
}

.mortgage-calculator .calc-output-container {
    opacity: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0;
    transition: opacity 0.3s, max-height 0.7s;
}

.mortgage-calculator .calc-output-container .notification {
    margin: 15px 0 10px 0;
}


.notification {
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
    padding: 20px 26px;
    padding-right: 50px;
    border-radius: 3px;
}

.notification p {
    margin: 0;
}

#result .success,
.notification.success {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
    background-color: #f5e8ed;
}


/* ------------------------------------
  Tag Cloud Widget
------------------------------------ */
.widget-tags a, .tagcloud a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 14px;
    border: 2px solid #ddd;
    border-radius: 30px;
    font-size: 15px !important;
    color: #656565;
}

.widget-tags a:hover, .tagcloud a:hover {
    color: #fff;
    background-color: #0b005c;
    border: 2px solid transparent;
}

.tagcloud {
    border: 1px solid #ddd;
    padding: 20px;
    position: relative;
    display: inline-block;
}


/*
=================================
       21. Popular Post
=================================
*/
.widget-posts .img-cap-effect .img-box .img-caption:before {
    border-width: 2px;
}

.widget-posts li {
    margin-bottom: 20px;
}

.widget-posts li:last-child {
    margin-bottom: 0;
}

.widget-posts .img-box, .widget-posts .content {
    display: table-cell;
    vertical-align: top;
}

.widget-posts .img-box img {
    width: 50px;
    height: 50px;
    max-width: initial;
}

.widget-posts .content {
    padding: 0 0 0 15px;
}

.widget-posts .content a h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding: 0;
    transition: all .3s ease;
    color: #666;
    font-family: "Varela Round", 'ABeeZee', Helvetica, Arial, sans-serif;
}

.widget-posts .content a h4:hover {
    color: #ff9638;
}

.widget-posts .content span {
    color: #999999;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.widget-posts .content span i {
    font-size: 12px;
    width: 16px;
    position: relative;
}


.job-type {
    font: 500 12px/normal 'ABeeZee', "Varela Round", Montserrat, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 3px 10px;
    margin-left: 1em;
}

.job-type.part-time {
    background-color: #d4547f;
}

.job-type.full-time {
    background-color: #6bca59;
}

.job-type.internship {
    background-color: #548dd4;
}

.job-type.freelance {
    background-color: #5481d4; /*#d45454*/
}

.testimonial-detail {
    padding: 40px;
    border-radius: 3px;
    position: relative;
    margin: 15px;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
}

.testimonial-detail .pic {
    position: absolute;
    top: -10px;
    left: -10px;
}

.testimonial-detail h3.user-testimonial-title {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
}

.testimonial-detail .user-description {
    line-height: 1.7;
    font-size: 14px;
    font-weight: 300;
    color: #656565;
}

.testimonial-detail .client-rating {
    position: absolute;
    top: 20px;
    right: 20px;
}

.testimonial-detail .client-rating i {
    font-size: 12px;
    color: #d43f70;
}


.pic .avatar {
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
}

.avatar-dxl {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 2rem;
}

.avatar-xl {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 1.5rem;
}

.avatar-lg {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.125rem;
    border-radius: 50px;
}

.avatar-sm {
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: .75rem;
}

.avatar img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.avatar-bordered {
    border: 4px solid rgba(255, 255, 255, .27);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}


.employer-widget {
    background-color: #fff;
    padding: 60px 0 50px;
    box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
    -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
    -webkit-box-shadow: 0 1px 5px 0 rgba(41, 128, 185, .15);
    box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px 1px rgb(229, 232, 245); /* 0 1px 5px 0 rgba(41,128,185,.15) */
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
    transition: .7s;
    margin-bottom: 30px;
    position: relative;
}

.employer-widget .u-img {
    margin-bottom: -42px;
    height: 150px;
}

.employer-widget .slide-content {
    padding: 0 1.25rem 1.25rem;
}

.employer-widget .avatar {
    margin: 0 auto 2rem;
    position: relative;
    display: block;
    max-width: 85px;
    width: 80px;
    height: 80px;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
}

.employer-widget .avatar img {
    max-width: 75px;
    margin: 3px;
}

.employer-widget .sector {
    color: #555;
    font-size: 16px;
}

.slide-content h5 {
    margin-bottom: 15px;
    font-weight: 500;
}

.slide-content h5 a {
    color: #222;
    outline: 0;
    text-decoration: none;
    font-size: 18px;
}

.slide-content p i {
    color: #999;
}

.employer-browse-btn {
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 8px 15px;
}

.job-features {
    background-color: #fafafa;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.job-features span {
    padding: 2px 5px;
    font-size: 14px;
}

.job-features .btn-default {
    margin-left: 5px;
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

.slick-prev {
    left: -35px;
}

.slick-next {
    right: -25px;
}

.slick-next:before, .slick-prev:before {
    font-family: FontAwesome;
    font-size: 12px;
    opacity: 1;
    color: #0b005c;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border: 1px solid #eaeff5;
    transition: all ease .4s;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
    content: '\f061';
}

.slick-prev:before {
    content: '\f060';
}

.bg-gray {
    background: #fdfcfc;
}

.bg-light-purple {
    background: #f4f5fa;
}


.table {
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0 !important;
}

table.table tr td, table.table.table-lg tr th {
    border-color: #eaeff5;
    padding: 15px;
    vertical-align: middle;
    font-weight: 500;
}

.table-hover tbody tr:hover {
    background-color: #f4f5f7;
}

table.table td a {
    font-weight: 500;
    color: #334e6f;
    display: inline-block;
    text-decoration: none;
}

table.table td img {
    margin-right: 10px;
}

table.table td .label {
    padding: 5px 15px;
}


.theme-btn, .theme-btn:focus, .theme-btn:hover {
    color: #fff !important;
    background: #0b005c;
    border: 1px solid #0b005c;
}

/*
.apply-job-btn {
    padding: 10px 30px;
    border-radius: 50px;
}
*/
.table .full-time {
    color: #0fb76b !important;
}

.table .part-time {
    color: #d4547f !important;
}

.table .internship {
    color: #f21136 !important;
}

.table .freelancer {
    color: #ff9800 !important;
}

.table .job-company {
    display: inline-block;
    vertical-align: middle;
    color: #0b005c;
}

.table .job-address {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.table .job-address i {
    font-size: 21px;
    float: left;
    width: 30px;
    color: #ccc;
}

.job-categories {
    background-color: #f4f5fa;
    padding: 60px 0;
    position: relative;
}

.job-category-box {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.job-category-box:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
}

.job-category-box > a {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8ecec;
    border-right: 1px solid #e8ecec;
}

.job-category-box > a i {
    float: left;
    width: 100%;
    color: #8b91dd;
    font-size: 50px;
    margin-top: 20px;
}

.job-category-box > a span {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.job-category-box > a p {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0;
    margin-top: 0px;
    margin-top: 3px;
}

.job-category-box.style2 {
    background: #ffffff;
    border: none; /*2px solid #e5e7f3*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.job-category-box.style2 > a {
    border: none;
}

.job-category-box.style2 > a i {
    color: #0b005c;
}

.job-category-box.style2 > a p {
    color: #555;
}

.job-category-box.style2 {
    height: auto;
    width: 100%;
    margin-left: 0px;
}


.main-banner {
    padding: 12% 0;
    position: relative;
    background-size: 2540px 900px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin: 0;
    position: relative;
    max-height: 675px !important  ;
}

.main-banner.style2 {
    background-image: none;
    
}


.main-banner .caption {
    position: relative;
    z-index: 2;
}

.main-banner h2 {
    color: #fff;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
    font-size: 49px;
    font-family: 'Poppins', 'ABeeZee', Helvetica, Arial, sans-serif;
}

.main-banner.style2 h2 {
    color: #334e6f;
    font-weight: 600;
}
 
@media (max-width: 800px) {
    .main-banner {
        background-size: cover !important;    
    }
    .main-banner h2 {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 5px;
    }
    .facts-counter-item {
        margin-bottom: 20px;  
        padding: 15px 10px;    
    }
    .facts .row .col-xs-6:nth-child(1) .facts-counter-item,
    .facts .row .col-xs-6:nth-child(2) .facts-counter-item {
        margin-bottom: 30px;
    }
    .facts-counter-item h1 {
        font-size: 28px;
    }
    
    .facts-counter-item p {
        font-size: 14px;
    }
 
    .facts .row {
        margin-bottom: 20px;
    }
    .col-xs-6 {
        min-height: 120px;
    }
    #testimonials-carousel .pic {
        margin: 0 auto 15px;
        width: 70px;
        height: 70px;
    }
    
    #testimonials-carousel .user-testimonial-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #testimonials-carousel .user-description {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    #testimonials-carousel .client-rating {
        font-size: 14px;
    }
    .similar-jobs-container .job-image-list img {
        height: auto;
        max-height: 100px;
        width: 100%;
        object-fit: cover;
    }
  
}
 
@media (max-width: 480px) {
    .main-banner {
        background-size: cover !important;
        min-height: 450px; /* Reduzir ainda mais a altura */
        padding: 5% 0; /* Menos padding vertical */
    }
    
    .main-banner h2 {
        font-size: 14px !important;
        line-height: 1.3 !important;
        margin-bottom: 8px;
    }
    
    .main-banner p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .main-banner .home-form-1 {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 5px;
    }
    .facts-counter-item {
        margin-bottom: 25px;
    }
    
    .facts-counter-item-image {
        height: 60px;  /* Reduz altura do ícone */
    }
    
    .facts-counter-item-image i {
        font-size: 36px;  /* Reduz tamanho do ícone */
    }
    
    
}


.main-banner:before {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #000000;
    background: -webkit-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, #000000 100%);
    opacity: 50.0;
}

.main-banner.style2:before {
    background: -moz-linear-gradient(left, rgb(228, 245, 255) 0, #f1f1f1 100%);
    background: -ms-linear-gradient(left, rgb(228, 245, 255) 0, #f1f1f1 100%);
    background: -o-linear-gradient(left, rgb(228, 245, 255) 0, #f1f1f1 100%);
    background: linear-gradient(left, rgb(228, 245, 255) 0, #f1f1f1 100%);
    background: -webkit-linear-gradient(left, rgb(228, 245, 255) 0, #f1f1f1 100%);
}


.main-banner fieldset .form-control, .main-banner fieldset .theme-btn, .main-banner fieldset select.selectpicker {
    width: 100%;
    padding: 18px 15px;
    border: none;
    border-radius: 0;
    height: auto;
    line-height: 1.5;
    font-size: 15px;
    max-height: 60px;
}

.main-banner fieldset .theme-btn {
    font-size: 18px;
    padding: 15px;
}

.main-banner fieldset .theme-btn i {
    font-size: 21px;
    top: 1px;
    position: relative;
}

.main-banner.style2 fieldset .theme-btn {
    font-size: 18px;
    padding: 16px;
}

.main-banner fieldset .form-control {
    border: none !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 !important;
    font-size: 16px !important;
    min-height: 50px;
    width: 100%;
}

.main-banner fieldset .input-group {
    border-right: 1px solid #dde6ef;
}

.main-banner p {
    margin-bottom: 40px;
    color: #fff;
}

.main-banner.style2 p {
    color: #334e6f;
}


.home-form-1 {
    padding: 25px 45px 30px 45px;
    background: #fbfbfb;
    box-shadow: 0px 20px 20px -8px rgba(0, 0, 0, .05);
    overflow: hidden;
    margin-top: -160px;
    position: relative;
    z-index: 100;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
}

.main-banner .home-form-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, .2);
    box-shadow: 0px 20px 60px -8px rgba(0, 0, 0, .1);
    width: 100%;
    padding: 10px;
    border-radius: 6px;
}

.main-banner.style2 .home-form-1 {
    background-color: #fff;
    border: 0;
    padding: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(41, 128, 185, 0.18);
    box-shadow: 0 5px 10px 0 rgba(41, 128, 185, 0.18);
}

.main-banner label {
    color: #fff;
}

.main-banner .home-form-1 .form-control, .main-banner .form-group {
    margin-bottom: 0;
}

.main-banner .pd-0 {
    padding: 0;
}


.home-form-1 .theme-btn {
    width: 100%;
    padding: 6px 12px;
    border: none;
    border-radius: 0;
    height: auto;
    line-height: 1.5;
    font-size: 17px;
    height: 50px;
}

.main-banner .input-group-addon i {
    color: inherit !important;
}

.home-form-1 .input-group-addon i {
    color: #d47b99;
}


/* Step By*/
#step-image {
    margin-bottom: 80px;
    margin-top: 80px;
    max-width: 100%;
    height: 2px;
    background-color: #eee;
    position: relative;
}

#step-image > div {
    display: inline-block;
    position: absolute;
}

.step-container {
    padding: 1px 0 150px 0;
}

.step-by-container {
    width: 100%;
    margin-top: -80px;

}

.step-by {
    width: 215px;
    font-size: 14px;
    color: #565656;
    text-align: center;
    float: left;
    margin-right: 90px;

}

.step-by:first-child {
    margin-left: 0;
}

.step-by:last-child {
    margin-right: 0px;
}

.step-by h5 {
    font-size: 18px;
    font-weight: 500;
    color: #565656;
}

.step-by-inner {
    max-width: 175px;
    padding: 20px 25px;
    margin: 0 auto;
    background: #ffffff;
    cursor: pointer;
}

.step-by-inner-img {
    max-width: 110px;
    padding: 18px 25px;
    border: 1px dashed #0b005c;
    border-radius: 50%;
}

.step-spacer {
    height: 50px;
    clear: both;
}


.step-by-inner-img i {
    font-size: 40px;
    color: #0b005c;
}

span.process-count {
    float: right;
    right: 0;
    bottom: 5px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #0b005c;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}


.job-overview-widget {
    margin-top: 30px;
}

.job-overview-widget ul {
    padding: 20px 0;

}

.job-overview-widget > ul > li {
    float: left;
    width: 100%;
    padding-left: 67px;
}

.job-overview-widget > ul > li i {
    left: 23px;
}


/* Job Overview */
.job-overview-widget, .profile-avatar-widget {
    float: left;
    width: 100%;
    margin-top: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.job-overview-widget > h3 {
    float: left;
    width: 100%;
    font-size: 15px;
}

.job-overview-widget ul {
    float: left;
    width: 100%;
    border: 1px dotted #ccc;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    margin: 0;
    padding-left: 15px !important;
}

.job-overview-widget ul > li {
    float: left;
    margin: 0;
    position: relative;
    border-bottom: 1px dashed #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
}

.job-overview-widget ul > li:last-child {
    border-bottom: none;
}

.job-overview-widget ul > li i {
    position: absolute;
    left: 23px;
    top: 10px;
    font-size: 30px;
    color: #0b005c;
}

.job-overview-widget ul > li h3 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #444;
}

.job-overview-widget ul > li span {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #888888;
    margin-top: 5px;
}


.cmb2-wrap .mce-btn button, .wp-switch-editor {
    background: inherit;
    margin: 0;
}


.widget-btns > a, .widget-btns > div > a {
    float: left;
    width: 100%;
    background: #fbfbff;
    color: #8b91dd;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: 1px dashed #8b91dd; /*78909C fb236a*/
    padding: 11px 0;
    margin-top: 10px;
}

.widget-btns > .applied, .widget-btns > .apply-it, div.printfriendly a, div.printfriendly a:link {
    background: #fff3f7;
    color: #fb236a;
    border: 1px dashed #fb236a !important;
}


.education-history {
    float: left;
    width: 100%;
    display: table;
    margin-bottom: 20px;
    position: relative;
}

.education-history > i {
    display: table-cell;
    vertical-align: top;
    width: 70px;
    font-size: 50px;
    color: #aaa;
    line-height: 60px;
}

.edu-hist-detail {
    display: table-cell;
    vertical-align: top;
}

.edu-hist-detail > h3 {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #0b005c;
    margin: 0;
    margin-top: 0px;
    margin-top: 10px;
}

.edu-hist-detail > i {
    float: left;
    width: 100%;
    font-style: normal;
    font-size: 13px;
    color: #444;
    margin-top: 7px;
}

.edu-hist-detail > span {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #202020;
    margin-top: 8px;
}

.edu-hist-detail > span i {
    font-size: 15px;
    color: #888888;
    font-style: normal;
    margin-left: 12px;
}

.edu-hist-detail > p {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 14px;
    color: #888888;
    font-style: normal;
    line-height: 24px;
    margin-top: 10px;
}

.education-history.style2 {
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 24px;
    padding-bottom: 0;
}

.education-history.style2 > i {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    content: "";

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

}

.education-history.style2 .edu-hist-detail > h3 {
    margin: 0;
    font-weight: 500;
}

.education-history.style2::before {
    position: absolute;
    left: 7px;
    top: 20px;
    width: 2px;
    height: 100%;
    content: "";
    background: #e8ecec;
}

.education-history.style2:last-child::before {
    display: none;
}

.education-history.style2 .edu-hist-detail > h3 span {
    color: #202020;
    margin-left: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.text-center img {
    margin: 5px auto;
    float: none;
    display: table;
}

.width-100 {
    width: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pd-r-10 {
    padding-right: 15px;
}

.author-detail i {
    color: #0b005c;
}

.author-detail h4 {
    font-weight: 500;
}

.author-detail .avatar {
    border-radius: 50%;
}

.user-image-uploader {
    text-align: center;
    background: #eee;
    line-height: 40px;
    color: #222;
}

.shifted {
    position: absolute;
    left: -9999px;
}


.bordered-image {
    position: relative;
    overflow: hidden;
    padding: 20px;
    max-width: 300px;
    text-align: center;
}

.content-box .bordered-image {
    border: 2px solid #e8ecec;
}


.box .button-primary {
    display: block;
}

.profile-avatar-widget {
    border: 2px solid #e8ecec;
}

.skill-tag {
    background-color: #eaedf3;
    border-radius: 0 2px 2px 0;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2727272727;
    margin: 2px 15px 2px 0;
    padding: 3px 7px;
    position: relative;
}

.skill-tag {
    color: #8492af;
}

.skill-tag:before {
    content: "";
    border-top: 10px solid transparent;
    border-left: 9px solid #eaedf3;
    border-bottom: 10px solid transparent;
    height: 0;
    position: absolute;
    top: 0;
    right: -8px;
    width: 0;
}

.skill-tag:after {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    height: 4px;
    position: absolute;
    top: 8px;
    right: -2px;
    width: 4px;
}


/* Job Single Sec */
.job-detail-overview {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8ecec;
    display: table;
}

.job-thumb {
    display: table-cell;
    vertical-align: top;
    width: 107px;
}

.job-thumb img {
    float: left;
    width: 100%;
    border: 2px solid #e8ecec;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

}

.job-detail-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}

.job-detail-info h4 {
    float: left;
    width: 100%;
    color: #202020;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 15px;
}

.job-detail-info span {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #666;
}

.job-detail-info p {
    float: left;
    margin: 0;
    font-size: 15px;
    margin-right: 40px;
    color: #666;
    margin-top: 8px;
}

.job-detail-info p i {
    float: left;
    line-height: 24px;
    margin-right: 9px;
    color: #0b005c;
}


/* Office Address Box */
.office-address {
    text-align: center;
    position: relative;
    color: #656565;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.office-address i {
    font-size: 40px;
}

.office-address ul {
    list-style: none;
    font-size: 16px;
    padding: 0;
    line-height: 30px;
    color: #666;
}

.office-address h3 {
    font-size: 19px;
    font-weight: 500;
    color: #333;
    margin-top: 0;
}

.office-address h3:after {
    content: "";
    height: 2px;
    width: 50px;
    position: relative;
    display: block;
    background-color: #0b005c;
    margin: 20px auto;
    border-radius: 2px;
}

.address-container {
    background-image: url(../img/our-office.jpg);
    background-color: #fff;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    position: relative;
    height: 100%
}

.address-container:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-color: #fff;
    opacity: 0.93;
}


/* Google Maps */
.contact-map {
    display: flex;
}

.contact-map .google-map-container {
    flex: 1;
    position: relative;
}

.contact-map .address-box-container {
    flex: 0 auto;
    width: 440px;
    height: 450px;
}

.contact-map .google-map-container #propertyMap {
    height: 100%;
    width: 100%;
}

@media (min-width: 1680px) {
    .contact-map .address-box-container {
        height: 450px;
    }
}

@media (max-width: 1440px) {
    .contact-map .address-box-container {
        height: 420px;
    }
}


/* Contact Details */
.sidebar-textbox {
    display: inline-block;
    padding-right: 40px;
}

.sidebar-textbox.color {
    background-color: #666;
    color: #fff;
}

.sidebar-textbox.color h4 {
    color: #fff;
}

.sidebar-textbox h4, .sidebar-form h4 {
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 19px;
    font-weight: 500;
    font-size: 17px;
    color: #333;
}

.sidebar-textbox span {
    color: #666;
    display: inline-block;
}

.sidebar-textbox.color span {
    color: #fff;
}

.sidebar-textbox ul.contact-details {
    list-style: none;
    display: flex;
}

.sidebar-textbox ul.contact-details strong {
    font-weight: 500;
}

.sidebar-textbox ul.contact-details li {
    text-align: left;
    padding-left: 60px;
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.sidebar-textbox ul.contact-details li strong {
    display: block;
    color: #333;
    font-family: "Varela Round", Helvetica, Arial, sans-serif;
}

.sidebar-textbox ul.contact-details li i {
    height: 100%;
    position: absolute;
    left: 0;
    font-size: 32px;
    color: #333;
    top: 10px
}


.wpcf7 .form-group
.wpcf7 .form-group {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.wpcf7 .form-group input[type="text"],
.wpcf7 .form-group input[type="datetime"],
.wpcf7 .form-group input[type="date"],
.wpcf7 .form-group input[type="number"],
.wpcf7 .form-group input[type="email"],
.wpcf7 .form-group input[type="url"],
.wpcf7 .form-group input[type="tel"] {
    padding-left: 55px;
    height: 53px;
    color: #999;
    transition: box-shadow 0.2s !important;
    font-size: 15px !important;
    font-family: "Varela Round", 'Nunito', Helvetica, Arial, sans-serif;
    background-color: #fff !important;
    float: none;
    margin: 0;
}

.wpcf7 .form-group select, .wpcf7 .form-group textarea {
    background-color: #fff !important;
    font-family: "Varela Round", 'Nunito', Helvetica, Arial, sans-serif;
    color: #888;
}

.wpcf7 .form-group textarea {
    padding: 20px;
}

.wpcf7 .form-group i {
    font-size: 21px;
    color: #e6cbd4;
    position: absolute;
    left: 30px;
    bottom: 15px;
    font-weight: 500;
    border-right: 1px solid #c1d0ae !important;
    padding-right: 10px !important;
    width: 30px;
}


.browse-all-jobs {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.browse-all-jobs a {
    float: none;
    display: inline-block;
    border: 2px solid;
    padding: 13px 30px;
    font-size: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.browse-all-jobs a:hover {
    background: #0b005c;
    color: #ffffff;
}

.d-none {
    display: none;
}

.mt-60 {
    margin-top: 60px;
}

.wp-editor-container {
    padding: 1px;
}


@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }

    to {
        border-color: #3e97eb;
    }
}


input[type=radio] + label:before {
    border-radius: 50%;
}

input[type=radio] + label:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3e97eb;
}

input[type=radio]:checked + label:before {
    border: 1px solid #3e97eb;
}

input[type=radio]:checked[disabled] + label:before {
    border: 1px solid #c9e2f9;
}

input[type=radio]:checked[disabled] + label:after {
    background: #c9e2f9;
}


.notify {
    display: inline-block;
    margin: 0px auto;
    position: fixed;
    z-index: 1031;
    top: 120px;
    right: 20px;
}


@keyframes showAlert {
    from {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1
    }
}

.alert {
    border-left: 4px solid;
    border-radius: 0;
    transition: .5s ease-in-out;
    visibility: visible;
    animation-name: showAlert;
    animation-duration: .5s;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(12, 0, 46, 0.04);
}


.alert-warning {
    color: #0b005c;
    background-color: rgba(216, 36, 96, 0.06);
    border-color: rgba(216, 36, 96, 0.17);
}


/*

===============================
Interested in Area
===============================

*/

.job-specialisms {
    padding: 60px 0;
    position: relative;
}

.single-specialisms {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    padding-bottom: 20px;
    margin-bottom: 30px;
    transition: .4s;
}

.single-specialisms:hover {
    box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.15);
}

.single-specialisms:hover h3 {
    color: #EF5B5B;
}


.single-specialisms img {
    margin-bottom: 10px;
    width: 100%;
}

.single-specialisms i {
    font-size: 40px;
    color: #0b005c;
}

.single-specialisms h3 {
    margin-bottom: 10px;
    color: #141414;
    transition: .4s;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 2px;
}

.single-specialisms p {
    margin: 0px;
    color: #504e51;
    font-size: 14px;
}

.align-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-secondary {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none;
}

.btn-secondary:hover {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62;
}



.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}

.card-counter:hover {
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}

.card-counter.primary {
    background-color: #007bff;
    color: #FFF;
}

.card-counter.danger {
    background-color: #ef5350;
    color: #FFF;
}

.card-counter.success {
    background-color: #66bb6a;
    color: #FFF;
}

.card-counter.info {
    background-color: #26c6da;
    color: #FFF;
}

.card-counter .icone {
    font-size: 2em;
    opacity: 0.2;
}

.card-counter .count-numbers {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
}

.card-counter .count-name {
    position: absolute;
    right: 35px;
    top: 65px;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
}

.card {
    color: #333;
    background: #fbfbfb;
    border: 2px solid #e8ecec;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
}

.card-center {
    display: flex;
    justify-content: center;
    height: 200px;
}

.card-texto {
    align-self: center;
}

.cursor-pointer {
    cursor: pointer;
}

.banner-lgpd-consent-container {
    position: fixed;
    left: 0;
    bottom: 10px;
    display: flex;
    width: 100vw;
    justify-content: center;
    z-index: 29999999;
}

.banner-lgpd-consent-container {
    background-color: #EEEEEE;
    position: fixed;
    left: 0;
    bottom: 0px;
    display: flex;
    width: 100vw;
    justify-content: center;
    z-index: 29999999;
    padding: 15px;
}
