/*! Lity - v2.4.0 */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity.lity-opened {
    opacity: 1;
}
.lity.lity-closed {
    opacity: 0;
}
.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}
.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
    opacity: 1;
}
.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}
.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lity-close:active {
    top: 1px;
}
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}
.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
.lity-hide {
    display: none;
}

/** COMMON STYLE **/
.iw-clear_both {
    clear: both;
}
.center-text{
    text-align: center;
}
.right-text{
    text-align: right;
}
.left-text{
    text-align: left;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 50px;
}
.owl-carousel .owl-dots .owl-dot {
    margin-right: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(76,83,182,0.25);
    -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;
}
.owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
.owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.iw-flex-middle {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
/** END COMMON STYLE **/

/** Heading **/
.iw-heading.style1 .iwh-title {
    font-size: 55px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}
.iw-heading.style1 .iwh-sub-title {
    font-size: 55px;
    font-weight: 300;
    margin: 0;
    line-height: 1.2;
}
.iw-heading.style1 .iwh-description {
    font-size: 15px;
}
.iw-heading.style2 .iwh-title {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}
.iw-heading.style2 .iwh-sub-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    color: #666;
    text-transform: uppercase;
}
.iw-heading.style2 .iwh-description {
    margin: 5px 0 0;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
/** END Heading **/

/** Info **/
.iw-info {
    padding: 20px;
    border: 1px #e0e0e0 solid;
    background: #ffffff;
}
.iw-info .iw-icon {
    font-size: 40px;
    line-height: 1;
    padding-right: 12px;
    margin-right: 22px;
    border-right: 1px #e5e5e5 solid;
}
.iw-info:hover .iw-icon {
    color: #ffffff;
    border-right: 1px rgba(255, 255, 255, 0.2) solid;
}
.iw-info .iw-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.iw-info:hover .iw-title {
    color: #ffffff !important;
}
.iw-info .iw-description{
    font-size: 14px;
}
.iw-info:hover .iw-description {
    color: rgba(355, 255, 255, 0.9);
}
/** END Info **/

/* Start element latest post */
.element-latest-post .item{
	display: flex;
}
.element-latest-post .item-inner{
	box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}
.element-latest-post .item-inner:hover{
	box-shadow: 0 0 20px 3px rgba(71, 85, 95, 0.2);
}
.element-latest-post .item .item-content{
	padding: 25px 20px;
}
.element-latest-post .latest-post-banner.style-1 {
    margin-bottom: 44px;
}
.element-latest-post .latest-post-banner.style-2 {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 22px;
}
.element-latest-post .latest-post-banner.style-2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 40px;
    height: 5px;
    background-color: #ff6c00;
}

.element-global-heading .title {
    font-weight: 400;
    margin: 0;
	font-size: 14px;
    line-height: 1.9em;
}
.element-global-heading.style-1 .title {
    color: #666666;
    font-size: 14px;
    line-height: 1.9em;
}
.element-global-heading.style-2 {
    position: relative;
}
.element-global-heading.style-2 .title {
    position: relative;
    color: #000000;
    font-size: 32px;
    letter-spacing: -0.8px;
}
.element-global-heading .sub-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0;
}
.element-latest-post .latest-post-banner .text-link {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.8em;
    -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;
}
.element-latest-post .latest-post-banner .text-link i {
    font-size: 14px;
}
.element-latest-post .item .item-image {
    position: relative;
    margin-bottom: 0px;
}
.element-latest-post .item .item-image .item-cat {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0px 7px;
    border-radius: 3px;
    color: #ffffff;
}
.element-latest-post .item .item-image .item-cat a {
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
}
.element-latest-post .item .item-meta {
    margin-bottom: 12px;
}
.element-latest-post .item .item-meta p {
    position: relative;
    display: inline-block;
    margin: 0 12px 0 0;
    padding-right: 12px;
    font-size: 14px;
}
.element-latest-post .item .item-meta p:last-child {
    padding-right: 0;
    margin-right: 0;
}
.element-latest-post .item .item-meta p:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 1px;
    height: 65%;
    background-color: #e5e5e5;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.element-latest-post .item .item-meta p:last-child:after {
    display: none;
}
.element-latest-post .item .item-meta p i {
    margin-right: 5px;
    color: #aaa;
	font-weight: 600;
}
.element-latest-post .item .title {
    font-size: 19px;
    font-weight: 600;
}
.element-latest-post .item .title a {
    color: #333333;
    -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;
}
.element-latest-post .readmore{
	display: inline-block;
	margin-top: 20px;
	line-height: 24px;
	font-weight: 600;
	/*background: #1dae0e;
	color: #fff;
	padding: 3px 10px;
	border-radius: 3px;*/
}
.element-latest-post .readmore i{
	font-size: 10px;
	font-weight: bold;
}
.element-latest-post .readmore:hover{
	text-decoration: underline;
}
.element-latest-post a.author{
	color: #1dae0e;
	font-weight: 500;
}
/* End element latest post */

/* Start element testimonial */
.element-testimonial .top-heading {
    margin-bottom: 44px;
}
.element-testimonial .element-testimonial__slider .item {
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
}
.element-testimonial .element-testimonial__slider .item .item-box {
    position: relative;
    padding: 43px 40px 20px;
    background-color: #fafafa;
}
.element-testimonial .element-testimonial__slider .item .item-box:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37px;
    background-color: #ffffff;
}
.element-testimonial .element-testimonial__slider .item .item-avatar {
    position: relative;
    z-index: 1;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}
.element-testimonial .element-testimonial__slider .item .item-meta {
    flex: 1;
    -webkit-flex: 1;
}
.element-testimonial .element-testimonial__slider .item .item-meta .name {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 3px;
}
.element-testimonial .element-testimonial__slider .item .item-meta .text {
    font-size: 14px;
    color: #999999;
}
.element-testimonial .element-testimonial__slider .item .item-comment {
    padding: 0 40px 52px;
    font-size: 15px;
    line-height: 1.7em;
}
.element-testimonial .element-testimonial__slider .item .icon-quote {
    font-size: 26px;
    -moz-transform: translateY(-18px);
    -webkit-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
}
.element-iw-owl.owl-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}
.element-iw-owl.owl-carousel .owl-nav button {
    font-size: 20px;
    color: #999999;
    margin-right: 15px;
    -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;
}
.element-iw-owl.owl-carousel .owl-nav button:focus {
    outline: none;
}
.element-iw-owl.owl-carousel .owl-nav button:last-child {
    margin-right: 0;
}
.element-iw-owl.owl-carousel .owl-nav button:hover {
    color: #26901b;
}
.element-testimonial .element-testimonial__slider .owl-nav {
    top: -78px;
}
/* End element testimonial */

/* Start element funfact */
.element-funfact .icon-img {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    margin-right: 20px;
}
.element-funfact .element-funfact-content {
    flex: 1;
    -webkit-flex: 1;
}
.element-funfact .element-funfact-content span {
    display: block;
}
.element-funfact .element-funfact-content .element-funfact-number {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    line-height: 1.2em;
	white-space: nowrap;
}
.element-funfact .element-funfact-content .text {
    font-size: 15px;
    line-height: 1.75em;
    text-transform: uppercase;
}
.element-funfact .element-funfact-content .sub_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    max-width: 150px;
}
/* End element funfact */

/* Start element testimonial v2 */
.element-testimonial-v2 .item {
    padding: 50px 38px 40px;
    border: 1px solid #e2e4ea;
    background-color: #f9f7f3;
}
.element-testimonial-v2 .iw-owl-row .item {
    margin-bottom: 30px;
}
.element-testimonial-v2 .iw-owl-row .item:last-child {
    margin-bottom: 0;
}
.element-testimonial-v2 .item .item-box {
    margin-bottom: 20px;
}
.element-testimonial-v2 .item .item-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}
.element-testimonial-v2 .item .item-meta {
    flex: 1;
    -webkit-flex: 1;
}
.element-testimonial-v2 .item .item-meta .name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0;
}
.element-testimonial-v2 .item .item-meta .text {
    color: #999999;
    font-size: 14px;
    line-height: 1.6em;
}
.element-testimonial-v2 .item .item-meta .text .company,
.element-testimonial-v2 .item .icon-quote {
    color: #4c53b6;
}
.element-testimonial-v2 .item  .item-comment {
    font-size: 16px;
    line-height: 1.7em;
}
.element-testimonial-v2 .item .icon-quote {
    font-size: 26px;
    line-height: initial;
}
/* End element testimonial v2 */

/* Start faq-menu */
.faq-menu a{
    color:#666666;
}
.faq-page ul li{
    margin-bottom: 20px;
}
.faq-page hr{
    margin: 30px 0 !important;
}
.faq-page h5{
    font-size:18px;
    margin-bottom: 8px;
}
.faq-page h5 strong{
    font-weight:700;
}
.faq-menu p{
    margin-bottom: 6px;
}
/* End faq-menu */

/* Start contact form contact us */
.contact-field-text{
    color: #666666;
}
.contact-field input[type="submit"]{
    background: #4c53b6;
    width: 100%;
    border-radius: 3px;
    padding: 9px;
    font-size: 15px;
}
.contact-field input[type="submit"]:hover {
    opacity: 0.8;
}
.contact-field-text{
    font-weight:500;
}
.contact-field textarea{
    padding: 10px;
    border: 1px solid #d1d3da;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #666666;
    height: 150px;
}
.contact-field input[type="email"],
.contact-field input[type="text"]{
    padding: 10px 13px 10px 10px;
    border: 1px solid #d1d3da;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #666666;
}
#contact-us-page > .elementor-container.elementor-column-gap-default{
    padding: 40px;
    background: #fff;
}
#contact-us-page .contact-field input[type="email"],#contact-us-page .contact-field input[type="text"],#contact-us-page .contact-field textarea{
    width: 100%;
}
/* End contact form contact us */

/* Start iw our story */
.element-our-story .owl-carousel .owl-dots .owl-dot:last-child{
    margin-right: 0;
}
.element-our-story .owl-carousel .owl-dots{
    border-top: 5px solid #cccccc;
    width: calc( 100% - 200px );
    margin: 50px auto;
}
.element-our-story .owl-carousel .owl-dots .owl-dot div{
    margin-top: 22px;
    position: relative;
    left: -13px;
    font-size: 14px;
    width:45px;
}

.element-our-story .owl-carousel .owl-dots .owl-dot:hover,
.element-our-story .owl-carousel .owl-dots .owl-dot.active{
    background: #ffffff !important;
}
.element-our-story .owl-carousel .owl-dots .owl-dot{
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    background: #ffffff !important;
    float: left;
    margin-top: -3px;

}
.element-our-story .owl-carousel .owl-dots .owl-dot:before, .element-our-story .owl-carousel .owl-dots .owl-dot:after {
    content: "";
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
}
.element-our-story .owl-carousel .owl-dots .owl-dot:before {
    width: 19px;
    height: 19px;
    border-width: 1px;
    border-style: solid;
    border-color: #d8d8d8;
}
.element-our-story .owl-carousel .owl-dots .owl-dot:after {
    width: 9px;
    height: 9px;
    background: #d8d8d8;
}
.element-our-story .item .item-meta{
    margin-bottom:10px;
}
.element-our-story .item .item-avatar{
    margin-right: 36px;
    margin-top: 7px;
}
.element-our-story .item img{
    border-radius: 50%;
    min-width: 90px;
}
.element-our-story .item {
    padding: 56px 100px 41px;
    background-color: #f5f5f5;
}
.element-our-story .item .item-meta .name{
    margin-bottom: 10px;
}
.element-our-story .item .item-comment {

}
/* End iw our story */

