@charset "UTF-8";
@import url("css/homepage-two.css");
@import url("css/homepage-three.css");
@import url("css/homepage-four.css");

/*
01. Theme Typo
02. Header
	02.1 Top Strip
		02.1.1 Top Info
		02.1.2 Search
	02.1 Logo
	02.2 Navigation
		02.2.1 SubMenu
		02.2.1 MegaMenu
03. Content

	03.1 Blog
		03.1.2 Blog Grid
		03.1.3 Blog Grid Two
		03.1.4 Blog Medium
		03.1.5 Blog Detail
	
	03.4 Team
		03.4.1 Team Grid
		03.4.2 Team list
		03.4.3 Team Detail

	03.5 Shortcode
		03.5.1 Accordian
		03.5.2 Testimonial
		03.5.3 Services
		03.5.4 Team
		03.5.5 Form
		03.5.6 Tabs
		03.5.7 Partner
		03.5.8 Button
		03.5.9 Accordian
		03.5.10 List
		03.5.11 Table
		03.5.12 Typography
 
	03.6 Default Pages Style
		03.6.1 404
		03.6.2 UnderCuntruction
		03.6.3 No Search Result
		03.6.4 Services
		03.6.5 Contact Us

	03.7 Case Studies
		03.7.1 Case Studies Grid
		03.7.2 Case Studies Grid Two
		03.7.3 Case Studies List
		03.7.4 Case Studies Detail

	03.8 Careers
		03.8.1 Careers Job Listing
		03.8.2 Careers Vacancy
		03.8.3 Company History
		03.8.4 Our Clients
		03.8.5 Our Strategy

	03.9 Shop
		03.9.1 Shop Grid
		03.9.2 Shop List
		03.9.3 Shop Detail
 
04. Sidebar Widget
	04.1 Widget CATEGORY WIDGET
	04.2 Widget Search
	04.3 Widget Our Photos
	04.4 Widget Text
	04.5 Widget Recent Posts
	04.7 Widget Newsletter
	04.8 Testimonial
	04.9 Popular Tags
	04.10 Featured Articles
	04.11 Widget Calendar
 
05. Footer
	05.1 backTo Top
	05.2 CopyRight
	05.3 Social Network
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    margin: 0 0 8px;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333333;
}

p a {
    color: #333333;
}

p {
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    outline: none;
}

ul {
    margin-bottom: 0;
}

figure {
    margin-bottom: 6px;
    position: relative;
}

img {
    height: auto;
    max-width: 100%;
}

strong {
    color: #333333;
}

iframe {
    border: none;
    float: left;
    width: 100%;
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    width: 100%;
}

select {
    background-color: #f0eef0;
    border: 1px solid #dfdfdf;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}

label {
    color: #333333;
    display: block;
    margin-bottom: 10px;
}

button {
    border: none;
}

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"],
.uneditable-input {
    background-color: #f2f2f2;
    border: none;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
}

input[type="submit"] {
    outline: none;
}

option {
    padding: 5px 15px;
}

li {
    line-height: 28px;
    list-style: inside none disc;
}

ul ul {
    margin-left: 20px;
}

ol {
    float: none;
    list-style: outside none decimal;
    padding-left: 15px;
}

ol ol {
    margin-left: 20px;
}

ol li {
    list-style: outside none decimal;
    width: 100%;
}

table {
    background-color: transparent;
    max-width: 100%;
}

th {
    text-align: left;
}

table {
    margin-bottom: 15px;
    width: 100%;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    border: 1px solid #dddddd;
    line-height: 2.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}

table thead tr th {
    border-top: 1px solid #dddddd;
    text-align: center;
    text-transform: capitalize;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 1px solid #dddddd;
}

table>thead>tr>th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}

table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
    border-bottom: 0 none;
}

table>tbody+tbody {
    border-top: 2px solid #dddddd;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 6px 10px;
}

p ins {
    color: #999;
}

dl dd {
    margin-left: 20px;
}

address {
    font-style: italic;
}

.careerfy-right,
.jobsearch-right {
    float: right;
}

.careerfy-main-section {
    position: relative;
}

.careerfy-main-content,
.jobsearch-main-content {
    padding: 0px 0px 0px 0px;
}

.careerfy-main-content,
.careerfy-main-section,
.jobsearch-main-content,
.jobsearch-main-section {
    float: left;
    width: 100%;
}


/* Header */

#careerfy-header,
.careerfy-header-one {
    float: left;
    width: 100%;
}

.careerfy-header-one {
    background-color: #ffffff;
    border-bottom: 1px solid #dfdfdf;
    border-top: solid 6px #0c4e8c;
}

.main-logo,
.jobsearch-logo {
    float: left;
    margin: 30px 0px 22px 0px;
    width: 160px
}

.main-logo img {
    width: 160px
}


/* Navigation */

.navbar-nav li {
    float: left;
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    padding: 0px 18px 0px 18px;
}

.navbar-nav .sub-menu>li:last-child>a {
    border: none;
}

.navbar-nav>li>a {
    font-size: 14px;
    float: left;
    color: #656c6c;
    padding: 35px 0px 34px 0px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-nav>li>a:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 100%;
    height: 2px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-nav>li:hover>a:before,
.navbar-nav>li.active>a:before {
    opacity: 1;
    bottom: -1px;
}

.navbar-nav li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.navbar-nav .sub-menu {
    background-color: #ffffff;
    left: 0;
    margin: -10px 0px 0px 0px;
    padding: 0px 20px;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 200px;
    z-index: 999;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-nav .sub-menu .sub-menu {
    left: 100%;
    top: 20%;
}

.navbar-nav .sub-menu>li {
    float: left;
    width: 100%;
}

.navbar-nav .sub-menu li a {
    border-bottom: 1px solid #f2f2f2;
    color: #656c6c;
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0px;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-collapse.collapse {
    display: block;
}


/* User Section */

.careerfy-user-section {
    float: left;
    padding: 25px 0px;
}

.careerfy-user-section li {
    float: left;
    list-style: none;
    position: relative;
    border-radius: 4px;
    text-align: left;
}

.careerfy-user-section li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 10.5px;
    padding: 2px 6px 2px 6px;
    display: block;
    width: 100%;
    margin-right: 5px;
    height: 100%;
    text-align: center;
}

.careerfy-user-section ul.sub-menu li a {
    text-align: left;
}

.careerfy-user-section li.btn1 {
    background: #0b81e3;
    margin-right: 3px
}

.careerfy-user-section li.btn2 {
    background: #11c4d4;
    margin-right: 3px
}

.careerfy-user-section li.btn2:last-child {
    margin-right: 0px
}

.careerfy-user-section li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 20px;
    background-color: #e5e5e5;
    display: none
}

.careerfy-user-section li:first-child:before {
    display: none;
}

.careerfy-simple-btn {
    float: right;
    padding: 9px 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
    margin: 24px 0px 0px 19px;
    overflow: hidden;
    position: relative;
}

.careerfy-simple-btn i {
    margin-right: 9px;
}


/* Counter */

.careerfy-counter {
    float: left;
    width: 100%;
}

.careerfy-counter ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 27px;
    border-left: 1px solid #e9e9e9;
}

.careerfy-counter ul li:first-child {
    border: none;
}

.careerfy-counter ul li small {
    font-size: 14px;
}

.word-counter {
    display: block;
    color: #313131;
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 5px;
}


/* Banner */

.careerfy-banner {
    float: left;
    width: 100%;
    background: url(images/home-banner-1.png);
    position: relative;
    padding: 138px 0px 139px 0px;
}

.careerfy-banner-transparent {
    background-color: #1e3142;
    opacity: 0.70;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}


/* Banner Caption */

.careerfy-banner-caption {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.careerfy-banner-caption h1 {
    margin-bottom: 17px;
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
}

.careerfy-banner-caption p {
    display: inline-block;
    width: 60%;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 48px;
}


/* Banner Search */

.careerfy-banner-search {
    display: inline-block;
    width: 85%;
    margin-bottom: 33px;
}

.careerfy-banner-search ul,
.careerfy-banner-search input[type="text"],
.careerfy-banner-search input[type="submit"],
.careerfy-select-style select {
    float: left;
    width: 100%;
}

.careerfy-banner-search ul li {
    float: left;
    width: 23%;
    list-style: none;
    position: relative;
}

.careerfy-banner-search ul li:last-child {
    width: 6%;
}

.careerfy-banner-search input[type="text"] {
    background-color: #ffffff;
    height: 60px;
    border: 1px solid #f2f2f2;
    border-left: none;
    font-size: 12px;
    color: #666666;
    padding: 8px 18px;
}

.careerfy-banner-search ul li i {
    position: absolute;
    right: 19px;
    top: 21px;
    color: #999999;
    font-size: 16px;
}


/* Fancy Title */

.careerfy-fancy-title,
.jobsearch-fancy-title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.careerfy-fancy-title h2,
.jobsearch-fancy-title h2 {
    margin-bottom: 3px;
    text-transform: uppercase;
    color: #0c4e8c;
    font-size: 30px;
}

.careerfy-fancy-title p,
.jobsearch-fancy-title p {
    margin-bottom: 0px;
    font-weight: 300;
    color: #606060;
    font-size: 16px;
}


/* Parallex Text */

.careerfy-parallex-text {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 45px 0px 0px 0px;
}

.careerfy-parallex-text h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.3;
    color: #0c4e8c;
    letter-spacing: .75px
}

.careerfy-parallex-text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 29px;
    color: #606060;
    letter-spacing: .25px;
}

.careerfy-static-btn {
    display: inline-block;
    background-color: #0b81e3;
    padding: 17px 30px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.careerfy-static-btn span,
.careerfy-simple-btn span {
    z-index: 2;
    position: relative;
}

.careerfy-static-btn:after,
.careerfy-static-btn:after,
.careerfy-simple-btn:after,
.careerfy-simple-btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.30;
    position: absolute;
    top: -50px;
    width: 50px;
    z-index: 0;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
}

.careerfy-static-btn:hover:after,
.careerfy-simple-btn:hover:after {
    left: 120%;
}


/* Testimonial Slider */

.careerfy-testimonial-section {
    float: left;
    width: 100%;
    background-color: #f9f9f9;
    overflow: hidden;
}

.careerfy-testimonial-slider {
    float: left;
    width: 60%;
    padding: 0px 0px 0px 108px;
    position: relative;
    margin-top: 90px;
}

.careerfy-testimonial-wrap p {
    font-size: 30px;
    color: #333333;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 23px;
    position: relative;
}

.careerfy-testimonial-slider:before {
    content: "\e957";
    font-family: icomoon;
    position: absolute;
    left: 65px;
    top: 12px;
    color: #d1d1d1;
    font-size: 29px;
}

.careerfy-testimonial-wrap p:after {
    content: "\e957";
    font-family: icomoon;
    display: inline-block;
    color: #d1d1d1;
    font-size: 29px;
    margin-left: 15px;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

.careerfy-testimonial-text {
    float: left;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-top: 19px;
}

.careerfy-testimonial-text h2 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 400;
}

.careerfy-testimonial-slider .slick-arrow {
    position: absolute;
    right: 0px;
    bottom: 14px;
    z-index: 999;
    width: 25px;
    height: 25px;
    border: 2px solid #999999;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    font-size: 11px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.careerfy-testimonial-slider .slick-arrow:hover {
    color: #ffffff;
}

.careerfy-testimonial-slider .slick-arrow.slick-arrow-left {
    right: 36px;
    line-height: 20px;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}


/* Blog */

.careerfy-blog,
.jobsearch-blog {
    float: left;
    width: 100%;
}

.careerfy-blog ul li,
.jobsearch-blog ul li {
    list-style: none;
}

.careerfy-blog>ul>li,
.jobsearch-blog>ul>li {
    margin-bottom: 40px;
}


/* Blog Grid */

.careerfy-blog-grid figure,
.careerfy-blog-grid-text,
.careerfy-blog-grid figure a,
.careerfy-blog-grid figure img,
.careerfy-blog-tag,
.careerfy-blog-grid-option,
.careerfy-read-more {
    float: left;
    width: 100%;
}

.careerfy-blog-grid figure {
    margin-bottom: 0px;
}

.careerfy-blog-grid-text {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
    padding: 15px 30px 30px 30px;
}

.careerfy-blog-tag a {
    font-size: 12px;
    color: #0c4e8c;
    text-transform: uppercase;
    font-weight: 500;
}

.careerfy-blog-grid-text h2 {
    font-size: 16px;
    margin-bottom: 3px;
    line-height: 23px;
}

.careerfy-blog-grid-option {
    margin: 0px 0px 8px 0px;
}

.careerfy-blog-grid-option li {
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 8px 0px 8px;
    position: relative;
}

.careerfy-blog-grid-option li:first-child {
    padding-left: 0px;
}

.careerfy-blog-grid-option li:first-child:before {
    display: none;
}

.careerfy-blog-grid-option li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 13px;
    width: 1px;
    height: 11px;
    background-color: #c9c9c9;
}

.careerfy-blog-grid-text p {
    line-height: 22px;
    margin-bottom: 23px;
    font-weight: 300;
}

.careerfy-read-more {
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    padding: 17px 0px 17px 0px;
    line-height: 1;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

li:hover .careerfy-read-more {
    background-color: transparent;
}

.careerfy-logo-thumb {
    float: right;
    padding-top: 50px;
}

.careerfy-parallex-text.careerfy-logo-text p {
    font-size: 14px;
}


/* SubHeader */

.careerfy-subheader {
    float: left;
    width: 100%;
    text-align: center;
    background: url(images/about-bg.jpg);
    background-color: #1e3142;
    position: relative;
    padding: 45px 0px 87px 0px;
    background-repeat: no-repeat
}

.careerfy-subheader.careerfy-subheader-without-bg {
    background-image: none;
    padding-bottom: 0px;
}

.careerfy-subheader-without-bg .careerfy-page-title {
    padding: 33px 0px 88px 0px;
}

.careerfy-page-title h1 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 600;
}

.careerfy-page-title p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0px;
    font-weight: 300;
}

.careerfy-breadcrumb {
    float: left;
    width: 100%;
    background-color: #121d28;
    text-align: center;
    padding: 11px 0px 1px 0px;
    display: none
}

.careerfy-breadcrumb ul {
    display: inline-block;
}

.careerfy-breadcrumb ul li {
    float: left;
    list-style: none;
    padding: 0px 17px;
    position: relative;
    color: #ffffff;
}

.careerfy-breadcrumb ul li:before {
    content: "\eb60";
    font-family: icomoon;
    position: absolute;
    left: -2px;
    top: 1px;
    color: #ffffff;
    font-size: 9px;
}

.careerfy-breadcrumb ul li:first-child:before {
    display: none;
}

.careerfy-breadcrumb ul li a {
    color: #ffffff;
}

.careerfy-subheader.careerfy-subheader-with-bg {
    padding-bottom: 0px;
    min-height: 220px;
}

.careerfy-subheader-with-bg .careerfy-page-title {
    padding: 20px 0px 66px 0px;
}


/* About Text */

.careerfy-about-text,
.careerfy-about-text span,
.careerfy-about-thumb {
    float: left;
    width: 100%;
}

.careerfy-about-text {
    margin-bottom: 70px;
}

.careerfy-about-thumb {
    margin-bottom: 66px;
}

.careerfy-about-text h2 {
    margin-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
}

.careerfy-about-text .careerfy-about-sub {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 19px;
}

.careerfy-about-text p {
    margin-bottom: 17px;
}

.careerfy-about-text .careerfy-static-btn {
    margin-top: 14px;
}


/* Modren Counter */

.careerfy-modren-counter {
    float: left;
    width: 100%;
}

.careerfy-modren-counter ul li {
    list-style: none;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.careerfy-modren-counter ul li:nth-child(3n):before {
    display: none;
}

.careerfy-modren-counter ul li:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    border-bottom: 2px dashed #e9e9e9;
    width: 100%;
    height: 2px;
}

