/* fonts styles
================================================== */
@font-face {
    font-family: 'Corbel';
    src: url('../fonts/corbel/Corbel.eot');
    src: local('Corbel'),
    url('../fonts/corbel/Corbel.eot?#iefix') format('embedded-opentype'),
    url('../fonts/corbel/Corbel.woff2') format('woff2'),
    url('../fonts/corbel/Corbel.woff') format('woff'),
    url('../fonts/corbel/Corbel.ttf') format('truetype'),
    url('../fonts/corbel/Corbel.svg#Corbel') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azoft Sans';
    src: url('../fonts/azoft/AzoftSans.eot');
    src: local('Azoft Sans'), local('AzoftSans'),
    url('../fonts/azoft/AzoftSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/azoft/AzoftSans.woff2') format('woff2'),
    url('../fonts/azoft/AzoftSans.woff') format('woff'),
    url('../fonts/azoft/AzoftSans.ttf') format('truetype'),
    url('../fonts/azoft/AzoftSans.svg#AzoftSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azoft Sans';
    src: url('../fonts/azoft/AzoftSans-Bold.eot');
    src: local('Azoft Sans Bold'), local('AzoftSans-Bold'),
    url('../fonts/azoft/AzoftSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/azoft/AzoftSans-Bold.woff2') format('woff2'),
    url('../fonts/azoft/AzoftSans-Bold.woff') format('woff'),
    url('../fonts/azoft/AzoftSans-Bold.ttf') format('truetype'),
    url('../fonts/azoft/AzoftSans-Bold.svg#AzoftSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Azoft Sans';
    src: url('../fonts/azoft/AzoftSans-BoldItalic.eot');
    src: local('Azoft Sans Bold Italic'), local('AzoftSans-BoldItalic'),
    url('../fonts/azoft/AzoftSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/azoft/AzoftSans-BoldItalic.woff2') format('woff2'),
    url('../fonts/azoft/AzoftSans-BoldItalic.woff') format('woff'),
    url('../fonts/azoft/AzoftSans-BoldItalic.ttf') format('truetype'),
    url('../fonts/azoft/AzoftSans-BoldItalic.svg#AzoftSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Azoft Sans';
    src: url('../fonts/azoft/AzoftSans-Italic.eot');
    src: local('Azoft Sans Italic'), local('AzoftSans-Italic'),
    url('../fonts/azoft/AzoftSans-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/azoft/AzoftSans-Italic.woff2') format('woff2'),
    url('../fonts/azoft/AzoftSans-Italic.woff') format('woff'),
    url('../fonts/azoft/AzoftSans-Italic.ttf') format('truetype'),
    url('../fonts/azoft/AzoftSans-Italic.svg#AzoftSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Corbel', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #2F2E33;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {
    padding: 100px 0;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Azoft Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #0F0532;
}

h1 {
    font-size: 26px;
    line-height: 32px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

strong {
    font-weight: 700;
}

a {
    color: #da763a;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #da763a;
    outline: 0;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

.form-control {
    border-color: #B5B5B5;
    padding: 10px 15px;
    height: 50px;
    font-weight: bold;
}

textarea.form-control {
    height: inherit;
    resize: none;
}

.big-heading {
    font-family: 'Azoft Sans', sans-serif;
    text-transform: uppercase;
    color: #0F0532;
    font-size: 40px;
    line-height: 52px;
    font-weight: bold;
    margin: 0 0 40px 0;
}

.heading {
    font-family: 'Azoft Sans', sans-serif;
    text-transform: uppercase;
    color: #0F0532;
    font-size: 34px;
    line-height: 48px;
    font-weight: bold;
    margin: 0 0 40px 0;
}

.sup-heading {
    font-family: 'Azoft Sans', sans-serif;
    text-transform: uppercase;
    color: #0082AA;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.sub-heading {
    font-family: 'Corbel', sans-serif;
    color: #2F2E33;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.link {
    font-family: 'Azoft Sans', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    opacity: .6;
    position: relative;
}

.link:hover {
    color: #0082AA;
}

.btn {
    font-family: 'Azoft Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    padding: 10px 30px;
}

.btn-primary {
    color: #fff;
    background-color: #0082AA;
    border-color: #0082AA;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0082AA;
    border-color: #0082AA;
    opacity: .8;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    z-index: 125;
}

header.fixed {
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 10px 6px rgba(0, 0, 0, .02);
}

header .logo img {
    height: 58px;

    -webkit-transition: all .2s;
    transition: all .2s;
}

header.fixed .logo img {
    height: 50px;
}

header nav {
    display: inline-block;
    position: relative;
    top: 2px;
}

header nav ul {
    margin-right: 15px;
}

header nav ul li {
    display: inline-block;
    margin: 0 15px;
    position: relative;
}

header nav ul li ul {
    display: none;
    background-color: #fff;
    padding: 30px 40px;
    position: absolute;
    top: 45px;
    border-radius: 5px;
    min-width: 270px;
    box-shadow: 0 10px 6px rgba(0, 0, 0, .02);
}

header nav ul li ul:before {
    content: "";
    height: 25px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -25px;
}

header nav ul li ul:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -5px;
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
}

header nav ul li ul li {
    margin: 12px 0;
    display: block;
}

header nav ul li:hover ul {
    display: block;
}

header nav ul li ul li a {
    font-family: 'Azoft Sans', sans-serif;
    text-transform: uppercase;
    color: #0F0532;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    display: block;
}

header nav ul li a {
    font-family: 'Azoft Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}

header.header-dark nav ul li a,
header.fixed nav ul li a {
    color: #0F0532;
}

header nav ul li a:hover {
    color: #0082AA;
}

.intro {
    padding: 70px 0 0 0;
    background: url("../imgs/intro-bgr.jpg") center left no-repeat;
    background-size: cover;
}

.intro h1 {
    color: #fff;
    font-size: 75px;
    line-height: 90px;
    font-weight: bold;
    padding: 150px 0px 0 0;
}

.we {
    background: url("../imgs/we-bgr.png") center bottom no-repeat;
    background-size: cover;
}

.we-stage.stage-01 {
    margin-bottom: 200px;
}

.career-stage {
    margin-bottom: 80px;
}


.stats {
    padding: 130px 0;
    background: #0F0532 url('../imgs/stats-bgr.png') center center no-repeat;
}

.stats .val {
    font-family: 'Azoft Sans', sans-serif;
    text-transform: uppercase;
    color: #5AC3BE;
    font-size: 70px;
    line-height: 70px;
    font-weight: bold;
}

.stats .lab {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    opacity: .8;
}


.our-products-text {
    margin: 0 0 50px 0;
}

.our-products-text .heading {
    margin: 0 0 15px 0;
}

.our-products-text p {
    margin: 0;
}

.products {
    background: url(../imgs/bottom-segment.jpg) center bottom no-repeat;
    background-size: 100%;
}

.our-products {
    padding: 20px 0 60px;
    background: url('../imgs/our-products-bgr.png') center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    margin: -20px 0 -170px 0;
}

.our-products img {
    max-height: 330px;
}

.our-products .heading {
    margin: 0 0 12px 0;
}

.our-products .link {
    float: right;
}

.our-products p {
    margin: 0;
}

.our-products .bk-card {
    margin-left: 15%;
    display: block;
    margin-bottom: -20px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.our-products .axi-card {
    margin-left: -3%;
    display: block;
    margin-top: -20px;

    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.our-products .products-cards:hover .bk-card {
    margin-left: 17%;
}

.our-products .products-cards:hover .axi-card {
    margin-left: -5%;
}


.company .our-values {
    padding: 100px 0;
}

.company-vision .inside-nav {
    background: url(../imgs/bottom-segment.jpg) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 100px;
}

.our-values {
    padding-top: 180px;
    background: url('../imgs/our-values-bgr.jpg') center center no-repeat;
    background-size: cover;
}

.our-values .heading {
    color: #fff;
    text-align: center;
    margin: 0 0 80px 0;
}

.our-values .value {
    text-align: center;
    padding: 0 80px;
}

.our-values .value img {
    max-height: 150px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.our-values .value .value-lab {
    font-family: 'Azoft Sans', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin: 40px 0 13px 0;
    font-weight: bold;
}

.our-values .value .value-val {
    color: #fff;
    line-height: 1.5;
    opacity: .8;
}

.carousel-values .owl-item {
    padding: 60px 0 0 0;
}

.carousel-values .owl-item.center {
    padding: 0;
}

.our-values .value img.img-normal {
    display: block;
}

.our-values .value img.img-active {
    display: none;
    max-height: 110px;
}

.carousel-values .owl-item.center .value-lab {
    font-size: 24px;
    line-height: 30px;
}

.carousel-values .owl-item.center .img-active {
    display: block;
}

.carousel-values .owl-item.center .img-normal {
    display: none;
}

.carousel-values .owl-item.center .value-val {
    display: block;
}

.carousel-values .owl-item.center .value-lab {
    margin: 60px 0 13px 0;
}

.carousel-values .value-val {
    display: none;
}


.leaders {
    padding: 0 -15px;
}

.leaders .leader {
    position: relative;
}

.leaders .text {
    width: 70%;
    float: right;
    margin-right: -22%;
    z-index: 3;
    position: relative;
}

.leaders img {

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.leaders .img-active {
    position: absolute;
    left: 0;
}

.leaders .img-active:hover {
    opacity: 0;
}


.latest-drift {
    background-color: #F0FAF9;
    padding: 150px 0 100px 0;
    margin: -150px 0 0 0;
}

.article-similar.latest-drift {
    margin: 0;
    padding: 100px 0;
}

.article-similar.latest-drift .heading {
    margin: 0 0 50px 0;
}

.latest-drift .heading {
    text-align: center;
}

.latest-drift .drift {
    padding: 0 0 0 25px;
    border-left: 1px solid #787878;
}

.latest-drift .owl-item {
    opacity: .2;
}

.latest-drift .owl-item.active {
    opacity: 1;
}

.latest-drift .drift .date {
    color: #7B7A7F;
    margin: 0 0 5px 0;
}

.latest-drift .drift .link {
    margin: 0 0 8px 0;
    display: table;
}

.latest-drift .drift .text {
    font-size: 20px;
    line-height: 1.5;
    color: #2F2E33;
    font-weight: bold;
    min-height: 140px;
}


footer {
    padding: 120px 0 30px 0;
    background: url('../imgs/footer-bgr.jpg') center center no-repeat;
    background-size: cover;
}

footer .footer-contacts {
    margin: 0 0 150px 0;
}

footer .footer-contacts .btn {
    float: right;
}

footer .footer-contacts .heading {
    color: #fff;
    margin: 0;
}

footer .footer-contacts p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    opacity: .8;
    margin: 0;
}

footer .copyright {
    color: #fff;
    display: inline-block;
    margin: 0 10px 0 0;
    opacity: .8;
}

footer .footer-nav {
    display: inline-block;
}

footer .footer-nav li {
    display: inline-block;
}

footer .footer-nav li a {
    color: #fff;
    display: block;
    margin: 0 10px;
    opacity: .8;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin: 50px 0 0 0;
}

.owl-theme .owl-dots .owl-dot span {
    opacity: .2;
    width: 30px;
    height: 1px;
    margin: 0 4px;
}

.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: #fff;
}

.carousel-drift .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: #0F0532;
}

.carousel-drift .owl-dots .owl-dot span {
    background-color: #0F0532;
    opacity: .3;
}


.page-info {
    padding: 120px 0;
}

.page-info h1 {
    color: #fff;
    font-size: 66px;
    line-height: 66px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background-size: cover;
}

.markets .page-info h1 {
    margin: 0 0 40px 0;
}

.products .page-info p {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #B3B2B8;
    font-weight: bold;
    margin: 22px 0 0 0;
}

.careers-stories .page-info h1,
.careers-offer .page-info h1,
.careers-opp .page-info h1,
.careers-working .page-info h1,
.news .page-info h1,
.contacts .page-info h1,
.products .page-info h1,
.markets .page-info h1,
.company .page-info h1,
.leadership .page-info h1 {
    color: #0F0532;
}

.markets .page-info {
    background: url("../imgs/page-info-bgr-03.jpg") center top no-repeat;
}

.investors .page-info,
.careers .page-info,
.about-us .page-info {
    background: url("../imgs/page-info-bgr-01.jpg") center bottom no-repeat;
    background-size: cover;
}

.careers-stories .page-info,
.careers-offer .page-info,
.careers-opp .page-info,
.careers-working .page-info,
.news .page-info,
.contacts .page-info,
.products .page-info,
.company .page-info,
.leadership .page-info {
    background: url("../imgs/page-info-bgr-02.jpg") center bottom no-repeat;
    background-size: cover
}


.leadership {
    background: url(../imgs/bottom-segment.jpg) center bottom no-repeat;
    background-size: 100%;
}

.leadership .person {
    margin: 0 0 70px 0;
    cursor: pointer;
}

.leadership .person.small-person {
    margin: 0 0 40px 0;
}

.leadership .person.small-person .person-imgs img {
    max-height: 400px;
}

.leadership .person .person-imgs {
    margin: 0 0 20px 0;
}

.leadership .person.small-person .person-name {
    margin: 0 0 3px 0;
    font-size: 20px;
    line-height: 26px;
}

.leadership .person .person-name {
    color: #0F0532;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.leadership .person .person-position {
    font-size: 18px;
    line-height: 24px;
    color: #969696;
}

.leadership .person .person-imgs {
    position: relative;
}

.leadership .person img {

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.leadership .person .img-active {
    position: absolute;
    left: 0;
}

.leadership .person .img-active:hover {
    opacity: 0;
}

.about-vision p {
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    margin: -15px 0 0 0;
}

.about-sep {
    text-align: center;
}

.about-sep {
    background: url('../imgs/about-us-bgr.jpg') center center no-repeat;
    background-size: cover;
}

.about-us .big-heading {
    margin: 0 0 20px 0;
}

.about-sep .big-heading {
    color: #fff;
}

.about-sep .link {
    color: #fff;
    opacity: 1;
}


.careers-working .company-info {
    background-color: #F8FBFB;
    background-image: none;
}

.careers-working .company-info h6 {
    padding-right: 100px;
}

.careers-working .company-info .inside-nav {
    padding: 50px 0 0 0;
}

.careers-working .company-info .big-heading {
    padding-right: 150px;
    margin: 0 0 20px 0;
}

.company-info {
    background: url('../imgs/bottom-segment.jpg') center bottom no-repeat;
    background-size: 100%;
}

.company-info h6 {
    font-family: 'Corbel', sans-serif;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 80px 0;
}

.company-info .company-img {
    margin: 0 0 50px 0;
}


.careers-working .company-info .company-img {
    margin: -200px 0 50px 0;
}


.about-mission {
    padding: 200px 0;
    background: url('../imgs/about-mission-bgr.jpg') center center no-repeat;
    background-size: cover;
}

.about-mission p {
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0;
}


.products .product {
    margin: 0 0 50px 0;
    position: relative;
    z-index: 1;
}

.products .product.product-06 .img-holder img,
.products .product.product-02 .img-holder img,
.products .product.product-01 .img-holder img {
    position: relative;
    top: 0;

    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.products .product.product-06:hover .img-holder img,
.products .product.product-02:hover .img-holder img,
.products .product.product-01:hover .img-holder img {
    top: -10px;
}

.products .product a {
    color: #0F0532;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    display: block;
    position: relative;
}

.products .product:hover .product-link {
    color: #0082AA;
}

.products .product .product-link:after {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 50%;
    display: block;
    width: 35px;
    height: 35px;
    background: url(../imgs/icons/arrow-right.svg) center center no-repeat;
    background-size: 35px;
    margin-left: -20px;
}

.products .product .img-holder {
    position: relative;
}

.products .product .img-holder:before {
    content: "";
    position: absolute;
    background: url(../imgs/img-holder.png) center center no-repeat;
    background-size: 250px;
    width: 100%;
    height: 250px;
    display: block;
    z-index: -1;
}

/*.products .product .img-holder img {*/
/*    z-index: 2;*/
/*}*/

.product .product-intro {
    background: url(../imgs/product-name-bgr.png) center top no-repeat;
    background-size: cover;
    min-height: 700px;
    position: relative;
}

.product .product-img {
    position: absolute;
    left: 50%;
    bottom: 5%;
    max-height: 350px;
    transform: translate(-50%, 0);

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.product .product-img:hover {
    max-height: 380px;
}

.product .product-intro h1 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    margin: 200px 0 30px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.product .product-intro p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    padding: 0 130px 0 0;
}

.product .product-features {
    background-color: #F8FBFB;
    margin: -118px 0 0 0;
    z-index: -1;
    position: relative;
    padding-top: 210px;
}

.product .product-features .heading {
    text-align: center;
}

.product .product-features .feature {
    margin: 30px 0 15px 0;
}

.product .product-features .feature img {
    height: 30px;
    margin: 0 15px 0 0;
}

.product .product-features .feature .lab {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding: 0 70px 0 0;
}


.product .product-benefits {
    background: url(../imgs/bottom-segment.jpg) center bottom no-repeat;
    background-size: 100%;
}

.product .product-benefits .benefit {
    margin: 30px 0 15px 0;
}

.product .product-benefits .benefit img {
    height: 35px;
    margin: 0 0 5px 0;
}

.product .product-benefits .benefit .lab {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding: 0 30px 0 0;
}

.product .product-benefits .benefit p {
    color: #2F2E33;
    margin: 3px 0 0 0;
    font-size: 16px;
    line-height: 18px;
}


.news .news-list {
    background: url(../imgs/bottom-segment.jpg) center bottom no-repeat;
    background-size: 100%;
}

.news .news-list .news-item {
    padding: 70px 0;
}

.news .news-list .news-item .link {
    float: right;
}

.news .news-list .news-item:nth-child(even) {
    background-color: #F0FAF9;
}

.news .news-list .news-item .date {
    color: #7B7A7F;
    border-left: 1px solid #787878;
    padding: 25px 0 25px 20px;
}

.news .news-list .news-item .title {
    color: #2F2E33;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding: 0 100px 0 0;
    display: block;
}


article.space {
    padding-top: 150px;
}

article .date {
    color: #7B7A7F;
    text-align: center;
    margin: 0 0 30px 0;
}

article .article-title {
    font-size: 42px;
    line-height: 54px;
    font-weight: bold;
    margin: 30px 0 15px;
    text-align: center;
}

.inside-nav {
    padding: 100px 0 0 0;
}

.inside-nav a {
    font-family: 'Azoft Sans', sans-serif;;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    display: block;
    opacity: .6;
    position: relative;
}

.inside-nav a:hover {
    color: #0082AA;
}

.inside-nav a:hover span {
    color: #000000;
}

.inside-nav a span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
}

.inside-nav .btn-prev {
    float: left;
}

.inside-nav .btn-next {
    text-align: right;
    float: right;
}

.arrow-left {
    padding-left: 55px;
}

.arrow-right {
    padding-right: 55px;
}

.arrow-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 35px;
    height: 35px;
    background: url("../imgs/icons/arrow-left.svg") center center no-repeat;
    background-size: 35px;
    transform: translate(0, -50%);
}

.arrow-right:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 35px;
    height: 35px;
    background: url("../imgs/icons/arrow-right.svg") center center no-repeat;
    background-size: 35px;
    transform: translate(0, -50%);
}

.contact-form {
    background: url(../imgs/bottom-segment.jpg) center bottom no-repeat;
    background-size: 100%;
}

.contact-form form {
    padding-left: 30px;
    padding-right: 30px;
}

.contact-form .heading {
    text-align: center;
    margin: 0 0 3px 0;
}

.contact-form p {
    text-align: center;
    margin: 0 0 25px 0;
}

.contact-form .btn {
    display: table;
    margin: 20px auto 0;
}


.careers-working .looking {
    text-align: center;
    background: url(../imgs/bottom-segment.jpg) center bottom no-repeat;
    background-size: 100%;
}

.careers-working .looking .big-heading {
    margin: 0 0 20px 0;
}

.careers-working .looking .looking-block {
    padding: 30px 0;
}

.careers-working .looking .looking-block img {
    height: 170px;
}

.careers-working .looking .looking-block .lab {
    color: #0F0532;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 20px 90px 0;
    font-family: 'Azoft Sans', sans-serif;
}

.careers-working.key-figures .looking .looking-block .lab {
    padding: 20px 30px 0;
}

.we-offer {
    background-color: #0F0532;
}

.we-offer .big-heading {
    color: #fff;
    text-align: center;
}

.we-offer .offer-list {
    color: #fff;
}

.we-offer .hint {
    margin: 30px 0 0 0;
    color: #fff;
    opacity: .6;
    font-size: 16px;
    line-height: 1.5;
}

.we-offer .offer-list h4 {
    color: #fff;
    min-height: 56px;
}

.we-offer .offer-list .main-list {
    min-height: 360px;
    padding: 0 0 50px 0;
    border-bottom: 1px solid #3e3560;
    margin: 0 0 50px 0;
}

.we-offer .offer-list li {
    padding-left: 25px;
    position: relative;
    margin: 5px 0;
    opacity: .8;
}

.we-offer .offer-list img {
    max-height: 35px;
    margin: 0 0 10px 0;
}

.we-offer .offer-list li:before {
    content: "";
    background: url("../imgs/icons/list-bullet.svg") center center no-repeat;
    background-size: 16px;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: 0;
}


.we-need {
    background: url("../imgs/we-need-bgr.jpg") center center no-repeat;
    background-size: cover;
}

.we-need .big-heading {
    color: #fff;
    text-align: center;
}

.we-need .need-block {
    background: url("../imgs/figure.png") center center no-repeat;
    background-size: 230px;
    width: 230px;
    height: 200px;
    text-align: center;
    margin: 25px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.we-need .need-block .lab {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

.we-need .need-block .val {
    color: #fff;
    font-family: 'Azoft Sans', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 30px;
    margin: 5px 0 0 0;
}

.bgr-gray {
    background-color: #F8FBFB;
}

.diversity .t-text {
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.diversity .content {
    padding: 0 0 0 50px;
}

.career-explore {
    position: relative;
}

.career-explore p {
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 50px 0 0;
}

.career-explore:after {
    content: "";
    background: url(../imgs/career-explore.png) center center no-repeat;
    background-size: cover;
    width: 70%;
    height: 115%;
    position: absolute;
    top: -50px;
    right: 0;
}

.careers-opp {
    position: relative;
    overflow: hidden;
    z-index: -1;
}

.careers-opp .about-sep p {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.careers-list {
    position: relative;
}

.careers-list:before {
    content: "";
    width: 130%;
    height: 310px;
    background-color: #0F0532;
    position: absolute;
    top: 0;
    left: 0;
}

.careers-list {
    width: 88%;
}

.careers-list .big-heading {
    color: #fff;
    padding: 0 0 0 20%;
}

.careers-list .list-headings {
    color: #fff;
    font-family: 'Corbel', sans-serif;
    padding: 15px 0 15px 20%;
    font-weight: lighter;
}

.careers-list .list-rows .position-row {
    padding: 50px 0 50px 20%;
    color: #7B7A7F;
}

.careers-list .list-rows .position-name {
    color: #2F2E33;
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 0 30px;
    position: relative;
    font-weight: bold;
}

.careers-list .list-rows .position-name:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 70px;
    margin-top: -35px;
    background-color: #787878;
}

.careers-list .list-rows .position-row:nth-child(odd) {
    background-color: #F0FAF9;
}

.careers-opp .inside-nav {
    padding: 100px 0;
}


.careers-stories .big-heading {
    text-align: center;
}

.careers-stories .story {
    margin-bottom: 100px;
}

.careers-stories .story:last-of-type {
    margin: 0;
}

.careers-stories .story-img {
    padding: 0 25px 0 0;
}

.careers-stories .story-name {
    font-family: 'Azoft Sans', sans-serif;
    text-transform: uppercase;
    color: #0F0532;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.careers-stories .story-pos {
    color: #4A484E;
    font-family: 'Corbel', sans-serif;
    font-weight: lighter;
    opacity: .4;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
}


.markets svg path {
    text-align: center;
}


#Component_75_1,
#Component_75_4,
#Component_75_2,
#Component_75_3 {
    cursor: pointer;
}

#Component_75_1 #text_1,
#Component_75_4 #text_4,
#Component_75_2 #text_2,
#Component_75_3 #text_2-2 {
    font-size: 0%;
    opacity: 0;
}

#Component_75_1 #text_1,
#Component_75_1 #logo_2-3,
#Component_75_1 g,
#Component_75_4 #text_4,
#Component_75_4 #logo_2-4,
#Component_75_4 g,
#Component_75_2 #text_2,
#Component_75_2 #logo_2,
#Component_75_2 g,
#Component_75_3 #text_2-2,
#Component_75_3 #logo_2-2,
#Component_75_3 g {
    transition: all .3s;
}

#Component_75_1:hover g {
    transform: scale(1.5) translate(-10px, -10px);
}

#Component_75_4:hover g,
#Component_75_2:hover g,
#Component_75_3:hover g {
    transform: scale(1.2) translate(-10px, -10px);
}

#Component_75_1:hover #logo_2-3 {
    x: 0;
    y: -10;
}

#Component_75_4:hover #logo_2-4,
#Component_75_2:hover #logo_2,
#Component_75_3:hover #logo_2-2 {
    x: 0;
    y: -20;
}


#Component_75_1:hover #text_1,
#Component_75_4:hover #text_4,
#Component_75_2:hover #text_2,
#Component_75_3:hover #text_2-2 {
    fill: #fff;
    opacity: 1;
    font-size: 80%;
}


.investors .profit {
    background: url(../imgs/bottom-segment.jpg) center bottom no-repeat;
    background-size: 100%;
}


.modal-person .modal-person-name {
    font-family: 'Azoft Sans', sans-serif;
    text-transform: uppercase;
    color: #0F0532;
    font-size: 40px;
    line-height: 52px;
    font-weight: bold;
    margin: 0 0 3px 0;
}

.modal-person .modal-person-pos {
    font-family: 'Corbel', sans-serif;
    color: #4A484E;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 20px 0;
    opacity: .6;
}

.modal-person .modal-person-desc a {
    color: #9e9e9e;
    float: right;
    text-transform: uppercase;
    display: block;
    margin: 50px 0 0 0;
}

.modal-person .modal-person-desc a:hover {
    color: #0082AA;
}

.modal-person .modal-person-desc a img {
    height: 40px;
    margin: 0 0 0 10px;
    position: relative;
    top: -2px;
}

.modal-person .close {
    width: 55px;
    height: 55px;
    background-color: #eee;
    border-radius: 100%;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 34px;
    z-index: 2;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.modal-person .close span {
    line-height: 1;
    position: relative;
    top: -2px;
}

.modal-person .modal-content {
    padding: 30px;
}

.modal-person .modal-content ul li,
.modal-person .modal-content p {
    font-family: 'Corbel', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.scroll-top {
    position: fixed;
    right: 40px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0 10px 6px rgba(0, 0, 0, .05);
    padding: 10px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.scroll-top:hover {
    opacity: .6;
}


.story-imgs {
    position: relative;
}

.story-imgs img {

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.story-imgs .img-active {
    position: absolute;
    left: 0;
}

.story-imgs .img-active:hover {
    opacity: 0;
}

.product-07 .img-holder {
    height: 300px;
    width: 270px;
    margin: 0 auto;
}

.product-07 .img-holder img {
    position: absolute;
}

.product-07 .product-07-logo {
    z-index: 5;
    left: -10px;
    bottom: 50px;
    height: 160px;
}

.product-07 .product-07-cash {
    left: 53px;
    bottom: 90px;
    height: 150px;
}

.product-07 .product-07-money {
    left: 91px;
    bottom: 184px;
    z-index: -1;
    height: 70px;
}
