/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


.file-upload-sticky {
    position: fixed;
    top: 50vh;
    right: 0;
    width: 70px;
    min-height: 76px;
    line-height: 1;
    border-radius: 40px 0 0 40px;
    z-index: 99999;
    background-color: #ff6716;
    color: #fff;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
    align-items: center;
    font-size: 15px;
    padding: 10px 30px;
    transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, width 0.3s ease;
}

.file-upload-sticky:hover {
    color: #ff6716;
    background-color: #fff;
    box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
    width: 170px;
}

.file-upload-sticky:hover > svg * {
    fill: #ff6716 !important;
}

.file-upload-sticky:hover p {
    width: auto;
    opacity: 1;
}

.file-upload-sticky p {
    padding: 0;
    width: 0;
    white-space: nowrap;
    opacity: 0;
    transition: width 0.3s ease, opacity 0.5s ease;
}

.file-upload-sticky i {
    font-size: 20px !important;
}

.wpb_wrapper>.nectar-hor-list-item:not([data-hover-effect=full_border]):last-child {
    border-bottom: 0
}

.wpb_wrapper>.nectar-hor-list-item {
    margin-bottom: 0
}

.nectar-hor-list-item {
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    padding: 22px;
    margin-bottom: 0;
    -webkit-transition: all .4s cubic-bezier(.2, 0, .15, 1);
    -ms-transition: all .4s cubic-bezier(.2, 0, .15, 1);
    transition: all .4s cubic-bezier(.2, 0, .15, 1)
}

.nectar-hor-list-item[data-hover-effect=none] {
    padding-left: 0;
    padding-right: 0
}

body .tabbed .nectar-hor-list-item {
    padding: 22px
}

.span_12.light .nectar-hor-list-item {
    border-color: rgba(255, 255, 255, .12)
}

.nectar-hor-list-item[data-hover-effect=default]:before {
    height: 100%;
    opacity: 0;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    -ms-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all .4s cubic-bezier(.2, 0, .15, 1);
    -ms-transition: all .4s cubic-bezier(.2, 0, .15, 1);
    transition: all .4s cubic-bezier(.2, 0, .15, 1)
}

.nectar-hor-list-item[data-color=black]:before {
    background-color: #000
}

.nectar-hor-list-item[data-color=white]:before {
    background-color: #fff
}

.nectar-hor-list-item[data-hover-effect=default]:hover {
    border-color: transparent !important
}

.nectar-hor-list-item[data-hover-effect=default]:hover:before {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0);
    -ms-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0)
}

.nectar-hor-list-item[data-hover-effect=default]:hover .nectar-list-item,
.nectar-hor-list-item[data-hover-effect=default]:hover .nectar-list-item-btn,
.span_12.light .nectar-hor-list-item .nectar-list-item,
.span_12.light .nectar-hor-list-item .nectar-list-item-btn {
    color: #fff
}

.nectar-hor-list-item[data-hover-effect=default]:hover .im-icon-wrap path,
.span_12.light .nectar-hor-list-item .im-icon-wrap path {
    fill: #fff
}

.nectar-hor-list-item .im-icon-wrap path {
    transition: fill .4s cubic-bezier(.2, 0, .15, 1)
}

.nectar-hor-list-item[data-hover-effect=default]:hover .nectar-list-item-btn,
.span_12.light .nectar-hor-list-item .nectar-list-item-btn {
    border-color: rgba(255, 255, 255, .5)
}

.nectar-hor-list-item[data-color=white]:hover .nectar-list-item,
.nectar-hor-list-item[data-color=white]:hover .nectar-list-item-btn {
    color: #000
}

.nectar-hor-list-item[data-color=white]:hover .nectar-list-item-btn {
    border-color: rgba(0, 0, 0, .3)
}

body .nectar-hor-list-item .nectar-list-item-btn {
    font-size: 14px
}

.nectar-hor-list-item .nectar-list-item-btn {
    padding: 8px 12px;
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, .3);
    line-height: 12px;
    color: #000;
    margin: 3px 3px;
    -webkit-transition: border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1);
    -ms-transition: border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1);
    transition: border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar-hor-list-item[data-hover-effect=default] .nectar-list-item-btn:hover,
.span_12.light .nectar-hor-list-item .nectar-list-item-btn:hover {
    border-color: #fff
}

.nectar-hor-list-item[data-hover-effect=none]:hover .nectar-list-item {
    color: inherit
}

