/*-----------------------------------------------------------------------------------

	Seni - Developer
	Gabrielle - Designer

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------

    - Basic
        - Nav
    - Custom


---------------------------------------------------------------- */


/* ----------------------------------------------------------------
	Defaults
-----------------------------------------------------------------*/

body {
    font-size: 18px
}


/* ----------------------------------------------------------------
	Colors
-----------------------------------------------------------------*/

.bg_blue {
    background-color: #4D75B2 !important
}

.bg_dark-blue {
    background-color: #183761 !important
}

.bg_green {
    background-color: #87cdaa !important
}

.bg_baby-blue {
    background-color: #c1d9fe !important
}

.text_blue {
    color: #4D75B2 !important
}

.text_baby-blue {
    color: #c1d9fe !important
}

.text_green {
    color: #87cdaa !important
}


/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/

.cta_btn {
    margin: 28px 0;
    padding: 11px;
    border-radius: 2px;
    background-color: #87cdaa;
    color: #193662;
    font-size: 18px;
    transition: all 0.5s ease;
}

.cta_btn:hover {
    background-color: #fff;
}


/* ----------------------------------------------------------------
	Navigation
-----------------------------------------------------------------*/

#header-wrap {
    z-index: 9999
}

#logo img {
    padding: 20px
}

#header.sticky-header #logo img {
    padding: 5px
}

.top-links li i {
    vertical-align: inherit;
    color: #87cdaa
}

.top-links li {
    transition: all 0.5s ease-out;
}

.top-links li:hover {
    background-color: #4d74b2;
}

.top-links li:hover a {
    color: #fff
}

#top-bar {
    border-bottom: 3px solid #4D75B2;
}

#all-jobs {
    float: right;
    margin: 40px 0 40px 15px;
    -webkit-transition: margin .4s ease, opacity .3s ease;
    -o-transition: margin .4s ease, opacity .3s ease;
    transition: margin .4s ease, opacity .3s ease;
}

#all-jobs a {
    display: block;
    position: relative;
    width: auto;
    height: 14px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    color: #333;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

#all-jobs a i {
    position: relative;
    margin-right: 10px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#header.sticky-header:not(.static-sticky) #all-jobs {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

@media(max-width: 991px) {
    #all-jobs {
        margin: 0 !important
    }
    #all-jobs a {
        right: 0;
        position: absolute;
        top: 0;
        left: auto;
        margin: 40px 0;
        -webkit-transition: margin .4s ease;
        -o-transition: margin .4s ease;
        transition: margin .4s ease;
    }
}

@media (max-width: 479px) {
    #top-bar>div>div {
        float: none !important
    }
    #all-jobs a {
        right: 15px
    }
    #all-jobs a span {
        display: none
    }
}

@media(min-width: 768px) {
    .slider-caption {
        margin-top: -6em;
    }
}


/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/

.slider-caption .show {
    display: block !important
}

.slider-caption {
    max-width: 600px
}

.slider-caption p {
    font-size: 20px
}

.slider-caption p span {
    font-size: 24px;
}

@media(max-width:480px) {
    #slider .slider-caption p span {
        font-size: 16px
    }
}


/* ----------------------------------------------------------------
	Box Callout
-----------------------------------------------------------------*/

.cta {
    box-shadow: 12px 12px 16px 1px rgba(0, 0, 0, .2);
    z-index: 999;
}

.box_callout {
    text-align: left;
    padding: 50px 0;
}

.box_callout .heading-block h1 {
    color: #fff;
    text-transform: none;
    font-weight: normal
}

.box_callout .heading-block:after {
    border-color: #fff
}

.box_callout p {
    color: #fff;
    font-size: 18px;
    width: 300px;
    margin: 0 auto;
    max-width: 100%;
}

@media(min-width: 768px) {
    .cta {
        margin-top: -30em;
    }
}

@media(max-width:768px) {
    .box_callout {
        padding: 30px
    }
    .cta {
        margin-top: 0;
        transform: translate3d(0, 0, 0) !important;
    }
}