.careerfy-modren-counter ul li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    background-color: #31beed;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid #dcf4fc;
    box-shadow: 0px 0px 0px 3px #aae4f7 inset;
    margin-left: -10px;
}

.careerfy-modren-counter i {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 28px;
}

.careerfy-modren-counter span {
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.careerfy-modren-counter small {
    font-size: 13px;
    color: #999999;
}


/* Classic Services */

.careerfy-classic-services,
.jobsearch-services {
    float: left;
    width: 100%;
}

.careerfy-classic-services ul li,
.jobsearch-services ul li {
    list-style: none;
    text-align: center;
    line-height: 1;
    padding-top: 30px;
    margin-bottom: 40px;
}

.careerfy-classic-services i {
    display: inline-block;
    width: 140px;
    height: 140px;
    color: #0bc2f0;
    border-radius: 100%;
    border: 2px dashed #0bc2f0;
    font-size: 66px;
    padding-top: 36px;
    margin-bottom: 27px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.careerfy-classic-services ul li:hover i {
    background-color: #0b81e3;
    color: #ffffff;
}

.careerfy-classic-services span {
    font-size: 150px;
    color: #f0f0f0;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 0.7;
    font-weight: 500;
}

.careerfy-classic-services h2 {
    font-size: 20px;
    margin-bottom: 19px;
    line-height: 1;
}

.careerfy-classic-services p {
    font-size: 16px;
    display: inline-block;
    width: 80%;
}


/* Service Slider */

.careerfy-service-slider,
.careerfy-service-slider-layer a,
.careerfy-service-slider-layer a img {
    float: left;
    width: 100%;
}

.careerfy-service-slider {
    position: relative;
    padding-bottom: 58px;
    margin-bottom: 38px;
    height: 626px;
}

.careerfy-service-slider-layer {
    text-align: center;
    padding: 0px 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.careerfy-service-slider .slick-track {
    padding: 50px 0px;
}

.careerfy-service-slider-layer a {
    position: relative;
    margin-bottom: 23px;
}

.careerfy-service-slider a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.50);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.careerfy-service-slider span {
    font-size: 16px;
    color: #333333;
}

.careerfy-service-slider small {
    font-size: 12px;
    color: #666666;
}

.careerfy-service-slider .slick-current.slick-active {
    width: 460px !important;
    margin-top: -50px;
}

.careerfy-service-slider .slick-current a:before {
    opacity: 0;
}

.careerfy-service-slider-layer:last-child {
    display: none;
}

.careerfy-service-slider .slick-arrow {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 49px;
    height: 49px;
    background-color: #a0aab6;
    font-size: 17px;
    color: #ffffff;
    border-radius: 100%;
    text-align: center;
    padding-top: 13px;
    margin-left: -49px;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.careerfy-service-slider .slick-arrow-left.slick-arrow {
    padding-top: 12px
}

.careerfy-service-slider .slick-arrow-left.slick-arrow:before {
    content: '';
    position: absolute;
    right: 49px;
    top: 24px;
    width: 115px;
    height: 1px;
    background-color: #e9e9e9;
}

.careerfy-service-slider .slick-arrow-right.slick-arrow:before {
    content: '';
    position: absolute;
    left: 49px;
    top: 24px;
    width: 115px;
    height: 1px;
    background-color: #e9e9e9;
}

.careerfy-service-slider .slick-arrow-left.slick-arrow i {
    display: inline-block;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

.careerfy-service-slider .slick-arrow-right.slick-arrow {
    left: auto;
    right: 50%;
    margin-right: -69px;
    margin-left: 0px;
}

.careerfy-service-slider .slick-arrow:hover {
    background-color: #0b81e3;
    color: #ffffff;
}


/* Services Classic */

.careerfy-services-classic {
    float: left;
    width: 100%;
    margin-bottom: 22px;
}

.careerfy-services-classic ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.careerfy-services-classic ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #d4e0ee;
}

.careerfy-services-classic ul li:nth-child(4n):before,
.careerfy-services-classic ul li:first-child:before {
    left: 50%;
    width: 49%;
}

.careerfy-services-classic ul li:nth-child(3n):before {
    width: 49%;
}

.careerfy-services-classic span {
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 1px dashed #d7e2ee;
    border-radius: 100%;
    padding-top: 13px;
    margin-bottom: 39px;
    position: relative;
    background-color: #ffffff;
}

.careerfy-services-classic span i {
    display: inline-block;
    width: 120px;
    height: 120px;
    font-size: 48px;
    background-color: #ffffff;
    border-radius: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    color: #0b81e3;
    padding-top: 36px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.careerfy-services-classic li:hover span i {
    background-color: #0b81e3;
    color: #ffffff;
}

.careerfy-services-classic h2 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 16px;
    font-weight: 400;
}

.careerfy-services-classic p {
    letter-spacing: 0px;
    display: inline-block;
    width: 80%;
    line-height: 24px;
    color: #707070;
}


/* Search Widget */

.careerfy-search-form-widget,
.careerfy-search-form-widget form,
.careerfy-search-form-widget form input[type="text"] {
    float: left;
    width: 100%;
}

.careerfy-search-form-widget form {
    position: relative;
}

.careerfy-search-form-widget form label {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 500;
}

.careerfy-search-form-widget form input[type="text"] {
    background-color: #f3f3f3;
    height: 41px;
    font-size: 15px;
    color: #9c9c9c;
    padding: 6px 20px;
}

.careerfy-search-form-widget form input[type="submit"] {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 41px;
    height: 41px;
    background-color: transparent;
    border: none;
    z-index: 2;
}

.careerfy-search-form-widget form i {
    color: #aaaaaa;
    position: absolute;
    right: 20px;
    bottom: 13px;
    font-size: 15px;
    z-index: 1;
}

.widget .careerfy-slash-title {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #242634;
    line-height: 1;
    margin-bottom: 0px;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 9px;
    margin-bottom: 18px;
}

.widget-text-info p {
    letter-spacing: 0px;
    margin-bottom: 20px;
    line-height: 22px;
}

.careerfy-text-btn {
    display: inline-block;
    padding: 14px 18px;
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
}


/* Widget Faq */

.widget_faq ul,
.widget_faq ul li {
    float: left;
    width: 100%;
}

.widget_faq ul li {
    list-style: none;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.widget_faq ul li a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.widget_faq h2 {
    position: relative;
}

.widget_faq h2:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 2px;
    color: #909090;
    font-size: 15px;
}


/* Faq Accordion */

.careerfy-accordion {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.careerfy-accordion .panel {
    border: none;
}

.careerfy-accordion .panel-body {
    padding: 0px 0px 16px 0px;
}

.careerfy-accordion .panel-heading {
    padding: 0px 0px 15px 0px;
}

.careerfy-accordion .panel-default>.panel-heading {
    background-color: transparent;
}

.careerfy-accordion .panel-heading a.collapsed {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #242634;
}

.careerfy-accordion .panel-heading a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #0b81e3;
}

.careerfy-accordion .panel-heading a i {
    float: left;
    color: #0b81e3;
    font-size: 20px;
    margin: 2px 12px 0px 0px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.careerfy-accordion .panel-heading a.collapsed i {
    float: left;
    color: #cccccc;
    font-size: 20px;
    margin: 3px 12px 0px 0px;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}


/* Classic PricePlane */

.careerfy-classic-priceplane,
.careerfy-priceplane-section,
.careerfy-classic-priceplane h2,
.careerfy-classic-priceplane-title,
.grab-classic-priceplane,
.grab-classic-priceplane ul,
.grab-classic-priceplane ul li,
.careerfy-classic-priceplane-btn {
    float: left;
    width: 100%;
}

.careerfy-classic-priceplane {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 30px 0px 30px 0px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.careerfy-classic-priceplane h2 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 8px;
    text-align: center;
    padding: 0px 15px;
}

.careerfy-classic-priceplane-title {
    text-align: center;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 22px;
}

.careerfy-priceplane-section {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 13px 16px 14px 26px;
}

.careerfy-priceplane-section span {
    float: left;
    color: #333333;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
}

.careerfy-priceplane-section span small {
    font-size: 10px;
    color: #666666;
    text-transform: uppercase;
    display: block;
    font-weight: 300;
}

.careerfy-priceplane-section span~p {
    padding-left: 70px;
}

.careerfy-priceplane-section p {
    font-size: 12px;
    color: #999999;
    line-height: 22px;
    margin-bottom: 0px;
    letter-spacing: 0px;
}

.grab-classic-priceplane {
    padding: 29px 30px 0px 30px;
}

.grab-classic-priceplane ul li.active {
    color: #333;
}

.grab-classic-priceplane ul li {
    list-style: none;
    line-height: 1;
    color: #999999;
    margin-bottom: 24px;
}

.grab-classic-priceplane ul li i {
    float: left;
    padding: 0px 9px 0px 0px;
    font-size: 12px;
    color: #bfbfbf;
}

.careerfy-classic-priceplane-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 10px;
    border-radius: 3px;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
}

.careerfy-classic-priceplane.active {
    background-color: #0b81e3;
}

.careerfy-classic-priceplane.active h2,
.careerfy-classic-priceplane.active span,
.careerfy-classic-priceplane.active small,
.careerfy-classic-priceplane.active p,
.careerfy-classic-priceplane.active .grab-classic-priceplane ul li,
.careerfy-classic-priceplane.active .grab-classic-priceplane ul li i {
    color: #ffffff;
}

.careerfy-classic-priceplane.active .careerfy-priceplane-section {
    border-color: rgba(0, 0, 0, 0.10);
}

.careerfy-classic-priceplane.active .careerfy-classic-priceplane-btn {
    background-color: #fff;
    color: #0b81e3;
}


/* Simple Price Plane */

.col-md-3.careerfy-simple-priceplane {
    padding: 0px;
}

.careerfy-simple-priceplane-basic,
.careerfy-simple-priceplane-wrap,
.careerfy-simple-priceplane ul,
.careerfy-simple-priceplane ul li,
.careerfy-simple-priceplane-active {
    float: left;
    width: 100%;
}

.careerfy-simple-priceplane {
    margin-top: 55px;
    margin-bottom: 55px;
    position: relative;
    z-index: 2;
}

.careerfy-simple-priceplane.active {
    z-index: 5;
}

.careerfy-simple-priceplane-wrap {
    border: 1px solid #e6e6e6;
    border-right: none;
}

.col-md-3.careerfy-simple-priceplane:last-child .careerfy-simple-priceplane-wrap {
    border-right: 1px solid #e6e6e6;
}

.careerfy-simple-priceplane-basic {
    text-align: center;
    padding: 21px 0px 25px 0px;
}

.careerfy-simple-priceplane-basic h2 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-bottom: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.careerfy-simple-priceplane-basic span {
    display: block;
    font-size: 34px;
    color: #333333;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 21px;
}

.careerfy-simple-priceplane-basic span small {
    font-size: 10px;
    color: #666666;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 400;
}

.careerfy-simple-priceplane-basic a {
    display: inline-block;
    padding: 13px 30px;
    line-height: 1;
    border: 2px solid #e6e6e6;
    border-radius: 40px;
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.active .careerfy-simple-priceplane-basic a {
    color: #ffffff;
}

.careerfy-simple-priceplane ul {
    background-color: #f9f9f9;
    padding: 28px 0px 4px 0px;
}

.careerfy-simple-priceplane ul li {
    list-style: none;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 1;
    margin-bottom: 24px;
}

.careerfy-simple-priceplane-active {
    background-color: #1e3142;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 10px;
    line-height: 1;
    margin-bottom: 18px;
}

.active .careerfy-simple-priceplane-wrap,
.careerfy-simple-priceplane-active {
    border-radius: 4px 4px 0px 0px;
}

.careerfy-simple-priceplane.active {
    margin-top: 0px;
}

.active .careerfy-simple-priceplane-wrap {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
    border: none;
    background-color: #ffffff;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.active.careerfy-simple-priceplane ul {
    padding-bottom: 21px;
}


/* Plain Services */

.careerfy-plain-services {
    float: left;
    width: 100%;
}

.careerfy-plain-services ul li {
    list-style: none;
}

.careerfy-plain-services>ul>li {
    margin-bottom: 40px;
}

.careerfy-plain-services i {
    font-size: 47px;
    margin-bottom: 30px;
    display: inline-block;
}

.careerfy-plain-services h2 {
    margin-bottom: 15px;
    line-height: 1;
    color: #333333;
    font-size: 20px;
}

.careerfy-plain-services p {
    letter-spacing: 0px;
    margin-bottom: 0px;
}


/* Packages PricePlane */

.careerfy-packages-priceplane {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    background-color: #ffffff;
    border-radius: 3px;
    margin: 30px 0px 30px 0px;
    text-align: center;
    padding: 22px 0px 30px 0px;
    transition: .3s;
    cursor: pointer;
}

.careerfy-packages-priceplane.active {
    margin-top: 15px;
    padding-bottom: 40px;
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}

.careerfy-packages-priceplane h2 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.packages-priceplane-price {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    padding: 15px 0px 12px 0px;
}

.packages-priceplane-price strong {
    display: block;
    color: #333333;
    font-size: 40px;
    margin-bottom: 4px;
}

.packages-priceplane-price strong small {
    font-size: 20px;
    display: inline-block;
    vertical-align: super;
    font-weight: 400;
    margin-right: 4px;
}

.packages-priceplane-price span {
    font-size: 10px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.careerfy-packages-priceplane.active ul {
    padding-top: 34px;
    padding-bottom: 15px;
}

.careerfy-packages-priceplane ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 24px 33px 9px 33px;
    text-align: left;
}

.careerfy-packages-priceplane ul li {
    list-style: none;
    float: left;
    width: 100%;
    color: #999999;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 20px;
}

.careerfy-packages-priceplane ul li i {
    float: left;
    font-size: 12px;
    margin: 0px 10px 0px 0px;
}

.careerfy-packages-priceplane.active .careerfy-packages-priceplane-btn {
    opacity: 1;
}

.careerfy-packages-priceplane-btn {
    display: inline-block;
    padding: 14px 56px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 40px;
    font-size: 14px;
    line-height: 1;
    opacity: 0.50;
}


/* Partner Slider */

.careerfy-partner-slider,
.careerfy-partner-slider a,
.careerfy-partner-slider img {
    float: left;
    width: 100%;
}

.careerfy-partner-slider a {
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.careerfy-partner-slider a:hover {
    box-shadow: 0px 0px 0px 3px #0b81e3 inset;
}

.careerfy-partner-slider .slick-list {
    margin: 0px -15px;
}

.careerfy-partner-slider-layer {
    padding: 0px 15px;
}


/* Additional PricePlane */

.careerfy-additional-priceplane {
    float: left;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    padding-bottom: 35px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.careerfy-additional-priceplane.active h2 {
    color: #ffffff;
}

.careerfy-additional-priceplane h2 {
    font-size: 24px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: -11px;
    line-height: 1;
    background-color: #f3f3f3;
    padding: 34px 0px 55px 0px;
    border-radius: 4px 4px 0px 0px;
}

.careerfy-additional-priceplane span {
    display: inline-block;
    background-color: #ffffff;
    padding: 12px 20px;
    font-size: 24px;
    color: #333333;
    border-radius: 40px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    font-weight: 600;
    line-height: 1;
    margin-top: -26px;
    margin-bottom: 42px;
}

.careerfy-additional-priceplane span strong {
    font-weight: 400;
    font-size: 20px;
    float: left;
    margin: 2px 1px 0px 0px;
}

.careerfy-additional-priceplane span small {
    font-size: 10px;
    color: #999999;
    text-transform: uppercase;
    font-weight: 300;
}

.careerfy-additional-priceplane ul {
    float: left;
    width: 100%;
    margin: 0px;
}

.careerfy-additional-priceplane ul li {
    float: left;
    width: 100%;
    list-style: none;
    color: #999999;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 28px;
}

.careerfy-additional-priceplane.active .careerfy-additional-priceplane-btn {
    color: #ffffff;
}

.careerfy-additional-priceplane-btn {
    display: inline-block;
    border: 1px solid;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 18px 16px 18px;
    line-height: 1;
}

.careerfy-additional-priceplane-btn i {
    font-size: 16px;
    margin-left: 4px;
}


/* Contact Us */

#map {
    float: left;
    width: 100%;
    height: 480px;
}

.careerfy-contact-info-sec {
    float: left;
    width: 33.33333333%;
    padding: 32px 24px 35px 30px;
}

.careerfy-contact-info-sec h2 {
    font-size: 22px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 14px;
}

.careerfy-contact-info-sec p {
    color: #ffffff;
    margin-bottom: 26px;
    letter-spacing: 0px;
    line-height: 26px;
}

.careerfy-contact-info-list {
    float: left;
    width: 100%;
    margin: 0px;
}

.careerfy-contact-info-list li {
    float: left;
    width: 100%;
    list-style: none;
    color: #ffffff;
    padding-left: 36px;
    position: relative;
    line-height: 1.5;
    margin-bottom: 26px;
    font-weight: 300;
}

.careerfy-contact-info-list li i {
    position: absolute;
    left: 0px;
    top: 3px;
    color: #ffffff;
    font-size: 17px;
}

.careerfy-contact-info-list li a {
    color: #ffffff;
}

.careerfy-contact-media,
.careerfy-contact-form,
.careerfy-contact-form form,
.careerfy-contact-form input[type="text"],
.careerfy-contact-form textarea {
    float: left;
    width: 100%;
}

.careerfy-contact-media a {
    float: left;
    color: #ffffff;
    font-size: 29px;
    margin: 0px 18px 10px 0px;
}

.careerfy-contact-form {
    float: left;
    width: 66.66666667%;
    background-color: #fcfcfc;
    padding: 28px 30px 8px 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.careerfy-contact-form h2 {
    font-size: 22px;
    margin-bottom: 27px;
    line-height: 1;
}

.careerfy-contact-form ul {
    margin: 0px -10px;
}

.careerfy-contact-form ul li {
    list-style: none;
    padding: 0px 10px;
    float: left;
    width: 50%;
    position: relative;
    margin-bottom: 20px;
}

.careerfy-contact-form ul li.careerfy-contact-form-full {
    width: 100%;
}

.careerfy-contact-form input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #efefef;
    font-size: 12px;
    color: #999999;
    padding: 7px 14px;
    height: 42px;
}

.careerfy-contact-form i {
    position: absolute;
    right: 29px;
    top: 12px;
    font-size: 15px;
    color: #aaaaaa;
}

.careerfy-contact-form textarea {
    background-color: #ffffff;
    border: 1px solid #efefef;
    font-size: 12px;
    color: #cccccc;
    padding: 16px 14px;
    height: 132px;
}

.careerfy-contact-form input[type="submit"] {
    float: left;
    padding: 17px 23px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 1;
    border: none;
}


/* Contact Service */

.contact-service ul li {
    text-align: center;
    list-style: none;
    margin-bottom: 30px;
}

.contact-service h2 {
    padding-bottom: 22px;
    color: #333333;
    font-weight: 400;
}

.contact-service i {
    font-size: 80px;
    display: block;
    padding-bottom: 38px;
}

.contact-service a {
    border-radius: 40px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding: 8px 46px 9px 46px;
    line-height: 1;
    text-transform: uppercase;
}


/* Footer */

#careerfy-footer,
.careerfy-footer-one,
.careerfy-footer-widget,
.careerfy-footer-logo {
    float: left;
    width: 100%;
}

.careerfy-footer-one {
    background-color: #212121;
    padding: 80px 0px 0 0px;
}

.careerfy-footer-one p {
    color: #999999;
}

.careerfy-footer-widget .widget {
    float: left;
    margin-bottom: 40px;
}

.careerfy-footer-logo {
    margin-bottom: 31px;
}

.widget_contact_info p {
    margin-bottom: 36px;
}


/* Widget Contact Info */

.careerfy-classic-btn {
    display: inline-block;
    padding: 12px 22px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
}


/* Footer Widget Title */

.footer-widget-title {
    float: left;
    width: 100%;
    margin-bottom: 28px;
}

.footer-widget-title h2 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #ffffff;
}


/* Widget Nav Manu */

.widget_nav_manu ul,
.widget_nav_manu ul li {
    float: left;
    width: 100%;
}

.widget_nav_manu ul li {
    list-style: none;
    margin-bottom: 10px;
}

.widget_nav_manu ul li a {
    color: #999999;
    padding-left: 0px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.widget_nav_manu ul li a:before {
    content: "\e953";
    font-family: icomoon;
    display: inline-block;
    font-size: 12px;
    margin-right: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.widget_contact_wrap {
    padding-right: 20px;
}


/* CopyRight */

.careerfy-copyright {
    float: left;
    width: 100%;
    border-top: 1px solid #2e2e2e;
    padding: 40px 0px 30px 0px;
}

.careerfy-copyright p {
    float: left;
    font-size: 16px;
    margin: 12px 0px 0px 0px;
}

.careerfy-social-network {
    float: right;
}

.careerfy-social-network li {
    float: left;
    list-style: none;
    margin: 0px 0px 10px 10px;
}

.careerfy-social-network li a {
    float: left;
    width: 41px;
    height: 41px;
    background-color: #33353d;
    color: #818a91;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    padding-top: 13px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.careerfy-social-network li:hover a {
    color: #ffffff;
}


/* Stats List */

.careerfy-stats-list,
.careerfy-stats-list-wrap {
    float: left;
    width: 100%;
}

.careerfy-stats-list ul {
    margin: 0px -15px;
}

.careerfy-stats-list-wrap {
    border: 1px solid #dbdbdb;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
    text-align: center;
    padding: 24px 10px 28px 10px;
}

.careerfy-stats-list-wrap h6 {
    text-transform: uppercase;
    font-size: 14px;
    color: #717171;
    margin-bottom: 11px;
}

.careerfy-stats-list-wrap span {
    display: block;
    font-size: 24px;
    color: #717171;
    font-weight: bold;
    margin-bottom: 10px;
}

.careerfy-stats-list-wrap small {
    font-size: 12px;
    color: #777777;
}

.careerfy-stats-list ul li {
    float: left;
    width: 33.3%;
    list-style: none;
    line-height: 1;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.careerfy-stats-list-wrap.green h6,
.careerfy-stats-list-wrap.green span {
    color: #3AAD83;
}

.careerfy-stats-list-wrap.light-blue h6,
.careerfy-stats-list-wrap.light-blue span {
    color: #0b81e3;
}

.careerfy-stats-list-wrap.dark-blue h6,
.careerfy-stats-list-wrap.dark-blue span {
    color: #0c4e8c;
}

.careerfy-stats-list-wrap.dark-red h6,
.careerfy-stats-list-wrap.dark-red span {
    color: #910021;
}

.careerfy-applicants-stats {
    float: left;
    width: 170px;
    border: 1px solid #dbdbdb;
    margin-bottom: 30px;
}

.careerfy-applicants-stats-wrap {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    padding: 16px 8px 9px 8px;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}

.careerfy-applicants-stats-wrap i {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #1864c2;
    border-radius: 100%;
    color: #1864c2;
    font-size: 22px;
    padding-top: 7px;
    margin-bottom: 6px;
}

.careerfy-applicants-stats-wrap span {
    display: block;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.careerfy-applicants-stats-wrap small {
    font-size: 12px;
    color: #8e8e8e;
}

.careerfy-applicants-stats ul {
    padding: 21px 19px 16px 19px;
    float: left;
    width: 100%;
}

.careerfy-applicants-stats ul li {
    list-style: none;
    color: #333333;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 20px;
}

.careerfy-applicants-stats ul li i {
    float: left;
    margin: 0px 10px 0px 0px;
    color: #84c15a;
    font-size: 12px;
}

.careerfy-applicants-stats ul li i.light-blue {
    color: #a869d6;
}

.careerfy-applicants-stats ul li i.dark-blue {
    color: #008dc9;
}

.careerfy-recent-applicants-nav,
.careerfy-recent-applicants-nav ul {
    float: left;
    width: 100%;
}

.careerfy-recent-applicants-nav ul {
    border: 1px solid #ececec;
    border-bottom: none;
    background-color: #f7f7f7;
}

.careerfy-recent-applicants-nav ul li {
    float: left;
    list-style: none;
    border-left: 1px solid #eae4e4;
    padding: 10px 2% 9px 2%;
    color: #84716a;
    line-height: 1;
}

.careerfy-recent-applicants-nav ul li span {
    font-size: 17px;
}

.careerfy-recent-applicants-nav ul li small {
    font-size: 12px;
}

.careerfy-recent-applicants-nav ul li:first-child {
    border: none;
}

.none-element {
    display: none;
}

.width-ninetwo {
    width: 92%;
}

.width-eighty {
    width: 80%;
}


/* CopyRight Five */

.copyright-five {
    float: left;
    width: 100%;
}

.careerfy-footer-five .careerfy-footer-widget {
    padding: 70px 0px 20px 0px;
}

.copyright-five p {
    float: left;
    margin-bottom: 0px;
    padding: 32px 0px 28px 0px;
}

.copyright-wrap {
    float: right;
    padding: 28px 0px 20px 0px;
}

.copyright-five .careerfy-social-network li a {
    border: 1px solid #2c3b4a;
    background-color: transparent;
}

.copyright-wrap img {
    margin-top: 4px;
}

.careerfy-footer-five {
    background-color: #222e39;
}

.careerfy-copyright,
.copyright-five {
    background-color: #1d2730;
}

.careerfy-footer-five .widget_nav_menu ul li a:before {
    display: none;
}

.careerfy-footer-five .widget_nav_menu ul li a {
    margin-bottom: 9px;
}

.careerfy-about-address,
.careerfy-about-address li,
.careerfy-description {
    float: left;
    width: 100%;
}

.careerfy-about-address li {
    list-style: none;
    position: relative;
    padding-left: 34px;
    margin-bottom: 7px;
}

.careerfy-about-address li a {
    color: #ffffff;
}

.careerfy-about-address li i {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 21px;
}

.widget_nav_menu ul,
.widget_nav_menu ul li,
.widget_nav_menu ul li a {
    float: left;
    width: 100%;
}

.widget_nav_menu .sub-menu,
.widget_nav_menu ul ul {
    margin: 0px;
}

.widget_nav_menu ul li {
    list-style: none;
}

.widget_nav_menu ul li a {
    color: #999999;
    padding-left: 0px;
    position: relative;
    margin-bottom: 6px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.widget_nav_menu ul li a:before {
    content: "\e964";
    font-family: icomoon;
    display: inline-block;
    font-size: 12px;
    margin-right: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*updates*/

.careerfy-parallex-full {
    background-color: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 60px 0px 70px 0px;
    padding: 90px 0px 91px 0px;
}

.careerfy-parallex-full.m-t-0 {
    border-top: none !important;
    background: #fff !important;
}


/*
.imf-b-a:before {
content: "";
    height: 180px;
    width: 220px;
    position: absolute;
    background: url(images/sqrs.png);
    background-size: contain;
    right: -25px;
    top: -40px;
    
    z-index: 0;
}

.imf-b-a:after{
content: "";
    height: 180px;
    width: 220px;
    position: absolute;
    background: url(images/sqrs2.png);
    background-size: contain;
    left: -20px;
    bottom: -40px;
    
    z-index: 0;
}
*/


/* .imf-b-a img {position: relative; z-index: 9999} */

.latest-jobs {
    background: url(images/waves.png);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat
}

.latest-jobs .careerfy-featured-listing .careerfy-table-layer {
    background: #fff
}

.h-b-a {
    position: relative;
    font-size: 18px;
    color: #606060;
    font-weight: 300
}

.h-b-a:after {
    content: "";
    height: 2px;
    width: 20px;
    background: #0b81e3;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 4px;
}

.h-b-a:before {
    content: "";
    height: 2px;
    width: 20px;
    background: #0b81e3;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 4px;
}

.careerfy-employer-slider-full {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background: #fafafa;
    position: relative;
    overflow: hidden
}


/*
.careerfy-employer-slider-full:after{
   content: "";
    height: 180px;
    width: 220px;
    position: absolute;
    background: url(images/sqrs2.png);
    background-size: contain;
    left: -150px;
    bottom: -70px;
    
    z-index: 0;
}

.careerfy-employer-slider-full:before{
   content: "";
    height: 180px;
    width: 220px;
    position: absolute;
    background: url(images/sqrs.png);
    background-size: contain;
    right: -150px;
    top: -70px;
    
    z-index: 0;
}
*/

.careerfy-employer-slider-full .slick-arrow i {
    color: #11c4d4;
    font-size: 18px;
    border: 1px solid #11c4d4;
    padding: 8px;
    border-radius: 50%;
}

.careerfy-employer-slider .slick-dots li.slick-active button {
    box-shadow: none;
    background-color: #11c4d4 !important;
}

.careerfy-employer-slider .careerfy-plain-btn a {
    padding: 12px 24px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    border-radius: 80px;
    background: #fff;
    color: #606060;
    font-size: 11px;
    font-weight: 500
}

.careerfy-candidate-view4 h2 {
    font-size: 14px !important;
}

.careerfy-candidate-view4 span {
    margin-bottom: 11px;
    color: #11c4d4;
    font-size: 14px;
}

.careerfy-candidate-view4 figure {
    margin-top: 40px
}

.careerfy-candidate-view4 figure a {
    width: 160px !important
}

.m-t-0 {
    margin-top: 0 !important
}

.careerfy-candidate-view4,
.careerfy-candidate-view4-wrap,
.careerfy-candidate-view4 figure {
    float: left;
    width: 100%;
    background: #fff;
}

.careerfy-employer-slider-wrap:focus {
    outline: none !important
}

.works-bg {
    background: url(images/works-bg.jpg);
    padding-bottom: 25px;
}

.m-t-100 {
    margin-top: 100px
}

.big-p {
    font-weight: 400 !important;
    color: #606060;
    font-size: 18px !important;
    margin-top: 20px;
    line-height: 1.5
}

.works-item .careerfy-parallex-text h2 {
    margin-bottom: 15px;
    text-transform: none;
    line-height: 1.3;
    color: #606060;
    letter-spacing: .5px;
    text-align: center;
    margin-top: 30px
}

.works-item .careerfy-parallex-text.careerfy-logo-text p {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
}

.works-item .careerfy-parallex-text i {
    font-size: 55px;
    text-align: center;
    color: #0c4e8c;
}

.works-item .careerfy-parallex-text {
    float: none;
    text-align: center;
    margin-bottom: 50px
}

.i-cont {
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    margin: 0px auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10)
}

.i-cont:before {
    background: none;
    padding: 20px;
    border-radius: 50%;
    width: 124px;
    height: 124px;
    content: "";
    border: 1.5px solid #0c4e8c;
    display: block;
    position: absolute;
}

.works-item-2 {
    margin-top: -40px
}

.works-item-2:after {
    content: "";
    width: 340px;
    height: 1px;
    background: none;
    position: absolute;
    top: 40%;
    transform: skewY(15deg);
    border-top: 2px dashed #0c4e8c;
    z-index: 0;
    right: -59%;
}

.works-item-1:before {
    content: "";
    width: 232px;
    height: 1px;
    background: none;
    position: absolute;
    top: 24%;
    transform: skewY(-15deg);
    border-top: 2px dashed #0c4e8c;
    z-index: 0;
    right: -31%;
}

.p-t-70 {
    padding-top: 70px
}

.news-section .careerfy-blog-grid-text {
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 15px 30px 30px 30px;
    /* margin-top: -150px; */
    z-index: 99999;
    position: relative;
}

.news-section .careerfy-blog-grid-text p {
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    color: #606060;
}

.news-section .careerfy-read-more {
    background: none;
    color: #606060;
    text-align: left;
    border: none;
    padding: 0;
    box-shadow: none;
    text-transform: none;
}

.partners-logos {
    background: url(images/waves.png);
    background-size: cover;
    padding-bottom: 20px;
    background-position: 50% 70%;
    padding-top: 35px;
    margin-bottom: 0 !important;
}

.partners-logos .careerfy-fancy-title h2 {
    text-transform: none
}

.partners-logos .careerfy-fancy-title h2:after {
    content: "";
    background: #0b81e3;
    height: 3px;
    width: 40px;
    margin: 15px auto 20px;
    display: block
}

.news-section {
    padding-bottom: 10px
}

.careerfy-footer-logo img {
    width: 150px
}

#careerfy-footer .widget_contact_info p {
    margin-bottom: 36px;
    line-height: 1.5;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}

#careerfy-footer .careerfy-social-network {
    float: none;
}

#careerfy-footer .widget_nav_manu ul li a:before {
    display: none
}

#careerfy-footer .widget_nav_manu ul li {
    list-style: none;
    margin-bottom: 3px;
}

#careerfy-footer .widget_nav_manu ul li a {
    font-size: 13px
}

.careerfy-copyright,
.copyright-five {
    background-color: #252525;
    padding: 10px 10px;
}

.careerfy-copyright p {
    float: none;
    font-size: 12px;
    margin: 4px 0px 2px 0px;
}

.slick-slide img:focus,
.slick-initialized .slick-slide:focus {
    display: block;
    outline: none;
    box-shadow: none
}

a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

a,
a:hover,
a:visited,
a:focus,
a:active,
a:link,
button {
    outline: none !important
}

.p-white {
    color: #fff;
}

.p-black {
    color: #0a0a0a;
}

.p_14 {
    font-size: 14px !important;
}

.p_15 {
    font-size: 15px !important;
}

.p_16 {
    font-size: 16px !important;
}

.p_17 {
    font-size: 17px !important;
}

.p_18 {
    font-size: 18px !important;
}

.p_20 {
    font-size: 20px !important;
}

.p_24 {
    font-size: 24px !important;
}

.p-56 {
    font-size: 56px !important;
}

.p-48 {
    font-size: 48px !important;
}

.p-w-300 {
    font-weight: 400 !important;
}

.p-weight-300 {
    font-weight: 300;
}

.p_lighter {
    font-weight: 300 !important;
    line-height: 32px;
    text-transform: capitalize !important;
}


/* ---------- colors  --------- */

.bg_white {
    background: #fff;
}

.color_white {
    color: #fff;
}

.bg_gray {
    background: #edf3f8;
}

.bg_light_gray {
    background: #f7f7f7 !important;
}

.bg_light_gray_2 {
    background: #F2F2F2;
}


/* ---------- Padding  --------- */

.p-l {
    padding-left: 20px;
}

.p-0 {
    padding: 0 !important;
}

.p-t-10 {
    padding-top: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-t-45 {
    padding-top: 45px;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-t-55 {
    padding-top: 55px;
}

.p-b-55 {
    padding-bottom: 55px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-t-65 {
    padding-top: 65px;
}

.p-b-65 {
    padding-bottom: 65px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-t-75 {
    padding-top: 75px;
}

.p-b-75 {
    padding-bottom: 75px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-t-85 {
    padding-top: 85px;
}

.p-b-85 {
    padding-bottom: 85px;
}

.p-t-90 {
    padding-top: 90px;
}

.p-b-90 {
    padding-bottom: 90px;
}

.p-t-100 {
    padding-top: 100px;
}

.p-b-100 {
    padding-bottom: 100px;
}

.p-l-0 {
    padding-left: 0
}

.p-t-0 {
    padding-top: 0 !important
}

.p-b-0 {
    padding-bottom: 0 !important
}


/* ---------- Margin --------- */

.margin-top-65 {
    margin-top: -65px;
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-t-55 {
    margin-top: 55px;
}

.m-b-55 {
    margin-bottom: 55px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-t-65 {
    margin-top: 65px;
}

.m-b-65 {
    margin-bottom: 65px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-t-75 {
    margin-top: 75px;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-t-85 {
    margin-top: 85px;
}

.m-b-85 {
    margin-bottom: 85px;
}

.m-t-90 {
    margin-top: 90px;
}

.m-b-90 {
    margin-bottom: 90px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-t-110 {
    margin-top: 110px;
}

.m-b-110 {
    margin-bottom: 110px;
}

.lft {
    padding-left: 0 !important;
    padding-right: 5px !important
}

.rght {
    padding-right: 0 !important;
    padding-left: 5px !important
}

.no-mrg {
    margin: 0 !important
}

.no-pd {
    padding: 0 !important
}

.p-all-50 {
    padding: 50px
}

.cnct-header.careerfy-subheader-with-bg .careerfy-page-title {
    padding: 70px 0px 200px 0px;
}

.careerfy-subheader.careerfy-subheader-with-bg.cnct-header {
    background: url(extra-images/cnct.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.careerfy-parallex-full.intro-section {
    background: url("images/sixteen-banner-bg.png") !important;
    border: none;
    padding: 100px 0;
    z-index: 0;
}

.careerfy-banner-search ul li.careerfy-banner-submit input:hover i {}

.careerfy-banner-search ul li.careerfy-banner-submit:hover {
    background: #fff !important;
}

.careerfy-banner-search ul li.careerfy-banner-submit:hover i {
    background: #fff !important;
    color: #13b5ea !important;
}

.careerfy-banner-search input[type="submit"] {
    background-color: transparent !important
}

.home-slider .jobsearch-banner-six-caption-wrap {
    float: none;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.home-slider .jobsearch-banner-six-caption p {
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 37px;
    line-height: 1.5;
}

.slider-form {
    position: absolute;
    bottom: 180px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    max-width: 70%;
    text-align: center;
}

.home-slider {
    position: relative;
    height: 100%
}

.slider-form .careerfy-banner-search {
    display: inline-block;
    width: 90%;
    margin-bottom: 15px;
}

.home-slider .jobsearch-banner-six-caption h1 {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    margin-bottom: 13px;
    font-size: 44px;
    line-height: 1.2;
    margin-top: 50px;
}

hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 0;
    border-top: 1px solid #eee !important;
    display: block;
}

div.careerfy-prenxt-post {
    float: left;
    width: 100%;
    padding-top: 15px;
    margin-top: 15px;
}

.careerfy-prenxt-post ul {
    margin: 0 -20px;
}

.careerfy-prenxt-post ul li {
    float: left;
    width: 50%;
    list-style: none;
    padding: 0 20px;
    margin: 0 0 20px;
}

.careerfy-prenxt-post figure {
    float: left;
    width: 70px;
}

.careerfy-prenxt-post figure~.careerfy-prev-post {
    margin-left: 84px;
    padding: 0px 0 0;
}

.careerfy-prev-post h6,
.careerfy-next-post h6 {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 6px;
}

.careerfy-post-next figure {
    float: right;
}

.careerfy-post-next figure~.careerfy-next-post {
    margin-right: 84px;
}

.careerfy-next-post {
    text-align: right;
    padding: 6px 0 0;
}

.careerfy-widget-title h2 {
    font-family: Roboto;
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
    color: #333;
    font-size: 20px;
    margin-bottom: 20px
}

.widget_recent_posts ul,
.widget_recent_posts ul li {
    float: left;
    width: 100%;
}

.careerfy-main-content .jobsearch_side_box ul li,
.careerfy-main-content .widget ul li {
    list-style: none;
}

.widget_recent_posts figure {
    float: left;
    width: 74px;
}

.widget_recent_posts figure~.recent-post-text {
    margin-left: 94px;
    margin-top: 3px;
}

.recent-post-text h5 {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
    text-transform: capitalize;
}

.recent-post-text .read-more-btn {
    font-size: 12px;
    color: #13b5ea;
    text-transform: capitalize;
}

.widget_recent_posts ul li {
    margin-bottom: 24px;
}

.inside-cta-sec {
    padding-top: 50px;
    padding-bottom: 80px;
    background: #f9f9f9;
    margin-top: 50px
}

.inside-cta-sec h2 {
    margin-top: 25px
}

.careerfy-featured-listing-options ul li {
    float: left;
    list-style: none;
    margin-right: 14px;
    font-size: 13px;
    line-height: 1.75;
}

.careerfy-featured-listing-options ul li i {
    font-size: 12px
}

.careerfy-featured-listing>ul>li {
    padding-right: 15px;
    padding-left: 15px
}

.careerfy-search-filter-wrap select,
.alerts-fields .form-group select {
    padding: 8px 12px;
    height: 42px;
    font-size: 12px;
    background-color: #fff;
    box-shadow: none;
    background-image: inherit;
    text-align: left;
    border-color: #f2f2f2;
    color: #707070;
    font-family: inherit;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
    font-weight: 400;
    margin-bottom: 10px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

.careerfy-search-filter-wrap .form-group,
.alerts-fields .form-group {
    position: relative
}

.careerfy-search-filter-wrap .form-group:after,
.alerts-fields .form-group:after {
    content: '<>';
    font: 13px "Consolas", monospace;
    color: #999;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    /*Adjust for position however you want*/
    top: 12px;
    padding: 0 0 2px;
    /*left line */
    position: absolute;
    pointer-events: none;
}

.careerfy-search-filter-wrap .careerfy-search-box {
    margin-top: 15px
}

.email-jobs-top,
.jobsearch-typo-wrap .email-jobs-top {
    display: inline-block;
    width: 100%;
    padding: 17px 19px;
    color: #fff;
    font-size: 17px;
    text-align: left;
    text-transform: capitalize;
    border: none;
    margin-top: 20px;
    background: #0c4e8c
}

.job-alerts-sec .jobsearch-add-padding.jobsearch-search-filter-wrap {
    padding-top: 3px;
    padding-bottom: 15px;
}

.job-alerts-sec .jobsearch-search-filter-wrap {
    padding: 0;
}

.job-alerts-sec .jobsearch-search-filter-wrap {
    background-color: #fcfcfc;
}

.jobsearch-search-filter-wrap {
    padding: 3px 19px 15px;
    border: 1px solid #e2e4e5;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    margin-bottom: 10px !important;
    background-color: #fff;
}

.job-alerts-sec .jobsearch-search-filter-wrap .job-alert-container-top {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.job-alert-box .alerts-fields {
    margin-bottom: 5px;
}

.job-alert-box input[type=text],
.job-alert-box input[type=email] {
    height: 40px !important;
    background-color: #fff;
    border: 1px solid #eaeaea !important;
    margin-top: 10px;
    padding: 7px 14px !important;
    background-color: #fff;
    border: none;
    color: #666;
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    outline: none;
    vertical-align: middle;
    box-shadow: none;
    width: 100%;
}

.jobsearch-typo-wrap ul.jobsearch-checkbox {
    margin: 0;
}

.jobsearch-checkbox li {
    list-style: none;
    margin-bottom: 2px;
    position: relative;
}

.jobsearch-checkbox input[type=checkbox],
.jobsearch-checkbox input[type=radio] {
    display: none !important;
}

.jobsearch-checkbox input[type=checkbox]+label,
.jobsearch-checkbox input[type=radio]+label {
    color: #838383;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    display: inline-block;
    position: relative;
    padding-left: 22px;
    width: 85%;
}

.alert-frequency .jobsearch-checkbox input[type=radio]+label {
    width: auto;
}

.jobsearch-checkbox input[type=checkbox]+label span,
.jobsearch-checkbox input[type=radio]+label span {
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #c2d1d3;
}

.jobsearch-checkbox input[type=radio]:checked+label span {
    background-color: #13b5ea;
    border-color: #13b5ea;
    box-shadow: 0px 0px 0px 3px #fff inset
}

.modal-header .close {
    margin-top: -20px;
}

.jobsearch-hdernotifics-listitms {
    position: absolute;
    right: 0;
    top: 110%;
    width: 400px;
    background-color: #fff;
    text-align: left;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .18);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.careerfy-user-section {
    float: left;
    padding: 25px 0 0;
}

.careerfy-user-section>li.menu-item-type-custom,
.careerfy-user-section>li.last-menu-item {
    float: left;
    list-style: none;
    padding: 5px 3px 5px;
    position: relative;
    line-height: 2.5
}

.careerfy-user-section {
    float: left;
    padding: 25px 0 0;
}

.jobsearch-usernotifics-menubtn a i {
    font-size: 20px;
    position: relative;
    color: #707070;
}

.jobsearch-usernotifics-menubtn a span {
    position: absolute;
    right: -6px;
    top: -10px;
    min-width: 15px;
    height: 15px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 1.3;
    font-size: 11px;
    background-color: #13b5ea;
}

.careerfy-user-section>li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 20px;
    background-color: #e5e5e5;
}

.careerfy-user-section ul.nav-item-children {
    background-color: #fff;
    right: 0;
    margin: 0;
    padding: 0 20px;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 200px;
    z-index: 999999;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.careerfy-user-section li.menu-item-type-custom a {
    text-transform: uppercase;
    color: #13b5ea;
    font-weight: 500;
    font-size: 12px;
}

.last-menu-item .careerfy-simple-btn {
    margin: 0 0 0;
    padding: 5px 13px 4px;
    color: #fff !important
}

.hdernotifics-title-con {
    float: left;
    width: 100%;
    background-color: #f8f9fc;
    text-transform: uppercase;
    padding: 15px 16px;
}

.hder-notifics-title {
    display: inline-block;
    font-weight: 600;
    color: #333;
}

.jobsearch-hdernotifics-listitms:before {
    content: '';
    position: absolute;
    right: 13px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f8f9fc;
    z-index: 2;
}

.jobsearch-hdernotifics-listitms:after {
    content: '';
    position: absolute;
    right: 13px;
    top: -11px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ddd;
    z-index: 0;
}

.hdernotifics-title-con,
.jobsearch-hdrnotifics-list,
.hdernotifics-after-con {
    float: left;
    width: 100%;
    background-color: #f8f9fc;
    text-transform: uppercase;
    padding: 15px 16px;
}

.hder-notifics-title {
    display: inline-block;
    font-weight: 600;
    color: #333;
}

.hder-notifics-count {
    float: right;
    border: 1px solid;
    border-radius: 80px;
    padding: 2px 7px;
    line-height: 1;
    font-weight: 700;
    font-size: 11px;
    margin: 7px 0 0;
}

span.hder-notifics-nofound {
    padding: 10px 0 10px 17px;
    float: left;
    width: 100%;
}

.notificate-item-inner {
    font-size: 11px;
    text-transform: none
}

.careerfy-user-section ul.nav-item-children>li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
}

.careerfy-user-section ul.nav-item-children>li>a {
    border-bottom: 1px solid #f2f2f2;
    color: #656c6c;
    float: left;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 0;
    width: 100%;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-transform: none
}

.jobsearch-userdash-menumain .elementor-nav-menu--dropdown a {
    justify-content: flex-start;
}

.jobsearch-userdash-menumain .elementor-nav-menu--dropdown a i {
    margin-right: 10px;
}

.jobsearch-icon {
    font-family: 'wp-jobsearch-icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.careerfy-jobdetail-content .careerfy-option-btn {
    position: absolute;
    right: 0px;
    top: 50px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    padding: 12px 20px 11px 20px
}

.careerfy-jobdetail-content-section {
    position: relative
}

.careerfy-jobdetail-content-section {
    margin-bottom: 10px !important;
}

.modal-body textarea.form-control {
    height: 100px;
    resize: none;
    border: 1px solid #eaeaea !important;
    margin-bottom: 15px;
    box-shadow: none !important
}

.filey,
.filey1 {
    display: none !important;
}

.filey-name,
.filey1-name {
    position: relative;
    overflow: hidden;
    line-height: 30px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 15px;
    vertical-align: middle;
    width: 76% !important;
    border: 2px solid #dbdbdb;
    border-radius: 0;
    height: calc(2em + 0.75rem + 2px);
    display: inline-block !important
}

.btny,
.btny1 {
    border: none;
    border-radius: 0;
    width: 20%;
    box-sizing: border-box;
    padding: 2px 10px;
    background-color: #0b81e3;
    transition: all 0.6s;
    color: #FFF;
    font-size: 15px;
    vertical-align: bottom;
    text-transform: none;
    margin-left: 1rem;
    display: inline-block !important;
    height: 40px;
    outline: none;
    box-shadow: none;
}

.btny:hover,
.btny1:hover {
    background: #0c4e8c;
}

.d-flex {
    margin-bottom: 10px
}

.d-flex input {
    margin-top: 2px !important
}

.modal-footer .btn {
    padding: 8px 25px;
}

.success-message {
    text-align: center;
    padding: 40px
}

.success-message i {
    font-size: 80px;
    color: #4bdda7;
}

.success-message h3 {
    font-size: 24px;
    color: #0c4e8c;
    letter-spacing: 0;
    line-height: 1.25;
    margin-top: 25px;
}

.modal-p {
    line-height: 1.4;
    font-size: 13px;
    letter-spacing: .25px;
}

.map-fully {
    margin-top: 15px;
    margin-bottom: 25px;
    min-height: 150px
}

#exTab1 {
    margin-top: 60px;
    margin-bottom: 90px
}

#exTab1 .tab-content {
    min-height: 250px;
    border-radius: 0 0;
    background: #fff;
    padding: 60px 40px 0;
    border: 1px solid #efefef;
}

#exTab1 .nav-pills {
    text-align: center
}

#exTab1 .nav-pills li {
    float: left;
    display: inline-block;
    border-left: 1px solid #eae4e4;
}

#exTab1 .nav-pills>li+li {
    margin-left: -3px;
}

#exTab1 .nav-pills>li.active>a,
#exTab1 .nav-pills>li.active>a:hover,
#exTab1 .nav-pills>li.active>a:focus {
    /*background: #f3f3f3;
	color: #0c4e8c;
	padding: 12px 60px 10px;*/
    color: #13b5ea;
    background-color: #fff;
}

#exTab1 ul.nav-pills li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#exTab1 ul.nav-pills li a {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 35px;
    font-size: 14px;
    position: relative;
    background-color: #f9f9f9;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#exTab1 ul.nav-pills li:hover a::before,
#exTab1 ul.nav-pills li.active a::before {
    opacity: 1;
    height: 2px;
    background-color: #13b5ea;
    color: #13b5ea
}

#exTab1 ul.nav-pills li a:hover {
    color: #13b5ea
}

#exTab1 ul.nav-pills {
    width: 100%;
    border: 1px solid #efefef;
    background-color: #f9f9f9;
}

#exTab1 .tab-content>.active {
    display: block;
    padding: 0;
}

#exTab1 .nav-pills>li>a {
    color: #333;
    padding: 12px 60px 10px;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    background: #0c4e8c;
}

#exTab1 .nav-pills>li>a i {
    font-size: 20px
}


/*#exTab1 .nav-pills > li > a:hover {
	background: #0b81e3;
	color: #fff;
	padding: 12px 60px 10px;
	
	
}*/

.div-signup .careerfy-services-classic {
    text-align: center;
}

.div-signup h3 {
    text-align: center;
    color: #0c4e8c;
    font-size: 24px;
    clear: both;
    margin-bottom: 0;
}

.div-signup h4 {
    text-align: center;
    font-size: 18px
}

.div-signup .careerfy-services-classic span {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 0
}

.div-signup .careerfy-services-classic span:hover {
    background-color: #0c4e8c;
    color: #ffffff;
}

#exTab1 form {
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 30px 60px
}

#exTab1 .form-control {
    display: block;
    width: 100%;
    height: 44px !important;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.5 !important;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    padding-left: 35px !important
}

#exTab1 .form-group {
    padding-left: 15px;
    padding-right: 0px;
    margin-bottom: 15px !important;
    position: relative
}

.careerfy-employer-profile-form .fstMultipleMode .fstControls {
    padding-left: 15px
}

.careerfy-employer-profile-form .fstElement {
    border: 1px solid #eceeef;
}

.careerfy-employer-profile-form .form-group {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px !important;
    position: relative
}

#exTab1 .col-md-12 {
    padding-left: 15px;
}

.careerfy-employer-profile-form .col-md-12 {
    padding-left: 10px;
}

#exTab1 select,
.careerfy-employer-profile-form select {
    -webkit-font-smoothing: inherit;
    font-weight: 400;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

#exTab1 .form-group-select:after,
.careerfy-employer-profile-form .form-group-select:after {
    content: '<>';
    font: 13px "Consolas", monospace;
    color: #999;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 15px;
    /*Adjust for position however you want*/
    top: 13px;
    padding: 0 0 2px;
    /*left line */
    position: absolute;
    pointer-events: none;
}

#exTab1 .form-group i {
    position: absolute;
    left: 28px;
    top: 16px;
    color: #0b81e3;
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #0c4e8c;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #1161ac;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #0b81e3;
}

#exTab1 .filey-name,
#exTab1 .filey1-name {
    width: 60% !important;
}