.nectar-hor-list-item .full-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

body[data-button-style^=rounded] .nectar-hor-list-item .nectar-list-item-btn {
    border-radius: 100px
}

.nectar-hor-list-item>.nectar-list-item {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: color .4s cubic-bezier(.2, 0, .15, 1);
    -ms-transition: color .4s cubic-bezier(.2, 0, .15, 1);
    transition: color .4s cubic-bezier(.2, 0, .15, 1)
}

.nectar-hor-list-item>.nectar-list-item[data-text-align=left] {
    text-align: left
}

.nectar-hor-list-item>.nectar-list-item[data-text-align=center] {
    text-align: center
}

.nectar-hor-list-item>.nectar-list-item[data-text-align=right] {
    text-align: right
}

.nectar-hor-list-item[data-columns="1"]>.nectar-list-item {
    width: 100%
}

.nectar-hor-list-item[data-columns="2"]>.nectar-list-item {
    width: 50%
}

.nectar-hor-list-item[data-columns="3"]>.nectar-list-item {
    width: 33.3%
}

.nectar-hor-list-item[data-columns="4"]>.nectar-list-item {
    width: 25%
}

.nectar-hor-list-item[data-columns="4"][data-column-layout=large_first]>div:nth-child(3),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_first]>div:nth-child(4),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_nth]>div:nth-child(2),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_nth]>div:nth-child(4),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_first_last]>div:nth-child(1),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_first_last]>div:nth-child(4),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_nth]>div:nth-child(1),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_nth]>div:nth-child(3) {
    width: 15%
}

.nectar-hor-list-item[data-columns="4"][data-column-layout=large_first]>div:nth-child(1),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_first]>div:nth-child(2),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_nth]>div:nth-child(1),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_nth]>div:nth-child(3),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_first_last]>div:nth-child(2),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_first_last]>div:nth-child(3),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_nth]>div:nth-child(2),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_nth]>div:nth-child(4) {
    width: 35%
}

.nectar-hor-list-item[data-columns="3"][data-column-layout=small_first]>div:nth-child(1) {
    width: 20%
}

.nectar-hor-list-item[data-columns="3"][data-column-layout=small_first]>div:nth-child(2),
.nectar-hor-list-item[data-columns="3"][data-column-layout=small_first]>div:nth-child(3) {
    width: 40%
}

.nectar-hor-list-item[data-columns="3"][data-column-layout=large_first]>div:nth-child(1),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_last]>div:nth-child(3),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_middle]>div:nth-child(2) {
    width: 50%
}

.nectar-hor-list-item[data-columns="3"][data-column-layout=large_first]>div:nth-child(2),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_first]>div:nth-child(3),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_last]>div:nth-child(1),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_last]>div:nth-child(2),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_middle]>div:nth-child(1),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_middle]>div:nth-child(3) {
    width: 25%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=large_first]>div:nth-child(1) {
    width: 70%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=large_first]>div:nth-child(2) {
    width: 30%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=xlarge_first]>div:nth-child(1) {
    width: 80%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=xlarge_first]>div:nth-child(2) {
    width: 20%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=xsmall_first]>div:nth-child(1) {
    width: 20%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=xsmall_first]>div:nth-child(2) {
    width: 80%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=small_first]>div:nth-child(1) {
    width: 30%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=small_first]>div:nth-child(2) {
    width: 70%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=medium_first]>div:nth-child(1) {
    width: 40%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=medium_first]>div:nth-child(2) {
    width: 60%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=medium_last]>div:nth-child(1) {
    width: 40%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=medium_last]>div:nth-child(2) {
    width: 60%
}

.nectar-hor-list-item .nectar-list-item[data-text-align=left] {
    padding-right: 30px
}

.nectar-hor-list-item>div[data-text-align=left]:last-child {
    padding-right: 0
}

.nectar-hor-list-item .nectar-list-item[data-text-align=right] {
    padding-left: 30px
}

.nectar-hor-list-item .nectar-list-item[data-text-align=center] {
    padding-right: 15px;
    padding-right: 15px
}

.nectar-hor-list-item[data-hover-effect=none]:before {
    display: none
}

.row .nectar-hor-list-item h2,
.row .nectar-hor-list-item h3,
.row .nectar-hor-list-item h4,
.row .nectar-hor-list-item h5 {
    color: inherit;
    margin-bottom: 0
}

.nectar-hor-list-item[data-hover-effect=full_border] {
    transition: all .25s ease
}