/* ----------------------------------------------------------------
main component
-----------------------------------------------------------------*/

.title_ .intro_main span {
    width: 100%
}


/* ----------------------------------------------------------------
	tab_component
-----------------------------------------------------------------*/

.tab_component ul.tab-nav:not(.tab-nav-lg) li a {
    font-size: 18px
}

section.tab_component .tab-nav li {
    width: 15.333%;
    margin: 0 auto;
    float: none;
    display: inline-block;
    border: none;
    height: auto
}

section.tab_component .tab-nav li.ui-tabs-active a {
    color: #444;
    top: 0
}

ul.tab-nav:not(.tab-nav-lg) li:first-child {
    border: none
}

section.tab_component .tab-nav li a {
    top: 0;
    background-color: transparent;
    color: #fff
}

section.tab_component .tab-nav {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    background-color: #87cdaa;
    border: none
}

.tab_component ul.tab-nav:not(.tab-nav-lg) li:first-child {
    margin: 0 auto
}

.tab_image {
    display: block;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center
}

.mission_image {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/AG1H7_1/1.png');
}

.vision_image {
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/VMG39_2/2.png);
}

.values_image {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/KCVX4_3/3.png');
}

.tab-content {
    margin-top: 60px
}

.tab_content {
    padding: 30px;
}

@media(max-width: 480px) {
    section.tab_component .tab-nav li {
        display: block
    }
    section.tab_component .tab-nav li {
        width: 100%
    }
}


/* ----------------------------------------------------------------
	Hover Component
-----------------------------------------------------------------*/

section.hover_component {
    border-top: 30px solid #c3e6d4;
    background: lightblue url("https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/N1876_trees/trees.png") repeat-x bottom;
    background-size: contain
}

section.hover_component .title_ p {
    color: #fff
}


/* ----------------------------------------------------------------
	CTA Grid
-----------------------------------------------------------------*/


/* Common style */

.grid_ figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 100%;
    max-height: 360px;
    width: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid_ #long {
    max-height: 700px;
    float: right;
    margin-top: 30px
}

.grid_ #long figcaption h4,
.grid_ #long figcaption p {
    top: 25%;
    position: relative
}

.grid_ #long figcaption::before {
    width: 90%;
    left: 0;
    top: 25%;
    right: 0;
    margin: 0 auto;
    height: 50%;
    vertical-align: middle
}

.grid_ figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid_ figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid_ figure figcaption::before,
.grid_ figure figcaption::after {
    pointer-events: none;
}

.grid_ figure figcaption,
.grid_ figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid_ figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid_ figure h4 {
    font-weight: 300;
    color: #fff
}

.grid_ figure h4 span {
    font-weight: 800;
}

.grid_ figure h4,
.grid_ figure p {
    margin: 0;
}

.grid_ figure p {
    font-size: 16px;
    text-transform: none;
    text-align: left
}

figure.effect-litt {
    background: rgba(0, 0, 0, .8)
}

figure.effect-litt img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-litt figcaption {
    padding: 3em;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

figure.effect-litt figcaption::before {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

figure.effect-litt figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background-color: rgba(24, 55, 96, 0.6);
    content: '';
}

figure.effect-litt h4 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-litt figcaption::before,
figure.effect-litt p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-litt:hover h4 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin: 0 auto !important
}

figure.effect-litt:hover figcaption::before,
figure.effect-litt:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-litt:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-litt:hover img {
    opacity: 0.4;
}

@media(max-width: 768px) {
    .grid_ figure {
        float: left !important;
        min-width: 100%
    }
}

@media(max-width: 480px) {
    .grid_ figure {
        height: auto !important;
        overflow: visible;
    }
    figure.effect-litt img {
        display: none
    }
    figure.effect-litt figcaption::before {
        display: none
    }
    figure.effect-litt figcaption::before,
    figure.effect-litt p {
        opacity: 1;
        transform: none
    }
    figure.effect-litt p {
        font-size: 16px
    }
    figure.effect-litt figcaption {
        padding: 1em;
        position: relative;
        background-color: rgb(24, 55, 96);
    }
    figure.effect-litt h4 {
        margin: 0 auto;
        transform: none;
        margin-bottom: 30px
    }
    .grid_ #long figcaption h4,
    .grid_ #long figcaption p {
        top: 0
    }
}