#exTab1 .btny,
#exTab1 .btny1 {
    border: none;
    border-radius: 0;
    width: 38%;
    box-sizing: border-box;
    padding: 2px 5px;
    background-color: #0b81e3;
    transition: all 0.6s;
    color: #FFF;
    font-size: 12px;
    vertical-align: bottom;
    text-transform: none;
    margin-left: .5%;
    display: inline-block !important;
    height: 44px;
    outline: none;
    box-shadow: none;
}

#exTab1 .d-flex {
    margin-bottom: 0
}

#exTab1 .careerfy-applywith-title {
    margin-top: 22px;
    margin-bottom: 16px;
    text-align: center;
}

#exTab1 .careerfy-applywith-title small:before,
#exTab1 .careerfy-applywith-title small:after {
    background-color: #ccc;
    content: "";
    height: 1px;
    left: 100%;
    margin: 11px 0 0 10px;
    position: absolute;
    top: 0%;
    width: 9999px;
}

#exTab1 .careerfy-applywith-title small:after {
    left: auto;
    margin: 11px 10px 0 0;
    right: 100%;
}

#exTab1 button.btn {
    padding: 15px 35px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 1;
    border: none;
}

.careerfy-employer-dashboard-nav ul li.profile-del-btnlink a {
    background-color: #fb353f;
    color: #fff;
}

