body {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
}

body.home {
    background-color: #F2F2F2;
}

body.logged-in header#masthead {
    top: 0;
}

a:hover, a {
    text-decoration: none;
}

a:focus-within {
    outline: none;
}

/* page transitions */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

/** Basic styles for an animated element */

.m-scene .scene_element {
    animation-duration: 1.2s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
}

.m-scene .scene_element--fadein {
    animation-name: fadeIn;
}

.m-scene .scene_element--fadeinup {
    animation-name: fadeInUp;
}

.m-scene .scene_element--fadeinright {
    animation-name: fadeInRight;
}

.m-scene.is-exiting .scene_element {
    animation-direction: alternate-reverse;
}

.fadeup {
    opacity: 0;
}

.site-content {
    margin-top: 80px;
}

.single-products .site-content {
    margin-top: 0;
}

header#masthead {
    height: 80px;
    display: flex;
    align-items: center;
    background-image: none;
    background-color: transparent;
    transition: transform 0.4s;
}

.home header#masthead {
    background-color: #00AFC8;
}

.page-template-template-contact header#masthead {
    background-color: #CFCAC7;
}

header#masthead.scroll-up {
    transform: none
}

header#masthead.scroll-down {
    transform: translate3d(0, -100%, 0);
}

header#masthead .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header#masthead .logo-left {
    position: initial;
    padding-left: 0;
    padding-top: 0;
    max-width: 150px;
}

header#masthead .logo-left img {
    width: auto;
    height: auto !important;
}

header#masthead .menu-position-right {
    position: initial;
    right: 47px;
    padding-top: 0;
}

.menu-position-right .menu-menu_top-container {
    width: auto;
    height: auto;
}

.menu-position-right .menu-menu_top-container ul {
    width: auto;
    height: auto;
    background-image: none;
    padding-bottom: 0;
    display: flex;
}

.menu-position-right ul li {
    position: initial;
    top: 0;
    float: initial;
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 0;
}

.menu-position-right ul li:first-child {
    margin-left: 0;
    margin-right: 25px;
}

.menu-position-right ul li:last-child {
    margin-right: 0;
    margin-left: 25px;
}

.menu-position-right ul li a {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    line-height: 150%;
    color: rgba(51, 51, 51, 0.5);
}

.menu-position-right ul li a:hover, .menu-position-right ul li.current_page_item a {
    color: rgba(51, 51, 51, 1);
}

.home .menu-position-right ul li a {
    color: rgba(255, 255, 255, 0.6);
}

.home .menu-position-right ul li a:hover {
    color: #fff;
}

.page-template-template-contact .menu-position-right ul li a {
    color: rgba(0, 0, 0, 0.5);
}

.page-template-template-contact .menu-position-right ul li a:hover {
    color:rgba(0, 0, 0, 1);
}


/** dropdown custom css **/

.cat_dd label.field, .country_field label.field {
    border-radius: 2px;
    color: #666;
    display: block;
    margin: 0;
    max-width: 460px;
    width: 50%;
    padding-top: 8px;
    opacity: 0;
    position: relative;
    transition-property: height, opacity;
    z-index: 1;
}

.country_field label.field {
    width: 100%;
    max-width: inherit;
    padding-top: 0;
}

.country_field label.field .psuedo_select {
    margin-top: 25px;
}

label.field span {
    color: inherit;
    display: block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    left: 2px;
    pointer-events: none;
    position: absolute;
    top: 28px;
    transform: scale(1) translateY(0);
    transition-duration: 0.1s;
    z-index: 1;
}

label.field span.required::after {
    color: inherit;
    content: "*";
    display: block;
    height: 20px;
    left: -20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}

.error label.field span {
    color: #f02318;
}

label.field .psuedo_select {
    background: rgba(255, 255, 255, 0);
    position: relative;
    border-color: #666;
    border-style: solid;
    border-width: 0 0 1px 0;
    color: #666;
    cursor: pointer;
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    margin-top: 24px;
    min-width: 250px;
    padding-top: 24px;
    outline: 0;
    z-index: 1;
}