/* ----------------------------------------------------------------
	working for fch
-----------------------------------------------------------------*/

#content._int {
    overflow: hidden
}


/* ----------------------------------------------------------------
int_slider
-----------------------------------------------------------------*/

.int_slider h1 {
    font-size: 64px
}

.int_slider span {
    font-size: 24px
}

.high_z {
    z-index: 999
}

.int_slider .heading-block:after {
    display: none
}

.picture-overlay_int {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent url(https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/XH92O_grid/grid.png) repeat;
    -webkit-backface-visibility: hidden;
}

.picture-overlay_int:after {
    content: '';
    display: block;
    width: 500px;
    height: 10vw;
    position: absolute;
    transform: rotate(15deg);
    left: -232px;
    right: 0;
    bottom: -45px;
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/N1876_trees/trees.png);
    background-repeat: repeat-x;
    background-size: cover;
}


/* ----------------------------------------------------------------
click component
-----------------------------------------------------------------*/

.click_component {
    border-top: 30px solid #c3e6d4;
    border-bottom: 30px solid #c3e6d4;
    background: lightblue;
    padding: 5em 0
}

.click_component .title_ p {
    color: #fff
}

.click_component .heading-block {
    margin-top: 0 !important
}

.title_ .intro_clicker span {
    width: 211px
}

.click_component:after {
    content: '';
    display: block;
    width: 500px;
    height: 7%;
    position: absolute;
    transform: rotate(-15deg);
    right: -100px;
    top: 24em;
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/N1876_trees/trees.png);
    background-repeat: repeat-x;
    background-size: cover;
}

.clicker .current {
    color: #183761
}

.clicker h3 {
    color: #fff;
    font-weight: normal
}

.clicker a {
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    transition: all 0.5s ease;
}

.clicker a:hover {
    color: #183761
}

.click a:focus {
    color: #183761
}

#chgtext {
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    position: relative
}

#chgtext:before {
    content: '';
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-bottom: 3px solid #fff;
    margin: 30px auto
}


/* ----------------------------------------------------------------
	hire
-----------------------------------------------------------------*/

.hire_component {
    padding-bottom: 10em;
    background: #fff url("https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/C3MV3_trees-green/trees-green.png") repeat-x bottom;
}

.title_ .intro_hire span {
    width: 80px
}

.hire_img {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: all 0.5s ease;
}

.hire_1 {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/8SO6B_11/11.png')
}

.hire_2 {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/VJK11_21/21.png')
}

.hire_3 {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/2CVT2_31/31.png')
}

.hire_info {
    width: 100%;
    background-color: #183761;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease;
}

.hire_img:hover {
    box-shadow: 12px 12px 16px 1px rgba(0, 0, 0, .2);
}

.hire_img:hover .hire_info {
    background-color: #c1d9fe
}

.hire_img:hover .hire_info a {
    color: #183761
}

.hire_info a {
    color: #fff
}


/* ----------------------------------------------------------------
	Benefits
-----------------------------------------------------------------*/

.title_ .intro_benefits span {
    width: 135px
}

.icon_benefits {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}

.benefits_component {
    margin-bottom: 3em
}


/* ----------------------------------------------------------------
    to works
-----------------------------------------------------------------*/

.to_work h2 span {
    display: block;
    color: #183761
}

.to_work h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: normal
}

.picture-overlay_work {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent url(https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/XH92O_grid/grid.png) repeat;
    -webkit-backface-visibility: hidden;
}

.to_work .lead {
    width: 700px;
    font-size: 18px
}


/* ----------------------------------------------------------------
	Testi
-----------------------------------------------------------------*/