.careerfy-employer-dashboard-nav ul li.profile-del-btnlink a i {
    color: #fff
}

.notify-ul {
    list-style-type: none;
}

.notify-ul li {
    display: block;
    margin-bottom: 10px;
    clear: both;
}

#careerfy-notification-section .careerfy-profile-title {
    margin-bottom: 15px
}

.careerfy-pst-title {
    font-size: 20px;
    letter-spacing: 0;
    color: #777 !important
}

.careerfy-pst-title a {
    color: #777 !important
}

.careerfy-dashboard-fulltwo .careerfy-check-mark.verified {
    color: #4fe7af !important
}

#repeater {
    position: relative
}

.repeater-add-btn {
    position: absolute;
    bottom: -59px;
    left: 0;
    background-color: #0b81e3;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    padding: 8px 20px;
    line-height: 1;
    border: none !important;
}

.remove-btn {
    background-color: #fb353f;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    padding: 8px 20px;
    line-height: 1;
    border: none !important
}

.bord-bottom {
    padding-bottom: 10px;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #eee;
}

.careerfy-user-form ul>li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0 10px;
    position: relative;
    line-height: 1;
    margin-bottom: 18px;
}

.careerfy-adingmem-permisons input[type=checkbox] {
    display: none;
}

.careerfy-user-form label {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin-bottom: 10px;
}