label.field .psuedo_select::after {
    background: url("data:image/svg+xml;utf8,<svg fill='#666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
    content: "";
    height: 24px;
    width: 24px;
    position: absolute;
    top: 0;
    right: 0;
    transition-property: background;
}

label.field .psuedo_select .selected {
    height: 24px;
    left: 1px;
    line-height: 24px;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateY(24px);
    transition-property: opacity, transform;
    will-change: transform;
}

label.field .psuedo_select ul {
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    display: block;
    height: 0;
    list-style: none;
    margin-top: 2px;
    opacity: 0;
    overflow: hidden;
    padding: 0 1px;
    pointer-events: none;
    transition-duration: 0.4s;
    width: 100%;
    z-index: 2;
}

label.field .psuedo_select ul li {
    padding: 8px 4px;
    font-size: 16px;
    line-height: 1;
}

label.field .deselect {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: -1;
}

/* label.field.focused {
    color: #007bed;
}

label.field.focused .psuedo_select {
    border-color: #007bed;
} */

label.field.focused .psuedo_select::after {
    background: url("data:image/svg+xml;utf8,<svg fill='#007BED' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
}

label.field.focused .psuedo_select ul {
    opacity: 1;
    pointer-events: all;
    /* height: auto !important; */
}

.loc_details {
    display: flex;
}

.loc_details .single_loc {
    width: 50%;
}

.loc_details .single_loc:first-of-type {
    padding-right: 15px;
}

.loc_details .single_loc:last-of-type {
    padding-left: 15px;
}

.loc_details .single_loc .title {
    font-weight: normal;
    font-size: 23px;
    text-transform: uppercase;
}

.loc_details .single_loc .address {
    font-size: 18px;
    width: 100%;
    min-height: 150px;
}
.loc_details .single_loc .address p {
	color: #212529;
}

.loc_details .single_loc .single_link,
.loc_details .single_loc .map_img {
    margin-bottom: 25px;
}

.loc_details .single_loc .loc_desc {
    font-size: 18px;
} 

[role="form"].wpcf7 {
    display: flex;
    flex-wrap: wrap;
}

[role="form"].wpcf7 input, [role="form"].wpcf7 select,
[role="form"].wpcf7 textarea {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    background-color: transparent;
    
}

[role="form"].wpcf7 input:focus, [role="form"].wpcf7 select:focus,
[role="form"].wpcf7 textarea:focus {
    outline: none;
    border-bottom: 1px solid #000000;
    border-color: #000000;
}


[role="form"].wpcf7 form {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

[role="form"].wpcf7 form>div {
    width: 50%;
    max-width: 425px;
    margin-bottom: 35px;
}

[role="form"].wpcf7 form>div:nth-of-type(even):not(.message_field, .submit_btn) {
    padding-right: 15px;
}

[role="form"].wpcf7 form>div:nth-of-type(odd):not(.message_field, .submit_btn) {
    padding-left: 15px;
}

[role="form"].wpcf7 form>div.message_field {
    width: 100%;
    max-width: 100%;
}

[role="form"].wpcf7 form>div.country_field {
    display: flex;
    align-items: flex-end;
}

[role="form"].wpcf7 form>div>span,
[role="form"].wpcf7 form>div>span>input,
[role="form"].wpcf7 form>div>span>select {
    width: 100%;
    max-width: 425px;
    font-weight: lighter;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
}

[role="form"].wpcf7 form>div>span>textarea {
    font-weight: lighter;
    padding-left: 0;
    padding-right: 0;
}

/** footer **/

footer#colophon {
    padding: 35px 0;
    padding-top: 0;
    background-color: #4F4F4F;
    color: #fff;
}

footer#colophon .container {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
}

footer#colophon .footer-top, footer#colophon .footer-bottom {
    display: flex;
    justify-content: space-between;
}

footer#colophon .footer-top {
    background-image: none;
    padding: 0;
}

footer .footer-top .left_sec>* {
    font-size: 23px;
    line-height: 130%;
    margin-bottom: 50px;
}

footer .footer-top .right_sec {
    display: flex;
}

.footer-top .right_sec .single_link {
    margin-right: 50px;
}

.footer-top .right_sec .single_link:last-child {
    margin-right: 0;
}

footer a {
    color: #fff;
}

/* .footer-top .right_sec .single_link a:hover {
    text-decoration: none;
} */

.single_link.white a, .single_link.white button {
    color: #fff;
}

.single_link.white a:before, .single_link.white button:before,
.single_link.white a:after, .single_link.white button:after {
    content: '';
    display: inline-block;
    background-image: url(../svg/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 13px;
    margin-right: 15px;
    margin-bottom: 1px;
    color: #fff;
    transition-delay: 0.2s;
	transition: all 0.3s;
}

.single_link.white a:after, .single_link.white button:after {
    width: 0;
    margin-right: 0;
    margin-left: 15px;
}

.single_link.white a:hover:before, .single_link.white button:hover:before {
    
    width: 0;
}

.single_link.white a:hover:after, .single_link.white button:hover:after {
    width: 30px;
}

.single_link.black a, .single_link.black button {
    color: #000000;
}

.single_link.black button {
    background: transparent;
    font-weight: inherit;
    padding: 0;
}

.single_link.black a:before, .single_link.black button:before,
.single_link.black a:after, .single_link.black button:after {
    content: '';
    display: inline-block;
    background-image: url(../svg/arrow_black.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 13px;
    margin-right: 15px;
    margin-bottom: 1px;
    color: #000000;
    transition-delay: 0.2s;
	transition: all 0.3s;
}

.single_link.black a:after, .single_link.black button:after {
    width: 0;
    margin-right: 0;
    margin-left: 15px;
}

.single_link.black a:hover:before, .single_link.black button:hover:before {
    
    width: 0;
}

.single_link.black a:hover:after, .single_link.black button:hover:after {
    width: 30px;
}

.footer-bottom .left_sec, .footer-bottom .right_sec {
    display: flex;
}

.footer-bottom .left_sec .copyright {
    font-size: 15px;
    font-weight: 400;
    margin-right: 50px;
}

.footer-bottom .left_sec .terms_privacy {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: block;
}

footer .fab:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Brands";
}

footer .single_social .fa {
    font-size: 20px;
}

footer .socials_list .single_social {
    margin-right: 25px;
}

footer .socials_list .single_social:last-child {
    margin-right: 17px;
}

.home .landing {
    height: calc(100vh - 80px);
    background: #00AFC8;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.home .landing h1.main_title, .error404 h1.page-title {
    font-size: 70px;
    font-weight: 300;
    line-height: 77px;
    color: #FFFFFF;
    max-width: 850px;
}
.error404 h1.page-title {
    font-size: 50px;
}

.landing .go_down {
    position: absolute;
    bottom: 100px;
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    cursor: pointer;
}

.slider_video #rev_slider_1_1_forcefullwidth, .slider_video #rev_slider_1_1_wrapper, .slider_video #rev_slider_1_1 {
    max-height: 100vh !important;
    height: 100vh !important;
}