/* Start iw custom map */
.iw-infor-map .location-item {
    padding: 15px 25px;
}
.iw-infor-map .location-item .list_title {
    color: #000000;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 600;
}
/* End iw custom map */

/* Start iw team info */
.element-iw-team-info .item .team-info-block:hover .team-info-social{
    display: block;
}
.element-iw-team-info .item .team-info-block:hover {
    position: absolute;
    z-index: 9;
    border: 1px solid #4c53b6;
    width: calc(100% + 3px);
    background: #fff;
    top: -1px;
    left: -1px;
    padding: 42px 15px 0px 14px;
}
.element-iw-team-info .item .team-info-block .team-name{
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}
.element-iw-team-info .item .team-info-block .team-name a {
    color: inherit;
}
.element-iw-team-info .item .team-info-block img{
    border-radius: 50%;
    margin-bottom: 27px;
}
.element-iw-team-info .item .team-info-block .position-name{
    margin-bottom:5px;
}
.element-iw-team-info .item .team-info-block {
    padding: 42px 15px 30px;
}
.element-iw-team-info .team-info-block .social-link-hover{
    margin-bottom: 30px;
    margin-top: 15px;
    margin-left: 0;
    padding-left: 0;
}
.element-iw-team-info .team-info-block .social-link-hover li{
    padding-left: 7px;
    padding-right: 7px;
}
.element-iw-team-info > .row {
	margin-left: 0;
	margin-right: 0;
}
.element-iw-team-info .item {
    position: relative;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px;
    margin: 0;
    padding: 0px;
}
.element-iw-team-info .item:hover {
    background-color: #f2f5fa;
}
.element-iw-team-info .item:hover .title-cat a {
    color: #ff6c00;
}
.element-iw-team-info .item:hover .count-job {
    color: #000000;
    text-decoration: underline;
}
.element-iw-team-info .team-info-social{
    display: none;
}
.element-iw-team-info .team-info-social ul li {
    list-style: none;
    display: inline-block;
    background: none;
    padding-right: 15px;
}
/* End iw team info */

/* Start element price table */
.element-price-table .element-price-table__item {
    padding: 30px 22px 40px;
    border: 1px solid #e2e4ea;
    background-color: #ffffff;
}
.element-price-table .title-featured {
    display: block;
    color: #4c53b6;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.75em;
    padding: 3px 8px;
    background-color: #d0f7cb;
    border-radius: 3px 3px 0 0;
}
.element-price-table.price-table-featured .element-price-table__item {
    background-color: #f2f5fc;
}
.element-price-table .item-header {
    margin-bottom: 35px;
}
.element-price-table .item-header .title {
    font-size: 22px;
    margin: 0;
}
.element-price-table .item-header .sub-title {
    color: #999999;
}
.element-price-table .element-price-table__tag {
    background-color: #f2f5fc;
    line-height: normal;
    padding: 19px 10px 19px;
    margin-bottom: 40px;
}
.element-price-table .element-price-table__tag .price-tag {
    margin-bottom: 2px;
}
.element-price-table .element-price-table__tag .pricing-price-amount {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    color: #669900;
    line-height: 1em;
}
.element-price-table .element-price-table__tag .pricing-price-amount .currency {
    position: relative;
    font-size: 23px;
    top: -14px;
}
.element-price-table .element-price-table__tag .currency-placement-left .pricing-price-amount .currency {
    right: -3px;
}
.element-price-table .element-price-table__tag .currency-placement-right .pricing-price-amount .currency {
    left: -3px;
}
.element-price-table .element-price-table__tag del {
    font-size: 22px;
    margin-right: 5px;
}
.element-price-table .element-price-table__tag .price-period {
    font-size: 16px;
    color: #999999;
}
.element-price-table .element-price-table__feature {
    text-align: initial;
    flex: 1;
    -webkit-flex: 1;
}
.element-price-table .element-price-table__feature ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: initial;
}
.element-price-table .element-price-table__feature ul li {
    margin-bottom: 18px;
    display: flex;
}
.element-price-table .element-price-table__feature ul li:last-child {
    margin-bottom: 0;
}
.element-price-table .list-box-feature li.disable-item {
    text-decoration: line-through;
    color: #999999;
}
.element-price-table .element-price-table__feature ul li i {
    margin-right: 8px;
}
.element-price-table .element-price-table__feature ul li i.fa-check {
    color: #1dae0e;
}
.element-price-table .element-price-table__item .item_button {
    margin-top: 40px;
}
.element-price-table .element-price-table__item .item_button a {
    display: block;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #4c53b6;
    border: 1px solid #4c53b6;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.element-price-table .element-price-table__item .item_button:hover a {
    color: #ffffff;
    background-color: #4c53b6;
}
/* End element price table */

/* Job Locations Carousel */
.gj-locations .iw-job-location-item {
    margin-bottom: 30px;
}
.iw-job-location-carousel .iw-job-location-item {
    background-repeat: no-repeat;
    background-size: cover;
    height: 370px;
    width: 100%;
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f7f7f7;
}
.iw-job-location-carousel .iw-job-location-item .location-info{
    position: absolute;
    bottom: 25px;
    left: 25px;
}
.iw-job-location-carousel .iw-job-location-item .location-info a.city-name{
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    display: block;
}
.iw-job-location-carousel .iw-job-location-item .location-info span.count-job{
    background: #fff;
    padding: 0 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
}
.iw-job-location-carousel .iw-job-location-item:hover{
}
.iw-job-location-carousel .iw-job-location-item:hover .location-info span.count-job{
    color: #fff;
}
.iw-job-location-carousel .iw-job-location-item:hover .iw-overlay-gradient{
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.1) 50%, rgba(0,0,0,.1) 100%);
}
.iw-job-location-carousel .iw-job-location-item .iw-overlay-gradient{
    height: 100%;
}
.iw-overlay-gradient {
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.1) 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.1) 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.1) 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.1) 50%, rgba(0,0,0,.8) 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.1) 50%, rgba(0,0,0,.8) 100%);
}

.iw-job-location-carousel .owl-nav .owl-next i{
    position: absolute;
    top: calc( 50% - 20px );
    right: -60px;
    font-size: 30px;
    color : #999;
}
.iw-job-location-carousel .owl-nav .owl-prev i{
    position: absolute;
    top: calc( 50% - 20px );
    left: -60px;
    font-size: 30px;
    color : #999;
}
.iw-job-location-carousel .owl-nav button.disabled{
    display: none;
}
a.all-link {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
}
a.all-link i {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 600;
}
/* End Job Locations Carousel */