.nectar-hor-list-item[data-hover-effect=full_border] .nectar-list-item-btn {
    border: none;
    background-color: rgba(0, 0, 0, .05);
    transition: all .25s ease
}

.nectar-hor-list-item[data-hover-effect=full_border] .nectar-list-item-btn:hover {
    color: #fff
}

.span_12.light .nectar-hor-list-item[data-hover-effect=full_border] .nectar-list-item-btn {
    border: none;
    background-color: rgba(255, 255, 255, .1)
}

.nectar-hor-list-item[data-hover-effect=full_border][data-br="3px"] {
    border-radius: 3px
}

.nectar-hor-list-item[data-hover-effect=full_border][data-br="5px"] {
    border-radius: 5px
}

.nectar-hor-list-item[data-hover-effect=full_border][data-br="10px"] {
    border-radius: 10px
}

.nectar-hor-list-item[data-hover-effect=full_border][data-br="15px"] {
    border-radius: 15px
}

.nectar-hor-list-item[data-hover-effect=full_border] {
    border: 1px solid rgba(0, 0, 0, .15);
    margin-top: 20px
}

.span_12.light .nectar-hor-list-item[data-hover-effect=full_border] {
    border: 1px solid rgba(255, 255, 255, .25)
}

.nectar-hor-list-item[data-hover-effect=full_border][data-color=white]:hover {
    border-color: #fff
}

.nectar-hor-list-item[data-hover-effect=full_border][data-color=black]:hover {
    border-color: #000
}

.nectar-hor-list-item[data-hover-effect=full_border]:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.nectar-hor-list-item .nectar-list-item[data-icon=true]>* {
    display: inline-block;
    vertical-align: middle
}

.nectar-hor-list-item .item-icon {
    font-size: 30px;
    margin: 10px 15px 10px 0;
    top: 0
}

.nectar-hor-list-item img.item-icon.small {
    width: 20px
}

.nectar-hor-list-item img.item-icon {
    width: 30px
}

.nectar-hor-list-item img.item-icon.large {
    width: 45px
}

.nectar-hor-list-item img.item-icon.x_large {
    width: 60px
}

.nectar-hor-list-item .item-icon[data-size=small] {
    font-size: 20px
}

.nectar-hor-list-item .im-icon-wrap[data-size=small] svg {
    width: 20px;
    height: 20px
}


.nectar-hor-list-item .item-icon[data-size=large] {
    font-size: 40px;
    margin-right: 20px
}

.nectar-hor-list-item .im-icon-wrap[data-size=large] svg {
    width: 40px;
    height: 40px
}

.nectar-hor-list-item .item-icon[data-size=x_large] {
    font-size: 50px;
    margin-right: 20px
}

.nectar-hor-list-item .im-icon-wrap[data-size=x_large] svg {
    width: 50px;
    height: 50px
}

body[data-button-style*=slightly_rounded] .nectar-hor-list-item .nectar-list-item-btn {
    border-radius: 4px;
    -webkit-border-radius: 4px
}

@media only screen and (min-width :1px) and (max-width :999px) {

    .nectar-hor-list-item[data-columns="3"] .nectar-list-item,
    .nectar-hor-list-item[data-columns="4"] .nectar-list-item {
        width: 100% !important;
        display: block
    }

    .nectar-hor-list-item[data-columns="3"] .nectar-list-item:not(:last-child),
    .nectar-hor-list-item[data-columns="4"] .nectar-list-item:not(:last-child) {
        padding-bottom: 10px
    }

    .nectar-hor-list-item[data-columns="3"] .nectar-list-item,
    .nectar-hor-list-item[data-columns="4"] .nectar-list-item {
        padding-left: 0;
        padding-right: 0
    }

    .nectar-hor-list-item.has-btn {
        padding-right: 135px
    }

    .nectar-hor-list-item.has-btn[data-columns="3"],
    .nectar-hor-list-item.has-btn[data-columns="4"] {
        padding-right: 22px
    }

    .nectar-hor-list-item.has-btn[data-columns="3"]>div:nth-child(1),
    .nectar-hor-list-item.has-btn[data-columns="4"]>div:nth-child(1) {
        padding-right: 135px
    }

    .nectar-hor-list-item:not([data-columns="2"])>.nectar-list-item[data-text-align=right] {
        text-align: left
    }

    .nectar-hor-list-item[data-columns="3"] .nectar-list-item .nectar-list-item-btn,
    .nectar-hor-list-item[data-columns="4"] .nectar-list-item .nectar-list-item-btn {
        position: absolute;
        right: 22px;
        top: 25px
    }

    .nectar-hor-list-item[data-columns="3"] .nectar-list-item .nectar-list-item-btn.second,
    .nectar-hor-list-item[data-columns="4"] .nectar-list-item .nectar-list-item-btn.second {
        position: absolute;
        right: 22px;
        top: 65px
    }
}