.home section .single_link {
    margin-top: 20px;
}

.home .testimonial_list .slick-prev {
    top: initial;
    bottom: -22px;
    left: 38%;
    transform: rotate(180deg);
}

.home .testimonial_list .slick-next {
    top: initial;
    bottom: -33px;
    right: 38%;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0, 20px);
        opacity: 0;
    }
}

section.section_layout .container {
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.section_layout hr.divider {
    border-top: 1px solid #000;
    width: 100%;
    position: absolute;
    margin: 0;
    top: 0;
}

.single-products .section_layout hr.divider {
    border-top: 1px solid #fff;
}

.section_layout .left_sec {
    width: 25%;
}

.section_layout .right_sec {
    width: 75%;
}

.section_layout .section_title {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.section_layout .desc {
    margin-bottom: 50px;
}

.section_layout .desc>* {
    font-size: 50px;
    font-weight: 200;
    line-height: 55px;
}

.section_layout .services_column {
    display: flex;
    flex-wrap: wrap;
}

.section_layout .services_column .single_service {
    margin-bottom: 20px;
}

.section_layout .services_column .single_service:nth-child(even) {
    padding-left: 10px;
}

.section_layout .services_column .single_service:nth-child(odd) {
    padding-right: 10px;
}

.section_layout .services_column .single_service .bg_img {
    min-height: 300px;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.section_layout .services_column .single_service a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}
.services_column .single_service .text_inner {
    padding: 75px 50px;
    color: rgb(255 255 255 / 75%);
    height: 100%;
    position: relative;
    z-index: 10;
}
.section_layout .services_column .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 60%);
}
.services_column .single_service h5 {
    font-size: 35px;
    font-weight: 300;
}

.services_column .single_service .service_excerpt {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}
.services_column .single_service .service_excerpt p {
    margin-bottom: 0;
}

.works_grid {
	min-height: 600px;
}

.services_column .single_service:hover, .services_column .single_service:hover .text_inner,
.works_grid .single_work:hover, .works_grid .single_work:hover .text_inner {
    cursor: url(../svg/arrow.svg), auto;
}

.services_column .single_service:hover .text_inner {
    background-color: rgb(0 175 200 / 75%);
    color: rgb(255 255 255 / 100%);
}

.works_grid .single_work {
    margin-bottom: 20px;
}

.works_grid .single_work .bg_img {
    background-size: cover;
    background-position: center;
}

.works_grid .single_work.full_width .bg_img {
    height: 500px;
}

.works_grid .single_work.half_width .bg_img {
    height: 300px;
}

.works_grid .single_work .text_inner {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px;
    height: 100%;
    opacity: 0;
    transition: 0.1s ease-in-out;
}

.works_grid .single_work .text_inner .works_title {
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fff;
    margin-bottom: 10px;
}

.works_grid .single_work .text_inner .works_liner {
    font-size: 35px;
    font-weight: 300;
    line-height: 42px;
    color: #fff;
    max-width: 350px;
}


.works_grid .single_work:hover .text_inner {
    opacity: 1;
}

.works_grid .single_work:last-child {
    margin-bottom: 0;
}

.works_grid .full_width + .half_width {
    padding-right: 10px;
}

.works_grid .half_width + .half_width {
    padding-left: 10px;
}

section.testimonials .container {
    padding-top: 0;
}

section.testimonials .t_logo {
    height: 50px;
    margin-bottom: 0;
}

section.testimonials .content {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    margin-top: 20px;
}

section.story .story_grid {
    margin-bottom: 50px;
}

section.story .story_grid .single_spoint {
    font-size: 18px;
    line-height: 27px;
}

section.story .story_grid .single_spoint:nth-child(odd) {
    padding-right: 22px;
}

section.story .story_grid .single_spoint:nth-child(even) {
    padding-left: 22px;
}

section.story .story_grid .single_spoint:nth-last-child(-n+2) .desc {
    margin-bottom: 0;
}

.story_grid .single_spoint .subtitle {
    font-weight: 400;
    margin-bottom: 10px;
}

section.story .map_sec {
    position: relative;
}

section.story .map_sec img {
    width: 100%;
}

section.story .map_sec .details {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
}