.testi {
    background: #fff url("https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/5KMND_12/12.png") no-repeat;
    background-size: 23%;
    background-position: 90% -20px;
    margin-bottom: 10em
}

.test_drop {
    overflow: hidden
}

.test_drop .quotes {
    padding: 30px;
    color: #fff;
}

.test_drop .togglet {
    font-size: 24px;
}

.test_drop .toggle {
    margin: 0 0 5px 0
}

.quotes b {
    color: #183761
}

.title_ .intro_testi span {
    width: 415px
}

.testi .toggle.toggle-bg .togglet,
.testi .toggle.toggle-bg .toggleta {
    background-color: #183761;
    color: #fff;
    padding: 30px
}

.testi .toggle.toggle-bg .togglec {
    padding: 0
}

.testi .bg_baby-blue {
    height: 300px;
}

.test_img {
    height: 300px;
    position: relative;
    display: block;
    background-position: center;
    background-size: cover;
}

.bg_test-1 {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/HZDED_1/1.jpg')
}

.bg_test-2 {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/KHXA7_2/2.jpg')
}

.bg_test-3 {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/LJJYE_3/3.jpg')
}

.bg_test-4 {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/1INBS_4/4.jpg')
}


/* ----------------------------------------------------------------
	Living
-----------------------------------------------------------------*/

.title_ .intro_living span {
    width: 430px
}

[data-slides] {
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/PBRN1_13/13.png);
    /* Default image. */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: background-image 1s linear;
}


/* ----------------------------------------------------------------
	video_component
-----------------------------------------------------------------*/

.video_component .yt-bg-player {}


/* ----------------------------------------------------------------
	Talent
-----------------------------------------------------------------*/

.talent {
    margin-top: 10em
}

.talent .box_callout p {
    width: 500px
}

.talent .cta {
    margin-top: 0;
}

.talent_banner {
    top: 8.7em;
    padding: 60px;
    height: 200px;
    position: relative;
    display: block;
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/CNU1H_14/14.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media(max-width: 998px) {
    .talent .cta {
        margin-top: 0 em
    }
    .talent_banner {
        top: 0;
    }
}

@media(max-width: 768px) {
    section.hover_component {
        padding-bottom: 15em
    }
}


/* ----------------------------------------------------------------
	FOOTER
-----------------------------------------------------------------*/

.footer_info {
    padding: 60px;
    height: auto;
    position: relative
}

.recruit {
    position: relative;
    top: 8em
}

.recruit a {
    color: #fff;
    font-size: 18px
}

.footer_social h4 {
    color: #fff;
    margin-bottom: 0
}

.footer_social a {
    font-size: 25px;
    color: #183761
}

.address strong,
.phone strong {
    color: #183761
}

.address p,
.phone p {
    color: #fff
}

@media(max-width:998px) {
    .recruit {
        top: 0
    }
    .footer_info {
        height: auto
    }
}


/* ----------------------------------------------------------------
	Custom
-----------------------------------------------------------------*/

#content {
    overflow: visible
}

.title_ .intro_mission span {
    width: 475px
}

.title_ .intro_profesional span {
    width: 200px;
}

.title_ .intro_jobs span {
    width: 100%;
    margin: 0
}

.title_ h1 {
    color: #183761
}

.title_ h1 span {
    display: block;
    color: #c1d9fe;
    font-size: 18px;
    width: 200px;
    margin: 0 auto;
    text-align: left;
}

.title_.heading-block:after {
    display: none
}

.picture-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent url(https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/XH92O_grid/grid.png) repeat;
    -webkit-backface-visibility: hidden;
}

.picture-overlay:after {
    content: '';
    display: block;
    width: 100%;
    height: 20vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/4086/image/2025/4/N1876_trees/trees.png');
    background-repeat: repeat-x;
    background-size: contain
}

#slide-number {
    color: rgb(135, 205, 170)
}

@media(max-width: 768px) {
    .picture-overlay:after {
        height: 10vw
    }
    #content {
        overflow: hidden
    }
}