/* Jobs With Type */
.flex{
    display: flex;
    flex-wrap: wrap;
}
.flex > div > div {
    height: 100%;
}
.iw-jobs-filter-by-type .row > div {
    margin-bottom: 30px;
}
.iw-jobs-filter-by-type .inwave-tabs {
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}
.iw-jobs-filter-by-type .inwave-tabs li {
    margin-right: 40px;
}
.iw-jobs-filter-by-type .inwave-tabs li:last-child {
    margin-right: 0;
}
.iw-jobs-filter-by-type .inwave-tabs li a{
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #666;
    -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;
}
.iw-jobs-filter-by-type .tab-content > div.active{
    opacity: 1.0;
}
.iw-jobs-filter-by-type .tab-content > div:not(.active){
    display: none;
}
.iw-jobs-filter-by-type .gj-jobs.gj-listing .job-item {
    height: 100% !important;
    padding: 25px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    border: 1px solid #e5e5e5;
    background: #fff;
    overflow: hidden;
    -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;
}
.iw-jobs-filter-by-type .job-item .job-image{
    width: 90px;
    min-width: 90px;
    max-height: 90px;
    text-align: center;
    max-width: none;
    margin-right: 25px;
}
.iw-jobs-filter-by-type .job-item .job-info {
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.iw-jobs-filter-by-type .gj-jobs.gj-listing .job-item .featured-label {
    top: 0;
}
.iw-jobs-filter-by-type .job-item .job-info .job-info-inner {
    width: 100%;
}
.iw-jobs-filter-by-type .job-item .job-info .job-info-inner-top{
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.iw-jobs-filter-by-type .job-item .job-info .job-info-inner-top div.featured_label,
.iw-jobs-filter-by-type .job-item .job-info .job-info-inner-top .action-buttons a{
	margin-left: 18px;
	color: inherit;
}
.iw-jobs-filter-by-type .job-item .job-title{
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    margin: 0;
}
.iw-jobs-filter-by-type .job-item .job-title a,
.iw-jobs-filter-by-type .job-item .job-employer a{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.iw-jobs-filter-by-type .job-item .employer-name {
    margin-bottom: 12px;
}
span.verify-employer-label{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    top: 2px;
    left: 5px;
    font-size: 14px;
    line-height: 24px;
}
span.verify-employer-label:after{
    width: .4em;
    height: .7em;
    position: absolute;
    display: block;
    top: 1px;
    right: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 0 0.15em 0.2em 0;
    content: '';
    border-style: solid;
    color: #fff;
}
.iw-jobs-filter-by-type .job-item span.job-salary{
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    color: #ff2626;
    margin-bottom: 7px;
    display: block;
}
.iw-jobs-filter-by-type .all-link-button {
    text-align: center;
}
.iw-jobs-filter-by-type .all-link-button a {
    padding: 19px 35px 17px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    margin-top: 15px;
}
.iw-jobs-filter-by-type .all-link-button a:hover{
    background-color: #000;
    text-decoration: none;
}
.iw-jobs-filter-by-type .all-link-button a i{
    margin-left: 10px;
    font-size: 13px;
    font-weight: 600;
}
span.no-job{
    padding: 15px 50px;
    background: #5aaae2;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    border-left: 8px solid #e84c3d;
    margin-left: 15px;
}
.iw-jobs-filter-by-type .job-employer i{
	color: #1dae0e;
}
/* End Jobs With Type */

/* Employer Listing */
.iw-link-all {
    text-align: right;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 45px;
}
.iw-link-all a i {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 600;
}
.iw-employer-listing .employer-listing-wrap {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.iw-employer-listing .row{
    margin: 0;
}
@media (min-width: 992px) {
    .iw-employer-listing .col-lg-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.iw-employer-listing .item {
    padding: 0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #e5e5e5;

}
.iw-employer-listing .employer-item{
    padding: 20px 25px 25px;
    background: #fff;
    position: relative;
}
.iw-employer-listing .employer-item .featured-employer-label {
    position: absolute;
    top: 25px;
    left: 20px;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    background: #1dae0e;
}
.iw-employer-listing .employer-item .employer-image{
    margin: 24px auto 10px;
    width: 140px;
    height: 140px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.iw-employer-listing .employer-item .employer-info-top .employer-location{
    margin-bottom: 5px;
    font-size: 13px;
    display: inline-block;
	text-transform: uppercase;
}
.iw-employer-listing .employer-item .employer-info-top .employer-name{
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    color: #333;
	margin-bottom: 0;
}
.iw-employer-listing .employer-item .employer-info-top .employer-name a{
    color: inherit;
}
.iw-employer-listing .employer-item .employer-info-top .employer-name i {
    font-size: 14px;
    color: #1dae0e;
}
.iw-employer-listing .employer-item .employer-info-bottom .rating{
    display: inline-block;
}
.iw-employer-listing .employer-item .rating{
    position: absolute;
	top: 25px;
	right: 20px;
}
.iw-employer-listing .employer-item .employer-info-bottom{
    font-size: 14px;
}
.iw-employer-listing .employer-item .rating span.rating-point{
    background: #ff8400;
    font-weight: 600;
    border-radius: 4px;
    color: #fff;
    margin-right: 3px;
    min-width: 30px;
    display: inline-block;
    text-align: center;
    height: 20px;
    line-height: 20px;
}
.iw-employer-listing .employer-item .job-count{
    display:block;
	font-size: 14px;
	font-weight: normal;
}
.iw-employer-listing .employer-item .employer-info-bottom > div {
    position: relative;
    padding-right: 20px;
}
.iw-employer-listing .employer-item .employer-info-bottom > div:after{
    content: "";
    width: 1px;
    height: 15px;
    background: #e5e5e5;
    position: absolute;
    top: 5px;
    right: 8px;
}
.iw-employer-listing .employer-item .employer-info-bottom > div:last-child{
    padding: 0;
}
.iw-employer-listing .employer-item .employer-info-bottom > div:last-child:after{
    display: none;
}
/* End Employer Listing */

/* Categories */
.element-job-cat-list {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.element-job-cat-list .list-item {
    width: 140px;
    text-align: center;
    padding: 24px 0;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-weight: 600;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-right: 10px;
	margin-bottom: 10px;
}
.element-job-cat-list .list-item:last-child {
    margin-right: 0;
}
.element-job-cat-list .list-item .item-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.element-job-cat-list .list-item i {
    display: inline-block;
    font-size: 40px;
    margin-bottom: 16px;
}
.element-job-cat-list .list-item .cat-title {
    font-size: 15px;
    color: #ffffff !important;
    margin: 0;
    font-weight: 600;
}
.element-job-cat-list .list-item .number-job {
    position: absolute;
    font-size: 13px;
    top: 10px;
    right: 10px;
    display: none;
}
.element-job-cat-list .list-item:hover .number-job {
    color: #ffffff !important;
    display: block;
}
/* End Categories */

/* Featured Jobs */
.iw-featured-jobs .row > div{
    margin-bottom: 30px;
}
.iw-featured-jobs .job-item{
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 25px;
    position: relative;
    min-height: 330px;
}
.iw-featured-jobs .job-item .job-image{
    width: 50px;
    float: none;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.iw-featured-jobs .job-item a.employer-name {
    position: absolute;
    top: 34px;
    left: 95px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    width: 140px;
    font-size: 14px;
    line-height: 16px;
}
.iw-featured-jobs .job-item .job-type {
    position: absolute;
    right: 25px;
    top: 34px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.iw-featured-jobs .job-item .content-top .job-title{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin: 30px 0 5px 0;
}
.iw-featured-jobs .job-item .content-top .job-title a{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.iw-featured-jobs .job-item .job-info{
    margin: 0 0 15px;
}
.iw-featured-jobs .job-item .job-info .job-meta{
    display: inline-block;
    padding-right: 20px;
    position: relative;
    margin: 0;
}
.iw-featured-jobs .job-item .job-info .job-meta.time-ago{
    color: #085dad;
}
.iw-featured-jobs .job-item .job-info .job-meta:first-child:before{
    content: "";
    width: 1px;
    height: 15px;
    background: #666;
    position: absolute;
    top: 5px;
    right: 8px;
}
.iw-featured-jobs .job-item .content-top {
    -webkit-flex: 1;
    flex: 1;
}
.iw-featured-jobs .job-item .content-bottom .job-categories{
    margin-top: 15px;
}
.iw-featured-jobs .job-item .content-bottom .job-categories .cat-item{
    padding: 2px 10px;
    font-size: 13px;
    line-height: 24px;
    background-color: #eff1f8;
    text-transform: capitalize;
    margin: 10px 5px 0 0;
    display: inline-block;
    border-radius: 3px;
    font-weight: 600;
}
/* End Featured Jobs */

/* Employers Filter */
.gj-employers-filter .heading-block {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.gj-employers-filter .heading-block .title-block {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    width: 35%;
    margin: 0 0 38px;
}
.gj-employers-filter .heading-block .gje-filter-list {
    width: 65%;
    padding: 0;
    margin: 0 0 38px;
    text-align: right;
}
.gj-employers-filter .heading-block .gje-filter-list li {
    display: inline-block;
    list-style: none;
    padding-left: 40px;
}
.gj-employers-filter .heading-block .gje-filter-list li a {
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
    font-weight: 600;
}
/* End Employers Filter */

/* Job Categories */
.iw-job-categories .row > div{
    margin-bottom: 30px;
}
.iw-job-categories .cat-item {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    -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;
}
.iw-job-categories .cat-item .cat-image {
    text-align: center;
    background-color: #f9f7f3;
    position: relative;
    padding: 20px;
    height: 275px;
}
.iw-job-categories .cat-item .cat-image i {
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
    border-radius: 3px;
}
.iw-job-categories .cat-item .cat-info{
    padding: 25px;
    background-color: #fff;
    min-height: 100px;
}
.iw-job-categories .cat-item .cat-info a.cat-name {
    font-size: 20px;
    line-height: 24px;
    max-height: 24px;
    font-weight: 600;
    color: #333;
    display: 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;
}
.iw-job-categories .cat-item .cat-info .count-job{
    font-size: 16px;
    line-height: 24px;
    color: #999;
    -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;
}
.iw-job-categories .cat-item:hover .cat-info .count-job{
    text-decoration: underline;
    color: #333;
}
/* End Job Categories */

/* Popular Job Categories */
.iw-popular-categories .cat-item{
    display: inline-block;
    margin: 0 5px 10px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 12px 25px;
    transition: all 0.2s;
}
.iw-popular-categories .cat-item a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.iw-popular-categories .cat-item:hover a{
    color: #fff;
}
.iw-popular-categories a.all-categories-link{
    font-size: 15px;
    line-height: 24px;
    margin-top: 35px;
    display: inline-block;
}
/* End Popular Job Categories */

/* Step */
.iw-step .row > div {
    margin-bottom: 20px;
}
.iw-step .step-image {
    float: left;
    width: 80px;
    position: relative;
}
.iw-step .step-image span.step_number {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    left: -10px;
    top: -10px;
    font-size: 16px;
    font-weight: 600;
}
.iw-step .step-info {
    padding-left: 120px;
}
.iw-step .step-info .title{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
/* Step */

/* Start widget gj job apply */
.gj-detail-sidebar aside.widget {
    margin-bottom: 30px;
}
.gj-detail-sidebar aside.widget:last-child {
    margin-bottom: 0;
}
.job-detail.default .job-sidebar .action-button a.apply-job {
    margin: 0;
    padding: 10px;
    display: block;
    text-transform: capitalize;
    border-radius: 3px;
    margin-bottom: 20px;
    height: 50px;
}
.job-detail.default .job-sidebar .action-button a.apply-job:last-child{
    margin-bottom: 0 !important;
}
.widget_gj_job_apply {
    text-align: center;
}
a.apply-job.apply-with-facebook {
    background: #4267b2 !important;
}
a.apply-job.apply-with-linkedin {
    background: #0077B5 !important;
}
.job-detail.default .job-sidebar .action-button a.apply-job.apply-with-linkedin i, .job-detail.default .job-sidebar .action-button a.apply-job.apply-with-facebook i{
    margin-left: 10px;
    font-size: 16px;
    font-weight: normal;
}
.widget_gj_job_apply span{
    width: 120px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    z-index: 10;
    position: relative;
    background: #fff;
}
.widget_gj_job_apply .line{
    height: 1px;
    width: 100%;
    background: #ccc;
    position: relative;
    top: -32px;
    z-index: 9;
}
.modal.fade.in {
    opacity: 1;
}
.modal-backdrop.fade.in {
    opacity: 0.5;
}
/* End widget gj job apply */

/* Start widget button action job */
.widget-btn-action-job-warp {
    text-align: center;
}
.widget-btn-action-job-warp .btn-item {
    position: relative;
    padding-left: 15px;
    margin-left: 8px;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
}
.widget-btn-action-job-warp .btn-item:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 1px;
    height: 65%;
    background-color: #cccccc;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.widget-btn-action-job-warp .btn-item:first-child {
    margin: 0;
    padding: 0;
}
.widget-btn-action-job-warp .btn-item:first-child:after {
    display: none;
}
.widget-btn-action-job-warp .btn-item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 600;
}
.widget-btn-action-job-warp .btn-item .gj-save-job.saved {
    color: #ff2626;
}
.widget-btn-action-job-warp .btn-item i {
    font-size: 16px;
    margin-right: 5px;
    line-height: 1;
}
.widget-btn-action-job-warp .btn-item .text {
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
}
.widget-btn-action-job-warp .btn-item .share-box {
    position: absolute;
    top: 120%;
    left: 50%;
    width: 120px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    background-color: #f2f5fc;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.widget-btn-action-job-warp .btn-item.btn-share:hover .share-box {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.widget-btn-action-job-warp .btn-item .share-box:before {
    position: absolute;
    content: "";
    top: -5px;
    left: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f2f5fc;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.widget-btn-action-job-warp .btn-item .share-box a {
    display: inline-block;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.widget-btn-action-job-warp .btn-item .share-box a:last-child {
    margin-right: 0;
}
.widget-btn-action-job-warp .btn-item .share-box a i {
    font-size: 14px;
}
/* End widget button action job */

/* Similar Candidates */
.similar_candidates_widget_warp .item{
    padding: 22px 24px;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #e5e5e5;
    -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;;
}
.similar_candidates_widget_warp .item:after{
	display: table;
	content:"";
	clear: both;
}
.similar_candidates_widget_warp .item:last-child {
    border-bottom-width: 1px;
}
.similar_candidates_widget_warp .item .item-image{
    width: 45px;
    float: left;
}
.similar_candidates_widget_warp .item .item-image img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.similar_candidates_widget_warp .item .item-info{
    margin-left: 65px;
}
.similar_candidates_widget_warp .item .item-info h3.title{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65em;
    margin: 0 0 2px;
}
.similar_candidates_widget_warp .item .item-info h3.title a{
    color: #000;
}
.similar_candidates_widget_warp .item .item-info h3.title i{
	font-size: 14px;
	color: #1dae0e;
}
.similar_candidates_widget_warp .item .item-info span{
    padding: 0 10px;
    border-right: 1px solid #ccc;
}
.similar_candidates_widget_warp .item .item-info span:first-child{
    padding-left: 0;
}
.similar_candidates_widget_warp .item .item-info span:last-child{
    border: none;
    padding-right: 0;
}
.similar_candidates_widget_warp .item .item-info span i{
    margin-right: 2px;
}
.similar_candidates_widget_warp .item .item-info span.candidate-salary .price{
    color: #ff2626;
    font-weight: 600;
}
/* End Similar Candidates */

/* Start widget recent jobs employer */
.iw-job-content .gj-detail-sidebar {
    padding: 0 15px;
}
.iw-job-detail .widget h3.widget-title {
    font-size: 18px;
    padding: 0;
    margin: 0 0 18px;
    background-color: transparent;
}
.widget.recent_jobs_employer .item {
    padding: 22px 24px;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #e5e5e5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.widget.recent_jobs_employer .item:last-child {
    border-bottom-width: 1px;
}
.widget.recent_jobs_employer .item .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65em;
    margin: 0 0 2px;
}
.widget.recent_jobs_employer .item .title a {
    display: inline-block;
    color: #000000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.widget.recent_jobs_employer .item .meta-info span {
    position: relative;
    display: inline-block;
    line-height: 1.75em;
    padding-right: 5px;
    margin-right: 5px;
}
.widget.recent_jobs_employer .item .meta-info span:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 65%;
    top: 50%;
    right: 0;
    background-color: #e5e5e5;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}
.widget.recent_jobs_employer .item .meta-info span:last-child {
    padding: 0;
    margin: 0;
}
.widget.recent_jobs_employer .item .meta-info span:last-child:after {
    display: none;
}
.widget.recent_jobs_employer .item .meta-info span i {
    color: #666666;
}
.widget.recent_jobs_employer .item .meta-info .job-salary {
    color: #ff2626;
    font-weight: 600;
}
/* End widget recent jobs employer */

/* Start widget employer jobs single */
.widget.employer_job_single_widget .employer_jobs_widget_warp {
    padding: 30px;
    background-color: #f2f5fc;
}
.widget.employer_job_single_widget .image {
    padding: 10px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    overflow: hidden;
}
.widget.employer_job_single_widget .content-box {
    flex: 1;
    -webkit-flex: 1;
}
.widget.employer_job_single_widget .content-box .title {
    line-height: 1.25em;
}
.widget.employer_job_single_widget .content-box .title a {
    display: inline-block;
    color: #000000;
    margin-right: 2px;
}
.widget.employer_job_single_widget .content-box .title a:hover {
    color: #1dae0e;
}
.widget.employer_job_single_widget .content-box .title i {
    color: #1dae0e;
    font-size: 16px;
}
/* Style 1 */
.widget.employer_job_single_widget .style-1 .image {
    width: 90px;
    height: 90px;
    margin-right: 30px;
}
.widget.employer_job_single_widget .style-1 .content-box .title {
    font-size: 18px;
    margin: 0;
}
.widget.employer_job_single_widget .style-1 .content-box .location {
    text-transform: uppercase;
    line-height: 1.75em;
    margin: 0 0 5px;
}
.widget.employer_job_single_widget .style-1 .content-box .employer-rate i{
    font-size: 17px;
    color: #ffbf02;
}
.widget.employer_job_single_widget .style-1 .content-box .employer-rate i:before{
    margin: 0;
}
/* Style 2 */
.widget.employer_job_single_widget .style-2 .image {
    margin-bottom: 25px;
}
.widget.employer_job_single_widget .style-2 .content-box .title {
    font-size: 20px;
    margin: 0 0 10px;
}
.widget.employer_job_single_widget .style-2 .content-box .info {
    margin-bottom: 16px;
}
.widget.employer_job_single_widget .style-2 .content-box .info p {
    line-height: 1.6em;
    margin: 0;
}
.widget.employer_job_single_widget .style-2 .content-box .info p:last-child {
    margin-bottom: 0;
}
.widget.employer_job_single_widget .style-2 .content-box .info i {
    color: #1dae0e;
    font-size: 15px; 
    margin-right: 5px;
}
.widget.employer_job_single_widget .style-2 .employer-link {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75em;
    padding: 0 16px 0 11px;
    background-color: #1dae0e;
    border-radius: 3px;
}
.widget.employer_job_single_widget .style-2 .employer-link:hover {
    opacity: 0.8;
}

/* End widget employer jobs single */

/* Start widget info jobs */
.widget .job-info {
    background-color: transparent;
}
.widget .job-info ul {
    background-color: transparent;
    padding: 0;
    list-style: none;
}
.widget .job-info > ul {
    padding: 0 28px;
    border: 1px solid #eaeaea;
}
.widget .job-info > ul > li {
    padding: 15px 0 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #eaeaea;
}
.widget .job-info > ul > li:first-child {
    padding-top: 18px;
}
.widget .job-info > ul > li:last-child {
    border-bottom: 0;
}
.widget .job-info ul li i {
    position: relative;
    top: 15px;
    width: 35px;
    font-size: 24px;
    color: #1dae0e;
    margin-right: 18px;
}
.widget .job-info ul li .field-label {
    line-height: initial;
    margin-bottom: 4px;
}
.widget .job-info ul li .field-label span {
    display: inline-block;
    line-height: 1.2em;
}
.widget .job-info .field-value {
    margin-left: 55px;
}
.widget .job-info ul li .field-salary_from .field-value {
    color: #ff2626;
    font-size: 18px;
    font-weight: 600;
}
.widget .job-info ul li .field-taxonomy .field-value {
    color: #069bff;
}
.widget .job-info ul li .field-taxonomy .field-value a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.widget .job-info ul li .field-taxonomy .field-value a:not(:last-child):after {
    content: ",";
}
.widget ul.gj-time-line:not(.award):before,
.widget ul.gj-time-line:not(.award) li:before {
    display: none;
}
.widget ul.gj-time-line li .top {
    font-size: 14px;
    font-weight: 400;
}
.widget ul.gj-time-line li .top .date {
    border-right: 0;
    padding-right: 0;
}
.widget ul.gj-time-line li .bottom {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.widget .job-info ul li .field-taxonomy.field-taxonomy_skill .field-value span {
    font-size: 13px;
    color: #999999;
    font-weight: 500;
    padding: 3px 8px;
    margin: 0 5px 5px 0;
    background-color: #eff1f8;
}
.widget .job-info ul li .field-taxonomy.field-taxonomy_skill .field-value span:after {
    display: none;
}
/* End widget info jobs */

/* Start widget dropdown */
aside .gj-form-filter button.dropdown-toggle {
    width: 100%;
    text-align: left;
    color: #000000;
    font-size: 14px;
    padding: 12px 16px 11px;
    border: 1px solid #d1d3da;
}
aside .gj-form-filter button.dropdown-toggle i {
    display: none;
}
aside .gj-form-filter button.dropdown-toggle::after {
    display: block;
    content: "\e874";
    font-family: 'Linearicons-Free';
    border: none;
}
aside .gj-form-filter .dropdown-menu {
    width: 100%;
    min-width: auto;
}
/* End widget dropdown */

/* Start widget similar employer */
.similar-employer-widget .item {
    padding: 18px;
    border: 1px solid #e5e5e5;
}
.similar-employer-widget .item:not(:last-child) {
    border-bottom: 0;
}
.similar-employer-widget .item .image {
    width: 45px;
    margin-right: 20px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.similar-employer-widget .item .content {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.similar-employer-widget .item .content .title {
    font-size: 16px;
    line-height: 1.65em;
    margin: 0 0 2px;
}
.similar-employer-widget .item .content .title a {
    display: inline-block;
    color: #000000;
}
.similar-employer-widget .item .content .title i{
	color: #1dae0e;
	font-size: 14px;
}
.similar-employer-widget .item .meta {
    display: table;
    width: 100%;
}
.similar-employer-widget .item .meta p {
    float: left;
    line-height: initial;
    padding-right: 10px;
    margin: 4px 0;
    position: relative;
}
.similar-employer-widget .item .meta .employer-rate span {
    display: inline-block;
}
.similar-employer-widget .item .meta .employer-rate .value-rate {
    font-weight: 600;
    color: #ffffff;
    padding: 1px 5px;
    background-color: #ffa302;
    border-radius: 3px;
}
/* End widget similar employer */

/* Start element about */
.element-about .content .title {
    line-height: 1.75em;
    font-size: 18px;
    margin: 0 0 10px;
}
.element-about .content .description {
    font-size: 16px;
    color: #999999;
    line-height: 1.65em;
}
.element-about.style-1 .content .title {
    text-transform: uppercase;
}
.element-about.style-1 .image {
    width: 65px;
    margin-right: 40px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
/* -- Style 2 -- */
.element-about.style-2 {
    padding: 42px 25px 36px 36px;
    border: 1px solid #e5e5e5;
    background-color: #f6f8fc;
    -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;
}
.element-about.style-2:hover {
    background-color: #ffffff;
}
.element-about.style-2 .image {
    margin: 0 0 40px;
}
.element-about.style-2 .content .description {
    line-height: 1.5em;
}
/* -- Style 3 -- */
.element-about.style-3 .image {
    min-height: 82px;
}
.element-about.style-3 .content .description{
    color: #666666;
    font-size: 14px;
}
.element-about.style-3 .content .title{
    margin: 0 0 9px;
}
/* Start element about */

/* Start element list cat job */
.element-list-job-cate .row {
    margin: 0;
}
.element-list-job-cate .item {
    padding: 45px 15px 35px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px;
}
.element-list-job-cate .item .icon-cat {
    margin-bottom: 15px;
}
.element-list-job-cate .item .icon-cat i {
    font-size: 40px;
}
.element-list-job-cate .item .title-cat {
    font-size: 18px;
    line-height: 1.4em;
    margin: 0;
}
.element-list-job-cate .item .title-cat a {
    display: inline-block;
    color: #000000;
}
.element-list-job-cate .item .count-job {
    color: #999999;
}
.element-list-job-cate .item:hover {
    background-color: #f2f5fa;
}
.element-list-job-cate .item:hover .title-cat a {
    color: #ff6c00;
}
.element-list-job-cate .item:hover .count-job {
    color: #000000;
    text-decoration: underline;
}
/* End element list cat job */

/* Start element testimonial v3 */
.heading-title-2 {
    position: relative;
    padding-bottom: 27px;
}
.heading-title-2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 40px;
    height: 5px;
    background-color: #ff6c00;
}
.heading-title-2 .title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000000;
    margin: 0;
    letter-spacing: -0.8px;
}
.element-testimonial-v3 .top-heading {
    margin-bottom: 78px;
}
.element-testimonial-v3 .item {
    padding-right: 40px;
}
.element-testimonial-v3 .item .icon-quote {
    display: block;
    font-size: 75px;
    font-weight: 600;
    color: #ff6c00;
    line-height: 26px;
    margin: 0 0 22px;
}
.element-testimonial-v3 .item .icon-quote span {
    display: block;
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}
.element-testimonial-v3 .item .item-comment {
    font-size: 16px;
    line-height: 1.65em;
    color: #999999;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 45px;
    margin-bottom: 35px;
}
.element-testimonial-v3 .item .item-comment strong {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 1.7em;
}
.element-testimonial-v3 .item .item-box .item-avatar {
    width: 50px;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 22px;
}
.element-testimonial-v3 .item .item-box .name {
    font-size: 16px;
    color: #000000;
    margin: 0 0 2px;
}
.element-testimonial-v3 .item .item-box .text {
    line-height: 1.2em;
}
.element-testimonial-v3 .item .item-box .text span {
    display: inline-block;
}
.element-testimonial-v3 .item .item-box .text .company {
    color: #ff6c00;
}
.element-testimonial-v3 .element-iw-owl.owl-carousel .owl-nav {
    top: -135px;
}
/* End element testimonial v3 */

/* Start element testimonial v4 */
.element-testimonial-v4 .item {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding: 37px 42px 31px 38px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.element-testimonial-v4 .item .item-box {
    margin-bottom: 45px;
}
.element-testimonial-v4 .item .item-avatar {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}
.element-testimonial-v4 .item .item-star {
    color: #ffbf02;
    font-size: 12px;
}
.element-testimonial-v4 .item .item-star.star-4 i:nth-child(n+5),
.element-testimonial-v4 .item .item-star.star-3 i:nth-child(n+4),
.element-testimonial-v4 .item .item-star.star-2 i:nth-child(n+3),
.element-testimonial-v4 .item .item-star.star-1 i:nth-child(n+2) {
    color: #cccccc;
}
.element-testimonial-v4 .item .item-comment {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    margin-bottom: 35px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.element-testimonial-v4 .item .item-meta .name {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2em;
}
.element-testimonial-v4 .item .item-meta .text span {
    display: inline-block;
}
.element-testimonial-v4 {
    /*padding-left: 1px;*/
}
.element-testimonial-v4 .owl-stage{
    display: -webkit-flex;
    display: flex;
}
.element-testimonial-v4 .owl-stage .owl-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}
.element-testimonial-v4 .owl-carousel .owl-nav button {
    position: absolute;
    font-size: 30px;
    color: #000000;
    line-height: initial;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.element-testimonial-v4 .owl-nav button:focus {
    outline: none;
}
.element-testimonial-v4 .owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}
.element-testimonial-v4 .owl-carousel .owl-nav button.owl-next {
    right: -60px;
}
/* End element testimonial v4 */

/* Start element testimonial v5 */
.element-testimonial-v5 .item {
    background-color: #ffffff;
    padding: 60px 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.element-testimonial-v5 .item .item-box {
    margin-bottom: 45px;
}
.element-testimonial-v5 .item .item-avatar {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}
.element-testimonial-v5 .item .item-star {
    color: #ffbf02;
    font-size: 12px;
}
.element-testimonial-v5 .item .item-star.star-4 i:nth-child(n+5),
.element-testimonial-v5 .item .item-star.star-3 i:nth-child(n+4),
.element-testimonial-v5 .item .item-star.star-2 i:nth-child(n+3),
.element-testimonial-v5 .item .item-star.star-1 i:nth-child(n+2) {
    color: #cccccc;
}
.element-testimonial-v5 .item .item-comment {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    padding-bottom: 32px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.element-testimonial-v5 .item .item-meta .text span {
    display: inline-block;
}
.element-testimonial-v5 .item .item-meta .text span.name {
    font-size: 15px;
    font-weight: 700;
}
.element-testimonial-v5 .owl-stage,
.element-testimonial-v5 .owl-stage .owl-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.element-testimonial-v5 .owl-carousel .owl-nav button {
    position: absolute;
    font-size: 30px;
    color: #000000;
    line-height: initial;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.element-testimonial-v5 .owl-nav button:focus {
    outline: none;
}
.element-testimonial-v5 .owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}
.element-testimonial-v5 .owl-carousel .owl-nav button.owl-next {
    right: -60px;
}
/* End element testimonial v5 */

/* Element testimonial v6 */
.element-testimonial-v6 .item{
    padding-top: 50px;
}
.element-testimonial-v6 .item .icon-quote {
    font-size: 76px;
    font-weight: 600;
    line-height: 24px;
}
.element-testimonial-v6 .item .item-comment {
    font-size: 22px;
    line-height: 1.55em;
    color: #000;
    margin-bottom: 42px;
    letter-spacing: -1px;
}
.element-testimonial-v6 .item .item-avatar {
    width: 50px;
    margin-right: 22px;
}
.element-testimonial-v6 .item .item-meta h5.name{
    font-size: 16px;
    color: #000000;
    margin: 0 0 2px;
}
.element-testimonial-v6 .item .item-meta .text {
    line-height: 1.2em;
}
.element-testimonial-v6 .owl-carousel .owl-dots{
    text-align: left;
}
/* End element testimonial v6 */

/* Register Login Page */
.modal-dialog .iw-register-login-page{
    margin: 0;
}
.iw-register-login-page {
    background: #fff;
}
.iw-register-login-page .content-right h3.title{
    margin-bottom: 45px;
    font-size: 24px;
    color: #000;
}
.iw-register-login-page .content-left{
    padding: 50px 50px 50px 65px;
}
.iw-register-login-page .content-right{
    padding: 50px 160px 50px 90px;
    border-left: 1px solid #ddd;
}
.iw-register-login-page.page .content-left,
.iw-register-login-page.page .content-right {
    padding-bottom: 110px;
}
.iw-register-login-page .content-right .desc{
    margin-bottom: 25px;
    display: block;
}
.iw-register-login-page .content-right ul{
    padding-left: 40px;
    margin: 0;
    list-style-type: none;
}
.iw-register-login-page .content-right ul li{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.iw-register-login-page .content-right ul li:before{
    width: .5em;
    height: 1.2em;
    position: absolute;
    display: block;
    top: 1px;
    left: -35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 0 0.05em 0.05em 0;
    content: '';
    border-style: solid;
}
.iw-register-login-page .content-right .sale-text{
    padding: 15px 40px;
    background: #d8f9d2;
    border: 3px dashed;
    margin-top: 60px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}
.iw-register-login-page .content-left ul{
    list-style-type: none;
    margin: 0 0 25px 0;
    border: none;
    line-height: 26px;
}
.iw-register-login-page .content-left ul li a{
    font-size: 30px;
    color: #bbb;
    font-weight: 700;
    letter-spacing: -1px;
}
.iw-register-login-page .content-left ul li a.active{
    color: #000;
}
.iw-register-login-page .content-left ul li.login a{
    margin-right: 40px;
}
.iw-register-login-page .content-left .gj-form{
    padding: 0;
    border: none;
    margin-top: 15px;
}
.iw-register-login-page .content-left .gj-form .gj-field{
    margin-bottom: 10px;
}
.iw-register-login-page .content-left .gj-form .gj-field .gj-input {
    position: relative;
    padding-left: 0;
    border: none;
}
.iw-register-login-page .content-left .gj-form .gj-field .gj-input input{
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.iw-register-login-page .content-left .gj-form.gj-login-form .gj-field .gj-input input[type="password"] {
    padding-right: 75px;
}
.iw-register-login-page .content-left .gj-form .lost-password{
    position: relative;
    margin-bottom: 20px;
}
.iw-register-login-page .content-left .gj-form .lost-password {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 48px;
    margin: 0;
}
.iw-register-login-page .content-left .gj-form .remember-login{
    font-size: 14px;
    color: #333;
    font-weight: 600;
    padding-top: 15px;
}
.iw-register-login-page .content-left .gj-form .remember-login label{
    display: block;
    padding-left: 30px;
}
.iw-register-login-page .content-left .gj-login .gj-form .gj-button-loader{
    margin-bottom: 25px;
}
.iw-register-login-page .content-left .gj-form .gj-button-loader button{
    font-size: 16px;
    padding: 0;
    height: 48px;
    margin-top: 20px;
    display: block;
}
.iw-register-login-page .content-left .gj-form .gj-divider{
    margin-bottom: 28px;
}
.iw-register-login-page .gj-divider .circle{
    width: 130px;
    left: 38%;
}
.iw-register-login-page .content-left .gj-form .gj-divider .line{
    width: 100%;
    background: #ddd;
}
.iw-register-login-page .gj-register .gj-form .social-login {
    margin-bottom: 0;
}
.iw-register-login-page .social-login a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0;
    border: none !important;
    margin: 0 6px 6px 0;
}
.iw-register-login-page .social-login .gj-btn-full.gj-btn-icon.social-login-google {
    background: #DB4437;
}
.iw-register-login-page .social-login .gj-btn-full.gj-btn-icon.social-login-facebook {
    background: #3B5998;
}
.iw-register-login-page .social-login .gj-btn-full.gj-btn-icon.social-login-linkedin {
    background: #2868b2;
}
.iw-register-login-page .social-login .gj-btn-full.gj-btn-icon.social-login-twitter {
    background: #50abf1;
}
.iw-register-login-page .social-login a i{
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 16px;
    border-right: none;
}
/* Register */
.iw-register-login-page .content-left .gj-register .flex-container > div{
    margin-right: 10px;
}
.iw-register-login-page .content-left .gj-register .flex-container > div:last-child{
    margin-right: 0;
}
.iw-register-login-page .content-left .gj-register-form button[type="submit"]{
    height: 48px;
    padding: 0;
}
.iw-register-login-page .content-left .register-account {
    padding: 20px 0 20px;
    border-top: 1px solid #ddd;
}
.iw-register-login-page .content-left .register-account label{
    display: inline;
    margin-left: 8px;
}
.iw-register-login-page .content-left .register-account input{
    position: relative;
    top: 2px;
}
.iw-register-login-page .gj-register .flex-container {
    margin-bottom: 8px;
}
.iw-register-login-page .gj-tab-register-wrap{
    text-align: left;
    margin-bottom: 18px;
}
.iw-register-login-page .gj-tab-register-wrap .gj-tab-register span{
    border: none;
    padding: 0;
    color: #000 !important;
    font-size: 14px;
    width: 48%;
    text-transform: inherit;
}
.iw-register-login-page .gj-tab-register-wrap .gj-tab-register span label{
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 0;
    top: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
}
.iw-register-login-page .gj-tab-register-wrap .gj-tab-register span.active label{
    border: none;
}
.iw-register-login-page .gj-tab-register-wrap .gj-tab-register span.active label:before{
    width: .4em;
    height: .9em;
    position: absolute;
    display: block;
    top: 0;
    left: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 0 0.05em 0.05em 0;
    content: '';
    border-style: solid;
    color: #fff;
}
.iw-register-login-page .gj-tab-register-wrap .gj-tab-register span{
    background: none !important;
}

/* End Register Login Page */

/* Start element video popup */
/* Style 1 */
.element-video-popup {
    position: relative;
    background-repeat: no-repeat;
}
.element-video-popup .video-popup-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.element-video-popup .video-popup-content .link-video {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    font-size: 12px;
    text-align: center;
    color: #000000;
    border: 7px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    overflow: hidden;
    -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;
}
.element-video-popup .video-popup-content .link-video .icon {
    display: inline-block;
    background-color: #ffffff;
}
.element-video-popup--h-position-left .video-popup-content {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.element-video-popup--h-position-center .video-popup-content {
    -webkit-align-items: center;
    align-items: center;
}
.element-video-popup--h-position-right .video-popup-content {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.element-video-popup--v-position-middle .video-popup-content {
    -webkit-justify-content: center;
    justify-content: center;
}
.element-video-popup--v-position-top .video-popup-content {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.element-video-popup--v-position-bottom .video-popup-content {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
/* Style 2*/
.element-video-popup.style2 .video-info {
    position: absolute;
    bottom: 0;
    left: 30px;
    bottom: 30px;
}
.element-video-popup.style2 .video-info h2.title{
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: normal;
}
.element-video-popup.style2 .video-info span{
    color: #fff;
}
.element-video-popup.style2 .iw-overlay-gradient {
    height: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
}
/* End element video popup */

/* Start element blog list */
.element-blog-list .item {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px  0;
}
.element-blog-list .item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.element-blog-list .item .item-image {
    width: 140px;
    margin-right: 38px;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}
.element-blog-list .item .item-meta {
    margin-bottom: 8px;
}
.element-blog-list .item .item-meta p {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    padding-right: 10px;
}
.element-blog-list .item .item-meta p:last-child {
    margin-right: 0;
    padding-right: 0;
}
.element-blog-list .item .item-meta i {
    margin-right: 5px;
}
.element-blog-list .item .item-meta p:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 1px;
    height: 65%;
    background-color: #e5e5e5;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.element-blog-list .item .title {
    font-size: 18px;
    margin-bottom: 0;
}
.element-blog-list .item .title a {
    color: #000000;
}
.element-blog-list .text-link {
    display: inline-block;
    font-size: 16px;
    line-height: initial;
    margin-top: 28px;
}
.element-blog-list .text-link i {
    font-size: 12px;
}
/* End element blog list */

/* Start element job list */
.element-job-list.gj-jobs .job-item {
    border: 1px solid #dddddd;
    padding: 26px 30px 22px;
    -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;
}
.element-job-list.gj-jobs .job-item:not(:last-child) {
    border-bottom: transparent;
}
.element-job-list .item .employer-name .employer-verify a {
    color: #000000;
    text-decoration: underline;
}
/* End element job list */

/* Start element candidate grid */
.element-candidate-grid .row {
    margin: 0;
}
.element-candidate-grid .item {
    border: 1px solid transparent;
    border-radius: 3px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.element-candidate-grid .item:hover {
    border-color: #d0d0d0;
    background: #ffffff;
}
.element-candidate-grid .item .item-img {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 25px;
}
.element-candidate-grid .item .item-title {
    font-size: 20px;
    line-height: 1.3em;
    margin: 0;
}
.element-candidate-grid .item .item-title a {
    display: inline-block;
    color: #000000;
}
.element-candidate-grid .item:hover .item-title a,
.element-candidate-grid .item .item-content .skills .skill-item a:hover {
    color: #0898d5;
}
.element-candidate-grid .item .item-headline {
    color: #999999;
    margin-bottom: 17px;
}
.element-candidate-grid .item .item-box {
    border-top: 1px solid #e5e5e5;
    padding-top: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.element-candidate-grid .item:hover .item-box {
    opacity: 1;
    padding-top: 15px;
    height: auto;
    visibility: visible;
}
.element-candidate-grid .item .item-content p {
    margin: 0;
}
.element-candidate-grid .item .item-content .location {
    margin-bottom: 15px;
}
.element-candidate-grid .item .item-content .skills {
    list-style: none;
    padding: 0;
    margin: 0;
}
.element-candidate-grid .item .item-content .skills .skill-item {
    display: inline-block;
    padding: 5px 8px;
    font-size: 13px;
    line-height: initial;
    background-color: #eff1f8;
    border-radius: 3px;
    margin-bottom: 5px;
}
.element-candidate-grid .item .item-content .skills .skill-item a {
    display: block;
    color: #999999;
}
.element-candidate-grid .item .item-box .link {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.3em;
    text-transform: capitalize;
    padding: 10px 20px 12px;
    margin-top: 17px;
    background-color: #0898d5;
    border-radius: 3px;
}
/* End element candidate grid */

/* Start element featured employer */
.element-featured-employer .iw-owl-carousel .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.element-featured-employer .iw-owl-carousel .owl-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.element-featured-employer .iw-owl-carousel .owl-item .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.element-featured-employer .item {
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
}
.element-featured-employer .item .item-content {
    padding: 25px 15px;
}
.element-featured-employer .item .image-featured {
    height: 215px;
    overflow: hidden;
    background-color: #333333;
}
.element-featured-employer .item .image-featured img {
    height: 100%;
    object-fit: cover;
}
.element-featured-employer .item .image-featured + .item-content {
    padding-top: 0;
}
.element-featured-employer .item .avatar img {
    width: auto;
}
.element-featured-employer .item .avatar {
    display: inline-block;
    width: 80px;
    padding: 10px;
    margin: 0 0 10px;
    border: 1px solid #dddddd;
    overflow: hidden;
    background: #ffffff;
}
.element-featured-employer .item .image-featured + .item-content .avatar {
    margin-top: -40px;
}
.element-featured-employer .item .title {
    font-size: 20px;
    line-height: 1.4em;
    margin: 0 0 2px;
}
.element-featured-employer .item .title a {
    display: inline-block;
    color: #000000;
}
.element-featured-employer .item .title i {
    color: #1dae0e;
    font-size: 15px;
}
.element-featured-employer .item .meta .star {
    color: #ffbf02;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 6px;
}
.element-featured-employer .item .meta .star i:not(:first-child) {
    margin-left: -5px;
}
.element-featured-employer .item .meta span {
    position: relative;
    display: inline-block;
    line-height: 1.3em;
    margin-right: 5px;
    padding-right: 14px;
}
.element-featured-employer .item .meta span:last-child {
    margin-right: 0;
    padding-right: 0;
}
.element-featured-employer .item .meta span:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: 65%;
    background-color: #cccccc;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.element-featured-employer .item .meta span:last-child:after {
    display: none;
}
.element-featured-employer .owl-carousel .owl-dots {
    margin-top: 45px;
}
/* End element featured employer */

/* Start element tabs job */
.element-tabs-by-job .btn-tabs {
    margin: 0 0 72px;
    list-style: none;
    border-bottom: 0;
}
.element-tabs-by-job .btn-tabs .nav-item {
    margin: 0 40px 0 0;
}
.element-tabs-by-job .btn-tabs .nav-item:last-child {
    margin-right: 0;
}
.element-tabs-by-job .btn-tabs .item-btn-tab {
    display: inline-block;
    padding: 0;
    color: #bbbbbb;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    -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;
}
.element-tabs-by-job .btn-tabs .item-btn-tab.active,
.element-tabs-by-job .btn-tabs .item-btn-tab:hover {
    color: #000000;
}
.element-tabs-by-job .tab-content-tax-job {
    -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;
}
.element-tabs-by-job .tab-content-tax-job.click-loading {
    opacity: 0.5;
}
.element-tabs-by-job .tab-content-tax-job .item {
    margin-bottom: 30px;
}
.element-tabs-by-job .tab-content-tax-job .item-tax {
    border: 1px solid #d0d0d0;
    padding: 16px 20px 17px;
    border-radius: 3px;
    overflow: hidden;
}
.element-tabs-by-job .tab-content-tax-job .item-tax .img-icon {
    margin-right: 12px;
}
.element-tabs-by-job .tab-content-tax-job .item-tax .name {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.element-tabs-by-job .tab-content-tax-job .item-tax .name a {
    color: #000000;
}
.element-tabs-by-job .tab-content-tax-job .item-tax .count-job {
    display: inline-block;
}
.animated-theme {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInThem {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeInTheme {
    -webkit-animation-name: fadeInThem;
    animation-name: fadeInThem;
}
/* End element tabs job */

/* Start element search jobs */
.gj-search-jobs form .list-keywords {
    display: inline-block;
}
.gj-search-jobs .btn-action-location {
    cursor: pointer;
}
.gj-search-jobs .fields .field-item .select2-container {
    width: 100% !important;
}
.gj-search-jobs .gj-find-jobs-select {
    border: none;
    width: 100%;
    opacity: 0;
}
.gj-search-jobs .select2-container .select2-selection--single {
    height: auto;
    border: none;
}
.gj-search-jobs .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    padding: 0;
    font-weight: normal;
}
/* Style1 */
.gj-search-jobs.style1 .gj-search-box {
    padding: 25px 25px 20px;
    background: rgba(0, 0, 0, 0.4);
}
.gj-search-jobs.style1 .fields {
    margin: 0 -5px;
    font-size: 15px;
}
.gj-search-jobs.style1 .fields .field-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.gj-search-jobs.style1 .fields .field-item.key-word {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.gj-search-jobs.style1 .fields .field-item.field-item-submit {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.gj-search-jobs.style1 .fields .field-item .field-content {
    height: 50px;
    background: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.gj-search-jobs.style1 .fields .field-item .field-content > i {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 50px;
}
.gj-search-jobs.style1 .fields .field-item.key-word .field-content input {
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 20px 0 45px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    color: #333;
    font-weight: 600;
}
.gj-search-jobs.style1 input::-webkit-input-placeholder {
    color: #777;
    font-weight: normal;
}

.gj-search-jobs.style1 input:-ms-input-placeholder {
    color: #777;
    font-weight: normal;
}

.gj-search-jobs.style1 input::placeholder {
    color: #777;
    font-weight: normal;
}
.gj-search-jobs.style1 select {
    width: 100% !important;
    height: 50px;
    border: none;
    padding-left: 45px;
}
.gj-search-jobs.style1 .select2-container--default {
    width: 100% !important;
}
body .gj-search-jobs.style1 .select2-container .select2-selection--single {
    border: none;
    background: none;
}
body .gj-search-jobs.style1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 45px;
    line-height: 50px;
    font-weight: 600;
}
.gj-search-jobs.style1 .fields .field-item.location input {
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 45px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
}
.gj-search-jobs.style1 .location input::-webkit-input-placeholder {
    color: #777;
    font-weight: normal;
}

.gj-search-jobs.style1 .location input:-ms-input-placeholder {
    color: #777;
    font-weight: normal;
}

.gj-search-jobs.style1 .location input::placeholder {
    color: #777;
    font-weight: normal;
}
.gj-search-jobs.style1 .btn-action-location {
    position: absolute;
    right: 20px;
    line-height: 50px;
}
.gj-search-jobs.style1 .field-item-submit button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    padding: 0 50px;
}
.gj-search-jobs.style1 .trending-keywords {
    margin-top: 10px;
}
.gj-search-jobs.style1 .trending-keywords .keywords .title {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    margin-right: 24px;
    background-color: #1dae0e;
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 1;
    font-size: 14px;
}
.gj-search-jobs.style1 .trending-keywords .keywords .title i {
    color: #ff2626;
}
.gj-search-jobs.style1 .trending-keywords .keywords a {
    display: inline-block;
    margin-right: 24px;
    color: #ffffff;
    font-size: 14px;
}
.gj-search-jobs.style1 .trending-keywords .keywords a:hover {
    text-decoration: underline;
}
.gj-search-jobs.style1 .trending-keywords .jobs-today {
    flex: 2;
    text-align: right;
    min-width: 200px;
}
.gj-search-jobs.style1 .trending-keywords .jobs-today > span {
    color: #ffffff;
}
.gj-search-jobs.style1 .trending-keywords .jobs-today a i {
    font-size: 12px;
    padding-left: 5px;
}
.gj-search-jobs.style1 .iw-search-add-advanced {
    text-align: right;
}
.gj-search-jobs.style1 .iw-search-add-advanced a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    padding: 3px 20px;
    background: #000000;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
/* End Style1 */

/* Style2 */
.gj-search-jobs.style2 {
    background: none;
}
.gj-search-jobs.style2 .gj-search-box .gj-search-form-content {
    border: 1px #e2e4ea solid;
    background: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.gj-search-jobs.style2 .fields {
    position: relative;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    -webkit-align-items: normal;
    align-items: normal;
}
.gj-search-jobs.style2 .fields .field-item {
    position: relative;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    padding: 0 30px;
}
.gj-search-jobs.style2 .fields .field-item.field-item-submit {
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%;
    padding: 0 10px 0 0;
}
.gj-search-jobs.style2 .fields .field-item:first-child:after {
    position: absolute;
    content: "";
    height: 70%;
    width: 1px;
    background-color: #e2e4ea;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gj-search-jobs.style2 .fields .field-item label {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.gj-search-jobs.style2 .fields .field-item input {
    width: 100%;
    border: none;
    color: #999999;
}
.gj-search-jobs.style2 .fields .field-item.location .field-item-inner {
    position: relative;
}
.gj-search-jobs.style2 .fields .field-item.location input {
    padding-right: 20px;
}
.gj-search-jobs.style2 .fields .field-item.location .btn-action-location {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
body .gj-search-jobs.style2 .select2-container {
    width: 100% !important;
    min-width: auto !important;
}
body .gj-search-jobs.style2 .select2-container .select2-selection--single {
    height: auto;
    border: none;
    padding-left: 0;
}
body .gj-search-jobs.style2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
    padding-left: 0;
    font-weight: 400;
    color: #4c53b6;
}
body .gj-search-jobs.style2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    right: 0;
    left: auto;
}
body .gj-search-jobs.style2 .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    line-height: inherit;
    right: 0;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #4c53b6;
}
.gj-search-jobs.style2 .gj-search-box .field-content > i {
    display: none;
}
.gj-search-jobs.style2 .field-item-submit button {
    width: 100%;
    height: 100%;
    line-height: 50px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    padding: 0 30px;
}
.gj-search-jobs.style2 .field-item-submit button:hover {
    color: #ffffff;
}
.gj-search-jobs.style2 .trending-keywords {
    margin-top: 30px;
}
.gj-search-jobs.style2 .trending-keywords span.title {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #669900;
    margin-right: 10px;
    line-height: 22px;
}
.gj-search-jobs.style2 .trending-keywords a {
    display: inline-block;
    font-size: 13px;
    color: #999999;
    padding: 0 7px;
    border: 1px solid #e4e5ec;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 4px;
    line-height: 22px;
}
.gj-search-jobs.style2 .fields .field-item .select2-container .select2-selection--single .select2-selection__rendered,
.gj-search-jobs.style2 .fields .field-item .select2-container .select2-selection--single .select2-selection__arrow b:before {
    color: #999999;
    font-size: 14px;
}
.gj-search-jobs.style2 .field-item-submit {
    flex: 0 0 auto;
}

/* Style 3 */
.gj-search-jobs.style3 form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.gj-search-jobs.style3 .gj-search-box .trending-keywords {
    margin-top: 22px;
}
.gj-search-jobs.style3 .gj-search-box .fields {
    align-items: initial;
    -webkit-align-items: initial;
    margin: 0;
    background-color: transparent;
}
.gj-search-jobs.style3 .fields .field-item {
    padding: 17px 25px 19px;
    border: 1px solid #d0d0d0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
}
.gj-search-jobs.style3 .fields .field-item.key-word {
    border-radius: 3px 0 0 3px;
    background: #ffffff;
}
.gj-search-jobs.style3 .fields .field-item.location {
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
    border-radius: 0 3px 3px 0;
    border-left: none;
    background: #ffffff;
}
.gj-search-jobs.style3 .fields .field-item.field-item-submit {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    border-radius: 0;
    border: none;
    padding: 0 0 0 10px;
}
.gj-search-jobs.style3 .fields .field-item label {
    margin: 0;
    display: block;
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    line-height: 1.2em;
}
.gj-search-jobs.style3 .fields .field-content input {
    border: none;
    width: 100%;
    background-color: transparent;
}
.gj-search-jobs.style3 .fields .field-content .action-location,
.gj-search-jobs.style3 .gj-search-box .field-item-submit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.gj-search-jobs .gj-search-box .field-item-submit button:focus {
    outline: none;
}
.gj-search-jobs.style3 .gj-search-box .field-item-submit button {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    border: none;
    border-radius: 3px;
}
.gj-search-jobs.style3 .gj-search-box .field-item-submit button i {
    margin-right: 5px;
}
.gj-search-jobs.style3 .trending-keywords .title {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2em;
    padding: 5px 10px;
    margin-right: 15px;
    border-radius: 3px;
    white-space: nowrap;
    background-color: #1dae0e;
    font-size: 14px;
}
.gj-search-jobs.style3 .trending-keywords a {
    display: inline-block;
    color: #000000;
    font-weight: 500;
    line-height: 1.2em;
    margin-right: 6px;
    padding-right: 10px;
    text-transform: capitalize;
    border-right: 1px solid;
    border-right-color: #e0e0e0 !important;
    white-space: nowrap;
    font-size: 14px;
}
.gj-search-jobs.style3 .trending-keywords a:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
.gj-search-jobs.style3 .trending-keywords a:hover {
    text-decoration: underline;
}
.gj-search-jobs.style3 .iw-search-add-advanced {
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 70px;
}
.gj-search-jobs.style3 .iw-search-add-advanced a {
    display: inline-block;
    line-height: 1.2em;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}
.gj-search-jobs.style3 .iw-search-add-advanced a i {
    margin-right: 5px;
}
.gj-search-jobs.style3 .fields .field-item .select2-container .select2-selection--single .select2-selection__rendered {
    color: #666666;
}
.gj-search-jobs.style3 .fields .field-item .select2-container .select2-selection--single .select2-selection__arrow b:before {
    top: -15px;
}
/* End element search jobs */

/* Employers Slider Widget */
.employers-slider-widget .employer-item {
    text-align: center;
}
.employers-slider-widget .cover-image {
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #cccccc;
    overflow: hidden;
}
.employers-slider-widget .cover-image img {
    width: 100%;
}
.employers-slider-widget .image {
    width: 80px;
    height: 80px;
    padding: 5px;
    border: 1px solid #eeeeee;
    margin: -40px auto 0;
    background: #ffffff;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.employers-slider-widget .image a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.employers-slider-widget .image a img {
    width: auto;
    max-width: 100%;
}
.employers-slider-widget .title {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px;
}
.employers-slider-widget .title a {
    color: inherit;
}
.employers-slider-widget .star-rating {
    position: relative;
    font-size: 17px;
    color: #ffbf02;
}
.employers-slider-widget .location,
.employers-slider-widget .link-openjobs {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.employers-slider-widget .line {
    padding: 0 5px;
    line-height: 24px;
}
.employers-slider-widget .link-openjobs {
    color: #085dad;
}
.employers-slider-widget .owl-nav {
    position: absolute;
    top: -48px;
    right: -4px;
}
.employers-slider-widget .owl-nav button {
    display: inline-block;
    font-size: 16px !important;
    outline: none !important;
}
.employers-slider-widget .owl-nav button.owl-next {
    margin-left: 15px;
}
/* End Employers Slider Widget */

/* Taxonomy Widget */
.gj-taxonomy-widget ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
}
.gj-taxonomy-widget ul li {
    list-style: none;
    float: left;
    margin: 0 5px 5px 0;
}
.gj-taxonomy-widget ul li a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #999999;
    line-height: 24px;
    padding: 0 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #eff1f8;
}
/* End Taxonomy Widget */

/* Start IW Button */
.element-iw-button .item-link {
    display: inline-block;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 18px 36px 15px;
}
.element-iw-button.style1 .item-link {
    color: #ffffff;
    line-height: 1.5em;
    letter-spacing: -0.7px;
    transition: none;
}
.element-iw-button.style1 .item-link:hover {
    background-color: #000;
    text-decoration: none;
}
.element-iw-button .item-link .icon {
    font-size: 23px;
}

/* End IW Button */
.iw-image-box{
    display: -webkit-flex;
    display: flex;
	position: relative;
	padding: 15px 0;
	overflow: hidden;
}
.iw-image-box .title{
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
    margin: 0 0 12px;
    line-height: 1.6em;
}
.iw-image-box .step{
	font-size: 16px;
	font-weight: 600;
	background: #fff;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
}
.iw-image-box .image{
	margin-right: 40px;
	margin-top: 10px;
}
.iw-image-box .image-info{
	padding-right: 20px;
	width: 70%;
}
.iw-image-box a{
	color: #000;
}
.iw-image-box .description{
	color: #999;
	font-size: 16px;
	font-weight: 400;
    line-height: 1.65em;
}



/*------------------------------*/
/*  Employers Carousel
/*------------------------------*/
.employer-item-carousel {
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #e2e4ea;
}
.employer-item-carousel.owl-carousel .owl-stage {
    display: -webkit-flex;
    display: flex;
}
.employer-item-carousel.owl-carousel .owl-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 1 0 auto;
}
.employer-item-carousel .employer-item {
    width: 100%;
    border-left: 1px #e2e4ea solid;
    background: #ffffff;
    position: relative;
    padding: 30px;
}
.employer-item-carousel .employer-item span.featured-employer {
    color: #1dae0e;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0 7px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 30px;
    left: 25px;
    overflow: hidden;
    line-height: 24px;
    background: #d0f7ca;
}
.employer-item-carousel .employer-item .employer-image {
    text-align: center;
    margin: 24px 0 0;
}
.employer-item-carousel .employer-item .employer-image .item-thumbnail {
    width: 140px;
    height: 140px;
    overflow: hidden;
}
.employer-item-carousel .employer-item .employer-image .item-thumbnail img {
    width: auto;
}
.employer-item-carousel .employer-item .employer-info {
    margin-top: 20px;
}
.employer-item-carousel .employer-item .employer-location {
    font-weight: 500;
    text-transform: uppercase;
}
.employer-item-carousel .employer-item .employer-name a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000000;
}
.employer-item-carousel .employer-item .employer-name i {
    color: #1dae0e;
}
.employer-item-carousel .employer-item .employer-info-rate {
    line-height: 1;
}
.employer-item-carousel .employer-item .star {
    color: #ffbf02;
    font-size: 16px;
    margin-right: 10px;
    white-space: nowrap;
}
.employer-item-carousel .employer-item .star.no-rating {
    color: #dddddd;
}
.employer-item-carousel .employer-item .star i {
    float: left;
    margin-right: -5px;
}
.employer-item-carousel .employer-item .employer-info-rate span.total {
    color: #999999;
}
.employer-item-carousel .employer-item .link-openjobs {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    line-height: 22px;
    padding: 0 7px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 15px;
}
.employer-item-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
    color: #999999;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.employer-item-carousel .owl-nav button i {
    font-size: 25px;
}
.employer-item-carousel .owl-nav button.owl-prev {
    left: -60px;
}
.employer-item-carousel .owl-nav button.owl-next {
    right: -60px;
}
.employer-item-carousel .employer-item .employer-name i{
	color: #1dae0e;
}
/*------------------------------*/
/*  End Employers Carousel
/*------------------------------*/

.custom-flex-direction-column .elementor-column-wrap > .elementor-widget-wrap {
    flex-direction: column;
    -webkit-flex-direction: column;
}
.custom-flex-direction-column .elementor-column-wrap .elementor-widget-wrap .custom-flex-grow-1 {
    flex: 1;
    -webkit-flex: 1;
}

/* Responsive */
@media ( min-width: 992px ) {

    .column-5.item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .element-iw-team-info .column-5:not(:nth-child(5n)),
    .element-iw-team-info .column-4:not(:nth-child(4n)),
    .element-iw-team-info .column-3:not(:nth-child(3n)),
    .element-iw-team-info .column-2:not(:nth-child(2n)),
    .element-iw-team-info .column-5:hover:not(:nth-child(5n)),
    .element-iw-team-info .column-4:hover:not(:nth-child(4n)),
    .element-iw-team-info .column-3:hover:not(:nth-child(3n)),
    .element-iw-team-info .column-2:hover:not(:nth-child(2n)),
    .element-list-job-cate .column-5:not(:nth-child(5n)),
    .element-list-job-cate .column-4:not(:nth-child(4n)),
    .element-list-job-cate .column-3:not(:nth-child(3n)),
    .element-list-job-cate .column-2:not(:nth-child(2n)),
    .element-list-job-cate .column-5:hover:not(:nth-child(5n)),
    .element-list-job-cate .column-4:hover:not(:nth-child(4n)),
    .element-list-job-cate .column-3:hover:not(:nth-child(3n)),
    .element-list-job-cate .column-2:hover:not(:nth-child(2n)) {
        border-right-color: transparent;
    }
    .element-iw-team-info .column-5:nth-child(n+6),
    .element-iw-team-info .column-4:nth-child(n+5),
    .element-iw-team-info .column-3:nth-child(n+4),
    .element-iw-team-info .column-2:nth-child(n+3),
    .element-list-job-cate .column-5:nth-child(n+6),
    .element-list-job-cate .column-4:nth-child(n+5),
    .element-list-job-cate .column-3:nth-child(n+4),
    .element-list-job-cate .column-2:nth-child(n+3) {
        border-top-color: transparent;
    }
    .element-list-job-cate .column-5:hover + .column-5:not(:nth-child(5n+6)),
    .element-list-job-cate .column-4:hover + .column-4:not(:nth-child(4n+5)),
    .element-list-job-cate .column-3:hover + .column-3:not(:nth-child(3n+4)),
    .element-list-job-cate .column-2:hover + .column-2:not(:nth-child(2n+3)) {
        border-left-color: #ff6c00;
    }
    .element-iw-team-info .column-1:not(:last-child) ,
    .element-list-job-cate .column-1:not(:last-child) {
        border-bottom-color: transparent;
    }
    .element-list-job-cate .column-1:hover + .item {
        border-top-color: #ff6c00;
    }
}
@media ( max-width: 1280px ) {
    .employer-item-carousel .owl-nav button {
        display: none;
    }
    .employer-item-carousel:hover .owl-nav button {
        display: block;
    }
    .employer-item-carousel .owl-nav button.owl-prev {
        left: 10px;
    }
    .employer-item-carousel .owl-nav button.owl-next {
        right: 10px;
    }
}

@media ( max-width: 1199px ) {
    .iw-register-login-page {
        margin: 0;
    }
    .iw-register-login-page > div.row {
        margin: 0;
    }
    .iw-register-login-page .content-left,
    .iw-register-login-page .content-right {
        padding: 30px 25px;
    }
    .iw-register-login-page.page .content-left,
    .iw-register-login-page.page .content-right {
        padding-bottom: 32px;
    }
    .iw-register-login-page .content-right h3.title {
        margin-bottom: 30px;
    }
    .iw-register-login-page .content-right .sale-text {
        margin-top: 30px;
    }
    .iw-register-login-page .content-left ul li a {
        font-size: 22px;
    }
    .iw-register-login-page .content-left ul li.login a {
        margin-right: 25px;
    }
}
@media ( max-width: 1024px ) {
    .iw-jobs-filter-by-type .job-item .job-info {
        margin: 0;
    }
}

@media ( max-width: 991px ) {
    .gj-search-jobs.style1 .fields .field-item {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .iw-register-login-page .content-right {
        border: none;
    }
}

@media ( min-width: 768px ) and ( max-width: 991px ) {

    .element-iw-team-info .item:not(:nth-child(3n)) ,
    .element-list-job-cate .item:not(:nth-child(3n)) {
        border-right-color: transparent;
    }
    .element-iw-team-info .item:nth-child(n+4) ,
    .element-list-job-cate .item:nth-child(n+4) {
        border-top-color: transparent;
    }
    #form-contact .contact-field input[type="email"],#form-contact .contact-field textarea, #form-contact .contact-field input[type="text"]{
        width:100%;
    }
}

@media ( min-width: 576px ) and ( max-width: 767px ) {

    .element-iw-team-info .item:not(:nth-child(2n)) ,
    .element-list-job-cate .item:not(:nth-child(2n)) {
        border-right-color: transparent;
    }
    .element-iw-team-info .item:nth-child(n+3) ,
    .element-list-job-cate .item:nth-child(n+3) {
        border-top-color: transparent;
    }
    #form-contact .contact-field input[type="email"],#form-contact .contact-field textarea, #form-contact .contact-field input[type="text"]{
        width:100%;
    }
}

@media ( max-width: 767px ) {
    .iw-jobs-filter-by-type .inwave-tabs {
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
        -ms-flex-pack: flex-start !important;
        -webkit-flex-pack: flex-start !important;
    }
    .gj-search-jobs.style2 .fields {
        padding: 10px 20px;
    }
    .gj-search-jobs.style2 .fields .field-item {
        position: relative;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 10px 0 !important;
    }
    .gj-search-jobs.style2 .fields .field-item.key-word {
        border-bottom: 1px #e2e4ea solid;
    }
    .gj-search-jobs.style2 .fields .field-item:first-child:after {
        display: none;
    }
    .gj-employers-filter .heading-block {
        display: block;
    }
    .gj-employers-filter .heading-block .title-block,
    .gj-employers-filter .heading-block .gje-filter-list {
        width: 100%;
        text-align: inherit;
		margin-bottom: 20px;
    }
    .gj-employers-filter .heading-block .gje-filter-list li {
        padding: 0 30px 0 0;
    }
    .gj-search-jobs.style3 .fields .field-item.key-word,
    .gj-search-jobs.style3 .fields .field-item.location {
        border-radius: 3px;
        margin-bottom: 10px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border: 1px solid #d0d0d0;
    }
    .gj-search-jobs.style3 .fields .field-item.field-item-submit {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        height: 87px;
    }
    .element-testimonial-v6 .owl-carousel .owl-dots {
        text-align: center;
        margin-top: 32px;
    }
    .iw-register-login-page {
        padding: 0 0 10px;
    }
	.element-tabs-by-job .btn-tabs{
		margin-bottom: 30px;
	}

    .element-latest-post .latest-post-content .item{
        margin-bottom: 40px;
    }
}

@media ( min-width: 576px ) {

    .element-iw-team-info .item:last-child ,
    .element-list-job-cate .item:last-child {
        border-right-color:  #e5e5e5;
    }

    .element-list-job-cate .item:hover:last-child {
        border-right-color:  #ff6c00;
    }
	
}

@media ( max-width: 575px ) {
    #contact-us-page > .elementor-container.elementor-column-gap-default{
        padding: 40px 20px;
    }
    .element-iw-team-info .item:not(:last-child) ,
    .element-list-job-cate .item:not(:last-child) {
        border-bottom-color: transparent;
    }
    .element-testimonial-v5 .item,
    .element-our-story .item{
        padding:25px;
    }
    .element-our-story .owl-carousel .owl-dots{
        display: table;
        width: 100%;
        border: none;
    }
    .element-our-story .owl-carousel .owl-dots .owl-dot{
        margin: 2px 0 !important;
        transform: translate(0);
        -webkit-transform: translate(0);
        width: 25%;
        height: auto;
        text-align: left;
        padding-left: 25px;
    }
    .element-our-story .owl-carousel .owl-dots .owl-dot:before,
    .element-our-story .owl-carousel .owl-dots .owl-dot:after {
        left: 9px;
    }
    .element-our-story .owl-carousel .owl-dots .owl-dot div {
        margin-top: 0;
        position: relative;
        left: auto;
        font-size: 14px;
        width: auto;
    }
    .gj-search-jobs.style1 .fields .field-item {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .element-testimonial .top-heading {
        margin-bottom: 90px;
    }
    .iw-jobs-filter-by-type .job-item {
        display: block;
    }
    .iw-jobs-filter-by-type .job-item .job-image {
        margin: 0 0 20px;
    }
    #form-contact .contact-field input[type="email"],#form-contact .contact-field textarea, #form-contact .contact-field input[type="text"]{
        width:100%;
    }
    .iw-register-login-page .tab-content,
    .iw-register-login-page .inwave-tabs.nav.nav-tabs{
        width: 96%;
    }
    .element-our-story .item .align-items-start{
        align-items: normal !important;
        display: block !important;
    }
    .element-our-story .item .item-avatar {
        margin-bottom: 30px;
    }
    .element-our-story .item .item-avatar img{
        width: 90px;
    }
    .element-latest-post .latest-post-banner.style-1 .banner-left {
        margin-bottom: 20px;
    }
    .element-iw-owl.owl-carousel .owl-nav {
        right: auto;
        left: 0;
    }
    .gj-search-jobs.style1 .gj-search-box {
        padding: 20px 15px 15px;
    }
    .element-testimonial-v5 .item .item-comment{
        padding-bottom: 20px;
    }
}

@media ( max-width: 360px ) {
    .element-our-story .owl-carousel .owl-dots .owl-dot{
        width: 50%;
    }
}

@media ( min-width: 320px ) {

    .element-list-job-cate .item:hover {
        border-color: #ff6c00;
    }
}