.details .single_detail {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.details .single_detail:last-child {
    margin-bottom: 0;
}

.details .single_detail .left {
    font-size: 50px;
    line-height: 50px;
    color: #00AFC8;
    margin-right: 6px;
}
.details .single_detail .left .small {
    font-size: 60%;
    font-weight: normal;
}

.details .single_detail .right {
    display: flex;
    flex-direction: column;
}

.single_detail .right .big {
    font-weight: 300;
    font-size: 23px;
    line-height: 27.6px;
}

.single_detail .right .small {
    font-weight: 300;
    font-size: 13px;
    line-height: 15.6px;
}

section.team .team_desc>p {
    font-size: 18px;
    line-height: 27px;
    margin-top: 50px;
}

section.works_products .cat_dd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

section.works_products .industry_dd {
    padding-right: 10px;
}

section.works_products .industry_dd:after,
section.works_products .expertise_dd:after,
.country_field label::after {
    content: '';
    display: block;
    position: absolute;
    top: 32px;
    right: 20px;
    width: 13px;
    height: 13px;
    background-image: url(../svg/dropdown_arrow2.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition-duration: 0.1s;
}

.country_field label::after {
    top: 20px;
    right: 15px;
}

section.works_products .expertise_dd:after {
    right: 10px;
}

section.works_products .industry_dd.focused:after,
section.works_products .expertise_dd.focused:after,
.country_field label.focused::after {
    transform: rotate(180deg);
}

section.works_products .expertise_dd {
    padding-left: 10px;
}

section.works_products .expertise_dd span {
    left: 11px;
}

.list-product * {
    color: #fff;
}

section.landing_sproducts {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
}

section.landing_sproducts .container {
    margin-bottom: 100px;
    z-index: 1;
}

section.landing_sproducts .small_text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.section_layout#background .desc p {
    font-size: 35px;
    line-height: normal;
}

section.landing_sproducts .main_title {
    font-size: 50px;
    max-width: 500px;
    font-weight: 300;
}

.section_layout#background .desc p {
    color: #000000;
}

.details {
    display: flex;
}

.columns .col_title {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.columns.wwdid .col_list {
    display: flex;
}

.columns.wwdid .col_list .inner {
    margin-right: 60px;
}

.columns ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.columns ul>li {
    font-size: 18px;
    line-height: 1.5;
}

section#wwdelivered ul.list {
    list-style: none;
    padding-left: 15px;
}

section#wwdelivered ul.list>li {
    position: relative;
    padding-left: 16px;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.5;
}

section#wwdelivered ul.list>li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 5px;
    vertical-align: middle;
    position: absolute;
    top: 12px;
    left: 0;
}

section.content_image {
    margin-bottom: 150px;
}

.careers_page p, .careers_page b {
    font-size: 18px;
    text-align: justify;
}

.careers_page b {
    font-weight: 500;
}

section#careers, section#currentopenings {
    color: #fff;
}

/* section#careers .single_link.white a:before, section#careers .single_link.white a:after,
section#careers .single_link.black a:before, section#careers .single_link.black a:after, */
section#wwhelpyou .single_link.white a:before, section#wwhelpyou .single_link.white a:after,
section#wwhelpyou .single_link.black a:before, section#wwhelpyou .single_link.black a:after {
    margin-bottom: 45px;
}

section#careers .single_link, section#wwhelpyou .single_link {
    margin-top: 50px;
}

section#careers .link_inner, section#wwhelpyou .link_inner {
    display: inline-block;
    max-width: 280px;
    font-size: 28px;
}
section#wwhelpyou .link_inner {
    max-width: initial;
}

section#currentopenings .opening_list {
    display: table;
}

.job_title {
    display: table;
    position: relative;
    margin-bottom: 25px;
}

.job_title:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: -30px;
    width: 13px;
    height: 13px;
    background-image: url(../svg/white_arrow_up.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition-duration: 0.1s;
    transform: rotate(180deg);
}

.job_title[aria-expanded="true"]:after {
    transform: rotate(360deg);
    transition-duration: 0.1s;
}

.job_content:not(:last-of-type) p{
    margin-bottom: 10px;
}

section#ourservices .content>* {
    font-size: 23px;
}

section#ourservices .content img {
    margin-top: 50px;
}
section#ourservices .content p {
    margin-bottom: 0;
}

section.termsprivacy:first-of-type {
    padding-top: 100px;
}

section.termsprivacy .content>* {
    font-size: 18px;
}

section.termsprivacy .content>h3 {
    font-size: 23px;
    font-weight: normal;
}


section#wwhelpyou ul {
    list-style: none;
    padding-left: 15px;
}

section#wwhelpyou ul>li {
    position: relative;
    padding-left: 16px;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
}

section#wwhelpyou ul>li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 0;
}

section#wwhelpyou .single_link {
    margin-top: 50px;
}

.to_top {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    max-width: 80px;
    font-size: 13px;
    transform: rotate(-90deg);
    color: black;
}

.to_top::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: -25px;
    width: 13px;
    height: 13px;
    background-image: url(../svg/dropdown_arrow2.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

.to_top .mobile {
    display: none;
    transform: rotate(-90deg);
    bottom: 20px;
    width: 25px;
}

.country_field label.field span {
    font-size: 22px;
    top: 15px;
    left: 0;
}

.message_field textarea {
    height: 49.81px;
    transition: 0.3s all;
}

section.slider_video.mobile {
    display: none;
}
section.slider_video.desktop video {
    width: 100%;
}
.wpcf7-response-output {
    display: none !important;
}
div#pfcf-popup {
    max-width: 464px !important;
    width: 90% !important;
}
#pfcf-popup a.close {
    display: block !important;
    z-index: 1000;
    opacity: 1!important;
    top: 30px!important;
    right: 30px!important;
    font-size: 1rem !important;
    font-weight: 300;
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
}
#pfcf-popup a.close:visited, #pfcf-popup a.close:focus {
    color: #000 !important;
}
#pfcf-popup {
    padding: 40px 50px;
}
#pfcf-popup .modal-body {
    padding: 0 !important;
    text-align: center;
}
#pfcf-popup a.close:hover {
    color: #000000 !important;
}
.js-modal-home, .js-modal-home:focus {
    color: #000000 !important;
    display: flex;
    align-items: center;
}
#pfcf-popup .top-actions {
    display: flex;
    justify-content: space-between;
}
.js-modal-home:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 12px;
    background-image: url('../svg/shortarrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.js-modal-close.close:before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    background-image: url('../png/cross.png');
    background-size: contain;
    margin-left: 12px;
}
#pfcf-popup h4 {
    margin-top: 60px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 35px;
}
#pfcf-popup p {
    margin-top: 20px;
    font-size: 23px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