.awsm-filter-wrap {
    padding: 45px 0px 0px 0px;
}

.nectar-hor-list-item .nectar-list-item[data-text-align=left] {
    padding-right: 30px;
    width: 30%;
}

.nectar-hor-list-item .nectar-list-item[data-text-align=right] {
    padding-left: 30px;
    width: 18%;
}
.awsm-job-specification-wrapper {
    text-align: left;
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
    .nectar-hor-list-item.has-btn[data-columns="5"]>div:nth-child(1) {
        padding-right: 135px;
        width: 0;
    }
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
    .nectar-hor-list-item[data-columns="5"] .nectar-list-item:not(:last-child) {
        padding-bottom: 10px;
        width: 0;
    }
}

.awsm-lists {
    border: none;
}

/* Footer Logo */
@media only screen and (min-width: 1000px){
    /* .row .col img:not([srcset]) {
        width: 230px !important;
    } */
}

/* Menu */
@media (max-width:992px) {
    .row .col img:not([srcset]) {
        width: 100px;
    }
}

@media (min-width:1000px) {

    .sf-menu ul,
    #header-outer .sf-menu>.sfHover>ul,
    #header-outer .sf-menu>li:hover>ul {

        top: 80% !important;
        left: 26px;
    }
}

/* Hero Banner */

.swiper-slide .slide-bg-wrap .slide-bg-overlay {
    opacity: 0;
}

#footer-outer #copyright a:not(.nectar-button) {
    color: #ff6716 !important;
}


@media (max-width:768px) {

    #services .slide-bg-wrap,
    .dg-banner-section .slide-bg-wrap {
        position: relative;
        height: 0;
        padding-bottom: 64%;
    }

    #services .swiper-slide .content,
    .dg-banner-section .swiper-slide .content {
        position: relative;
        top: 0 !important;
        transform: translate(0, 0) !important;
/*         padding-bottom: 80px; */
    }

    #services .swiper-slide,
    .dg-banner-section .swiper-slide {
        background: #fff !important;
    }

    #services .swiper-slide .container,
    .dg-banner-section .swiper-slide .container {
        height: auto !important;
        transform: translate(0) !important;
    }

    #about .column-image-bg-wrap.column-bg-layer.viewport-desktop.animated-in {
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
    }

    .nectar-fancy-box[data-style="color_box_hover"] .box-inner-wrap {
        padding: 20px;
    }
}

/* Job listing hide search icone in Home page */

.home .awsm-filter-wrap {
    display: none;
}



/* Set BreadCrumbs font-size */

.breadcrumbs-list.wpb_start_animation {
    font-size: 15px;
}


/* Contact page banner image */
.page-id-6523 .swiper-slide .image-bg {
    background-size: 100% 100%;
}


/* Tablet P and Down */
@media (max-width:1199px) {
    .nectar-hor-list-item .nectar-list-item:first-child {
        width: 33%;
    }

    .nectar-hor-list-item .nectar-list-item:last-child {
        width: 16%;
    }
}

/* Tablet P and Down */
@media (max-width: 992px) {
    .nectar-hor-list-item.has-btn {
        padding-right: 22px;
    }

    .nectar-hor-list-item>.nectar-list-item {
        display: block;
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 10px;
    }

    .nectar-hor-list-item>.nectar-list-item:last-child {
        margin-bottom: 0;
    }

    .nectar-list-item .wpb_row:not(.full-width-section):not(.full-width-content) {
        margin-bottom: 20px !important;
    }
}
@media only screen and (max-width: 690px){
    .vc_hidden-lg.vc_hidden-md .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p, .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content p, .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p {
        font-size: 16px;
        line-height: 17.52px!important;
        margin-top: 11px;
    }
}
.awsm-load-more-classic a.page-numbers, .awsm-load-more-main a.awsm-load-more{
	background-color:#ff6716 !important;
	color: #ffff !important;
	display:inline-block;
	border-radius: 200px !important;
	font-size: 20px;
  padding: 15px 22px;
	font-family: Cabin;
	font-weight: 700;
	position: relative;
  margin-bottom: 10px !important;
}
.awsm-jobs-pagination {
    width: 100%;
    text-align: center;
}

