/*
Theme Name: Jetapo
Theme URI: http://jetapo.inwavethemes.com
Author: inwavethemes
Author URI: http://inwavethemes.com
Description: Jetapo is an advanced job board wordpress theme with a modern, clean, intuitive, and fully responsive design, that looks perfect on any size tablet or mobile screen.
Version: 1.0.0
License: gnu general public license v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jetapo
Tags: post-formats, theme-options, flexible-header, custom-header, custom-background, custom-colors, left-sidebar, right-sidebar
*/

/*-------------------------------------------------------
[Table of contents]
1. Common style
2. Panel
        + Panel setting
3. Layout
4. Header
        + Header default
        + Header v2
        + Header v3
        + Header v4
		+ Sticky header
        + Mega menu
        + Menu - Not Page heading
5. Content
        + Slider
        + Page title
		+ About us
		+ Contact us
        + Blog
            - BLOG LISTING
            - BLOG DETAIL
6. 404 PAGE
7. Footer
8. Page Heading
9. Search Results

--------------------------------------------------------*/

/** COMMON STYLE **/
body {
    font-size: 14px;
    line-height: 1.9;
    font-weight: normal;
    color: #666666;
    letter-spacing: 0.4px;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
    line-height: 1.5em;
    margin: 0 0 20px;
}
h1, h2, h3{
    font-weight: 700;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
h1,h2{
    margin-bottom: 30px;
	margin-top: 30px;
}
p:last-child{
    margin:0;
}
img{
    max-width:100%;
    height:auto;
}
.clear{
    clear:both;
}
dl, dd{
    margin-bottom:20px;
}
address {
    font-style: italic;
    margin: 0 0 15px;
}
b, strong{
    font-weight: 700;
}
ul{
    list-style: disc;
}
ul ul{
    list-style: circle;
}
.hide {
    display: none;
}
a{
    color: #1dae0e;
}
a:hover, a:focus{
    text-decoration: underline;
    color: #1dae0e;
}
.elementor a:hover{
    text-decoration: underline;
}
p{
    margin-bottom: 1.4rem;
}
select {
    padding: 12px 15px;
    border: 1px solid #e2e4ea;
    border-radius: 4px;
    background-color: #fff;
	-webkit-appearance: textfield;
}
.flex-container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.flex-container .col{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.flex-container .iw-col-18{
    -ms-flex: 0 0 18.88888%;
    flex: 0 0 18.88888%;
    max-width: 18.88888%;
}

.gj-flex {
    display: -webkit-flex;
    display: flex;
}
.gj-flex-middle {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.flex-container .gj-sidebar .sidebar-jobs{
    margin-top:  -50px;
}
.transition-theme {
    -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;
}
.jobs-content-wrap{
    margin-left: 40px;
    margin-right: 40px;
}

.post-text ul,.post-text li,
.entry-content ul,.entry-content li{
    list-style:inherit;
}

.page-links{
    border-radius: 0.4rem;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    margin-top: 20px;
    padding: 0;
    clear: both;
}
.page-links > a,.page-links > span{
    display: inline-block;
    padding: 2px 10px;
    margin: 0 5px 5px 0 !important;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
.page-links > a{
    color: #444;
}
.page-links-title{
    margin-right: 5px;
}
.post-text ul,.entry-content ul{
    margin-left:15px;
}
input[type="button"], input[type="submit"] {
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
    margin-right: 5px;
    outline: medium none;
    padding: 3px 25px;
    color:#fff;
}
textarea::-webkit-input-placeholder {
    color: rgba(29, 32, 39, 0.5);
}

textarea:-moz-placeholder {
    color: rgba(29, 32, 39, 0.5);
}

textarea::-moz-placeholder {
    color: rgba(29, 32, 39, 0.5);
}

textarea:-ms-input-placeholder {
    color: rgba(29, 32, 39, 0.5);
}
input::-webkit-input-placeholder {
    color: rgba(29, 32, 39, 0.5);
}

input:-ms-input-placeholder {
    color: rgba(29, 32, 39, 0.5);
}

input::placeholder {
    color: rgba(29, 32, 39, 0.5);
}
body .multiselect__placeholder {
    color: rgba(29, 32, 39, 0.5);
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
ul, ol{
    list-style-position: inside;
}
.iw-row-flex {
    display: -webkit-flex;
    display: flex;
}
.form-group label{
    font-weight: 500;
}
.entry-footer .post-edit-link{
    margin-top: 15px;
    display: block;
}
/** =WordPress Core
    -------------------------------------------------------------- */
.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
    font-weight: 600;
    text-decoration: none;
}

.wp-block-archives, .wp-block-categories, .wp-block-latest-posts, .wp-block-latest-comments{
    list-style: none;
    margin-left: 0;
}
.entry-content .wp-block-latest-posts{
    margin-left: 0;
}

/* Block: Shared Media Styles ---------------- */

.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-caption .wp-caption-text{
    color: #999;
    margin-bottom: 0;
    margin-top: 0.5rem;
    text-align: center;
}
.wp-caption-text a, figcaption a{
    color: #333;
}
/* Block: Audio ------------------------------ */

.wp-block-audio audio {
    width: 100%;
}

/* Block: Button ----------------------------- */

.wp-block-button {
    margin: 2.5rem 0;
}
.wp-block-button__link, .wp-block-file a.wp-block-file__button{
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 16px;
    background-color: #1dae0e;
    font-weight: 600;
}
.wp-block-button__link:hover, .wp-block-file a.wp-block-file__button:hover{
    background-color: #000;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.is-style-outline .wp-block-button__link{
    border-color: #1dae0e;
    color: #1dae0e;
}
.is-style-outline .wp-block-button__link:hover{
    border-color: #000;
    color: #000 !important;
    background-color: transparent !important;
}
.wp-block-file a:not(.wp-block-file__button):focus, .wp-block-file a:not(.wp-block-file__button):hover{
    text-decoration: none;
}
/* Block: Columns ---------------------------- */

.wp-block-column {
    margin-bottom: 3.2rem;
}

.wp-block-column > *:first-child {
    margin-top: 0;
}

.wp-block-column > *:last-child {
    margin-bottom: 0;
}

/* Block: Cover ------------------------------ */

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 4rem);
    padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    max-width: 100%;
    padding: 0;
}

.wp-block-cover-image h2,
.wp-block-cover h2 {
    font-size: 3.2rem;
}

/* Block: File ------------------------------- */
.wp-block-file {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
    font-weight: 700;
    text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
    margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
    text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
    font-size: 1.5rem;
    padding: 1em 1.25em;
}

.wp-block-file a.wp-block-file__button:visited {
    opacity: 1;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
    opacity: 1;
    text-decoration: underline;
}

.hentry .entry-content .wp-block-gallery{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.hentry .entry-content .wp-block-gallery .blocks-gallery-image:last-child, .hentry .entry-content .wp-block-gallery .blocks-gallery-item:last-child{
    margin-bottom: 16px;
}
.hentry .entry-content > *.alignleft, .hentry .entry-summary > *.alignleft, .hentry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignleft, .hentry .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignleft {
    margin-right: calc(2 * 1rem);
    margin-top: 0;
}

/* Block Typography Classes ------------------ */

.has-text-align-left {
    text-align: left;
}

.has-text-align-center {
    text-align: center;
}

.has-text-align-right {
    text-align: right;
}

.has-drop-cap:not(:focus)::first-letter {
    color: #1dae0e;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 5.1em;
    font-weight: 800;
    margin: 0.05em 0.1em 0 0;
}

.has-drop-cap:not(:focus)::first-letter::after {
    content: "";
    display: table;
    clear: both;
}

.has-drop-cap:not(:focus)::after {
    padding: 0;
}

/* VANILLA GALLERIES */

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-item {
    margin: 0.8em 0;
    padding: 0 0.8em;
    width: 100%;
    text-align: center;
}
.gallery-caption{
    color: #999;
    margin-bottom: 0;
    margin-top: 0.5rem;
    text-align: center;
}

/* Block: Group ------------------------------ */

.wp-block-group.has-background {
    padding: 2rem;
    margin-bottom: 0;
    margin-top: 0;
}

.wp-block-group__inner-container {
    margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
    max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
    padding-left: 2rem;
    padding-right: 2rem;
}

.entry-content .wp-block-cover {
    padding: 1rem 10%;
    font-weight: 600;
}
.entry-content .wp-block-cover-image.alignleft,
.entry-content .wp-block-cover-image.alignright,
.entry-content .wp-block-cover.alignleft,
.entry-content .wp-block-cover.alignright {
    padding: 1rem calc(2*1rem);
    font-weight: 600    ;
}

/* Block: Media And Text --------------------- */

.wp-block-media-text .wp-block-media-text__content {
    padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
    max-width: none;
}

.wp-block-media-text__content > *:first-child {
    margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
    margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */
blockquote {
    padding: 25px 25px 25px 40px;
    margin: 2.5em 0;
    color: #333;
    border-left: 4px solid;
    background: #f5f5f5;
}
blockquote p cite{
    margin-top: 10px;
    display: block;
}
blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large
{
    padding: 0;
    background: no-repeat;
    border-left: none;
    margin-bottom: 35px;
}
blockquote.wp-block-quote.is-large p, blockquote.wp-block-quote.is-style-large p
{
    font-style: normal;
    font-weight: bold;
}
.wp-block-pullquote{
    padding: 2em 0;
}
.wp-block-pullquote::before {
    color: #1dae0e;
    content: "”";
    display: block;
    font-size: 6.2rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    height: 4rem;
    width: 4rem;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    margin: 0px auto 1rem;
}
.wp-block-pullquote blockquote {
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.wp-block-pullquote blockquote p {
    font-family: inherit;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.178571429;
    letter-spacing: -0.041785714em;
    max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color{
    margin: 60px 0;
    padding: 50px 0;
    position: relative;
    text-align: center;
    background-color: #1dae0e;
}
.wp-block-pullquote.is-style-solid-color blockquote{
    text-align: center;
}
.wp-block-pullquote.is-style-solid-color::before {
    display: none;
}
.wp-block-pullquote.is-style-solid-color blockquote p{
    color: #fff;
    font-size: 2.6rem;
    margin-bottom: 1.4rem;
}
.wp-block-pullquote.is-style-solid-color blockquote cite{
    color: #fff;
    font-style: italic;
}

/* Block: Separator  ------------------------- */
@media (min-width: 700px){
    hr.wp-block-separator {
        margin: 6rem auto;
    }
}
@media (min-width: 1000px){
    hr.wp-block-separator {
        margin: 8rem auto;
    }
}
.entry-content hr, hr.styled-separator {
    background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
    background-color: transparent !important;
    border: none;
    height: 1px;
    overflow: visible;
    position: relative;
}
.entry-content hr::before, .entry-content hr::after, hr.styled-separator::before, hr.styled-separator::after {
    background: currentColor;
    content: "";
    display: block;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - 0.8rem);
    transform: rotate(22.5deg);
    width: 1px;
}
.entry-content hr::before, hr.styled-separator::before {
    left: calc(50% - 0.5rem);
}
.entry-content hr::after, hr.styled-separator::after {
    right: calc(50% - 0.5rem);
}
.wp-block-separator.is-style-dots::before {
    background: none;
    color: inherit;
    font-size: 2rem;
    font-weight: 700;
    height: auto;
    letter-spacing: 1em;
    padding-left: 1em;
    position: static;
    transform: none;
    width: auto;
}
.wp-block-separator.is-style-dots::after {
    content: unset;
}
.wp-block-separator.is-style-wide{
    border-bottom-width: 1px;
}

/* Alignment Classes ------------------------- */
.alignnone, .aligncenter, .alignleft, .alignright, .alignwide {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 2.5rem;
    margin-left: auto;
}
.alignleft{
    float: left;
    margin-right: 2em;
}
.alignright{
    float: right;
    margin-left: 2em;
}
.aligncenter,
.aligncenter img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.alignfull {
    margin-top: 2.5rem;
    margin-right: auto;
    margin-bottom: 2.5rem;
    margin-left: auto;
    max-width: 100vw;
    position: relative;
    width: 100%;
}
.alignwide {
    position: relative;
}
.wp-block-image .alignleft{
    margin-right: 2em;
}
.page-template-default img.alignleft, .page-template-default img.alignright{
    margin-top: 10px;
    margin-bottom: 10px;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.single .entry-content > * > *:last-child{
    margin-bottom: 0;
}
.single .entry-content > * > *:first-child{
    margin-top: 0;
}
.single .entry-content > * > code:first-child{
    margin-top: 2rem;
}
.single .entry-content > * > code:last-child{
    margin-bottom: 2rem;
}
.single .entry-content .wp-block-columns .wp-block-column > *:first-child{
    margin-top: 0 !important;
}
.single .entry-content .wp-block-columns .wp-block-column > *:last-child{
    margin-bottom: 0 !important;
}

.wp-caption {
    max-width: 100%; /* Image does not overflow the content area */
    padding: 0;
    text-align: center;
	margin-bottom: calc(1.5 * 1rem);
}

.wp-caption.alignnone {
    margin-top: 5px;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

@media (min-width: 700px){
    .wp-block-archives:not(.alignwide):not(.alignfull), .wp-block-categories:not(.alignwide):not(.alignfull), .wp-block-code, .wp-block-columns:not(.alignwide):not(.alignfull), .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-media-text:not(.alignwide):not(.alignfull), .wp-block-preformatted, .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-verse, .wp-block-video:not(.alignwide):not(.alignfull) {
        margin-bottom: 4rem;
        margin-top: 4rem;
    }
}
.wp-block-archives:not(.alignwide):not(.alignfull), .wp-block-categories:not(.alignwide):not(.alignfull), .wp-block-code, .wp-block-columns:not(.alignwide):not(.alignfull), .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-media-text:not(.alignwide):not(.alignfull), .wp-block-preformatted, .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-verse, .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}
.wp-block-column{
    margin-bottom: 0;
}
.wp-block-column > *:last-child {
    margin-bottom: 0;
}
.wp-block-column > *:first-child {
    margin-top: 0;
}
.entry-content .has-large-font-size {
    font-size: 1.5em;
}
.entry-content hr {
    margin: 4rem auto;
}

mark, .mark {
    padding: .2em 0.5em;
    background-color: #fcf8e3;
}

pre, code{
    background: #eee;
    background-size: 38px 38px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #838383;
    display: block;
    line-height: 19px;
    margin: 2rem 0;
    overflow-x: visible;
    overflow-y: hidden;
    white-space: pre-wrap;
    padding: 2.5rem;
    word-wrap: break-word;
}
pre code{
    padding: 0;
    border: none;
    margin: 0 !important;
}
table {
    border-collapse: collapse;
    margin: 0 0 2.5em;
    width: 100%;
    border: 0.1rem solid #e2e4ea;
}
thead tr th,
tbody tr td,
tbody tr th,
tfoot tr td,
thead tr th {
    padding: 5px 10px;
    vertical-align: top;
    border-top: 1px solid #e2e4ea;
    white-space: nowrap;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover .wp-block-cover-text:not(.has-text-color) {
    color: #ffffff;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th{
    border-color:  #e2e4ea;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.post-text ol{
    padding-left:15px;
    line-height:36px;
}
.post-text ol ol{
    padding-left:30px;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.gallery-caption {
    font-weight: normal;
}
.bypostauthor {
    font-weight: normal;
}
.sticky{
    font-weight: normal;
}

.sticky .post-icon i::before{
    content: '\f08d'!important;
}

.iw-parallax,.iw-parallax-overlay{
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
/*Modal*/
.iw-vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.iw-vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
    padding: 40px 0;
}
.iw-vertical-align-center .modal-dialog {
    pointer-events: all;
}
/*end Modal*/

/* Button Effect */
.btn-effect-1 {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	background-color: #000;
}
.btn-effect-1:hover {
    background-color: #000;
}
.btn-effect-2 {
    height: auto;
    padding: 11px 30px 13px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 22px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
/* End Button Effect */

/*select2*/
.gj-select-parent{
    position: relative;
}
.gj-select-parent .select2-container:not(.select2) {
    left: auto !important;
    right: 0;
    min-width: 200px;
    height: auto;
}
body .select2-container--open .select2-dropdown {
    min-width: 200px;
}
body .select2-container .select2-selection--single{
    height: 50px;
    border: 1px solid rgba(51,51,51,0.05);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 50px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    color: #808080;
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    top: 0;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    content: "\e874";
    font-family: 'Linearicons-Free';
    font-size: 12px;
    color: #333333;
    top: 0;
    left: 0;
    line-height: 50px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    display: none;
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
body .select2-container--default .select2-results__option {
    color: #333333 !important;
    background: #ffffff !important;
    position: relative;
    font-weight: 600;
}
body .select2-container--default .select2-results__option:after{
    width: .5em;
    height: 1em;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    display: block;
    top: 10px;
    right: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 0 0.1em 0.1em 0;
    content: '';
    border-style: solid;
}
body .select2-container--default .select2-results__option[aria-selected="true"]:after {
    opacity: 1.0;
}
body .select2-container--default .select2-results__option,
body.select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option[aria-selected="true"],
body .select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: #ffffff;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    border-bottom: 1px solid #eee;
    line-height: 30px;
    padding: 5px 15px;
}
body .select2-container--open .select2-dropdown{
    border: 1px #eeeeee solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
body .select2-container--open .select2-dropdown.select2-dropdown--above {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

body .select2-container--open .select2-dropdown.select2-dropdown--below.gj-select-2-wsearch {
    margin-top: 0;
}

body .select2-results__option {
    padding: 6px 20px;
}
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom: none;
}
body .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
body .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{
    border-top: none;
}
body .select2-container--default .select2-results > .select2-results__options{
    max-height: 245px;
}
.modal-header {
    color: #ffffff;
    text-transform: uppercase;
    padding: 25px 15px;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-bottom: none;
}
.modal-title {
    font-weight: 600;
    color: #fff;
}
.modal-header .close {
    display: none;
}
/** END COMMON STYLE **/


/** LAYOUT ***/
.body-boxed .wrapper {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 1);
    margin: auto;
    max-width: 1300px;
    overflow: hidden;
    position: relative;
}
body.single-post .wrapper{
    background: #fff!important;
}
.wrapper{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}
.canvas-menu-open .iw-overlay {
    position: absolute;
    background: rgba(0,0,0, 0.65);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
.contents-main, .main-content {
    padding-bottom: 90px;
    padding-top: 0;
}
.page-template-home-page .contents-main, .page-template-home-page .main-content {
    padding-bottom: 0;
    padding-top: 0;
}
.page-template-full-width-page .contents-main, .page-template-full-width-page .main-content {
    padding-bottom: 0;
    padding-top: 0;
}
/* Social */
.post-social-share .share-buttons-fb,
.iw-social-all a.facebook i,
.social-share .share-buttons-fb{
    color: #ffffff;
    background: #2980b9;
}
.post-social-share .share-buttons-tt,
.iw-social-all a.twitter i,
.social-share .share-buttons-tt{
    color: #ffffff;
    background: #3ac1f1;
}
.post-social-share .share-buttons-linkedin,
.iw-social-all a.linkedin i,
.social-share .share-buttons-linkedin{
    color: #ffffff;
    background: #f16e8e;
}
.post-social-share .share-buttons-gg,
.iw-social-all a.google_plus i,
.iw-social-all a.google i,
.social-share .share-buttons-gg{
    color: #ffffff;
    background: #DB4437;
}
.post-social-share .share-buttons-tumblr,
.iw-social-all a.tumblr i,
.social-share .share-buttons-tumblr{
    color: #ffffff;
    background: #36465d;
}
.post-social-share .share-buttons-pinterest,
.iw-social-all a.pinterest i,
.social-share .share-buttons-pinterest{
    color: #ffffff;
    background: #BD081C;
}
.post-social-share .share-buttons-email,
.iw-social-all a.email i,
.social-share .share-buttons-email{
    color: #ffffff;
    background: #f0483e;
}
.post-social-share .share-buttons-youtube,
.iw-social-all a.youtube i,
.social-share .share-buttons-youtube{
    color: #FFF;
    background: #FF0000;
}
/* End Social */
/** END LAYOUT ***/

/** PAGE TEMPLATE ***/
.page-template-left-sidebar-full-width .contents-main,
.page-template-right-sidebar-full-width .contents-main {
    padding: 0;
}
.iw-full-width-sidebar {
    position: relative;
}
.iw-full-width-sidebar.left:before {
    content: "";
    position: absolute;
    width: 360px;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    -webkit-box-shadow: 4px 0 5px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 5px -4px rgba(0, 0, 0, 0.2);
}
.iw-full-width-sidebar.right:before {
    content: "";
    position: absolute;
    width: 360px;
    height: 100%;
    top: 0;
    right: 0;
    background: #ffffff;
    -webkit-box-shadow: 4px 0 5px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 5px 4px rgba(0, 0, 0, 0.2);
}
.iw-full-width-sidebar .row-full-width {
    margin: 0;
}
.iw-full-width-sidebar .sidebar-full-width {
    background: #ffffff;
    width: 360px;
    position: relative;
    z-index: 9;
}
.iw-full-width-sidebar .container-full-width {
    width: calc(100% - 360px);
    padding: 72px 40px;
}
/** END PAGE TEMPLATE ***/

/*====== HEADER ======*/

/* Header Default */
.header.header-default {
    position: relative;
    z-index: 999;
    max-width: none !important;
}
.header.header-default.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
}
.header.header-default .iw-header {
    position: relative;
    background: rgba(255, 255, 255, 1);
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 0;
}
.header.header-default.relative .iw-header,
.header.header-default.clone .iw-header {
    background: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
}
.header.header-default .iw-header .full-width {
    width: 100%;
    padding: 0 50px;
}
.header.header-default .iw-header .full-width,
.header.header-default .iw-header .in-container {
    display: block;
}
.header.header-default .iw-header .navbar-default-inner:after {
    content: "";
    display: table;
    clear: both;
}
.header-default .iw-header .iw-logo {
    line-height: 1;
    margin: 0 35px 0 0;
    font-size: 0;
    display: inline-block;
}
.header-default .iw-header .full-width .iw-logo {
    margin: 0 100px 0 0;
}
.header-default .iw-header .iw-logo a {
    line-height: 80px;
    display: block;
}
.header.header-default div.iw-main-menu {
    display: table;
}
.header.header-default .iw-menu-header-default {
    height: 80px;
}
.header.header-default .navbar-default ul {
    display: block;
    margin: 0;
    padding: 0;
}
.header.header-default .navbar-default .navbar-nav li {
    list-style: none;
    position: relative;
}
.header.header-default .navbar-default .navbar-nav > li {
    padding: 0 25px;
    float: left;
}
.header.header-default .navbar-default .in-container .navbar-nav > li {
    padding: 0 20px;
}
.header.header-default .navbar-default .navbar-nav > li.menu-item-has-children:hover:before,
.header.header-default .navbar-default .navbar-nav > li.menu-item-has-children:hover:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    left: calc(50% - 20px);
    pointer-events: none;
    z-index: 200;
}
.header.header-default .navbar-default .navbar-nav > li.menu-item-has-children:hover:before {
    border-color: transparent transparent #dddddd transparent;
    border-width: 10px;
    bottom: 0;
}
.header.header-default .navbar-default .navbar-nav > li.menu-item-has-children:hover:after {
    border-color: transparent transparent #ffffff transparent;
    border-width: 10px;
    bottom: -1px;
}
.header.header-default .navbar-default .navbar-nav li a {
    font-size: 15px;
    position: relative;
}
.header.header-default .navbar-default .navbar-nav > li > a {
    font-weight: 600;
    line-height: 80px;
    color: #333;
    background: none;
    padding: 0;
}
.header.header-default .btn-action-wrap {
    width: 100%;
    height: 80px;
    display: -webkit-flex;
    display: flex;
}
.header.header-default .header-btn-action .btn-action-wrap .item {
    margin: 0 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.header.header-default .header-btn-action .btn-action-wrap .item.gj-action-button{
	margin-right: 0;
}
.header.header-default .gj-author .author-avatar img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: -1px;
    width: 50px;
}
.header.header-default .gj-author .author-name {
    display: inline-block;
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    margin-left: 12px;
    position: relative;
}
.header.header-default .gj-author .author-name:after {
    content: "\e874";
    font-family: 'Linearicons-Free';
    position: absolute;
    right: -20px;
    bottom: 0;
    font-size: 14px;
}
.header.header-default .gj-author .author-name span {
    display: block;
    font-weight: 400;
    font-size: 14px;
}
.header.header-default .gj-author .register-login a {
    color: #333333;
}
.header.header-default .header-btn-action .register-login {
    position: relative;
    z-index: 0;
}
.header.header-default .header-btn-action .register-login a {
    color: #333;
    font-size: 15px;
    font-weight: 600;
}
.header.header-default .header-btn-action .register-login a i {
    padding-right: 10px;
}
.header.header-default .header-btn-action .iw-post-a-job a i {
    display: none;
    margin: 0;
}
.header.header-default .header-btn-action .register-login a i {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: 4px;
}
.notification {
    position: relative;
}
.notification .gj_link_notice {
    display: block;
    font-size: 24px;
    color: #333;
    position: relative;
    line-height: 1;
    height: 24px;
}
.header.header-default .notification .gj_link_notice #notification-count {
    position: absolute;
    width: 20px;
    line-height: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #ff2626;
    top: -9px;
    right: -5px;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}
.header.header-default .iw-header .notification .gj-notification-menu {
    position: absolute;
    width: 470px;
    top: 100%;
    left: calc(50% - 235px);
    z-index: 999;
    background: #ffffff;
    border: 1px #dddddd solid;
    padding: 16px 0;
    display: none;
}
.header.header-default .iw-header .notification.visible .gj-notification-menu {
    display: block;
}
.header.header-default .iw-header .notification .gj-notification-menu:before,
.header.header-default .iw-header .notification .gj-notification-menu:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 200;
}
.header.header-default .iw-header .notification .gj-notification-menu:before {
    border-color: transparent transparent #dddddd transparent;
    border-width: 10px;
}
.header.header-default .iw-header .notification .gj-notification-menu:after {
    border-color: transparent transparent #ffffff transparent;
    border-width: 10px;
    bottom: calc(100% - 1px);
}
.header.header-default .iw-header .notification .gj-notification-menu ul li {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 25px;
    border-bottom: 1px #eeeeee solid;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    -webkit-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
}
.header.header-default .iw-header .notification .gj-notification-menu ul li:last-child {
    border-bottom: none;
}
.header.header-default .iw-header .notification .gj-notification-menu ul li:hover {
    background: #f2f5fc;
}
.header.header-default .iw-header .notification .gj-notification-menu ul li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}
.header.header-default .iw-header .notification .gj-notification-menu ul li:hover:before {
    background: #4c53b6;
}
.header.header-default .iw-header .notification .gj-notification-menu ul li a {
    font-size: 14px;
    color: #333;
    display: -webkit-flex;
    display: flex;
}
.header.header-default .iw-header .notification .gj-notification-menu ul li a i {
    display: inline-block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin-right: 20px;
    background: #f2f5fc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.header.header-default .author-login {
    position: relative;
    padding-right: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
}
.header.header-default .author-login:hover:before,
.header.header-default .author-login:hover:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 200;
    left: calc(50% - 20px);
}
.header.header-default .author-login:hover:before {
    border-color: transparent transparent #dddddd transparent;
    border-width: 10px;
    bottom: 0;
}
.header.header-default .author-login:hover:after {
    border-color: transparent transparent #ffffff transparent;
    border-width: 10px;
    bottom: -1px;
}
.header.header-default .author-login a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.header.header-default .author-login .gj-dashboard-menu {
    position: absolute;
    min-width: 240px;
    top: 100%;
    right: 0;
    z-index: 99;
    background: #ffffff;
    border: 1px #dddddd solid;
    visibility: hidden;
    padding: 16px 30px;
}
.header.header-default .author-login:hover .gj-dashboard-menu {
    visibility: visible;
}
.header.header-default .author-login .gj-dashboard-menu ul li {
    padding: 0;
    border-width: 0 0 1px 0 !important;
    border-color: #eeeeee !important;
    border-style: solid !important;
    background: none;
    margin: 0;
}
.header.header-default .author-login .gj-dashboard-menu ul li:last-child,
.header.header-default .author-login .gj-dashboard-menu ul ul > li:last-child {
    padding: 0;
    border: none !important;
}
.header.header-default .author-login .gj-dashboard-menu ul li a {
    font-weight: 400;
    color: #666666;
    padding: 0;
    border: none !important;
    -webkit-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
    background: none;
}

.header.header-default .author-login:hover .gj-dashboard-menu ul li a {
    padding: 8px 0;
}
.header.header-default .author-login .gj-dashboard-menu ul li a i {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    top: auto;
}
.header.header-default .gj-action-button a.action-button {
    padding: 0 35px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #ffffff;
    font-weight: 600;
    line-height: 22px;
    height: 80px;
}
.header.header-default .gj-action-button a.action-button:hover{
    text-decoration: none;
    opacity: 0.9;
}
.header.header-default .gj-action-button a.action-button span span {
    display: block;
    font-weight: normal;
    text-transform: none;
}

.header.header-default.absolute .iw-header {
    position: relative;
    z-index: 999;
    background: transparent;
}
.header.header-default.absolute.clone .iw-header {
    background: #ffffff;
}
.header.header-default .iw-header .navbar-default-inner {
    -wwebkit-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
}
.header-default.clone .iw-header .iw-logo img {
    max-height: 50px;
}
.header.header-default.absolute:not(.clone) .header-btn-action a.gj-btn-primary {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #333333 !important;
}

.header-default .iw-header .iw-logo img.logo-sticky,
.header-default .iw-header .iw-logo img.logo-mobile {
    display: none;
}
.header.header-default.clone .iw-header .navbar-default-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Header v1 */
.header.header-default.v1 .iw-header .full-width {
    padding-right: 0;
}
.header-default.v1 .iw-header .full-width .iw-logo {
    margin-right: 140px;
}

/* Header v2 */
.header.header-default.v2 .iw-header .full-width,
.header.header-default.v3 .iw-header .full-width {
    padding: 0 90px;
}
.header-default.v2 .iw-header .full-width .iw-logo,
.header-default.v3 .iw-header .full-width .iw-logo {
    margin-right: 100px;
}
.header.header-default.v2 .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    text-transform: capitalize;
}
.header.header-default.v2 .navbar-default .navbar-nav > li > a .icon-arrow {
    padding-left: 5px;
}
.header.header-default.v2 .gj-action-button a.action-button {
    height: auto;
    padding: 12px 30px 12px;
    text-transform: capitalize;
    border-radius: 3px;
}
/* Header v3 */
.header.header-default.v3 .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
}
.header.header-default.v3 .gj-action-button a.action-button {
    height: auto;
    padding: 11px 30px 13px;
    text-transform: capitalize;
    border-radius: 3px;
    margin-left: 100px;
}
.header.header-default.v3 .contact-info {
    color: #101439;
    font-size: 16px;
    font-weight: 500;
}
.header.header-default.v3 .contact-info span {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 600;
}
.header.header-default.v3 .header-btn-action .register-login a {
    text-transform: capitalize;
}
.header.header-default.v3:not(.clone) .header-btn-action .register-login a i {
    display: none;
}
@media (min-width: 992px) {
    .iw-search-header-mobile {
        display: none;
    }
}
.iw-search-header-mobile {
    position: absolute;
    width: 100%;
    height: 46px;
    top: 12px;
    left: 0;
    padding: 0 15px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.iw-search-header-mobile.open {
    z-index: 10;
}
.iw-search-header-mobile .btn-show-form {
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    position: relative;
    z-index: 9;
    white-space: nowrap;
    margin-left: 15px;
    top: 5px;
}
.iw-search-header-mobile.open .btn-show-form {
    top: 0;
}
.iw-search-header-mobile .btn-show-form span {
    display: none;
    font-size: 14px;
}
.iw-search-header-mobile.open .btn-show-form i {
    display: none;
}
.iw-search-header-mobile.open .btn-show-form span {
    display: inline-block;
    position: relative;
    top: -2px;
}
.iw-search-header-mobile .form-search {
    width: 100%;
    height: 46px;
    padding: 0 0 0 50px;
    display: none;
}
.iw-search-header-mobile .form-search .fields {
    background: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    padding: 10px;
}
.iw-search-header-mobile .form-search .field-input {
    width: 100%;
    position: relative;
}
.iw-search-header-mobile .form-search .field-input .icon-loading {
    position: absolute;
    top: 0;
    right: 10px;
}
.iw-search-header-mobile .form-search .field input {
    width: 100%;
    max-width: 100%;
    height: 26px;
    line-height: 26px;
    padding: 0 75px 0 5px;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iw-search-header-mobile .form-search .has-job .field input {
    padding: 0 32px 0 5px;
}
.iw-search-header-mobile .form-search button{
    height: 30px;
    line-height: 20px;
    width: auto;
    position: absolute;
    left: auto;
    right: 10px;
    color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 14px;
}
.iw-search-header-mobile .field {
    height: 26px;
}
.iw-search-header-mobile .field-select {
    position: relative;
    top: -2px;
}
.gj-select-parent > .select2-container {
    top: 100% !important;
}
.iw-search-header-mobile .field .select2-container {
    width: auto !important;
    min-width: auto;
}
body.mobile-header-fixed{
    padding-top: 20px;
}
body .iw-search-header-mobile .field .select2-container .select2-selection--single {
    height: 26px;
    border: none;
    background: #e7eaf6;
}
body .iw-search-header-mobile .field .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    padding: 0 27px 0 10px;
}
body .iw-search-header-mobile .field .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px;
}
body .iw-search-header-mobile .field .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    line-height: 26px;
    color: #333;
}
.iw-search-header-mobile .search-result {
    position: fixed;
    width: 100%;
    height: calc(100vh - 134px);
    top: 70px;
    left: 0;
    background: #ffffff;
    display: none;
}
body.admin-bar .iw-search-header-mobile .search-result {
    top: 102px;
    height: calc(100vh - 166px);
}
.iw-search-header-mobile .search-result .iw-search-result-scroll {
    max-height: 100%;
    padding: 40px 15px;
    overflow: hidden;
}
.search-result .track3-modal {
    background: transparent;
}
.search-result .handle3-modal {
    width: 4px;
    right: 0;
    background: rgba(29, 32, 39, 0.2);
    border-radius: 0;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}
.iw-search-header-mobile .search-result .result-heading {
    border-bottom: 1px #eaeaea solid;
    padding-bottom: 10px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.iw-search-header-mobile .search-result .result-count {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.iw-search-header-mobile .search-result .result-items .item {
    padding: 15px 0;
    border-bottom: 1px #eaeaea solid;
}
.iw-search-header-mobile .search-result .result-items .item-info {
    width: 100%;
}
.iw-search-header-mobile .search-result .result-items .item h3 {
    font-size: 16px;
    margin: 0;
}
.iw-search-header-mobile .search-result .result-items .item h3 a {
    color: inherit;
}
.iw-search-header-mobile .search-result .result-items .item h3 i {
    font-size: 14px;
    color: #1dae0e;
}
.iw-search-header-mobile .search-result .result-items .salary {
    font-size: 16px;
    font-weight: 600;
    color: #ff2626;
}
.iw-search-header-mobile .search-result .result-items .gj-job-item .type {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    margin-left: 15px;
}
.iw-search-header-mobile .search-result .result-items .gj-employer-item .size i {
    display: inline-block;
    margin-right: 10px;
}
.iw-search-header-mobile .search-result .result-items .gj-employer-item .job-count {
    margin-left: 15px;
}
.iw-search-header-mobile .search-result .result-items .gj-employer-item .job-count a {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 3px;
    border-color: transparent;
    white-space: nowrap;
}
.iw-search-header-mobile .search-result .result-items .gj-candidate-item .candidate-headline {
    margin-left: 15px;
    white-space: nowrap;
}
.iw-search-header-mobile .search-result .result-items .hour-rate {
    font-size: 16px;
    font-weight: 600;
    color: #ff2626;
}
.iw-search-header-mobile .not-found {
    padding: 20px 0;
}
/* End Header Default */

/* sub menu */
.header .navbar-nav > li > .sub-menu {
    position: absolute;
    top: 100% !important;
    left: 0;
    z-index: 100;
    width: 240px;
    background: #ffffff;
    border: 1px #dddddd solid;
    visibility: hidden;
    padding: 16px 0;
}
.header .navbar-nav > li:hover > .sub-menu {
    visibility: visible;
}
.header .navbar-nav ul.sub-menu > li {
    /*padding: 0 30px;*/
}
.header .navbar-nav ul.sub-menu > li > a {
    display: block;
    border-top: 1px #eeeeee solid;
}
.header .navbar-nav ul.sub-menu > li:first-child > a {
    border-top: none;
}
.header .navbar-nav ul.sub-menu > li > a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding: 0;
    position: relative;
    text-transform: none;
    -webkit-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
}
.header .navbar-nav > li .sub-menu li a {
	padding: 8px 16px;
}
.header .navbar-nav > li > .sub-menu li:hover > .sub-menu {
	display: block;
    margin-top: inherit;
    position: relative;
    width: 100%;
    left: 0;
    opacity: 1;
    padding: 0;
}
.header.header-default .navbar-default .navbar-nav li a .label-status {
    position: absolute;
    top: -22px;
    right: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    padding: 0 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    margin: 0;
}
.header.header-default .navbar-default .navbar-nav li a .label-status.hot {
    background: #ff2626;
}
.header.header-default .navbar-default .navbar-nav > li > a .icon-arrow {
    padding: 0 0 0 10px;
    line-height: 1;
    font-size: 10px;
}
.header.header-default .navbar-default .navbar-nav > li > a .icon-arrow:before {
    content: "\e874";
    display: inline-block;
    font-family: "Linearicons-Free";
    line-height: 1;
    font-weight: 600;
}
.main-menu .menu-item-has-children:not(.off-canvas):hover>.sub-menu .sub-menu, 
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus>.sub-menu .sub-menu, 
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas)>.sub-menu .sub-menu {
    counter-reset: sub-menu;
	border-top: 1px solid #eee;
}
.main-menu .menu-item-has-children:not(.off-canvas):hover>.sub-menu .sub-menu>li>a:before, 
.main-menu .menu-item-has-children:not(.off-canvas):focus>.sub-menu .sub-menu>li>a:before, 
.main-menu .menu-item-has-children.is-focused:not(.off-canvas)>.sub-menu .sub-menu>li>a:before {
    font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
    font-weight: normal;
    content: "– " counters(sub-menu, "– ", none);
    counter-increment: sub-menu;
}
.widget ul .children,
.widget .menu .sub-menu{
	counter-reset: sub-menu;
}
.widget ul .children > li > a:before,
.widget .menu .sub-menu > li > a:before{
	font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
    font-weight: normal;
    content: "– " counters(sub-menu, "– ", none);
    counter-increment: sub-menu;
}
/* sub menu */

/* Boxed */
.body-boxed .header.header-default .iw-header {
    max-width: 1300px;
    margin: 0 auto;
}
.body-boxed .header.header-default .iw-header .full-width {
    padding: 0 20px;
}



/* Canvas Menu */
.off-canvas-menu, .iw-off-canvas-btn {
    display: none;
}
.off-canvas-btn {
    display: inline-block;
    padding: 0;
    text-align: center;
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    top: 2px;
}

.off-canvas-menu {
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 999999;
    width: 320px;
    height: 100vh;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.canvas-menu-open .off-canvas-menu {
    left: 0;
}
.off-canvas-menu .canvas-menu-heading {
    padding: 30px 15px 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.off-canvas-menu ul {
    margin: 0;
    padding: 0;
}
.off-canvas-menu ul.canvas-menu  {
    padding-top: 15px;
}
.off-canvas-menu .canvas-menu li {
    list-style: none;
}
#off-canvas-close i {
    font-size: 30px;
    color: #ffffff;
}
#off-canvas-close i:hover {
    color: #ff2626;
}
.canvas-menu-heading .author-login {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.canvas-menu-heading .author-login .author-avatar {
    margin-right: 10px;
    min-width: 36px;
}
.canvas-menu-heading .author-login .author-avatar img {
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.canvas-menu-heading .author-login a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.canvas-menu-heading .author-name {
    display: inline-block;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    padding-right: 20px;
}
.canvas-menu-heading .author-name span {
    font-weight: 400;
}
.canvas-menu-heading .author-name:after {
    content: "\e874";
    font-family: 'Linearicons-Free';
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
}
.off-canvas-menu .canvas-menu .icon-arrow {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    float: right;
    padding: 0 0 0 10px;
    transition: transform 0.3s linear 0s;
    -webkit-transition: transform 0.3s linear 0s;
}
.off-canvas-menu .canvas-menu .icon-arrow::before {
    content: "\e874";
    font-family: "Linearicons-Free";
    margin: 0;
}
.off-canvas-menu .canvas-menu > li.open > a .icon-arrow:before {
    content: "\e873";
}
.iw-canvas-icon {
    position: absolute;
    right: 30px;
    top: 50px;
}

.off-canvas-menu h2.canvas-menu-title {
    border-bottom: 1px solid #eeeeee;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 0px;
    padding: 10px 18px;
    text-transform: uppercase;
}
.off-canvas-menu-scroll.no-button {
    max-height: calc(100% - 80px);
}
.off-canvas-menu-scroll.yes-button {
    max-height: calc(100% - 190px);
}
.off-canvas-menu .canvas-menu li {
    padding: 0 15px;
    position: relative;
}
.off-canvas-menu .canvas-menu li.open {
    background: #f2f5fc;
}
.off-canvas-menu .canvas-menu > li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}
.off-canvas-menu .canvas-menu li > a {
    display: block;
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    margin: 0;
    position: relative;
    padding: 10px 0;
    outline: none !important;
    border-bottom: 1px #eeeeee solid;
}
.off-canvas-menu .canvas-menu > li > a {
    color: #333;
}
.off-canvas-menu .canvas-menu li.open > a {
    font-weight: 600;
    border: none;
}
.off-canvas-menu .canvas-menu li .sub-menu li {
    padding: 0;
}
.off-canvas-menu .canvas-menu li .sub-menu li:last-child {
    padding-bottom: 10px;
}
.off-canvas-menu .canvas-menu li .sub-menu li > a {
    font-size: 14px;
    border: none;
}
.off-canvas-menu .canvas-menu-actions {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    padding: 0 15px;
}
.off-canvas-menu .canvas-menu-actions a.action-button {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}
/* End Canvas Menu */

/*====== END 4.HEADER ======*/

/*====== Page Default ======*/
body.page-template-default > .wrapper {
    background-color: #f2f5fc!important;
}
body.page-template-default .iw-content-page-default {
    padding: 40px;
    margin-left: 0;
    margin-right: 0;
    background: #ffffff;
}
/*====== End Page Default ======*/

/*====== Widget ======*/
body aside.widget{
    margin-bottom: 25px;
}
.widget h3.widget-title{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.widget.widget_rss ul li {
    margin-bottom: 20px;
    font-size: 15px;
}
.widget.widget_rss ul li a{
    margin-bottom: 15px;
    font-weight: 600;
}
.widget.widget_rss ul li cite{
    font-weight: 600;
}
.widget_recent_comments ul li a.url{
    font-weight: 600;
}
/*====== End Widget ======*/

/*====== Blog Listing ======*/
body.blog .wrapper {
    background-color: #f2f5fc!important;
}
body.archive .wrapper {
    background: #f2f5fc!important;
}
.page-content.blog-listing .row-blog-listing {
    margin-left: 0;
    margin-right: 0;
    background: #ffffff;
}
.page-content.blog-listing .row-blog-listing > div {
    padding: 40px;
    background: #ffffff;
}
.page-content.blog-listing .row-blog-listing > div.default-sidebar {
    padding: 40px;
}
.page-content.blog-listing article {
    padding: 0;
    background: #ffffff;
    height: 100%;
}
.page-content.blog-listing article .post-item {
    margin-bottom: 90px;
}
.page-content.blog-listing .row > .iw-row-flex div:last-child article .post-item {
    margin-bottom: 0;
}
.page-content.blog-listing .row-blog-listing .iw-row-flex > div:last-child article .post-item {
    margin-bottom: 0;
}
.blog-listing .post-image,
.blog-listing .post-gallery {
    margin-bottom: 30px;
}
.blog-listing .post-meta {
    display: table;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
    font-size: 110%;
}
.blog-listing .post-meta .item {
    float: left;
    list-style: none;
	margin: 0 15px 0 0;
    padding-right: 15px;
    position: relative;
}
.blog-listing .post-meta .item:last-child {
    margin-right: 0;
}
.blog-listing .post-meta .item a{
    color: #444;
}
.blog-listing .post-meta .item i{
    color: #aaa;
}
.blog-content .owl-carousel .owl-nav button {
    outline: none !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-content .owl-carousel .owl-nav button.owl-next {
    right: 16px;
}
.blog-content .owl-carousel .owl-nav button.owl-prev {
    left: 16px;
}
.blog-content .owl-carousel .owl-nav button i {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 11px;
    color: #222222;
    border: 1px #eeeeee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    text-align: center;
}
.blog-content .owl-carousel .owl-nav button:hover i {
    color: #ffffff;
}
.blog-listing .post-meta .item:last-child:before {
    padding-right: 0;
    margin-right: 0;
    display: none;
}
.blog-listing .post-item,
.blog-listing .post-image {
    position: relative;
}
.blog-listing .post-image{
    text-align: center;
}
.blog-listing .owl-carousel .owl-item{
    text-align: center;
}
.blog-listing .owl-carousel .owl-item a{
    display: block;
}
.blog-listing .owl-carousel .owl-item img{
    width: auto;
}
.blog-listing .post-image i {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    font-size: 18px;
    color: #333;
    z-index: 0;
}
.blog-listing .post-image i:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 52px;
    top: -6px;
    left: -6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
}
.blog-listing span.feature-post {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 3px;
    line-height: 16px;
    text-transform: capitalize;
    background: #ff2626;
    letter-spacing: 0.5px;
    position: relative;
    top: -1px;
}
.blog-listing .post-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;.gj-search-jobs.style1 .field-item-submit button
    margin: 0 0 25px;
}
.blog-listing .post-title a {
    color: inherit;
    word-break: break-word;
}
.blog-listing .post-desc {
    margin-bottom: 25px;
}
.blog-listing .view-more a {
    display: inline-block;
    padding: 12px 30px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 4px;
}
.blog-listing .view-more a i{
    margin-left: 5px;
    font-weight: 600;
}
.blog-listing .view-more a:hover, .blog-listing .view-more a:focus, .blog-listing .view-more a:active{
    background-color: #000;
    text-decoration: none;
}
.page-content.blog-content .no-results {
    background-color: #ffffff;
    padding: 20px 20px 30px;
}
.page-content.blog-content .no-results .search-box {
    position: relative;
    display: inline-block;
}
.page-content.blog-content .no-results .search-box input {
    border: 1px solid #d1d3da;
    padding: 9px 16px 9px 42px;
    border-radius: 3px;
}
.page-content.blog-content .no-results .search-box button {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #999999;
    padding: 0;
    background: none;
    outline: none !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px
}
body .page-nav.page-nav-blog {
    margin: 90px 0 0;
}
body .page-nav .page-numbers {
    display: inline-block;
    text-align: center;
    border: 1px #e2e4ea solid;
    margin: 0 5px 7px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: none;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: #ffffff;
}
.page-nav .page-numbers a, .page-nav .page-numbers span {
    color: #333;
}
.page-nav .page-numbers i {
    font-size: 12px;
}
.page-nav.page-nav-blog .page-numbers.current,
.page-nav.page-nav-blog .page-numbers:hover {
    color: #ffffff;
    text-decoration: none;
}
/* Widget */
body .widget-area {
    padding: 30px 0;
    background-color: #fff;
}
body .page-content.blog-listing .widget-area {
    padding: 0;
}
body .widget-area aside.widge {
    padding: 0 30px;
}
body aside.widget {
    margin-bottom: 25px;
    border-top: 1px solid #eeeeee;
    padding-top: 25px;
}
body aside.widget:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.widget h3.widget-title {
    font-size: 20px;
    text-transform: none;
    margin: 0 0 18px;
    position: relative;
    line-height: 30px!important;
}
.widget .search-box {
    position: relative;
}
.widget .search-box input[type="search"] {
    width: 100%;
    border: 1px solid #e2e4ea;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 85px 10px 15px;
    height: 46px !important;
}
.widget .search-box input[type="search"]::-webkit-input-placeholder {
    color: #999999;
}
.widget .search-box input[type="search"]:-ms-input-placeholder {
    color: #999999;
}
.widget .search-box input[type="search"]::placeholder {
    color: #999999;
}
.widget .search-box button.search-submit{
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    height: calc(100% - 10px);
    right: 5px;
    top: 5px;
    padding: 0 25px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.widget .search-box button.search-submit span{
    display: none;
}
.widget > ul {
    padding: 0;
    margin: 0;
}
.widget ul li {
    list-style: none;
    padding: 4px 0;
}
.widget ul li:last-child {
   padding-bottom: 0;
}
.widget ul li ul {
    padding-left: 0px;
    padding-top: 5px;
}
.widget ul ul ul ul, .widget ol ul ul ul{
	padding-left: 0; 
}
.widget ul li a {
    color: #333333;
}
.widget select {
    width: 100%;
}
.post-widget-item {
    display: -webkit-flex;
    display: flex;
}
.post-widget-item {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}
.post-widget-item:first-child {
    padding-top: 0;
}
.post-widget-item:last-child {
    padding-bottom: 0;
    border: none;
}
.post-widget-item .item-image {
    width: 90px;
    min-width: 90px;
    margin-right: 20px;
}
.post-widget-item .item-image img {
    width: 100%;
}
.post-widget-item .item-meta {
    display: table;
    width: 100%;
    line-height: 16px;
    margin-bottom: 9px;
}
.post-widget-item .item-meta span {
    float: left;
    margin-right: 4px;
}
.post-widget-item .item-meta span:last-child {
    margin-right: 0;
}
.post-widget-item .item-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.post-widget-item .item-title a {
    color: inherit;
}
.tagcloud {
    display: table;
    width: 100%;
}
.tagcloud a {
    float: left;
    font-size: 13px !important;
    font-weight: 500;
    color: #555;
    padding: 3px 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #eff1f8;
}
.widget.widget_calendar table {
    width: 100%;
}

.widget.widget_calendar table caption {
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
    caption-side: initial;
}

.widget.widget_calendar table tr {
    border-bottom: 1px solid #eeeeee;
}

.widget.widget_calendar table tr th,
.widget.widget_calendar table tr td {
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.widget.widget_calendar table tr td#today {
    color: #ffffff;
}

.widget.widget_calendar table tr td#today a {
    color: #ffffff;
}

.widget.widget_calendar table tr td#prev {
    text-align: left;
}

.widget.widget_calendar table tr td#next {
    text-align: right;
}
.widget.widget_calendar table tfoot tr:last-child {
    border-bottom: 0;
}