#myModal2, body {
    padding-right: 0 !important;
}
#pfcf-popup {
    position: absolute !important;
}
.modal.formids.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.modal-backdrop.show {
    display: none;
}
.gradient {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.gradient img {
    width: 100%;
    height: 300px;
}

.modal-body .socials_list {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.modal-body .socials_list .single_social:not(:last-of-type) {
    margin-right: 35px;
}

.works_grid .single_work .text_inner.mobile {
    display: none;
}
form #submit:focus {
    outline: none;
}
#pfcf-popup {
    border-radius: 0 !important;
    transform: none;
    top: 0 !important;
    position: initial !important;
}
body.postid-1900 .content_image img {
    display: none;
}
.single-products .gradient .desktop {
    display: block;
}
.single-products .gradient .mobile {
    display: none;
}
[role="form"].wpcf7 form>div.submit_btn {
    margin-bottom: 70px;
}
section#wwdelivered ul.list, section#wwdelivered ul.list>li:last-of-type {
    margin-bottom: 0;
}
section#wwdelivered>.container {
    padding-top: 80px;
    padding-bottom: 80px;
}
a[href^=tel] {
   text-decoration:inherit;
   color: inherit !important;
}
body.postid-1658 section#wwhelpyou .link_inner {max-width: 370px;}
[role="form"].wpcf7 form>div.recaptcha_field {
	width: 100%;
    max-width: initial;
    padding-left: 0;
}
body.error404 {
    background-color: #00AFC8;
}
body.error404 .error-404 {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 300px 0;
}
/* body.error404 footer {
    position: absolute;
    bottom: 0;
    width: 100%;
} */
.error-404 .single_link {
    display: inline-block;
}
.error-404 .single_link a {
    display: flex;
    align-items: center;
}
/** TEMP **/
/* .slick-initialized .slick-slide.testm_3 {
	display: none;
} */
/** MEDIA QUERIES **/