.careerfy-adingmem-permisons input[type=checkbox]+label {
    display: block;
    margin: 0;
    cursor: pointer;
    line-height: 1.2;
}

.careerfy-adingmem-permisons input[type=checkbox]+label:before {
    content: "\2714";
    border: .1em solid #999;
    border-radius: .1em;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.2;
    padding-left: .2em;
    padding-bottom: 0;
    margin-right: .6em;
    vertical-align: bottom;
    color: transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.careerfy-adingmem-permisons input[type=checkbox]:checked+label:before {
    background-color: #3cb371;
    border-color: #3cb371;
    color: #fff;
}

#sendmsg textarea,
.form-textarea textarea,
#rejecty textarea,
#joboffer textarea,
#jobinvite textarea,
#add-edu textarea,
#add-exp textarea,
#add-lang textarea {
    padding: 6px 13px;
    float: left;
    width: 100%;
    color: #000;
    font-size: 12px;
    height: 100px;
    border: 1px solid #efefef;
    border-radius: 3px;
    background-color: #fff;
}

#account-member .careerfy-addempacount-membcon,
#sendmsg .careerfy-addempacount-membcon,
#rejecty .careerfy-addempacount-membcon,
#joboffer .careerfy-addempacount-membcon,
#add-edu .careerfy-addempacount-membcon,
#add-exp .careerfy-addempacount-membcon,
#add-lang .careerfy-addempacount-membcon {
    padding: 30px;
    border: 1px solid #eee
}

#sendmsg .input-field-submit,
#rejecty .input-field-submit {
    float: left;
    width: 20%;
}

#account-member .careerfy-empmember-add-btn {
    width: 40%
}

#account-member .modal-header .close {
    margin-top: -30px;
}

.careerfy-empmember-add-popup {
    float: right;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px;
    border: 1px solid;
    border-radius: 40px;
    line-height: 1;
    margin-top: 1px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #13b5ea;
}

.careerfy-candidate-resume-wrap .careerfy-profile-title h2 {
    width: 100%
}

.empacc-menbers-list,
.empacc-menbers-list ul {
    float: left;
    width: 100%;
}

.empacc-menbers-list ul li {
    list-style: none;
    float: left;
    width: 50%;
    color: #000;
    font-weight: 500;
    margin-bottom: 3px;
}

.empacc-menbers-list ul li:last-child {
    text-align: right;
}

.empacc-menbers-list ul li a.emp-memb-updatebtn {
    color: #333;
}

.empacc-menbers-list ul li a {
    display: inline-block;
    margin: 0 0 0 7px;
    color: #ff6d4a;
}

.empacc-menbers-list .accmem-head:nth-child(even) {
    background-color: #f7f7f7;
}

.empacc-menbers-list .accmem-head {
    border-bottom: 1px solid #efefef;
    padding: 7px 20px 3px;
}

#exTab2 ul.nav-pills li {
    border-left: 1px solid #eae4e4;
}

#exTab2 ul.nav-pills li a {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 35px;
    font-size: 14px;
    position: relative;
    background-color: #f9f9f9;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#exTab2 ul.nav-pills li.active a,
#exTab2 ul.nav-pills li a:hover {
    color: #13b5ea;
    background-color: #fff;
}

#exTab2 ul.nav-pills {
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    background-color: #f9f9f9;
}

#exTab2 ul.nav-pills li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#exTab2 {
    margin-bottom: 50px
}

#exTab2 ul.nav-pills li:hover a:before,
#exTab2 ul.nav-pills li.active a:before {
    opacity: 1;
    height: 2px;
    background-color: #13b5ea;
}

.careerfy-applied-job-btns .more-actions,
.careerfy-applied-job-btns .more-actions i {
    color: #fff;
}

.candidate-more-acts-con a {
    border-color: #13b5ea;
    background: #13b5ea;
}

.candidate-more-acts-con .dropdown-menu>li>a {
    display: block;
    padding: 4px 0;
}

.careerfy-applied-job-btns .candidate-more-acts-con ul {
    position: absolute;
    top: 25px;
    right: unset;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-top: 2px;
    z-index: 100;
    width: 120px;
    left: -77px;
    float: none;
    border-radius: 0;
}

.candidate-more-acts-con.open {
    position: relative
}

.careerfy-applied-job-btns ul li:first-child {
    margin-left: 0;
}

.careerfy-applied-job-btns .candidate-more-acts-con ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 4px 8px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.careerfy-applied-job-btns ul li i {
    margin-right: 0
}

.careerfy-applied-job-btns {
    float: right;
    padding: 12px 0 0;
}

.careerfy-applied-job-btns ul {
    float: right;
    position: relative
}

.careerfy-applied-jobs-text ul li:last-child {
    padding-right: 0;
}

.preview-candidate-profile,
.more-actions {
    float: left;
    padding: 3px 12px;
    border: 1px solid #ddd;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #f9f9f9;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.careerfy-applied-jobs-text ul li {
    list-style: none;
    line-height: 1.5;
}

.careerfy-applied-job-btns .candidate-more-acts-con ul li:hover a {
    color: #333;
}

.candidate-more-acts-con ul li a {
    display: block;
    white-space: nowrap;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.careerfy-applied-jobs-text ul li a {
    color: #999;
}

.careerfy-applied-job-btns .candidate-more-acts-con ul li:hover,
.candidate-more-acts-con ul li a {
    background-color: #f9f9f9;
}

.candidate-more-acts-con ul li,
.candidate-more-acts-con ul li a {
    background-color: #fff;
}

.applied-jobs-sort {
    float: left;
    width: 100%;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding: 15px 15px 0px 15px;
}

.careerfy-employer-search i {
    color: #bbc4c9 !important
}

.careerfy-typo-wrap .careerfy-employer-search button:hover,
.careerfy-typo-wrap .careerfy-employer-search button:focus,
.careerfy-typo-wrap .careerfy-employer-search input[type="button"]:hover,
.careerfy-typo-wrap .careerfy-employer-search input[type="button"]:focus,
.careerfy-typo-wrap .careerfy-employer-search input[type="submit"]:hover,
.careerfy-typo-wrap .careerfy-employer-search input[type="submit"]:focus {
    background-color: transparent;
}

.show-msg {
    display: none
}

#joboffer h6 {
    font-size: 15px;
    letter-spacing: .25px;
}

#joboffer h6 span {
    font-size: 14px;
    letter-spacing: .25px;
    color: #777
}

.careerfy-pagination-blog.m-t-65 {
    margin-top: 40px !important
}

.jobsearch-rem-empresmue {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #fb353f;
    color: #fff;
    text-align: center;
    z-index: 10;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 200;
}

.notfy.jobsearch-rem-empresmue {
    position: unset;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #fb353f;
    color: #fff;
    text-align: center;
    z-index: 10;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 200;
    display: block;
    margin-top: 12px;
    margin-left: 10px
}

.saved-cndts .careerfy-resumes-options li {
    width: 50%
}

.txty-area textarea {
    height: 100px;
    resize: none;
    border: 1px solid #eaeaea !important;
    margin-bottom: 15px;
    box-shadow: none !important
}

span.notific-item-datetime {
    float: right;
    font-size: 10px;
    margin-top: 2px;
}

.jobsearch-usernotifics-menubtn .jobsearch-notification-item {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dfe0e3;
    padding: 6px 0;
}

#jobsearch-chat-container {
    width: 100%;
    background-color: #ffffff;
}

.jobsearch-chat-main-container,
.jobsearch-typo-wrap .jobsearch-chat-main-container {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    padding: 30px 30px 30px 30px;
    margin-bottom: 30px;
}

.jobsearch-profile-title.jobsearch-chat-heading {
    margin-bottom: 0px;
    border: none;
}

#jobsearch-chat-container aside {
    width: 255px;
    min-height: 890px;
    max-height: 700px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ececec;
}

#jobsearch-chat-container .jobsearch-chat-nav {
    float: left;
    width: 100%;
    border: none;
}

#jobsearch-chat-container ul {
    margin: 0px;
}

#jobsearch-chat-container .jobsearch-chat-nav li {
    float: left;
    list-style: none;
    padding: 0px 17px;
    line-height: 1.5;
}

#jobsearch-chat-container .jobsearch-chat-nav li a {
    float: left;
    width: 100%;
    text-decoration: none;
    padding: 13px 0px;
    outline: none;
    border: none;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#jobsearch-chat-container .jobsearch-chat-nav li.active a {
    color: #13b5ea;
}