.widget-area aside {
    margin-bottom: 30px;
}
body .widget-area > aside.widget {
    border-top: 1px solid #eeeeee;
    padding-top: 45px;
    margin-top: 45px;
    margin-bottom: 0;
}
body .widget-area aside.widget:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
body .widget-area {
    padding: 30px 0;
}
body .widget-area aside.widget {
    padding-left: 30px;
    padding-right: 30px;
}
body .page-content.blog-listing .widget-area aside.widget {
    padding-left: 0;
    padding-right: 0;
}
body .widget-area aside.widget > aside{
    padding-left: 0;
    padding-right: 0;
}
body .widget-area > aside.widget.widget_gj_job_filter,
body .widget-area > aside.widget.widget_gj_employer_filter,
body .widget-area > aside.widget.widget_gj_candidate_filter {
    padding: 0;
}
body .widget-area > aside.widget.widget_gj_job_filter > aside.widget,
body .widget-area > aside.widget.widget_gj_employer_filter > aside.widget,
body .widget-area > aside.widget.widget_gj_candidate_filter > aside.widget {
    padding-left: 30px;
    padding-right: 30px;
}
body .widget-area > aside.widget.widget_gj_job_filter > .widget-title,
body .widget-area > aside.widget.widget_gj_employer_filter > .widget-title,
body .widget-area > aside.widget.widget_gj_candidate_filter > .widget-title {
    padding-left: 30px;
    padding-right: 30px;
}
.widget-area aside.sidebar-jobs-item {
    border-top: 1px solid #eeeeee;
    padding-top: 25px;
    margin-top: 25px;
    margin-bottom: 0;
}
body .widget h3.widget-title {
    margin: 0 0 24px;
    line-height: 22px;
}
h3.widget-title {
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 0 24px;
}
body .widget h3.widget-title a{
    color: #333;
}
/* End Widget */
/*====== End Blog Listing ======*/