@media only screen and (max-width: 1199px) {
    .details .single_detail .left {
        font-size: 30px;
    }
    .single_detail .right .big {
        font-size: 20px;
    }
    .single_detail .right .small {
        font-size: 12px;
    }
    .details .single_detail {
        margin-bottom: 0;
    }
    .footer-top .right_sec .single_link {
        margin-right: 30px;
    }
    footer .short_desc {
        max-width: 500px;
    }
    footer .short_desc br {
        display: none;
    }
    .services_column .single_service .text_inner {
        padding: 60px 50px;
    }
    .loc_details .single_loc:first-of-type .loc_desc br {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    footer .footer-top {
        flex-direction: column;
    }
    .menu-position-right ul li {
        position: initial;
        top: 0;
        float: initial;
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 0;
    }
    .menu-position-right ul li:first-child {
        margin-left: 0;
        margin-right: 20px;
    }
    .menu-position-right ul li:last-child {
        margin-right: 0;
        margin-left: 20px;
    }
    footer .footer-top .right_sec {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .details .single_detail .left {
        line-height: 45px;
    }
    .section_layout .services_column .single_service:nth-child(odd) {
        padding-right: 15px;
    }
    .section_layout .services_column .single_service:nth-child(even) {
        padding-left: 15px;
    }
}

/** ipad landscape **/
@media only screen and (min-device-width: 768px) and (max-device-width: 768px) and (max-device-height: 1024px) and (orientation:landscape) {
    section.slider_video.mobile {
        display: none;
    }
    section.slider_video.desktop {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .single-products .gradient .desktop {
        display: none !important;
    }
    .single-products .gradient .mobile {
        display: block;
    }
	.single-products .gradient {
		bottom: initial;
	}
    .spacer {
        display: none;
    }
    .spacer + ul.col_list {
        margin-top: -40px;
    }
    section.slider_video.desktop {
        display: none;
    }
    section.slider_video.mobile {
        display: block;
    }
    section.slider_video.mobile video {
        width: 100%;
        margin-top: -100px;
    }
    header#masthead .logo-left {
        max-width: 120px;
    }
    .site-content {
        margin-top: 83px;
    }
    header#masthead {
        height: 83px;
    }
    header#masthead .inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .menu-position-right ul {
        float: left;
    }
    header#masthead .menu-position-right {
        display: block;
    }
    .menu-icon-mobile a.icon-block {
        position: initial;
        margin-top: 0;
    }
    .menu-icon-mobile a.icon-none i, .menu-icon-mobile a.icon-block i {
        margin-right: 0;
    }
    .menu-position-right .menu-menu_top-container {
        width: 100%;
        height: 100%;
    }
    .menu-position-right .menu-menu_top-container ul {
        width: auto;
        height: auto;
        padding-bottom: 0;
        background-image: none;
        background: transparent;
    }
    .menu-position-right ul li {
        margin-right: 10px;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        cursor: pointer;
        margin-left: 25px;
        float: none;
        top: 0;
        ;
    }
    .menu-position-right ul li:first-child {
        margin-right: 10px;
    }
    .menu-position-right ul li a {
        font-size: 12px;
    }

    .home .landing h1.main_title, .error404 h1.page-title {
        font-size: 56px;
        line-height: normal;
    }

    .slider_video #rev_slider_1_1_forcefullwidth, .slider_video #rev_slider_1_1_wrapper, .slider_video #rev_slider_1_1 {
        max-height: 40vh !important;
        height: 40vh !important;
    }

    section.section_layout .container {
        flex-direction: column;
        padding-bottom: 0;
    }

    section.section_layout:first-of-type .container {
        padding-top: 50px;
    }

    section.section_layout:last-of-type .container {
        padding-bottom: 50px;
    }

    .section_layout .left_sec, .section_layout .right_sec {
        width: 100%;
    }
    
    .section_layout .left_sec {
        margin-bottom: 20px;
    }

    .section_layout .desc>*, .error404 h1.page-title {
        font-size: 39px;
        font-weight: 200;
        line-height: normal;
    }

    .section_layout .services_column .single_service .bg_img {
        min-height: initial;
        /* max-height: 235px; */
        background-position: center;
    }

    .services_column .single_service .text_inner {
        padding: 50px 30px;
    }

    .services_column .single_service h5 {
        font-size: 30px;
    }

    .services_column .single_service .service_excerpt {
        font-size: 15px;
        line-height: 1.5;
    }

    .works_grid .single_work.half_width:nth-child(even), .works_grid .single_work.half_width:nth-child(odd) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .works_grid .single_work.half_width .bg_img, .works_grid .single_work.full_width .bg_img {
        height: 220px;
    }

    .works_grid .single_work .text_inner {
        padding: 30px;
    }

    .works_grid .single_work .text_inner .works_liner {
        font-size: 30px;
        line-height: 35px;
    }

    .section_layout hr.divider {
        display: none;
    }

    .single_link a, .single_link button {
        font-size: 18px;
    }

    .single_link a:before, .single_link button:before {
        background-size: contain !important;
        width: 21px !important;
        height: 13px !important;
    }

    .single_link a:hover:before, .single_link button:hover:before {
        width: 0 !important;
    }

    .single_link a:after, .single_link button:after {
        background-size: contain !important;
        height: 13px !important;
    }

    .single_link a:hover:after, .single_link button:hover:after {
        width: 21px !important;
        height: 13px !important;
    }

    .partners_grid .single_partner {
        width: calc(100%/3);
    }

    section.testimonials .container {
        padding-top: 100px;
    }

    section.testimonials .t_logo {
        height: 35px;
        margin-bottom: 0;
    }

    section.testimonials .content {
        font-size: 15px;
        line-height: 22px;
        margin-top: 15px;
    }

    .home .testimonial_list .slick-prev {
        left: 38%;
        bottom: -15px;
        z-index: 10;
    }

    .home .testimonial_list .slick-next {
        right: 38%;
        bottom: -25px;
        z-index: 10;
    }

    .story_grid .single_spoint .subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    section.story .story_grid .desc, section.story .story_grid .single_spoint:nth-last-child(-n+2) .desc {
        font-size: 15px;
        margin-bottom: 30px;
        line-height: 24px;
    }

    section.story .story_grid .single_spoint:nth-child(odd) {
        padding-right: 15px;
    }

    section.story .story_grid .single_spoint:nth-child(even) {
        padding-left: 15px;
    }

    section.story .map_sec .details {
        position: initial;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 20px;
    }

    .details .single_detail {
        flex-direction: column;
    }

    .details .single_detail .left {
        font-size: 35px;
        margin-right: 0;
        line-height: normal;
    }

    .single_detail .right .big {
        font-size: 18px;
    }

    .single_detail .right .small {
        font-size: 10px;
        line-height: 10px;
    }

    section.works_products .cat_dd {
        flex-direction: column;
    }
    
    .cat_dd label.field {
        width: 100%;
        max-width: initial;
        padding-left: 0;
        padding-right: 0;
    }

    section.works_products .industry_dd:after, section.works_products .expertise_dd:after,
    .country_field label::after {
        right: 10px;
    }

    label.field>span {
        left: 2px !important;
    }
    
    section.works_products .industry_dd {
        z-index: 2;
    }

    [role="form"].wpcf7 form>div {
        width: 100%;
        max-width: initial;
        font-size: 15px;
        margin-bottom: 20px;
    }

    [role="form"].wpcf7 form>div:nth-of-type(even):not(.message_field, .submit_btn) {
        padding-right: 0;
    }
    
    [role="form"].wpcf7 form>div:nth-of-type(odd):not(.message_field, .submit_btn) {
        padding-left: 0;
    } 

    [role="form"].wpcf7 form>div.submit_btn {
        margin-bottom: 80px;
        margin-top: 20px;
    }

    .loc_details .single_loc, .loc_details .single_loc:first-of-type, .loc_details .single_loc:last-of-type {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .loc_details {
        flex-direction: column;
    }

    .loc_details .single_loc {
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
    }

    .loc_details .single_loc:last-of-type {
        margin-bottom: 0;
    }

    .loc_details .single_loc .map_img {
        order: 0;
    }

    .loc_details .single_loc .title {
        order: 1;
        font-size: 18px;
    }

    .loc_details .single_loc .address {
        order: 2;
        font-size: 15px;
        min-height: initial;
    }
    .loc_details .single_loc .address p {
        margin-bottom: 5px;
    }

    .loc_details .single_loc .single_link {
        order: 3;
        margin-bottom: 10px;
    }

    .loc_details .single_loc .loc_desc {
        order: 4;
        font-size: 15px;
    }

    .loc_details .single_loc .loc_desc br {
        display: none;
    }

    .careers_page p, .careers_page b {
        font-size: 15px;
        line-height: 1.5;
    }

    section#careers .link_inner, section#wwhelpyou .link_inner {
        font-size: 20px;
        line-height: 1.2;
        max-width: 200px;
    }
	body.postid-1657 section#wwhelpyou .link_inner {
		max-width: 260px;
	}
	body.postid-1658 section#wwhelpyou .link_inner {
		max-width: 280px;
	}

    section#careers .single_link.white a:before, section#careers .single_link.white a:after, section#careers .single_link.black a:before, section#careers .single_link.black a:after, section#wwhelpyou .single_link.white a:before, section#wwhelpyou .single_link.white a:after, section#wwhelpyou .single_link.black a:before, section#wwhelpyou .single_link.black a:after {
        margin-bottom: 23px;
        margin-right: 5px;
    }
    section#careers .single_link.white a:before, section#careers .single_link.white a:after {
        margin-bottom: 0;
    }

    .job_title {
        font-size: 18px;
    }

    .job_title:after {
        top: 7px;
        right: -25px;
    }

    [role="form"].wpcf7 form>div>span, [role="form"].wpcf7 form>div>span>input, [role="form"].wpcf7 form>div>span>select {
        max-width: 100%;
    }

    .country_field label.field span {
        left: 0;
    }

    section#ourservices .content>* {
        font-size: 15px;
    }

    section#wwhelpyou ul {
        padding-left: 0;
    }

    section#wwhelpyou ul>li, section#wwdelivered ul.list>li {
        font-size: 15px;
        margin-bottom: 15px;
    }

    section#wwdelivered ul.list>li:before {
        top: 8px;
    }

    section.landing_sproducts .small_text {
        margin-bottom: 30px;
		font-size: 10px;
    }

    section.landing_sproducts .main_title {
        font-size: 30px;
        max-width: 300px;
    }

    .section_layout#background .desc {
        margin-bottom: 40px;
    }

    .list-product .section_layout .desc>* {
        font-size: 18px;
        padding: 0;
    }

    .list-product .details {
        flex-direction: column;
    }

    .details .columns {
        padding: 0;
        margin-bottom: 40px;
    }
    .details .columns:last-of-type {
        margin-bottom: 0;
    }

    .list-product section.section_layout hr.divider {
        background-color: transparent;
        display: block;
        position: initial;
        padding: 20px 0;
    }

    .list-product section.section_layout .container {
        padding-top: 40px;
    }
	section#wwdelivered>.container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

    .columns.wwdid .col_list .inner {
        width: 50%;
        margin-right: 0;
    }

    section#wwdelivered ul.list {
        margin-bottom: 0;
        padding-left: 0;
    }

    section.content_image {
        margin-bottom: 100px;
    }

    footer#colophon {
        padding: 0 15px;
    }

    footer#colophon .container {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 35px;
        padding-top: 35px;
    }

    footer#colophon .footer-top {
        flex-direction: column;
    }

    footer .footer-top .left_sec>* {
        font-size: 18px;
        max-width: 300px;
    }

    footer .footer-top .short_desc br {
        display: none;
    }

    .footer-top .right_sec .single_link a {
        font-size: 18px;
    }

    .footer-top .right_sec .single_link {
        margin-right: 20px;
    }

    footer#colophon .footer-bottom {
        flex-direction: column-reverse;
    }

    footer .copy_terms, footer .socials_list {
        margin-top: 22px;
    }

    .footer-bottom .left_sec .copyright, .footer-bottom .left_sec .terms_privacy {
        font-size: 10px;
    }
    section.landing_sproducts .text_sec {
        margin-top: 80px;
    }
    .to_top::after {
        display: none;
    }
    .to_top .desktop {
        display: none;
    }
    .go_down {
        max-width: 16px;
    }
    .section_layout .section_title, .columns .col_title {
        font-size: 10px;
    }
    .home section .single_link {
        margin-top: 20px;
    }
    .section_layout .desc {
        margin-bottom: 10px;
    }
    section#partners .desc {
        max-width: 290px;
    }
    section#partners .desc br {
        display: none;
    }
    section.team .team_desc>p {
        font-size: 15px;
        line-height: 24px;
    }
    section#wwhelpyou .container {
        padding-top: 10px !important;
    }
    section#ourservices .content img {
        margin-top: 25px;
    }
    section#ourservices .content p:last-of-type {
        margin-bottom: 15px;
    }
    section#currentopenings .container {
        padding-top: 40px;
    }
    #pfcf-popup h4 {
        margin-top: 50px;
    }
    #pfcf-popup p {
        font-size: 15px;
        margin-top: 10px;
        max-width: 220px;
        margin: auto;
    }
    #pfcf-popup .modal-body {
        padding: 30px !important;
    }
    .works_grid .single_work .text_inner {
        display: none;
    }
    .works_grid .single_work .text_inner.mobile {
        display: block;
        height: auto;
        opacity: 1;
        padding: 20px 0 40px;
        background-color: transparent;
    }
    .works_grid .single_work .text_inner.mobile * {
        color: #000000;
    }
    
    .works_grid .single_work .text_inner.mobile h5 {
        margin-bottom: 15px;
        font-size: 10px;
    }

    .works_grid .single_work .text_inner.mobile .works_liner {
        font-size: 18px;
        line-height: 1.3;
        max-width: initial;
    }
    .works_grid .single_work.half_width .bg_img, .works_grid .single_work.full_width .bg_img {
        height: 56vw;
    }
	.section_layout#background .desc p {
		font-size: 18px;
	}
	.columns ul>li {
		font-size: 15px;
	}
    footer .footer-top .left_sec>* {
        margin-bottom: 0;
    }
    footer .footer-top .right_sec {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .columns .col_title {
        margin-bottom: 20px;
    }
	section.termsprivacy:first-of-type {
		padding-top: 50px;
	}
	section.termsprivacy .content>h3 {
		font-size: 18px;
	}
	section.termsprivacy .content>p {
		font-size: 15px;
	}
    body.postid-1660 section#wwhelpyou .link_inner {
        max-width: 325px;
    }
    .termsprivacy:last-of-type {
        margin-top: 30px;
    }
	.top-actions a, #pfcf-popup a.close {
		font-size: 18px !important;
	}
	section#wwhelpyou ul>li:before {
		top: 8px;
	}
}