#jobsearch-chat-container .jobsearch-chat-nav li a:hover {
    color: #13b5ea;
    background-color: transparent;
}

#jobsearch-chat-container .jobsearch-chat-nav li {
    float: left;
    list-style: none;
    padding: 0px 17px;
    line-height: 1.5;
}

#jobsearch-chat-container .jobsearch-chat-nav li a {
    float: left;
    width: 100%;
    text-decoration: none;
    padding: 13px 0px;
    outline: none;
    border: none;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#jobsearch-chat-container .jobsearch-chat-nav li:hover a::before,
#jobsearch-chat-container .jobsearch-chat-nav li.active a::before {
    opacity: 1;
    bottom: 0px;
}

#jobsearch-chat-container .jobsearch-chat-nav li a::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
    height: 3px;
    background-color: #13b5ea;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.jobsearch-chat-users-list.jobsearch-chat-user-employer {
    display: inline-block;
    width: 100%;
    height: 794px;
}

#jobsearch-chat-container ul {
    margin: 0px;
}

.jobsearch-chat-users-list li:hover,
.jobsearch-chat-users-list li.active {
    background-color: #f7f7f7;
}

.jobsearch-chat-users-list img {
    border-radius: 50%;
    width: 39px;
    float: left;
    margin-top: 8px;
}

#jobsearch-chat-container .orange {
    background-color: #ff725d;
}

.jobsearch-chat-users-list li span.status-with-thumb {
    left: 14px;
    position: absolute;
    top: 20px;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
}

.jobsearch-chat-users-list li div {
    vertical-align: top;
    margin: 5px 0px 0px 49px;
}

.jobsearch-chat-users-list li h2 {
    font-size: 13px;
    color: #404040;
    font-weight: normal;
    margin-bottom: 7px;
    line-height: 1;
    letter-spacing: 0px;
}

.jobsearch-chat-users-list li h2 small {
    float: right;
    font-size: 11px;
    color: #666666;
    margin: 2px 0px 0px 0px;
}

.jobsearch-chat-users-list li p {
    font-size: 11px;
    color: #999999;
    font-weight: normal;
    line-height: 1.3;
    padding-right: 20px;
    position: relative;
}

.jobsearch-chat-users-list li {
    float: left;
    width: 100%;
    cursor: pointer;
    padding: 14px 15px;
    position: relative;
    border-bottom: 1px solid #ececec;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    list-style: none
}

.jobsearch-typo-wrap li {
    line-height: 28px;
}

.jobsearch-chat-users-list .status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

.jobsearch-chat-sort-list .careerfy-employer-search {
    float: none;
    width: 94%;
    position: relative;
    margin-bottom: 15px;
    padding: 10px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-top: 10px
}

.jobsearch-chat-sort-list .careerfy-employer-search input[type="text"] {
    float: none
}

.jobsearch-chat-sort-list .jobsearch-chat-filter-input-field {
    margin-left: 6%
}

.jobsearch-chat-sort-list .careerfy-employer-search i {
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 1;
    color: #bbc4c9;
}

#jobsearch-chat-container .green {
    background-color: #58b666;
}

#jobsearch-chat-container .orange {
    background-color: #ff725d;
}

#jobsearch-chat-container .blue {
    background-color: #6fbced;
    margin-right: 0;
    margin-left: 7px;
}

#jobsearch-chat-container .jobsearch-user-chat-content {
    display: inline-block;
    min-height: 890px;
    max-height: 700px;
    vertical-align: top;
    position: relative;
    width: 66%;
    border: 1px solid #efefef;
    border-left-color: rgb(239, 239, 239);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: none;
}

.jobsearch-user-chat-header,
.jobsearch-typo-wrap .jobsearch-user-chat-header {
    float: left;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #ececec;
    position: relative;
    padding: 15px;
}

.jobsearch-user-detail {
    float: left;
    position: relative;
}

.jobsearch-user-chat-header img {
    float: left;
    width: 39px;
    border-radius: 100%;
}

.jobsearch-user-status-wrapper,
.jobsearch-typo-wrap .jobsearch-user-status-wrapper {
    margin-left: 49px;
    line-height: 1;
    padding-top: 4px;
}

.jobsearch-user-detail .status {
    position: absolute;
    left: -2px;
    top: -2px;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    background-color: #58b666;
    border-radius: 100%;
}

.jobsearch-user-status-wrapper h2,
.jobsearch-typo-wrap .jobsearch-user-status-wrapper h2 {
    color: #404040;
    margin-bottom: 1px;
    font-size: 13px;
    line-height: 1.3;
}

.jobsearch-user-status-wrapper span {
    color: #999999;
    font-size: 11px;
}

#jobsearch-chat-container .jobsearch-chat-messages-list {
    float: left;
    width: 100%;
    padding: 0px;
    padding-bottom: 0px;
    margin: 0px;
    overflow: hidden;
    height: 744px;
    background: url("images/chat-pattren.jpg");
    padding-bottom: 25px;
    overflow-y: scroll
}

#jobsearch-chat-container .jobsearch-chat-messages-list::-webkit-scrollbar {
    width: 8px !important;
}

#jobsearch-chat-container .jobsearch-chat-messages-list::-webkit-scrollbar-track {
    background: #fff !important;
}

#jobsearch-chat-container .jobsearch-chat-messages-list::-webkit-scrollbar-thumb {
    background: #1161ac !important;
}

#jobsearch-chat-container .jobsearch-chat-messages-list::-webkit-scrollbar-thumb:hover {
    background: #0b81e3 !important;
}

#jobsearch-chat-container .jobsearch-chat-messages-list li {
    padding: 10px 30px 0px 30px;
    position: relative;
    list-style: none;
}

.jobsearch-chat-messages-list li>img {
    display: inline-block;
    width: 30px;
    border-radius: 100%;
    vertical-align: bottom;
    margin-right: -4px;
    margin-bottom: 29px;
    height: 30px
}

.jobsearch-chat-entete-wrapper,
.jobsearch-typo-wrap .jobsearch-chat-entete-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 93%;
    padding-left: 19px;
}

.jobsearch-chat-messages-list p {
    display: inline-block;
    border: 1px solid #e6e6e6;
    margin-bottom: 0px;
    padding: 20px 20px;
    background-color: #ffffff;
    border-radius: 15px 15px 15px 0px;
    position: relative;
    line-height: 1.5
}

.jobsearch-chat-messages-list p::before {
    content: '';
    position: absolute;
    left: -10px;
    bottom: 0px;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    z-index: 2;
}

.jobsearch-chat-messages-list p::after {
    content: '';
    position: absolute;
    left: -12px;
    bottom: -1px;
    border-bottom: 12px solid #e6e6e6;
    border-left: 12px solid transparent;
    z-index: 1;
}

#jobsearch-chat-container .jobsearch-chat-messages-list .jobsearch-chat-entete {
    line-height: 1.5;
    padding-left: 17px;
    margin-top: 5px;
}

#jobsearch-chat-container .jobsearch-chat-messages-list h3 {
    margin-bottom: 0px;
    color: #666666;
    font-size: 11px;
}

#jobsearch-chat-container .jobsearch-chat-messages-list h2,
#jobsearch-chat-container .jobsearch-chat-messages-list h3 {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}

.jobsearch-chat-entete a {
    display: inline-block;
    font-size: 11px;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    color: #13b5ea;
}