/* Mobile slider */
@media (max-width:767px) {
    .vc_hidden-lg.vc_hidden-md .swiper-slide,

    .vc_hidden-lg.vc_hidden-md .nectar-slider-wrap,
    .vc_hidden-lg.vc_hidden-md .swiper-container,
    .vc_hidden-lg.vc_hidden-md .swiper-wrapper {
        height: auto !important;
        min-height: 310px;
        top: 0;
    }

    .nectar-fancy-box:not([data-style="parallax_hover"]):not([data-style="hover_desc"]).min_height_phone_255px .inner,
    .nectar-fancy-box[data-style="parallax_hover"].min_height_phone_255px .meta-wrap,
    .nectar-fancy-box[data-style="hover_desc"].min_height_phone_255px {
        min-height: 298px !important;
    }
}

@media (max-width:767px){
	.home-mobile-banner .swiper-slide{
		min-height: 500px !important;
	}
}

@media only screen and (min-width: 1000px){
    #footer-widgets[data-cols="5"] .container .row >div:first-child {
        width: 28% !important;
    }
}
@media only screen and (min-width: 1000px){
    #footer-widgets[data-cols="5"] .container .row >div {
        width: 21.5% !important; 
    }
}
@media only screen and (min-width: 1000px){
    div#block-25 ,
     div#nav_menu-2 {
        margin-left: 64px;
    }
}

@media (max-width:767px){
    .prometo_story_mobile  .slide-bg-wrap{
        margin-top: 53px;
        margin-bottom: 10px;
    }
}

* {
    font-family: cabin !important
}

.nectar_team_member_overlay .team_member_details {
    width: 50%;
    padding: 100px;
}

@media (max-width: 1200px) {
    .nectar_team_member_overlay .team_member_details {
        padding: 50px;
    }
}

@media (max-width: 999px) {
    .nectar_team_member_overlay .inner-wrap {
        padding-top: 0 !important;
        flex-direction: column-reverse;
        overflow: auto;
        height: auto;
    }

    .nectar_team_member_overlay .team_member_details {
        width: 100%;
        padding: 50px;
        height: auto;
        overflow: hidden;
        max-height: initial;
    }

    .nectar_team_member_overlay .team_member_picture {
        width: 100%;
        position: relative;
        height: 740px;
    }

    .nectar_team_member_overlay {
        overflow: auto;
    }
}

.nectar_team_member_overlay .team_member_details {
    overflow: auto;
}

/* Service offering in home page */

@media only screen and (max-width: 999px) {

    .nectar-fancy-box:not([data-style="parallax_hover"]):not([data-style="hover_desc"]).min_height_phone_255px .inner,
    .nectar-fancy-box[data-style="parallax_hover"].min_height_phone_255px .meta-wrap,
    .nectar-fancy-box[data-style="hover_desc"].min_height_phone_255px {
        min-height: 360px !important;
    }

    .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2,
    .full-width-content .vc_col-sm-12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2,
    .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content h2,
    .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2 {
        font-size: 22px !important;
    }

    .swiper-slide span {
        font-size: 15px;
    }
}

/* Footer */
#footer-outer .row .col img:not([srcset]) {
    width: 160px !important;
}

#footer-outer #copyright a:not(.nectar-button) {
    color: #ff6716 !important;
}

.nectar-lazy .loaded {
    width: 1707px !important;
}

.nectar-fancy-box[data-style="color_box_hover"] .inner-wrap *,
.nectar-fancy-box[data-style="color_box_hover"] .inner-wrap {
    color: #000000 !important;
}

.nectar-icon-list-item .content,
.nectar_team_member_overlay {
    color: #000000 !important;
}

/* Recptcha */

.wpcf7-form-control {
    margin-bottom: 0 !important;
}

/* Slider Set in responsive */

@media only screen and (max-width: 999px) {
    .swiper-slide .content .buttons {
        padding-top: 0px;
    }

    .vc_row.top_padding_tablet_20pct {
        padding-top: 0% !important;
    }

}