@media only screen and (max-width: 575px) {
    .menu-position-right .menu-menu_top-container ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .menu-position-right ul li {
        margin-left: 0;
        margin-right: 10px;
    }
    .menu-position-right ul li:last-child {
        margin-right: 0;
        margin-left: 0;
    }
    .menu-position-right ul li a {
        padding: 0;
        font-size: 10px;
    }
    section.slider_video.mobile video {
        width: 100%;
        margin-top: 0;
    }
    body.error404 .error-404 {
        padding: 150px 0;
    }
/* 	section#wwhelpyou ul > li::before {
		    top: -7px;
	} */

}
@media only screen and (max-width: 500px) {
	.modal-body .socials_list {
		margin-top: 40px;
	}
	#pfcf-popup .modal-body {
		padding: 0 !important;
	}
}
@media only screen and (max-width: 400px) {
    body.postid-1660 section#wwhelpyou .link_inner {
        max-width: 200px;
    }
	#pfcf-popup {
    	padding: 30px;
	}
	body.postid-1657 section#wwhelpyou .link_inner {
		max-width: 265px;
	}
}

@media only screen and (min-width: 2000px) {
	.container {max-width: 1900px;}
	.section_layout .services_column .single_service .bg_img {min-height: 400px;}
	.works_grid .single_work.full_width .bg_img {height: 600px;}
	.works_grid .single_work.half_width .bg_img {height: 400px;}
	.menu-position-right ul li a {font-size: 16px;}
	.home .landing h1.main_title {font-size: 75px;}
	.services_column .single_service h5, .works_grid .single_work .text_inner .works_liner {font-size: 38px;}
	.services_column .single_service .service_excerpt, section.testimonials .content,
	section.story .story_grid .single_spoint, section.team .team_desc>p, .loc_details .single_loc .loc_desc,
	[role="form"].wpcf7 form>div>span, [role="form"].wpcf7 form>div>span>input, [role="form"].wpcf7 form>div>span>select, .columns ul>li, section#wwdelivered ul.list>li,
	.careers_page p, .careers_page b {
		font-size: 22px;
		line-height: 28px;
	}
	label.field .psuedo_select, label.field span, label.field .psuedo_select ul li {font-size: 20px;}
	.section_layout .section_title, .works_grid .single_work .text_inner .works_title, .footer-bottom .left_sec .terms_privacy, .footer-bottom .left_sec .copyright,
	.to_top {font-size: 16px;}
	.section_layout .desc>*{font-size:54px;}
	.single_detail .right .big {font-size:28px;}
	.single_detail .right .small {font-size:16px;}
	.to_top {max-width: 100px;}
	.services_column .single_service .service_excerpt p br {display: none;}
	.cat_dd label.field, .country_field label.field {max-width:initial;}
	label.field .psuedo_select {padding-top: 28px;}
	[role="form"].wpcf7 form {max-width:1100px;}
	[role="form"].wpcf7 form>div {max-width:initial;}
	[role="form"].wpcf7 form>div>span, [role="form"].wpcf7 form>div>span>input, [role="form"].wpcf7 form>div>span>select {max-width:initial;}
}

@media only screen and (min-width: 2280px) {
	section.landing_sproducts {
		background-position: top;
	}
}
/* 404 height fix to prevent it from being scrollable */

body.error404 .error-404 {
    padding: 0;
    height: calc(100vh - 310px);
}
@media only screen and (max-width: 1199px) {
    body.error404 .error-404 {
        height: calc(100vh - 339px);
    }
}
@media only screen and (max-width: 991px) {
    body.error404 .error-404 {
        height: calc(100vh - 442px);
    }
}
@media only screen and (max-width: 768px) {
    body.error404 .error-404 {
        height: calc(100vh - 393px);
    }
}