/*====== Blog Detail ======*/
body.single-post .main-content {
    padding: 90px 0;
}
body.single-post .page-heading {
    padding: 310px 0 90px 0;
    background-position: center;
    background-color: #cccccc;
    position: relative;
}
body.single-post .page-heading:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.8) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.8) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.8) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.8) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.9)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.8) 100%);
}
.single-post .page-heading .breadcrumbs li,
.single-post .page-heading .breadcrumbs li a,
body.single-post .page-heading .breadcrumbs li a:hover,
.single-post .page-heading .breadcrumbs li b,
.single-post .page-heading .breadcrumbs li strong,
.single-post .page-heading .page-title .title-page,
.single-post .page-heading .page-title .title-page b,
.single-post .page-heading .page-title .title-page strong,
.single-post .page-heading .page-title .sub-title {
    color: #ffffff;
}
.single-post .page-heading .page-title h1.title-page {
    margin-top: 15px;
    line-height: 1.25;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.single-post .page-heading .post-meta ul{
    padding: 0;
    margin: 0;
}
.single-post .page-heading .post-meta ul li{
    display: inline-block;
    list-style: none;
}
body.single-post .page-heading .container {
    max-width: 810px;
    position: relative;
    z-index: 9;
}
body.single-post .page-heading .container .row {
    display: block;
}
body.single-post .page-heading .container .row > div {
    width: 100%;
}
body.single-post .page-heading .breadcrumbs-top ul {
    text-align: inherit;
}
.page-content.site-single .post-main-content {
    max-width: 770px;
    margin: 0 auto;
}
.attachment .page-content.site-single .post-main-content{
    max-width: 100%;
}
:root .has-very-light-gray-color{
    color: #fff;
}
.site-single .blog-heading {
    padding: 225px 0;
    margin-bottom: 72px;
    background-color: #777;
}
.site-single .post-content-desc .fit-video {
    margin-bottom: 1rem;
}
.site-single .post-content-desc iframe {
    width: 100%;
}
.site-single h1.title-post{
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 900;
    line-height: 88px;
    width: 50%;
}
.site-single .breadcrumbs-wrap{
    width: 50%;
    margin: auto;
}
.site-single .breadcrumbs-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.site-single .breadcrumbs-wrap ul li, .site-single .breadcrumbs-wrap ul li a {
    display: inline-block;
    color: #F6F7F8;
}
.site-single .breadcrumbs-wrap ul li {
    position: relative;
    margin-right: 24px;
    padding-right: 24px;
}
.site-single .breadcrumbs-wrap ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.site-single .breadcrumbs-wrap ul li:after {
    position: absolute;
    content: "|";
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}
.site-single .breadcrumbs-wrap ul li:last-child:after{
    display: none;
}
.page.page-template-default .entry-content > ul,
.page.page-template-default .entry-content > ol,
.site-single .post-item .post-content-desc > ul,
.site-single .post-item .post-content-desc > ol {
    padding: 0;
}
.site-single .post-item .post-content-desc{
    margin-bottom: 90px;
}
.site-single .post-item .post-content-desc form.post-password-form label {
    display: block;
    margin: 0;
    font-weight: 600;
    color: #333;
}
.site-single .post-item .post-content-desc form.post-password-form input[type="password"] {
    width: 100%;
    border: 1px solid #d1d3da;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #666666;
    padding: 10px 16px;
    margin: 10px 0;
    background: #ffffff;
}
.site-single .post-item .post-content-desc form.post-password-form input[type="submit"] {
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    padding: 11px 16px;
    color: #ffffff;
    margin: 0;
}
.site-single .post-item .post-content-desc form.post-password-form input[type="submit"]:hover {
    background-color: #000;
}
.site-single .post-item .post-tags {
    margin: 0 auto;
    max-width: 770px;
    border: 1px dashed #e2e4ea;
    border-left: none;
    border-right: none;
    padding: 15px 0 10px;
}
.site-single .post-item .post-tags label {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    margin: 0 5px 5px;
    color: #333;
    position: relative;
    top: 2px;
}
.site-single .post-item .post-tags a {
    display: inline-block;
    color: #555;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 12px;
    margin: 0 5px 5px 0;
    background: #eff1f8;
}
.site-single .post-item .post-thumbnail{
    margin-bottom: 35px;
    text-align: center;
}

.site-single .post-item .post-meta {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.site-single .post-item .post-meta ul {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 25px;
    width: 100%;
}
.site-single .post-item .post-meta.has-social ul {
    width: 60%;
}
.site-single .post-item .post-meta .meta-item {
    display: inline-block;
    line-height: 1.8;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
    text-transform: capitalize;
}
.site-single .post-item .post-meta .meta-item a{
    color: #444;
}
.site-single .post-item .post-meta .meta-item:last-child {
    margin: 0;
    padding: 0;
}
.site-single .post-item .post-meta .meta-item:last-child:after {
    display: none;
}
.site-single .post-item .post-meta .meta-item i {
    display: inline-block;
    margin-right: 5px;
    color: #aaa;
    font-size: 90%;
}
.site-single .post-item .post-meta .share-social {
    float: right;
    max-width: 40%;
}
.site-single .post-item .share-social .share-title {
    color: #333;
    font-size: 14px;
    font-weight: 900;
    margin-right: 18px;
}
.post-social-share {
    display: table;
}
.site-single .share-social .post-social-share a {
    float: left;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 5px;
    margin: 2.5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.site-single .share-social .post-social-share .share-buttons-fb {
    background: #2980b9;
}
.site-single .share-social .post-social-share .share-buttons-tt {
    background: #3ac1f1;
}
.site-single .share-social .post-social-share .share-buttons-linkedin {
    background: #f16e8e;
}
.site-single .share-social .post-social-share .share-buttons-gg {
    background: #DB4437;
}
.site-single .share-social .post-social-share .share-buttons-tumblr {
    background: #36465d;
}
.site-single .share-social .post-social-share .share-buttons-pinterest {
    background: #BD081C;
}
.site-single .share-social .post-social-share .share-buttons-email {
    background: #f0483e;
}
.site-single .share-social .post-social-share .share-buttons-youtube {
    background: #FF0000;
}
.site-single .post-item .post-author-info{
    padding: 50px 65px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    max-width: 770px;
    margin: 70px auto 0;
}
body.attachment .site-single .post-item .post-author-info{
    max-width: 100%;
}
.site-single .post-item .author-info-left{
    min-width: 90px;
    margin-right: 45px;
}
.site-single .post-item .author-info-left img {
    width: 90px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.site-single .post-item .author-info-right .author_name{
    color: #222222;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 8px;
    display: block;
}
.site-single .post-item .author-info-right .author_name a{
    color: #000;
}
.site-single .site-single-post-related {
    max-width: 770px;
    margin: 90px auto 0;
}
.site-single .site-single-post-related.show-comment-form {
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e4ea;
}
.site-single .site-single-post-related h3.title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 35px;
}
.site-single .site-single-post-related .post-item h3{
    font-size: 18px;
    margin: 0;
}
.site-single .site-single-post-related .post-item {
    margin-bottom: 40px;
}
.site-single .site-single-post-related .post-item .post-meta {
    margin-bottom: 15px;
    font-size: 15px;
}
.site-single .prev-next-post{
    padding: 40px 0;
    border-top: 1px solid #e2e4ea;
    border-bottom: 1px solid #e2e4ea;
    max-width: 770px;
    margin: 90px auto 0;
}
.site-single .prev-next-post .prev-post a{
    float: left;
    margin-left: 0;
}
.site-single .prev-next-post .prev-post a:hover{
    text-decoration: none;
}
.site-single .prev-next-post .prev-post a i{
    margin-right: 15px;
}
.site-single .prev-next-post .next-post {
    text-align: right;
}
.site-single .prev-next-post .next-post a i{
    margin-left: 15px;
}
.site-single .prev-next-post > div > div > a {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}
.site-single .prev-next-post > div > a {
    position: relative;
    top: 15px;
}
.site-single .prev-next-post a .text {
    display: block;
    text-transform: uppercase;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.site-single .prev-next-post a .title {
    line-height: 1.3;
    display: inline-block;
	word-break: break-word;
}
.site-single .prev-next-post a.next-post-title {
   text-align: right;
}
.site-single .prev-next-post a.next-post-title:hover {
   text-decoration: none;
}
.site-single .gj-recent-jobs {
    max-width: 770px;
    margin: -55px auto 90px;
}
.attachment .site-single .gj-recent-jobs{
    max-width: 100%;
}
.site-single .gj-recent-jobs h3.title {
    margin-bottom: 30px;
}
.gj-jobs.gj-recent-jobs .gj-job-items .job-item {
    padding: 25px 30px;
    margin-bottom: 20px;
}
.gj-jobs.gj-recent-jobs .job-item .job-info {
    width: 100%;
    margin: 0 !important;
}
.gj-jobs.gj-recent-jobs .job-item .job-info {
    -webkit-align-items: unset;
    align-items: unset;
}
.gj-jobs.gj-recent-jobs .job-item .info-top .saveJob {
    padding: 0;
}
.site-single .site-single-post-related .post-item.hasimage .post-categories{
	position: absolute;
	top: 20px;
	left: 20px;
	background: #1dae0e;
	color: #fff;
	border-radius: 3px;
	padding: 0 7px;
	font-weight: 500;
}
.site-single .site-single-post-related .post-item.hasimage .post-categories a{
	color: #fff;
}
.site-single .site-single-post-related .post-item.hasimage .post-meta .post-categories i{
	color: #fff;
}

.site-single .post-item .post-meta .meta-item:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 1px;
    height: 50%;
    background-color: #e5e5e5;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-single .site-single-post-related .post-item.hasimage li.post-categories.item:after,
.site-single .post-meta li.item:last-child:after{
	display: none;
}
/* Comment */
.page-comment-box {
    margin-top: 72px;
}
.page-comment-box.is-user-logged-in {
    margin-top: 90px;
}
body.single-post .single-blog-comment .site-comments {
    max-width: 770px;
    margin: 0 auto;
}
.page .comments-area{
    border-top: 1px solid #e2e4ea;
}
.comments .comments-content .commentList {
    margin: 0 0 72px;
    border-bottom: 1px solid #e2e4ea;
}
.comments .comments-content h2.comments-title{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding-top: 90px;
    margin: 0 0 35px;
}
.comments .logged-in-as a{
    color: #444;
}
.comments .comments-content .no-comments{
    text-align: center;
    margin-top: 40px;
    color: #999;
}
.comments .comments-content ul.comment-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.comments .comments-content ul.comment-list .trackback,
.comments .comments-content ul.comment-list .pingback {
    padding: 40px 0;
    border-bottom: 1px solid #e0e0e0;
}
.comments .comments-content ul.comment-list .trackback:first-child,
.comments .comments-content ul.comment-list .pingback:first-child {
    padding-top: 0;
}
.comments .comments-content ul.comment-list .trackback > a,
.comments .comments-content ul.comment-list .pingback > a {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: block;
    color: #000;
}
.comments .comments-content ul.comment-list .trackback p,
.comments .comments-content ul.comment-list .pingback p {
    margin-bottom: 5px;
}
.comments .comments-content ul.comment-list li > .comment {
    border-bottom: 1px solid #e2e4ea;
}
.comments .comments-content ul.comment-list > li:first-child > .comment {
    border-top: none;
    padding-top: 0;
}
.comments .comments-content ul li div.answer {
    padding: 40px 0;
}
.comments .comments-content ul.comment-list li .commentAvt.commentLeft img {
    border-radius: 50%;
    width: 90px;
    float: left;
    position: relative;
    top: 8px;
}
.comments-content ul.comment-list li .commentRight {
    padding-left: 130px;
}
.comments-content ul.comment-list li .commentRight .name-cmt {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: block;
}
.comments-content ul.comment-list li .commentRight .name-cmt a{
    color: #000;
}
.comments-content ul.comment-list li .commentRight .date-cmt {
    display: block;
    color: #999999;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}
.comments-content ul.comment-list li .commentRight .content-reply p {
    margin-bottom: 5px;
}
.comments-content ul.children {
    list-style-type: none;
    padding: 0;
}
.comments-content ul.children li {
    margin-left: 130px;
}
.comments-content ul.children li.depth-3 li {
    margin-left: 0;
}
.comments .comments-content ul.children,
.comments .comments-content ul.comment-list li {
    position: relative;
}
.comments .comments-content ul.comment-list li .comment-reply-link,
.comments .comments-content ul.comment-list li .edit-link a {
    margin-right: 15px;
    font-size: 12px;
    font-weight: 500;
    background-color: #1dae0e;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
}
.comments .comments-content ul.comment-list li .comment-reply-link:hover,
.comments .comments-content ul.comment-list li .edit-link a:hover {
    opacity: 0.8;
}
.comments-content .comment-title {
    color: #333333;
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
}
.comments form.comment-form .row {
    margin-left: -6px;
    margin-right: -6px;
}
.comments form.comment-form .row > div {
    padding-left: 7px;
    padding-right: 7px;
}
.comments form.comment-form .commentFormField {
    margin-bottom: 4px;
}
.comment-respond .comment-form .form-comment-item {
    margin-bottom: 15px;
}
.comments-content textarea#comment {
    width: 100%;
    border: 1px solid #e2e4ea;
    padding: 12px 20px;
    border-radius: 4px;
    font-size: inherit;
    line-height: 28px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.comments-content textarea#comment:focus {
    box-shadow: none;
}
.comments .comment-form .form-comment-item input {
    width: 100%;
    border: 1px solid #e2e4ea;
    padding: 8px 20px;
    height: auto;
    line-height: 30px;
    font-size: inherit;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 4px;
}
.comments .comment-form .form-comment-item input:hover,.comments .comment-form .form-comment-item input:focus{
    box-shadow: none;
}
.comments-content textarea#comment::placeholder,
.comments .comment-form .form-comment-item input::placeholder {
    color: #999999;
}
.comments-content textarea#comment:-ms-input-placeholder,
.comments .comment-form .form-comment-item input:-ms-input-placeholder {
    color: #999999;
}
.comments-content textarea#comment::-ms-input-placeholder,
.comments .comment-form .form-comment-item input::-ms-input-placeholder {
    color: #999999;
}
.comments .comments-content .comment-respond .comment-reply-title {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding-top: 90px;
    margin: 0 0 35px;
}
.comments .comments-content .comment-list .comment-respond .comment-reply-title {
    padding-top: 40px;
    margin-bottom: 30px;
}
.comments .comments-content #respond.comment-respond p.form-submit {
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
}
.site-comments .comment-respond .comment-form .form-submit input {
    margin: 0;
    padding: 12px 30px;
    height: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-radius: 3px;
    background-color: #4d52b6;
}
.site-comments .comment-respond .comment-form .form-submit input:hover {
    background-color: #000;
}
.comments .comment-reply-title small a {
    font-size: 13px;
    font-weight: 600;
    padding-left: 50px;
    color: #000;
}
.comments .logged-in-as a:last-child {
    padding-left: 25px;
}
.text-comments-disabled {
    margin-top: 50px;
    font-weight: 700;
    color: #333;
}
.comment-form-cookies-consent [type="checkbox"]:not(:checked),
.comment-form-cookies-consent [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.comment-form-cookies-consent [type="checkbox"] + label {
    margin-bottom: 12px;
}
.comment-form-cookies-consent [type="checkbox"]:not(:checked) + label,
.comment-form-cookies-consent [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 20px;
}
.comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:before,
.comment-form-cookies-consent [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #A1ABBD;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: none;
    color: #A1ABBD;
}
.comment-form-cookies-consent [type="checkbox"]:checked + label:before {
    border: none;
}
.comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after,
.comment-form-cookies-consent [type="checkbox"]:checked + label:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    top: 3px;
    left: 2px;
    line-height: 0.8;
    transition: all 0.2s;
}
.comment-form-cookies-consent [type="checkbox"]:checked + label:after {
    color: #ffffff;
}
.comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.comment-form-cookies-consent [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/*====== End Blog Detail ======*/
/* ===== 6. 404 Page ===== */
body.error404 .wrapper{
    background: none !important;
}
.page-content-404{
    padding: 96px 0 168px;
    text-align:center;
    color: #fff;
    background: #f2f5fc;
}
.page-content-404 .text_404 {
    background-image: url("assets/images/bg-title-404.png");
    background-position: center center;
    padding: 180px 0;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 26px;
    margin-top: 50px;
}
.page-content-404 .text_label_404 {
    max-width: 540px;
    margin: 0 auto 14px;
}
.page-content-404 .text_label_404 span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}
.page-content-404 .home_link{
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    line-height: 1.5em;
    max-width: 540px;
    margin: 0 auto 30px;
}
.search-404 {
    max-width: 470px;
    margin: 0 auto;
}
.search-404 .search-box {
    position: relative;
}
.search-404 .search-box input.top-search {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 10px 145px 10px 20px;
    height: auto;
    line-height: inherit;
    color: #4a4a4a;
    width:100%;
    border: 1px solid #d0d0d0;
}
.search-404 .search-box .search-submit {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    height: calc(100% - 10px);
    right: 5px;
    top: 5px;
    padding: 0 25px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.search-404 .search-box .search-submit i {
    margin-right: 5px;
    position: relative;
    top: 1px;
    font-weight: bold;
}
.search-404 .search-box .search-submit i:before {
    -moz-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}
.contents-main .iwj-candidate-non-permission{
    padding: 35px;
    background: #ffffff;
    border-radius: 5px;
}
.contents-main .iwj-candidate-non-permission.iwj-padding-no-permission{
    margin: 120px 0 90px;
}
/* ===== End 404 Page ===== */
/*====== 7.Footer ======*/
.iw-footer {
    background: #ffffff;
    border-top: 1px #e2e4ea solid;
}
.iw-footer .iw-footer-middle {
    padding: 90px 0 60px;
}
.iw-footer .row div .widget {
    margin-bottom: 35px;
}
.iw-footer .widget h3.widget-title {
    font-size: 18px;
    text-transform: none;
    line-height: 1.9;
    margin: 0 0 20px;
}
.iw-footer .widget_media_image {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 5px;
}
.iw-contact-info > div {
    margin-bottom: 9px;
    display: table;
    width: 100%;
}
.iw-contact-info > div:last-child {
    margin: 0;
}
.iw-contact-info > div i {
    float: left;
    width: 25px;
    line-height: inherit;
}
.iw-footer-v2 .iw-contact-info > div i {
    display: none;
}
.iw-contact-info > div span {
    float: left;
    width: calc(100% - 25px);
}
.iw-contact-info > div.phone {
    font-size: 25px;
    font-weight: 700;
    line-height: 29px;
}
.iw-footer-v2 .iw-contact-info > div.phone {
    font-size: 17px;
    line-height: 25px;
}
.widget_nav_menu ul.menu {
    padding: 0;
    margin: 0;
}
.widget .mc4wp-form .mc4wp-form-fields p {
    margin: 0 0 17px;
}
.widget .mc4wp-form .mc4wp-form-fields p strong {
    font-weight: 700;
    color: #333333;
}
.widget .mc4wp-form .mc4wp-form-fields .form {
    display: -webkit-flex;
    display: flex;
}
.widget .mc4wp-form .mc4wp-form-fields .form {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    border: 1px #e2e4ea solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 56px;
    line-height: 54px;
    padding: 5px;
    overflow: hidden;
}
.widget .mc4wp-form .mc4wp-form-fields .form input {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    height: 44px;
    border: none;
}
.widget .mc4wp-form .mc4wp-form-fields .form input[type="email"] {
    width: 100%;
    line-height: 44px;
    padding: 0 15px;
}
.widget .mc4wp-form .mc4wp-form-fields .form input[type="submit"] {
    line-height: 44px;
    font-weight: 600;
    border: none;
    padding: 0 25px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.widget .mc4wp-form .mc4wp-form-fields .form input[type="submit"]:hover {
    background-color: #000;
}
.iw-footer .footer-bottom-inner {
    padding: 35px 0;
}
.iw-footer .footer-bottom-inner.yes-footer-middle {
    border-top: 1px #e2e4ea solid;
}
.iw-footer-bottom .widget_nav_menu {
}
.iw-footer-bottom .widget_nav_menu ul.menu li {
}
.iw-footer-bottom .widget_nav_menu ul.menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.elementor-widget-wp-widget-nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.elementor-widget-wp-widget-nav_menu ul li {
    margin-bottom: 5px;
}
.elementor-widget-wp-widget-nav_menu ul li:last-child {
    margin-bottom: 0;
}
.elementor-widget-wp-widget-nav_menu ul li a {
    color: #999999;
    display: inline-block;
    -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;
}
.elementor-widget-wp-widget-nav_menu ul li a:hover {
    text-decoration: underline;
}
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields p {
    color: #999999;
    margin: 0 0 24px;
}
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields strong {
    color: #333;
    font-weight: 600;
}
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields .form input {
    margin: 0;
}
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields .form {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    border: 1px #e2e4ea solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 56px;
    line-height: 54px;
    padding: 5px;
    overflow: hidden;
}
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields .form input[type="email"] {
    width: 100%;
    line-height: 44px;
    padding: 0 15px;
    border: none;
    background: none;
}
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields .form input[type="submit"] {
    line-height: 44px;
    font-weight: 600;
    border: none;
    padding: 0 25px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields .form input[type="submit"]:hover {
    opacity: 0.8;
}

/*Social*/
.widget-social-link ul {
    padding: 0;
    margin: 0;
}
.iw-footer-bottom .widget-social-link ul {
    text-align: right;
}
.widget .widget-social-link ul li {
    list-style: none;
    display: inline-block;
    background: none;
    padding-right: 15px;
}
.iw-footer-bottom .widget .widget-social-link li {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px #e5e5e5 solid;
    line-height: 1;
}
.widget .widget-social-link li:last-child,
.iw-footer-bottom .widget .widget-social-link li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.widget-social-link .social-link-hover li a {
    line-height: 1;
}
.social-link-hover li a {
    display: inline-block;
    font-size: 20px;
    color: #999999;
}
.social-link-hover li a.facebook:hover {
    color: #3B5998 !important;
}
.social-link-hover li a.twitter:hover {
    color: #0084B4 !important;
}
.social-link-hover li a.google-plus:hover {
    color: #DB4437 !important;
}
.social-link-hover li a.pinterest:hover {
    color: #BD081C !important;
}
.social-link-hover li a.linkedin:hover {
    color: #006fa6 !important;
}
.social-link-hover li a.vimeo:hover {
    color: #009fde !important;
}
.social-link-hover li a.youtube:hover {
    color: #e62117 !important;
}
/*End Social*/
/*====== END 7.Footer ======*/

/*====== 9. Search Results ======*/
body.search .wrapper {
    background-color: #f2f5fc!important;
}
body.search .no-results {
    padding: 30px;
    background: #ffffff;
}
body.search .page-content .search-box {
    position: relative;
}
body.search .page-content .search-box input[type="search"] {
    width: 100%;
    border: 1px solid #d1d3da;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 145px 10px 20px;
    height: 50px;
}
/* clears the 'X' from Internet Explorer */
body.search .page-content .search-box input[type="search"]::-ms-clear {  display: none; width : 0; height: 0; }
body.search .page-content .search-box input[type="search"]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
body.search .page-content .search-box input[type="search"]::-webkit-search-decoration,
body.search .page-content .search-box input[type="search"]::-webkit-search-cancel-button,
body.search .page-content .search-box input[type="search"]::-webkit-search-results-button,
body.search .page-content .search-box input[type="search"]::-webkit-search-results-decoration { display: none; }

body.search .page-content .search-box input[type="search"]::-webkit-input-placeholder {
    color: #999999;
}
body.search .page-content .search-box input[type="search"]:-ms-input-placeholder {
    color: #999999;
}
body.search .page-content .search-box input[type="search"]::placeholder {
    color: #999999;
}
body.search .page-content .search-box button.search-submit {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    height: calc(100% - 10px);
    right: 5px;
    top: 5px;
    padding: 0 25px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
body.search .page-content .search-box button.search-submit i {
    margin-right: 2px;
}
body.search .search-results article {
    background: #ffffff;
    margin-bottom: 90px;
}
body.search .search-results .entry-image {
    margin-bottom: 14px;
}
body.search .search-results .entry-header-content {
    padding-top: 15px;
}
body.search .search-results .entry-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #333333;
    margin: 0 0 25px;
}
body.search .search-results .entry-title a {
    color: inherit;
}
body.search .search-results .entry-summary p {
    margin: 0 0 25px;
}
body.search .search-results .entry-meta ul {
    display: table;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}
body.search .search-results .entry-meta ul li {
    float: left;
    list-style: none;
    margin-right: 25px;
    position: relative;
}
body.search .search-results .entry-meta ul li a {
    color: #666;
}
/*====== END 9.Search-Results ======*/

/*====== 8.Page Heading ======*/
.page-heading {
    padding: 42px 0 37px;
}
.page-heading .breadcrumbs {
    margin: 0;
    padding: 0;
}
.page-heading .breadcrumbs li {
    display: inline-block;
    list-style: none;
}
.page-heading .breadcrumbs li a{
    color: #777;
}
.page-heading .page-title h1.title-page {
    font-size: 38px;
    margin: 0;
}
/*====== END 9.Page Heading ======*/

/*====== Bottom Bar Mobile ======*/
.bottom-bar-mobile.list {
    position: relative;
    display: none;
    z-index: 10000;
}
.bottom-bar-mobile.popup {
    position: relative;
    z-index: 1000;
}
.bottom-bar-mobile .list-actions {
    position: fixed;
    width: 100%;
    bottom: 0 !important;
    left: 0;
    z-index: 999;
    display: flex;
    display: -webkit-flex;
    padding: 0;
    margin: 0;
}
.bottom-bar-mobile .item-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    list-style: none;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.bottom-bar-mobile .item-nav > .btn-action {
    display: block;
    width: 100%;
    height: 64px;
    max-height: 64px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    padding: 10px 5px;
    position: relative;
    cursor: pointer;
}
.bottom-bar-mobile .item-nav > .btn-action.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
}
.bottom-bar-mobile .item-nav > .btn-action i {
    display: inline-block;
    font-size: 22px;
    position: relative;
    z-index: 9;
}
.bottom-bar-mobile .item-nav > .btn-action > span {
    display: inline-block;
    line-height: 22px;
    position: relative;
}
.bottom-bar-mobile .item-nav span.text {
    display: block;
    line-height: 16px;
    height: auto;
    position: relative;
    z-index: 9;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.bottom-bar-mobile .listing-popup-mobile {
    position: fixed;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    bottom: 0;
    left: 0;
    opacity: 1;
    background: #ffffff;
    padding: 0 0 64px;
    z-index: -1;
    -webkit-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
}
.bottom-bar-mobile .listing-popup-mobile.active {
    animation: slide-down 0.5s ease-out;
}

@keyframes slide-down {
    0% { transform: translateY(100%); }
    100% { transform: translateY(0); }
}
.bottom-bar-mobile .content-popup-scroll {
    max-height: calc(100% - 74px);
    overflow: hidden;
}
body.admin-bar .bottom-bar-mobile .content-popup-scroll {
    max-height: calc(100% - 106px);
    overflow: hidden;
}
.bottom-bar-mobile .track3-modal {
    background: transparent;
}
.bottom-bar-mobile .handle3-modal {
    width: 4px;
    right: 0;
    background: rgba(29, 32, 39, 0.2);
    border-radius: 0;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}
.bottom-bar-mobile .listing-popup-mobile .heading {
    padding: 20px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
body.admin-bar .bottom-bar-mobile .listing-popup-mobile .heading {
    padding-top: 52px;
}
.bottom-bar-mobile .listing-popup-mobile .heading i {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 2px;
}
.bottom-bar-mobile .listing-popup-mobile .heading a.view-all {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}
.bottom-bar-mobile .content-popup-scroll .list-item {
    margin: 0;
    padding: 15px;
}
.bottom-bar-mobile .content-popup-scroll .list-item li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px #eeeeee solid;
}
.bottom-bar-mobile .content-popup-scroll .list-item li:last-child {
    border: none;
}
.bottom-bar-mobile .content-popup-scroll .list-item li a {
    font-size: 16px;
    color: #333;
    padding-left: 40px;
    position: relative;
}
.bottom-bar-mobile .content-popup-scroll .list-item li i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #999999;
}
.bottom-bar-mobile.gj-notifications-mobile .content-popup-scroll .list-item li a {
    display: -webkit-flex;
    display: flex;
    color: #333;
    width: calc(100% - 15px);
}
.gj-notifications-mobile .list-item li .remove {
    color: #aaaaaa;
    cursor: pointer;
    width: 15px;
    text-align: right;
}
.gj-notifications-mobile .list-item li .remove:hover {
    color: #F14C5D;
}
.bottom-bar-mobile .gj-jobs,
.gj-save-resume-mobile {
    padding: 15px;
}
.bottom-bar-mobile .gj-jobs .job-item,
.gj-save-resume-mobile .save-resume-item {
    padding: 10px 0;
    border-bottom: 1px #eeeeee solid;
}
.bottom-bar-mobile .gj-jobs .job-item:last-child,
.gj-save-resume-mobile .save-resume-item:last-child {
    border-bottom: none;
}
.gj-save-resume-mobile .save-resume-item .avatar {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}
.gj-save-resume-mobile .save-resume-item .avatar img {
    width: 100%;
}
.gj-save-resume-mobile .save-resume-item .title-meta h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}
.gj-save-resume-mobile .save-resume-item .title-meta h3 a {
    color: inherit;
}
.gj-save-resume-mobile .save-resume-item .title-meta ul.meta {
    padding: 0;
    margin: 10px 0 0;
}
.gj-save-resume-mobile .save-resume-item .title-meta ul.meta li {
    list-style: none;
}
.item-nav.gj-notifications-mobile > span > span {
    display: inline-block;
    position: relative;
}
.item-nav.gj-notifications-mobile .btn-action .count,
.item-nav.gj-notifications-mobile .btn-action #notification-count {
    position: absolute;
    width: 20px;
    line-height: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #ff2626;
    top: -9px;
    right: -10px;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    z-index: 10;
}
.gj-candidate-detail .info-candidate .candidate-meta li{
    margin-bottom: 7px;
}
/*====== END Bottom Mobile ======*/

/*====== Responsive ======*/

@media (max-width: 1900px) {
    .header.header-default.v3 .gj-action-button a.action-button {
        margin: 0;
    }
}

@media (max-width: 1800px) {
    .header.header-default .header-btn-action .btn-action-wrap .item.contact-info {
        display: none;
    }
}

@media (max-width: 1600px) {
    .header-default .iw-header .full-width .iw-logo,
    .header-default.v1 .iw-header .full-width .iw-logo {
        margin: 0 50px 0 0;
    }
    body .header.header-default:not(.clone) .iw-header .navbar-default-inner,
    .header.header-default.v2 .iw-header .full-width,
    .header.header-default.v3 .iw-header .full-width {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body .header.header-default.v1:not(.clone) .iw-header .navbar-default-inner,
    .header.header-default.v1 .iw-header .full-width {
        padding-left: 15px !important;
        padding-right: 0 !important;
    }
    .header.header-default .header-btn-action .btn-action-wrap .item {
        margin-left: 20px;
    }

}
@media (min-width: 576px) {

    .container {
        max-width: none;
    }
    .site-single .post-item .post-content-desc .gallery {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .site-single .post-item .post-content-desc .gallery .gallery-item {
        max-width: 33.33333333%;
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }

}

@media (min-width: 992px) {
    .container {
        max-width: none;
    }
}

@media (min-width: 768px) {

    .gj-employer-detail .style-2 .employer-field-detail-sidebar .gj-field-default {
        max-width: 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}

@media (min-width: 1200px) {

    .container, .iw-container {
        max-width: 1200px;
    }

}

@media (min-width: 992px) {
    .header.header-default .iw-header .full-width {
        max-width: none;
    }
    .header.header-default.v1.absolute:not(.clone) .iw-header .full-width {
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }
    .header.header-default.header-sticky {
        position: fixed;
        width: 100%;
        max-width: none !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }
    .header.header-default.absolute:not(.header-sticky) {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
    body.admin-bar .header.header-default.fixed,
    body.admin-bar .header.header-default.header-sticky {
        top: 32px;
    }
    .iw-sticky-placeholder {
        height: 80px;
    }
    .header-default.clone .iw-header .iw-logo img.main-logo {
        display: none;
    }
    .header-default.clone .iw-header .iw-logo img.logo-sticky {
        display: inline-block;
    }
    .iw-search-header-mobile .btn-show-form,
    .header.header-default.clone .notification .gj_link_notice,
    .header.header-default.clone .gj-author .author-name,
    .header.header-default.clone .navbar-default .navbar-nav > li > a,
    .header.header-default.clone .gj-author .register-login a,
    .header.header-default.clone .gj-author .author-name span,
    .header.header-default.clone .author-login:after,
    .header.header-default.clone .off-canvas-btn {
        color: #333 !important;
    }

}

@media ( max-width: 1360px ) {
    .header.header-default .navbar-default .navbar-nav > li,
    .header.header-default .navbar-default .in-container .navbar-nav > li {
        padding: 0 10px;
    }
    .header.header-default .navbar-default .navbar-nav li a {
        font-size: 14px;
    }
}

@media ( max-width: 1199px ) {

    body .header.header-default.v1:not(.clone) .iw-header .navbar-default-inner,
    .header.header-default.v1 .iw-header .full-width {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .header.header-default .navbar-default .navbar-nav > li {
        padding: 0 7px;
    }
    .header.header-default .header-btn-action .btn-action-wrap .item {
        margin-left: 20px;
    }
    .header.v1 .full-width .header-btn-action .btn-action-wrap .gj-action-button {
        margin-right: 0;
    }
    .header.header-default .gj-action-button a.action-button,
    .header.header-default .header-btn-action .register-login a {
        display: inline-block;
        width: auto;
        height: auto !important;
        text-align: center;
        border: none;
        font-size: 24px;
        font-weight: 600;
        padding: 0 !important;
    }
    .header.header-default .gj-action-button a.action-button {
        display: inline-block;
        width: 40px;
        height: 40px !important;
        line-height: 40px;
        text-align: center;
        border: 1px solid;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 20px;
        font-weight: 600;
        padding: 0 !important;
    }
    .header.header-default .header-btn-action .register-login a i {
        padding: 0;
    }
    .header.header-default .header-btn-action .register-login a span {
        display: none;
    }
    .header.header-default .header-btn-action .iw-post-a-job a i,
    .header.header-default .header-btn-action .register-login a i {
        display: inline-block;
        top: 0;
    }
    .header.header-default .header-btn-action .register-login a i {
        font-size: 24px;
    }
    .header.header-default.v3 .header-btn-action .register-login a.register,
    .header.header-default .header-btn-action .iw-post-a-job a span {
        display: none;
    }
    .header.header-default .author-login {
        padding: 0;
    }
    .header.header-default .gj-author .author-avatar img {
        width: 40px;
    }
    .header.header-default .gj-author .author-name {
        display: none;
    }
    .header.header-default.v3:not(.clone) .header-btn-action .register-login a {
        margin-left: 20px;
    }
    .header.header-default.v3:not(.clone) .header-btn-action .register-login a:first-child {
        margin-left: 0;
    }
    .header.header-default.v3:not(.clone) .header-btn-action .register-login a i {
        display: inline-block;
    }
    .header.header-default .iw-header .notification .gj-notification-menu {
        width: 320px;
        left: calc(50% - 173px);
    }
    .header.header-default .iw-header .notification .gj-notification-menu ul li {
        padding: 0 15px;
    }
    .header.header-default .iw-header .notification:hover .gj-notification-menu ul li {
        padding: 5px 15px;
    }
    .header.header-default .iw-header .notification .gj-notification-menu:before,
    .header.header-default .iw-header .notification .gj-notification-menu:after {
        left: calc(50% + 12px);
    }
    .header.header-default .iw-header .notification .gj-notification-menu ul li a i {
        width: 30px;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        margin-right: 10px;
    }

}

@media ( max-width: 991px ) {
    body.has-bottom-bar-mobile > div.wrapper {
        padding-bottom: 55px;
    }
    .wrapper.yes-header-sticky-mobile {
        padding-top: 70px;
    }
    /* Header */
    .header.header-default {
        height: 70px;
        position: relative !important;
        top: auto !important;
        max-width: none !important;
        left: auto !important;
        right: auto !important;
    }
    .iw-sticky-placeholder {
        display: none;
    }
    .wrapper.yes-header-sticky-mobile .header.header-default {
        position: fixed !important;
        width: 100% !important;;
        top: 0 !important;;
        left: 0 !important;;
    }
    .header.header-default.header-fixed {
        position: fixed !important;
        width: 100%;
        top: 0 !important;
        left: 0 !important;
    }
    body.admin-bar .wrapper.yes-header-sticky-mobile .header.header-default,
    body.admin-bar .header.header-default.header-fixed {
        top: 46px !important;
        z-index: 999999;
    }
    .header.header-default .iw-header {
        background: #ffffff;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
    }
    .header.header-default.absolute .iw-header {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header-default .iw-header .iw-logo {
        margin: 0 !important;
    }
    .header-btn-action,
    .header-default .iw-header .iw-logo img.main-logo {
        display: none;
    }
    .header-default .iw-header .iw-logo img.logo-mobile {
        display: inline-block;
    }
    .sticky-placeholder {
        display: none;
    }
    body .header.header-default .iw-header .navbar-default-inner {
        padding: 0 15px !important;
    }
    body .header.header-default:not(.clone) .iw-header .navbar-default-inner {
        position: relative;
    }
    .header-default .iw-header .full-width .iw-logo, .header-default .iw-header .iw-logo {
        float: none !important;
        margin: 0;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 9;
    }
    .header-default .iw-header .iw-logo a {
        line-height: 70px;
    }
    .header.header-default .btn-action-wrap {
        height: 70px;
    }
    .header.header-default .iw-menu-header-default {
        display: none;
    }
    .iw-off-canvas-btn {
        display: inline-block;
        float: left;
        height: 70px;
        line-height: 70px;
        position: relative;
        z-index: 11;
    }
    .off-canvas-menu {
        display: block;
    }
    .iw-off-canvas-btn .off-canvas-btn {
        display: inline-block;
    }
    .off-canvas-btn {
        color: #ffffff;
    }
    .canvas-menu-open .iw-overlay {
        display: inline-block;
    }
    .header.header-default .header-btn-action .btn-action-wrap .gj-action-button {
        display: none !important;
    }
    .header.header-default .iw-header .notification .gj-notification-menu {
        width: 290px;
        left: auto;
        right: -44px;
    }
    .header.header-default .iw-header .notification .gj-notification-menu:before,
    .header.header-default .iw-header .notification .gj-notification-menu:after {
        left: auto;
        right: 35px;
    }
    /* Sidebar */

    body .page-nav.page-nav-blog {
        margin: 90px 0 10px;
    }
    .default-sidebar {
        margin-top: 80px;
    }
    .page-content.blog-listing .row-blog-listing > div.default-sidebar {
        margin-top: 0;
    }
    .default-sidebar.right {
        padding-left: 15px;
    }
    .default-sidebar.left {
        padding-right: 15px;
    }

    .contents-main, .main-content {
        padding-bottom: 50px;
    }
}

@media ( max-width: 782px ) {
    html.html {
        margin-top: 0 !important;
    }
    body.admin-bar .bottom-bar-mobile .content-popup-scroll {
        max-height: calc(100% - 120px);
    }
    body.admin-bar .bottom-bar-mobile .listing-popup-mobile .heading {
        padding-top: 66px;
    }
    body.admin-bar .iw-search-header-mobile .search-result {
        top: 116px;
        height: calc(100vh - 180px);
    }
    body.admin-bar .header.header-default{
        top: 46px !important;
    }
    body.admin-bar .page-heading{
        padding-top: 88px;
    }
    body.admin-bar.single-post .page-heading{
        padding: 180px 0 70px;
    }
    .element-our-story .owl-carousel .owl-dots .owl-dot{
        margin-right: 4% !important;
    }
}

@media ( max-width: 767px ) {
    /* Header */
    .header.header-default .header-btn-action .btn-action-wrap .item,
    .header.header-default.v3:not(.clone) .header-btn-action .register-login a {
        margin-left: 15px;
    }
    .header.header-default .header-btn-action .btn-action-wrap .item {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .header.header-default .iw-header .notification .gj-notification-menu {
        right: -39px;
    }
    .header.header-default .iw-header .notification .gj-notification-menu:before,
    .header.header-default .iw-header .notification .gj-notification-menu:after {
        right: 30px;
    }
    /* Footer */
    .iw-footer-bottom .widget_nav_menu {
        text-align: inherit;
    }
    /* Blog */
    .site-single .post-item .post-meta ul,
    .site-single .post-item .post-meta .share-social {
        float: none;
        width: 100%;
        max-width: none;
        margin-bottom: 5px;
    }
    .site-single .post-item .post-author-info {
        display: block;
        padding: 25px;
    }
    .site-single .post-item .author-info-left {
        margin: 0 0 20px;
    }
    .site-comments .comment-respond .comment-form .form-submit input {
        width: 100%;
        padding: 14px 15px;
    }
    .site-single .prev-next-post .next-post a {
        float: none;
        margin-top: 10px;
    }
    .iw-footer .iw-footer-middle{
        padding: 50px 0 20px;
    }

    .page-content-404{
        padding: 50px 0 70px;
    }
    .page-content-404 .text_404{
        margin-top: 20px;
    }
    .iw-footer-bottom .widget-social-link ul{
        margin-top: 20px;
        text-align: left;
    }
    .elementor-8339 .elementor-element.elementor-element-49eef64 > .elementor-element-populated,
    .elementor-8337 .elementor-element.elementor-element-12bac85 > .elementor-element-populated{
        padding-left: 0 !important;
        margin-top: 40px;
    }
}

@media ( max-width: 600px ) {
    body.admin-bar .bottom-bar-mobile .content-popup-scroll {
        max-height: calc(100% - 74px);
    }
    body.admin-bar .bottom-bar-mobile .listing-popup-mobile .heading {
        padding-top: 20px;
    }
    body.admin-bar .iw-search-header-mobile .search-result {
        top: 70px;
        height: calc(100vh - 134px);
    }
    body.admin-bar .wrapper.yes-header-sticky-mobile .header.header-default,
    body.admin-bar .wrapper .header.header-default.header-fixed {
        top: 0 !important;
    }

    .gj-candidate-detail .page-heading .candidate-info{
        display: block;
    }
}

@media ( max-width: 575px ) {

    /* Header */
    .header.header-default .iw-header .full-width {
        padding: 0 15px;
    }
    body .header.header-default:not(.clone) .iw-header .navbar-default-inner {
        padding: 0 15px;
    }
    .header-default .iw-header .iw-logo img {
        max-width: 120px;
    }
    .header.header-default .gj-author .author-avatar img {
        width: 32px;
    }
    body.page-template-default .iw-content-page-default {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Blog listing */
    .page-content.blog-listing .row-blog-listing > div,
    .page-content.blog-listing .row-blog-listing > div.default-sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Blog Detail */
    body.single-post .page-heading {
        padding: 120px 0 55px 0;
    }
    body.single-post .main-content{
        padding: 70px 0;
    }
    .comments-content ul.children li {
        margin-left: 25px;
    }
    .comments .comments-content ul.comment-list li .commentAvt.commentLeft img {
        width: 60px;
    }
    .comments-content ul.comment-list li .commentRight {
        padding-left: 80px;
    }

    .elementor-widget-iw-our-story .owl-stage{
        background: #f5f5f5;
    }

    .blog-listing .post-title, .page-heading .page-title h1.title-page{
        font-size: 28px;
    }
}
/*====== END Responsive ======*/