.jobsearch-user-chat-content .jobsearch-chat-form-wrapper {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.jobsearch-user-chat-content .jobsearch-chat-form-wrapper textarea {
    resize: none;
    border: none;
    float: left;
    width: 100%;
    height: 74px;
    border-radius: 3px;
    padding: 29px 170px 0px 30px;
    font-size: 13px;
    background-color: #ffffff;
    color: #999999;
}

.jobsearch-chat-share-file-wrapper {
    position: absolute;
    right: 30px;
    top: 16px;
}

.jobsearch-chat-share-file {
    float: left;
}

.jobsearch-chat-share-file a {
    float: left;
    font-size: 20px;
    color: #9b9b9b;
    margin: 10px 10px 0px 0px;
}

.jobsearch-chat-share-file a {
    float: left;
    font-size: 20px;
    color: #9b9b9b;
    margin: 10px 10px 0px 0px;
}

.jobsearch-chat-typing-wrapper input[type="submit"] {
    display: inline-block;
    padding: 9px 20px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-left: 5px;
    border: none;
    background-color: #13b5ea;
}

.jobsearch-typo-wrap button,
.jobsearch-typo-wrap input[type="button"],
.jobsearch-typo-wrap input[type="submit"],
.other-lang-translate-post {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.jobsearch-chat-typing-wrapper {
    float: right;
}

.careerfy-stats-list.cndt-list ul li {
    width: 25%
}

.careerfy-pst-title a {
    color: #777 !important;
    font-weight: 400;
    font-size: 17px;
}

.applied-status {
    float: right;
    margin: 24px 15px 0px 0px;
}

.applied-status span.aplid-status-txt.rejected {
    background-color: #ff5757;
}

.applied-status span.aplid-status-txt {
    background-color: #fcd116;
    color: #fff;
    padding: 6px 12px;
    margin: 0px;
    min-width: 65px;
    text-align: center;
    font-size: 12px;
}

.applied-status span.aplid-status-txt.shortlisted {
    background-color: #48b43f;
}

.single-education .emp-memb-removebtn i {
    margin-left: 7px;
    color: #ff6d4a
}

.single-education p {
    line-height: 1.5
}

.single-education h3 {
    font-size: 15px;
    letter-spacing: .25px
}

.candidate-resumee label {
    font-size: 17px;
    color: #0b81e3
}

#addempmemb-account-form input {
    width: 100%
}

.single-education {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.custom-file {
    position: relative;
    font-family: arial;
    overflow: hidden;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    padding: 10px;
}

.custom-file-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 100;
}

.custom-file img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

ul.file-list {
    font-family: arial;
    list-style: none;
    padding: 0;
}

ul.file-list li {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.remove-list {
    cursor: pointer;
    margin-left: 10px;
}

.candidate-resumee .dash-hdtabchng-btn {
    float: right;
    padding: 4px 12px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #13b5ea;
    margin-top: -25px;
    font-size: 13px;
}

.careerfy-candidate-savedjobs .careerfy-pst-title a {
    color: #777 !important;
    font-weight: 400;
    font-size: 13px;
    font-weight: 500
}

.careerfy-candidate-savedjobs thead tr th:first-child,
.careerfy-candidate-savedjobs tbody td:first-child {
    width: 38%;
}

.activey {
    color: #00c200 !important
}

.rejectedy {
    color: red !important
}

.careerfy-dashboard-fulltwo .jobsearch_candidate_info span {
    display: inline
}

.nw-btn {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    border-radius: 4px;
}

.jobsearch-jobdetail-tags a {
    display: inline-block;
    font-size: 14px;
    padding: 10px 14px;
    background-color: #eaeaea;
    border-radius: 20px;
    line-height: 1;
    margin: 0px 14px 10px 0;
    color: #666;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 10px
}

.jobalert-criteria-con li {
    float: left;
    background-color: #888;
    padding: 4px 7px;
    border-radius: 4px;
    margin: 0 5px 4px 0;
    color: #fff;
    line-height: 1;
}

.wdthy {
    width: 55%
}

.careerfy-errorpage-bg {
    float: left;
    width: 100%;
    background: url("images/errorpage-bg.jpg");
    position: relative;
    text-align: center;
    padding: 146px 0;
}

.careerfy-errorpage-transparent {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1e3142;
    opacity: .95;
    width: 100%;
    height: 100%;
}

.careerfy-errorpage {
    display: inline-block;
    position: relative;
}

.careerfy-errorpage h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 0px;
}

.careerfy-errorpage p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.careerfy-error-search {
    float: left;
    width: 420px;
    margin-right: 30px;
}

.careerfy-errorpage a {
    display: inline-block;
    background-color: #13b5ea;
    padding: 14px 29px 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: capitalize;
    line-height: 1;
}

.mob-vw {
    display: none;
}

.rltv {
    position: relative;
}

.careerfy-contact-info-sec,
.careerfy-contact-form {
    text-align: left;
}

.desk-vw {
    position: absolute;
    right: -45px;
    top: 45%;
}

.desk-vw li {
    list-style: none;
}


/* responsive */

@media (max-width:767px) {
    .desk-vw {
        display: none;
    }
    .careerfy-typo-wrap.rltv::before {
        content: "Job Filter";
        width: 100%;
        height: auto;
        position: absolute;
        text-align: left;
        display: block;
        padding-left: 35px;
        left: 10px;
        top: 30px;
        clip: unset;
        font-size: 20px;
        margin-top: 0px;
    }
    .careerfy-main-section.careerfy-dashboard-fulltwo .rltv::before {
        content: "Dashboard";
        width: 100%;
        height: auto;
        position: absolute;
        text-align: left;
        display: block;
        padding-left: 35px;
        left: 20px;
        top: 38px;
        clip: unset;
        font-size: 20px;
        margin-top: 0px;
    }
    .careerfy-main-section.careerfy-top-full .rltv.cndts:before {
        content: "Candidates Filter";
        width: 100%;
        height: auto;
        position: absolute;
        text-align: left;
        display: block;
        padding-left: 35px;
        left: 10px;
        top: 30px;
        clip: unset;
        font-size: 20px;
        margin-top: 0px;
    }
    .careerfy-typo-wrap.rltv .navbar-toggle,
    .careerfy-main-section.careerfy-dashboard-fulltwo .rltv .navbar-toggle {
        width: 100%;
    }
    .careerfy-employer-dashboard-nav {
        box-shadow: none;
        background: #fff;
        border: 1px solid #ddd;
    }
    .careerfy-main-section.careerfy-dashboard-fulltwo .rltv .navbar-toggle {
        margin-bottom: 25px;
    }
    .home-slider .slick-track {
        height: 360px;
    }
    .slick-slide img {
        height: 100%;
        object-fit: cover;
    }
    .home-slider .jobsearch-banner-six-caption h1 {
        font-size: 24px;
    }
    .home-slider .jobsearch-banner-six-caption p {
        font-size: 14px;
    }
    .slider-form {
        bottom: 0;
    }
    .navbar-toggle {
        background: none !important;
        border: none !important;
    }
    .careerfy-navigation {
        float: none !important;
        position: absolute !important;
        right: 10px;
        top: -5px;
        width: 100%;
    }
    .navbar-collapse {
        width: 94% !important;
        padding-bottom: 20px !important;
        padding-top: 15px !important;
        overflow-x: hidden;
        box-shadow: none !important;
    }
    .slider-form {
        max-width: 100% !important;
    }
    .careerfy-banner-search ul li:first-child {
        width: 100% !important;
    }
    .mob-vw {
        display: block;
    }
    #careerfy-header .col-md-3.no-pd {
        display: none;
    }
    .careerfy-banner-search input[type="text"],
    .careerfy-select-style select,
    .careerfy-banner-search input[type="submit"],
    .careerfy-banner-search ul li.careerfy-banner-submit i {
        height: 50px;
    }
    .careerfy-banner-search ul li.careerfy-banner-submit i {
        padding-top: 12px;
    }
    .navbar-nav>li>a {
        padding: 10px 20px 10px 30px !important;
    }
    body,
    .careerfy-wrapper {
        overflow-x: hidden;
    }
    /*.careerfy-employer-slider-wrap.slick-slide {
        width: 100%;
    }*/
    .careerfy-employer-slider {
        padding: 0px 10px !important;
    }
    .careerfy-employer-slider .slick-arrow {
        z-index: 99;
    }
    .works-bg {
        background-size: cover;
    }
    .partners-logos .slick-slide {
        display: block;
        width: 170px !important;
    }
    .careerfy-about-text p {
        line-height: 1.5;
    }
    .p-all-50 {
        padding: 20px !important;
    }
    .careerfy-testimonial-full {
        margin: 30px 0px 30px 0px;
        margin-top: 30px;
    }
    .m-t-40 {
        margin-top: 10px;
    }
    .careerfy-page-title p {
        letter-spacing: 0;
    }
    .careerfy-fancy-title,
    .jobsearch-fancy-title {
        float: none;
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-logo,
    .jobsearch-logo {
        position: relative;
        z-index: 999;
    }
    #careerfy-header .careerfy-user-section {
        float: right;
        padding: 25px 0 0;
        margin-top: -80px;
        margin-right: 35px;
        display: none;
    }
    .slider-form .careerfy-banner-btn {
        display: none;
    }
    .jobsearch-usernotifics-menubtn a i {
        font-size: 17px;
    }
    .careerfy-parallex-full.intro-section {
        padding: 50px 0;
    }
    .careerfy-main-section .navbar-collapse.collapse,
    .careerfy-main-section.careerfy-dashboard-fulltwo .navbar-collapse.collapse {
        display: none;
    }
    .careerfy-main-section .navbar-collapse.collapse {
        max-height: 430px;
        overflow-y: scroll !important;
    }
    .careerfy-main-section .navbar-collapse.collapse.in,
    .careerfy-main-section.careerfy-dashboard-fulltwo .navbar-collapse.collapse.in {
        display: block !important;
    }
    .careerfy-stats-list.cndt-list ul li {
        width: 100%;
    }
    .careerfy-profile-select {
        margin-bottom: 15px;
    }
    .careerfy-applied-jobs-text h2 {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 12px;
        line-height: 1.5;
        letter-spacing: 0;
    }
    .careerfy-applied-jobs-text ul li,
    .careerfy-cv-manager-text ul li,
    .careerfy-candidate-default-text ul li {
        margin-bottom: 0;
    }
    .careerfy-pagination-blog ul li a,
    .careerfy-pagination-blog ul li span {
        width: 34px;
        height: 34px;
    }
    .careerfy-pagination-blog ul li {
        line-height: .5 !important;
    }
    .careerfy-job-alerts,
    .careerfy-candidate-savedjobs,
    .careerfy-employer-transactions-wrap,
    .careerfy-employer-payments,
    .careerfy-employer-packages-wrap,
    .careerfy-managejobs-list-wrap {
        white-space: nowrap;
    }
    .careerfy-employer-dasboard table thead tr th,
    .careerfy-employer-dasboard table tbody tr td {
        padding: 5px 10px 5px 5px;
    }
    #jobsearch-chat-container aside {
        max-height: 200px !important;
        overflow-y: scroll;
        width: 100% !important;
        min-height: unset !important;
        margin-bottom: 25px;
    }
    #jobsearch-chat-container .jobsearch-user-chat-content {
        width: 100% !important;
    }
    .jobsearch-chat-main-container,
    .jobsearch-typo-wrap .jobsearch-chat-main-container {
        padding: 10px !important;
    }
    .jobsearch-chat-share-file-wrapper {
        position: absolute;
        right: 10px !important;
        top: 16px;
    }
    .jobsearch-user-chat-content .jobsearch-chat-form-wrapper textarea {
        padding: 15px 130px 15px 20px !important;
    }
    .careerfy-page-title p {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 0px;
        font-weight: 400;
        letter-spacing: 0;
    }
    .careerfy-stats-list ul li {
        width: 100% !important;
    }
    .careerfy-employer-box-section h2 {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .careerfy-table-layer h2 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .careerfy-managejobs-list h6 {
        margin-bottom: 5px;
        letter-spacing: 0;
    }
    .careerfy-applied-jobs-text span {
        margin-bottom: 0;
    }
    .careerfy-candidate-default figure {
        width: 65px;
    }
    .careerfy-candidate-default figure~.careerfy-candidate-default-text {
        margin-left: 75px;
        padding-top: 5px;
    }
    .careerfy-candidate-default-text ul li i {
        float: left;
        font-size: 12px;
        color: #aaaaaa;
        margin: 1px 2px 0px 0px;
    }
    .careerfy-employer-dasboard .careerfy-notifics-loistitms .notify-ul li p {
        position: relative;
    }
    .careerfy-employer-dasboard .careerfy-notifics-loistitms .notify-ul li p span {
        position: absolute;
    }
    .careerfy-employer-dasboard .careerfy-notifics-loistitms .notify-ul li p span:nth-of-type(1) {
        top: -10px;
        right: -20px;
    }
    .careerfy-employer-dasboard .careerfy-notifics-loistitms .notify-ul li p span:last-child {
        top: 15px;
        right: -20px;
    }
    .careerfy-employer-box-section {
        padding: 20px !important;
    }
    #exTab2 ul.nav-pills li {
        border-left: 1px solid #eae4e4;
        width: 100%;
    }
    #exTab2 ul.nav-pills li a {
        padding: 10px;
    }
    .careerfy-applied-jobs-thumb~.careerfy-applied-jobs-text {
        margin-left: 3%;
        width: 77%;
    }
    .careerfy-applied-jobs-wrap {
        display: flex;
    }
    .careerfy-applied-job-btns {
        float: left;
        padding: 12px 0 0;
    }
    .careerfy-applied-jobs-text ul li,
    .careerfy-cv-manager-text ul li,
    .careerfy-candidate-default-text ul li {
        margin-bottom: 0 !important;
    }
    .careerfy-page-title h1 {
        color: #ffffff;
        font-size: 26px;
        margin-bottom: 5px;
        font-weight: 400;
        letter-spacing: 0;
    }
    .careerfy-main-content .widget,
    .careerfy-employer-search {
        width: 100%;
        margin-top: 15px;
    }
    .careerfy-row.careerfy-employer-profile-form li {
        position: relative;
    }
    .careerfy-row.careerfy-employer-profile-form li i {
        right: 25px;
        top: 15px;
    }
    .careerfy-profile-title .careerfy-employer-search i {
        top: 10px;
    }
    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6 {
        letter-spacing: 0;
    }
    .careerfy-candidate-timeline-text h2 {
        font-size: 15px;
        margin-bottom: 9px;
        line-height: 1.5;
    }
    .careerfy-candidate-timeline-text p {
        font-size: 14px;
        color: #999999;
        margin-bottom: 0px;
        letter-spacing: 0;
        line-height: 1.5;
    }
    .careerfy-candidate-title h2 {
        font-size: 16px;
    }
    .careerfy-description p {
        font-size: 14px;
        margin-bottom: 0px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.5;
    }
    body .filey-name,
    body .filey1-name {
        width: 74% !important;
    }
    body .btny,
    body .btny1 {
        width: 21% !important;
        font-size: 14px !important;
    }
    .careerfy-option-btn {
        float: left;
        margin-top: 5px;
    }
    .careerfy-joblisting-text h2 {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .careerfy-jobdetail-content .careerfy-option-btn {
        display: none;
    }
    .careerfy-list-style-icon li {
        list-style: none;
        color: #333333;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 1.5;
    }
    .careerfy-jobdetail-content {
        padding: 30px 20px;
    }
    .careerfy-main-content .widget {
        margin-right: 0;
        padding: 0;
    }
    .no-mnu .navbar-header {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .careerfy-contact-info-list li {
        padding-left: 25px;
        margin-bottom: 15px;
    }
    .careerfy-contact-media a {
        float: left;
        color: #ffffff;
        font-size: 20px;
        margin: 0px 10px 10px 0px;
    }
    .careerfy-contact-info-sec p {
        color: #ffffff;
        margin-bottom: 18px;
        letter-spacing: 0px;
        line-height: 23px;
    }
    .careerfy-contact-info-sec,
    .careerfy-contact-form {
        text-align: left;
    }
    .careerfy-contact-info-sec h2,
    .careerfy-contact-form h2 {
        font-size: 18px;
    }
    .no-mnu .navbar-header {
        display: none;
    }
    .careerfy-main-section .careerfy-column-3 {
        width: 100%;
    }
    .careerfy-navigation .navbar-header {
        float: right;
    }
    .careerfy-main-section .careerfy-column-3.m-b-60 {
        margin-bottom: 15px;
    }
    .careerfy-featured-listing>ul>li {
        width: 50% !important;
        float: left;
    }
    .inside-cta-sec .col-md-6 {
        width: 50% !important;
        float: left;
    }
    .careerfy-fancy-title h2,
    .jobsearch-fancy-title h2 {
        font-size: 26px;
    }
    .works-bg .careerfy-services-classic ul {
        text-align: center;
    }
    .careerfy-blog-grid .col-md-4,
    .careerfy-services-classic .col-md-4 {
        width: 33.2% !important;
    }
    .careerfy-services-classic h2 {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 16px;
        font-weight: 500;
        letter-spacing: 0;
    }
    .careerfy-services-classic p {
        line-height: 20px;
    }
    .careerfy-blog-grid-text h2 {
        font-size: 14px;
        margin-bottom: 3px;
        line-height: 20px;
    }
    .news-section .careerfy-blog-grid-text p {
        line-height: 18px;
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 13px;
        letter-spacing: 0;
        color: #606060;
    }
    .careerfy-typo-wrap.rltv::before {
        content: "Job Filter";
        width: 100%;
        height: auto;
        position: absolute;
        text-align: left;
        display: block;
        padding-left: 35px;
        left: 10px;
        top: 30px;
        clip: unset;
        font-size: 20px;
        margin-top: 0px;
    }
    .careerfy-main-section.careerfy-dashboard-fulltwo .rltv::before {
        content: "Dashboard";
        width: 100%;
        height: auto;
        position: absolute;
        text-align: left;
        display: block;
        padding-left: 35px;
        left: 20px;
        top: 38px;
        clip: unset;
        font-size: 20px;
        margin-top: 0px;
    }
    .careerfy-main-section.careerfy-top-full .rltv.cndts:before {
        content: "Candidates Filter";
        width: 100%;
        height: auto;
        position: absolute;
        text-align: left;
        display: block;
        padding-left: 35px;
        left: 10px;
        top: 30px;
        clip: unset;
        font-size: 20px;
        margin-top: 0px;
    }
    .careerfy-typo-wrap.rltv .navbar-toggle,
    .careerfy-main-section.careerfy-dashboard-fulltwo .rltv .navbar-toggle {
        width: 100%;
    }
    .careerfy-employer-dashboard-nav {
        box-shadow: none;
        background: #fff;
        border: 1px solid #ddd;
    }
    .careerfy-main-section.careerfy-dashboard-fulltwo .rltv .navbar-toggle {
        margin-bottom: 25px;
    }
    .home-slider .slick-track {
        height: 360px;
    }
    .slick-slide img {
        height: 100%;
        object-fit: cover;
    }
    .home-slider .jobsearch-banner-six-caption h1 {
        font-size: 30px;
        margin-top: 80px;
    }
    .home-slider .jobsearch-banner-six-caption p {
        font-size: 18px;
    }
    .slider-form {
        bottom: 25px;
    }
    .navbar-toggle {
        background: none !important;
        border: none !important;
    }
    .careerfy-navigation {
        float: none !important;
        position: absolute !important;
        right: 10px;
        top: -5px;
        width: 100%;
    }
    .navbar-collapse {
        width: 94% !important;
        padding-bottom: 20px !important;
        padding-top: 15px !important;
        overflow-x: hidden;
        box-shadow: none !important;
    }
    .slider-form {
        max-width: 100% !important;
    }
    .mob-vw {
        display: block;
    }
    #careerfy-header .col-md-3.no-pd {
        display: none;
    }
    .careerfy-banner-search input[type="text"],
    .careerfy-select-style select,
    .careerfy-banner-search input[type="submit"],
    .careerfy-banner-search ul li.careerfy-banner-submit i {
        height: 50px;
    }
    .careerfy-banner-search ul li.careerfy-banner-submit i {
        padding-top: 12px;
    }
    .navbar-nav>li>a {
        padding: 10px 20px 10px 30px !important;
    }
    body,
    .careerfy-wrapper {
        overflow-x: hidden;
    }
    /*.careerfy-employer-slider-wrap.slick-slide {
        width: 100%;
    }*/
    .careerfy-employer-slider {
        padding: 0px 10px !important;
    }
    .careerfy-employer-slider .slick-arrow {
        z-index: 99;
    }
    .works-bg {
        background-size: cover;
    }
    .partners-logos .slick-slide {
        display: block;
        width: 245px !important;
    }
    .careerfy-about-text p {
        line-height: 1.5;
    }
    .p-all-50 {
        padding: 20px !important;
    }
    .careerfy-testimonial-full {
        margin: 30px 0px 30px 0px;
        margin-top: 30px;
    }
    .m-t-40 {
        margin-top: 10px;
    }
    .careerfy-page-title p {
        letter-spacing: 0;
    }
    .careerfy-fancy-title,
    .jobsearch-fancy-title {
        float: none;
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-logo,
    .jobsearch-logo {
        position: relative;
        z-index: 999;
    }
    #careerfy-header .careerfy-user-section {
        float: right;
        padding: 25px 0 0;
        margin-top: -80px;
        margin-right: 35px;
        display: none;
    }
    /*.slider-form .careerfy-banner-btn {
        display: none;
    }*/
    .jobsearch-usernotifics-menubtn a i {
        font-size: 17px;
    }
    .careerfy-parallex-full.intro-section {
        padding: 50px 0;
    }
    .careerfy-main-section .navbar-collapse.collapse,
    .careerfy-main-section.careerfy-dashboard-fulltwo .navbar-collapse.collapse {
        display: none;
    }
    .careerfy-main-section .navbar-collapse.collapse {
        max-height: 500px;
        overflow-y: scroll !important;
    }
    .careerfy-main-section .navbar-collapse.collapse.in,
    .careerfy-main-section.careerfy-dashboard-fulltwo .navbar-collapse.collapse.in {
        display: block !important;
    }
    .careerfy-stats-list.cndt-list ul li {
        width: 100%;
    }
    .careerfy-profile-select {
        margin-bottom: 15px;
    }
    .careerfy-applied-jobs-text h2 {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 12px;
        line-height: 1.5;
        letter-spacing: 0;
    }
    .careerfy-applied-jobs-text ul li,
    .careerfy-cv-manager-text ul li,
    .careerfy-candidate-default-text ul li {
        margin-bottom: 0;
    }
    .careerfy-pagination-blog ul li a,
    .careerfy-pagination-blog ul li span {
        width: 34px;
        height: 34px;
    }
    .careerfy-pagination-blog ul li {
        line-height: .5 !important;
    }
    .careerfy-job-alerts,
    .careerfy-candidate-savedjobs,
    .careerfy-employer-transactions-wrap,
    .careerfy-employer-payments,
    .careerfy-employer-packages-wrap,
    .careerfy-managejobs-list-wrap {
        white-space: nowrap;
    }
    .careerfy-employer-dasboard table thead tr th,
    .careerfy-employer-dasboard table tbody tr td {
        padding: 5px 10px 5px 5px;
    }
    #jobsearch-chat-container aside {
        max-height: 200px !important;
        overflow-y: scroll;
        width: 100% !important;
        min-height: unset !important;
        margin-bottom: 25px;
    }
    #jobsearch-chat-container .jobsearch-user-chat-content {
        width: 100% !important;
    }
    .jobsearch-chat-main-container,
    .jobsearch-typo-wrap .jobsearch-chat-main-container {
        padding: 10px !important;
    }
    .jobsearch-chat-share-file-wrapper {
        position: absolute;
        right: 10px !important;
        top: 16px;
    }
    .jobsearch-user-chat-content .jobsearch-chat-form-wrapper textarea {
        padding: 15px 130px 15px 20px !important;
    }
    .careerfy-page-title p {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 0px;
        font-weight: 400;
        letter-spacing: 0;
    }
    .careerfy-stats-list ul li {
        width: 50% !important;
    }
    .careerfy-employer-box-section h2 {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .careerfy-table-layer h2 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .careerfy-managejobs-list h6 {
        margin-bottom: 5px;
        letter-spacing: 0;
    }
    .careerfy-applied-jobs-text span {
        margin-bottom: 0;
    }
    .careerfy-candidate-default figure {
        width: 65px;
    }
    .careerfy-candidate-default figure~.careerfy-candidate-default-text {
        margin-left: 75px;
        padding-top: 5px;
    }
    .careerfy-candidate-default-text ul li i {
        float: left;
        font-size: 12px;
        color: #aaaaaa;
        margin: 1px 2px 0px 0px;
    }
    .careerfy-employer-dasboard .careerfy-notifics-loistitms .notify-ul li p {
        position: relative;
    }
    .careerfy-employer-dasboard .careerfy-notifics-loistitms .notify-ul li p span {
        position: absolute;
    }
    .careerfy-employer-dasboard .careerfy-notifics-loistitms .notify-ul li p span:nth-of-type(1) {
        top: -10px;
        right: -20px;
    }
    .careerfy-employer-dasboard .careerfy-notifics-loistitms .notify-ul li p span:last-child {
        top: 15px;
        right: -20px;
    }
    .careerfy-employer-box-section {
        padding: 20px !important;
    }
    #exTab2 ul.nav-pills li {
        border-left: 1px solid #eae4e4;
        width: 100%;
    }
    #exTab2 ul.nav-pills li a {
        padding: 10px;
    }
    .careerfy-applied-jobs-thumb~.careerfy-applied-jobs-text {
        margin-left: 3%;
        width: 77%;
    }
    .careerfy-applied-jobs-wrap {
        display: flex;
    }
    .careerfy-applied-job-btns {
        float: left;
        padding: 12px 0 0;
    }
    .careerfy-applied-jobs-text ul li,
    .careerfy-cv-manager-text ul li,
    .careerfy-candidate-default-text ul li {
        margin-bottom: 0 !important;
    }
    .careerfy-page-title h1 {
        color: #ffffff;
        font-size: 26px;
        margin-bottom: 5px;
        font-weight: 400;
        letter-spacing: 0;
    }
    .careerfy-main-content .widget,
    .careerfy-employer-search {
        width: 100%;
        margin-top: 15px;
    }
    .careerfy-row.careerfy-employer-profile-form li {
        position: relative;
    }
    .careerfy-row.careerfy-employer-profile-form li i {
        right: 25px;
        top: 15px;
    }
    .careerfy-profile-title .careerfy-employer-search i {
        top: 10px;
    }
    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6 {
        letter-spacing: 0;
    }
    .careerfy-candidate-timeline-text h2 {
        font-size: 15px;
        margin-bottom: 9px;
        line-height: 1.5;
    }
    .careerfy-candidate-timeline-text p {
        font-size: 14px;
        color: #999999;
        margin-bottom: 0px;
        letter-spacing: 0;
        line-height: 1.5;
    }
    .careerfy-candidate-title h2 {
        font-size: 16px;
    }
    .careerfy-description p {
        font-size: 14px;
        margin-bottom: 0px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.5;
    }
    body .filey-name,
    body .filey1-name {
        width: 74% !important;
    }
    body .btny,
    body .btny1 {
        width: 21% !important;
        font-size: 14px !important;
    }
    .careerfy-option-btn {
        float: left;
        margin-top: 5px;
    }
    .careerfy-joblisting-text h2 {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .careerfy-jobdetail-content .careerfy-option-btn {
        display: none;
    }
    .careerfy-list-style-icon li {
        list-style: none;
        color: #333333;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 1.5;
    }
    .careerfy-jobdetail-content {
        padding: 30px 20px;
    }
    .careerfy-main-content .widget {
        margin-right: 0;
        padding: 0;
    }
    .desk-vw {
        display: none;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .careerfy-contact-info-list li {
        padding-left: 25px;
        margin-bottom: 15px;
    }
    .careerfy-contact-media a {
        float: left;
        color: #ffffff;
        font-size: 20px;
        margin: 0px 10px 10px 0px;
    }
    .careerfy-contact-info-sec p {
        color: #ffffff;
        margin-bottom: 18px;
        letter-spacing: 0px;
        line-height: 23px;
    }
    .careerfy-contact-info-sec,
    .careerfy-contact-form {
        text-align: left;
    }
    .careerfy-contact-info-sec h2,
    .careerfy-contact-form h2 {
        font-size: 18px;
    }
    .no-mnu .navbar-header {
        display: none;
    }
    .careerfy-main-section .careerfy-column-3 {
        width: 100%;
    }
    .careerfy-navigation .navbar-header {
        float: right;
    }
    .careerfy-main-section .careerfy-column-3.m-b-60 {
        margin-bottom: 15px;
    }
    .careerfy-featured-listing>ul>li {
        width: 50% !important;
        float: left;
    }
    .inside-cta-sec .col-md-6 {
        width: 50% !important;
        float: left;
    }
    .careerfy-fancy-title h2,
    .jobsearch-fancy-title h2 {
        font-size: 26px;
    }
    .works-bg .careerfy-services-classic ul {
        text-align: center;
    }
    .careerfy-blog-grid .col-md-4,
    .careerfy-services-classic .col-md-4 {
        width: 33.2% !important;
    }
    .careerfy-services-classic h2 {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 16px;
        font-weight: 500;
        letter-spacing: 0;
    }
    .careerfy-services-classic p {
        line-height: 20px;
    }
    .careerfy-blog-grid-text h2 {
        font-size: 14px;
        margin-bottom: 3px;
        line-height: 20px;
    }
    .news-section .careerfy-blog-grid-text p {
        line-height: 18px;
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 13px;
        letter-spacing: 0;
        color: #606060;
    }
    .careerfy-typo-wrap.rltv::before {
        content: "Job Filter";
        width: 100%;
        height: auto;
        position: absolute;
        text-align: left;
        display: block;
        padding-left: 35px;
        left: 10px;
        top: 30px;
        clip: unset;
        font-size: 20px;
        margin-top: 0px;
    }
    .careerfy-main-section.careerfy-dashboard-fulltwo .rltv::before {
        content: "Dashboard";
        width: 100%;
        height: auto;
        position: absolute;
        text-align: left;
        display: block;
        padding-left: 35px;
        left: 20px;
        top: 38px;
        clip: unset;
        font-size: 20px;
        margin-top: 0px;
    }
    .careerfy-main-section.careerfy-top-full .rltv.cndts:before {
        content: "Candidates Filter";
        width: 100%;
        height: auto;
        position: absolute;
        text-align: left;
        display: block;
        padding-left: 35px;
        left: 10px;
        top: 30px;
        clip: unset;
        font-size: 20px;
        margin-top: 0px;
    }
    .careerfy-typo-wrap.rltv .navbar-toggle,
    .careerfy-main-section.careerfy-dashboard-fulltwo .rltv .navbar-toggle {
        width: 100%;
    }
    .careerfy-employer-dashboard-nav {
        box-shadow: none;
        background: #fff;
        border: 1px solid #ddd;
    }
    .careerfy-main-section.careerfy-dashboard-fulltwo .rltv .navbar-toggle {
        margin-bottom: 25px;
    }
    .home-slider .slick-track {
        height: 360px;
    }
    .slick-slide img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .home-slider .jobsearch-banner-six-caption h1 {
        font-size: 30px;
        margin-top: 80px;
    }
    .home-slider .jobsearch-banner-six-caption p {
        font-size: 18px;
    }
    .slider-form {
        bottom: 25px;
    }
    .navbar-toggle {
        background: none !important;
        border: none !important;
    }
    .careerfy-navigation {
        float: none !important;
        position: absolute !important;
        right: 10px;
        top: -5px;
        width: 100%;
    }
    .navbar-collapse {
        width: 94% !important;
        padding-bottom: 20px !important;
        padding-top: 15px !important;
        overflow-x: hidden;
        box-shadow: none !important;
    }
    .slider-form {
        max-width: 100% !important;
    }
    .mob-vw {
        display: block;
    }
    #careerfy-header .col-md-3.no-pd {
        display: none;
    }
    #careerfy-header .col-md-7 {
        width: 83%;
    }
    .careerfy-banner-search input[type="text"],
    .careerfy-select-style select,
    .careerfy-banner-search input[type="submit"],
    .careerfy-banner-search ul li.careerfy-banner-submit i {
        height: 50px;
    }
    .careerfy-banner-search ul li.careerfy-banner-submit i {
        padding-top: 12px;
    }
    .navbar-nav>li>a {
        padding: 10px 20px 10px 30px !important;
    }
    body,
    .careerfy-wrapper {
        overflow-x: hidden;
    }
    /*.careerfy-employer-slider-wrap.slick-slide {
        width: 100%;
    }*/
    .careerfy-employer-slider {
        padding: 0px 10px !important;
    }
    .careerfy-employer-slider .slick-arrow {
        z-index: 99;
    }
    .works-bg {
        background-size: cover;
    }
    /*.partners-logos .slick-slide {
        display: block;
        width: 245px !important;
    }*/
    .careerfy-about-text p {
        line-height: 1.5;
    }
    .p-all-50 {
        padding: 20px !important;
    }
    .careerfy-testimonial-full {
        margin: 30px 0px 30px 0px;
        margin-top: 30px;
    }
    .m-t-40 {
        margin-top: 10px;
    }
    .careerfy-page-title p {
        letter-spacing: 0;
    }
    .careerfy-fancy-title,
    .jobsearch-fancy-title {
        float: none;
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-logo,
    .jobsearch-logo {
        position: relative;
        z-index: 999;
    }
    #careerfy-header .careerfy-user-section {
        float: right;
        padding: 25px 0 0;
        margin-top: -80px;
        margin-right: 35px;
        display: none;
    }
    /*.slider-form .careerfy-banner-btn {
        display: none;
    }*/
    .jobsearch-usernotifics-menubtn a i {
        font-size: 17px;
    }
    .careerfy-parallex-full.intro-section {
        padding: 50px 0;
    }
    .careerfy-main-section .navbar-collapse.collapse,
    .careerfy-main-section.careerfy-dashboard-fulltwo .navbar-collapse.collapse {
        display: none;
    }
    .careerfy-main-section .navbar-collapse.collapse {
        max-height: 500px;
        overflow-y: scroll !important;
    }
    .careerfy-main-section .navbar-collapse.collapse.in,
    .careerfy-main-section.careerfy-dashboard-fulltwo .navbar-collapse.collapse.in {
        display: block !important;
    }
    .careerfy-stats-list.cndt-list ul li {
        width: 100%;
    }
    .careerfy-profile-select {
        margin-bottom: 15px;
    }
    .careerfy-applied-jobs-text h2 {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 12px;
        line-height: 1.5;
        letter-spacing: 0;
    }
    .careerfy-applied-jobs-text ul li,
    .careerfy-cv-manager-text ul li,
    .careerfy-candidate-default-text ul li {
        margin-bottom: 0;
    }
    .careerfy-pagination-blog ul li a,
    .careerfy-pagination-blog ul li span {
        width: 34px;
        height: 34px;
    }
    .careerfy-pagination-blog ul li {
        line-height: .5 !important;
    }
    .careerfy-job-alerts,
    .careerfy-candidate-savedjobs,
    .careerfy-employer-transactions-wrap,
    .careerfy-employer-payments,
    .careerfy-employer-packages-wrap,
    .careerfy-managejobs-list-wrap {
        white-space: nowrap;
    }
    .careerfy-employer-dasboard table thead tr th,
    .careerfy-employer-dasboard table tbody tr td {
        padding: 5px 10px 5px 5px;
    }
    #jobsearch-chat-container aside {
        max-height: 200px !important;
        overflow-y: scroll;
        width: 100% !important;
        min-height: unset !important;
        margin-bottom: 25px;
    }
    #jobsearch-chat-container .jobsearch-user-chat-content {
        width: 100% !important;
    }
    .jobsearch-chat-main-container,
    .jobsearch-typo-wrap .jobsearch-chat-main-container {
        padding: 10px !important;
    }
    .jobsearch-chat-share-file-wrapper {
        position: absolute;
        right: 10px !important;
        top: 16px;
    }
    .jobsearch-user-chat-content .jobsearch-chat-form-wrapper textarea {
        padding: 15px 130px 15px 20px !important;
    }
    .careerfy-page-title p {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 0px;
        font-weight: 400;
        letter-spacing: 0;
    }
    .careerfy-stats-list ul li {
        width: 50% !important;
    }
    .careerfy-employer-box-section h2 {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .careerfy-table-layer h2 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .careerfy-managejobs-list h6 {
        margin-bottom: 5px;
        letter-spacing: 0;
    }
    .careerfy-applied-jobs-text span {
        margin-bottom: 0;
    }
    .careerfy-candidate-default figure {
        width: 65px;
    }
    .careerfy-candidate-default figure~.careerfy-candidate-default-text {
        margin-left: 75px;
        padding-top: 5px;
    }
    .careerfy-candidate-default-text ul li i {
        float: left;
        font-size: 12px;
        color: #aaaaaa;
        margin: 1px 2px 0px 0px;
    }
    .careerfy-employer-dasboard .careerfy-notifics-loistitms .notify-ul li p {
        position: relative;
    }
    .careerfy-employer-dasboard .careerfy-notifics-loistitms .notify-ul li p span {
        position: absolute;
    }
    .careerfy-employer-dasboard .careerfy-notifics-loistitms .notify-ul li p span:nth-of-type(1) {
        top: -10px;
        right: -20px;
    }
    .careerfy-employer-dasboard .careerfy-notifics-loistitms .notify-ul li p span:last-child {
        top: 15px;
        right: -20px;
    }
    .careerfy-employer-box-section {
        padding: 20px !important;
    }
    #exTab2 ul.nav-pills li {
        border-left: 1px solid #eae4e4;
        width: 100%;
    }
    #exTab2 ul.nav-pills li a {
        padding: 10px;
    }
    .careerfy-applied-jobs-thumb~.careerfy-applied-jobs-text {
        margin-left: 3%;
        width: 77%;
    }
    .careerfy-applied-jobs-wrap {
        display: flex;
    }
    .careerfy-applied-job-btns {
        float: left;
        padding: 12px 0 0;
    }
    .careerfy-applied-jobs-text ul li,
    .careerfy-cv-manager-text ul li,
    .careerfy-candidate-default-text ul li {
        margin-bottom: 0 !important;
    }
    .careerfy-page-title h1 {
        color: #ffffff;
        font-size: 26px;
        margin-bottom: 5px;
        font-weight: 400;
        letter-spacing: 0;
    }
    .careerfy-main-content .widget,
    .careerfy-employer-search {
        width: 100%;
        margin-top: 15px;
    }
    .careerfy-row.careerfy-employer-profile-form li {
        position: relative;
    }
    .careerfy-row.careerfy-employer-profile-form li i {
        right: 25px;
        top: 15px;
    }
    .careerfy-profile-title .careerfy-employer-search i {
        top: 10px;
    }
    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6 {
        letter-spacing: 0;
    }
    .careerfy-candidate-timeline-text h2 {
        font-size: 15px;
        margin-bottom: 9px;
        line-height: 1.5;
    }
    .careerfy-candidate-timeline-text p {
        font-size: 14px;
        color: #999999;
        margin-bottom: 0px;
        letter-spacing: 0;
        line-height: 1.5;
    }
    .careerfy-candidate-title h2 {
        font-size: 16px;
    }
    .careerfy-description p {
        font-size: 14px;
        margin-bottom: 0px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.5;
    }
    body .filey-name,
    body .filey1-name {
        width: 74% !important;
    }
    body .btny,
    body .btny1 {
        width: 21% !important;
        font-size: 14px !important;
    }
    .careerfy-option-btn {
        float: left;
        margin-top: 5px;
    }
    .careerfy-joblisting-text h2 {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .careerfy-jobdetail-content .careerfy-option-btn {
        display: none;
    }
    .careerfy-list-style-icon li {
        list-style: none;
        color: #333333;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 1.5;
    }
    .careerfy-jobdetail-content {
        padding: 30px 20px;
    }
    .careerfy-main-content .widget {
        margin-right: 0;
        padding: 0;
    }
    .desk-vw {
        display: none;
    }
}