@media only screen and (max-width: 768px) and (min-width: 768px) {

    /* 	Industries slider */
    .page-id-6301 #services .slide-bg-wrap,
    .dg-banner-section .slide-bg-wrap {
        padding-bottom: 60%;
    }

    /* 	Home slider */
    .page-id-6017 #services .slide-bg-wrap,
    .dg-banner-section .slide-bg-wrap {
        padding-bottom: 55%;
    }


    /* HR counsulting	*/
    .page-id-6278 div#nectar-slider-instance-2,
    .swiper-container {
        height: 600px !important;
    }

    .page-id-6278 .swiper-slide.swiper-slide-visible.swiper-slide-active.no-transform {
        height: 601px !important;
    }

}

/* Slider */
.swiper-container {
    background-color: #ffffff !important;
}
@media only screen and (max-width:999px) and (min-width: 770px) {
    .swiper-container[data-tho="auto"][data-tco="auto"][data-pho="auto"][data-pco="auto"] .swiper-slide .content {
        position: relative;
        top: 85% !important;
        transform: translate(0, 0) !important;
        visibility: visible;
    }

    .swiper-container {
        height: 640px;
    }

    .swiper-slide.swiper-slide-visible.swiper-slide-active.no-transform {
        background-color: #fff !important;
        height: 640px;
    }

    div#nectar-slider-instance-2 {
        height: 685px;
    }

    .swiper-slide .image-bg {
        height: 86%;
    }

    /* 	Home page */
    .page-id-6017 .swiper-container[data-tho="auto"][data-tco="auto"][data-pho="auto"][data-pco="auto"] .swiper-slide .content {
        position: relative;
        top: 77% !important;
        visibility: visible;
    }

    .page-id-6017 .swiper-slide.swiper-slide-visible.swiper-slide-active {
        background-color: #fff !important;
    }

    .page-id-6017 .swiper-container {
        background-color: #fff !important;
        height: 700px !important;
    }

    .page-id-6017 #nectar-slider-instance-2 {
        height: 665px !important;
    }

    .page-id-6017 .swiper-slide.swiper-slide-visible.swiper-slide-active.no-transform {
        background-color: #fff !important;
        height: 775px;
    }

    .page-id-6017 .swiper-slide .image-bg {
        height: 75% !important;
    }


    /* 	HR consulting */
    .page-id-6278 #nectar-slider-instance-2 {
        height: 601px !important;
    }

    .page-id-6278 .swiper-slide.swiper-slide-visible.swiper-slide-active.no-transform {
        height: 601px !important;
    }

    .page-id-6278 .swiper-container {
        background-color: #fff !important;
        height: 601px !important;
    }

}
/* Privacy page */
@media (max-width: 768px) {

    .page-id-6835 #services .slide-bg-wrap,
    .dg-banner-section .slide-bg-wrap {
        height: 270px;
    }
}

/* Job opening content page */
.awsm-job-container {
    width: 80%;
}

@media only screen and (max-width: 690px) {

    body .row .col.section-title h1,
    body h1,
    html body .row .col.section-title.span_12 h1,
    body.single.single-post .row .col.section-title.span_12 h1,
    #page-header-bg .span_6 h1,
    #page-header-bg.fullscreen-header .span_6 h1,
    body .featured-media-under-header h1,
    .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2 {
        font-size: 30px;
    }

    .awsm-job-specification-wrapper {
        font-size: 17px;
    }

    .awsm-job-entry-content.entry-content {
        font-size: 16px;
    }

}

/* CV button responsive  */

@media (max-width: 767px) {
    .file-upload-sticky {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 13px 10px;
        border-radius: 8px 8px 0 0;
        transform: translate(0, 0);
        max-width: 100%;
        font-size: 19px;
        z-index: 99;
        text-align: center;
        top: 95vh !important;
        display: inline;
    }

    svg.file_icon_svg {
        display: none;
    }

    .file-upload-sticky:hover {
        color: #ff6716;
        background-color: #fff;
        box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
        width: 100%;
    }

    .file-upload-sticky p {
        display: contents;
        text-align: center !important;
    }
}

@media (max-width: 412px) and (min-width: 412px) {
    .file-upload-sticky {
    padding: 16px 10px;
    }
    
}
@media (max-width: 375px) and (min-width: 360px){
    .file-upload-sticky {
        top: 94vh !important;
        font-size: 18px;
        padding: 13px 10px;
    }
}

@media (max-width: 1000px) {
    .page-id-6301 #services .slide-bg-wrap, .dg-banner-section .slide-bg-wrap {
        padding-bottom: 55%;
    }
}