/* 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;
}


/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Corbel', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #747474;
    padding-top: 66px;
}

body.fixed {
    padding-top: 56px;
}

: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: 130px 0;
}

.form-control {
    height: 45px;
    padding: 10px 15px 0;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #14506E;
    font-weight: bold;
}

h1 {
    font-size: 64px;
    line-height: 74px;
}

h2 {
    font-size: 54px;
    line-height: 64px;
}

h3 {
    font-size: 36px;
    line-height: 42px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 18px;
    line-height: 22px;
}

strong {
    font-weight: 700;
}

a {
    color: #da763a;
    text-decoration: none;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #0082AA;
    outline: 0;
    text-decoration: none;
}

p {
    color: #747474;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.btn-outline-primary:not(:disabled):not(.disabled).active .text-arrow:after,
.btn-outline-primary:not(:disabled):not(.disabled):active .text-arrow:after,
.show > .btn-outline-primary.dropdown-toggle .text-arrow:after,
.btn-outline-primary:focus .text-arrow:after,
.btn.btn-outline-primary:hover .text-arrow:after {
    background-image: url(../images/icons/arrow-right-light.svg);
}

.btn {
    position: relative;
    border-radius: 6px;
    padding: 0 60px;
    height: 44px;
    min-width: 150px;
    line-height: 42px;
    text-align: center;
    overflow: hidden;
}

.btn i {
    margin: 0 3px;
    font-size: 10px;
}

.btn .btn-back-text {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn:hover .btn-back-text {
    left: 0;
}

.btn .btn-front-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn:hover .btn-front-text {
    bottom: -100%;
}

.btn .btn-text {
    position: relative;
    right: 0;
    display: block;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.btn:hover .btn-text {
    right: -5px;
}

.btn-sm {
    height: 34px;
    line-height: 32px;
    padding: 0 35px;
}

.btn-primary {
    color: #fff;
    background-color: #0082AA;
    border-color: #0082AA;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #14506E;
    border-color: #14506E;
    outline: none;
    box-shadow: none !important;
}

.btn-outline-primary {
    color: #0082AA;
    border-color: #0082AA;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0082AA;
    border-color: #0082AA;
    box-shadow: none !important;
}

.link {
    color: #0082AA;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    padding: 0 20px 0 0;
}

.link i {
    margin: 0 3px;
    font-size: 10px;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.link:hover {
    color: #14506E;
}

.sub-heading {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 25px 0;
}

.heading-icn {
    width: 65px;
    border-radius: 30px 30px 30px 0;
    box-shadow: 0 10px 20px rgba(0, 52, 50, .16);
    background-color: #fff;
    margin: 0 0 20px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 65px;
}

.heading-icn img {
    height: 35px;
}

header {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 105;
    transition: all .2s;
    background-color: #fff;
}

header.fixed {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0 10px 6px rgba(0, 0, 0, .02);
}

header .logo {
    position: relative;
    z-index: 2;
}

header .logo img {
    height: 36px;
}

header nav {
    text-align: right;
}

header nav .btn {
    margin-left: 15px;
}

header .menu {
    display: inline-block;
}

header .menu .menu-item {
    display: inline-block;
    margin: 0 10px;
}

header .menu .menu-item .menu-link {
    color: #000;
    display: inline-block;
}

header .menu .menu-item:hover .mega-menu {
    display: block;
}

header .mega-menu {
    position: fixed;
    top: 62px;
    left: 0;
    background-color: #fff;
    width: 100%;
    text-align: left;
    padding: 30px 0;
    display: none;
    transition: all .2s;
}

body.fixed header .mega-menu {
    top: 56px;
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0 10px 6px rgba(0, 0, 0, .02);
}

header .mega-menu:before {
    content: "";
    position: absolute;
    top: -26px;
    left: 0;
    width: 100%;
    height: 26px;
    z-index: -1;
}

.mega-menu .menu-company {
    padding: 20px 35px 20px 0;
    border-right: 1px solid #C9EBEA;
}

.mega-menu .menu-company h5 {
    margin: 0 0 13px 0;
}

.mega-menu .menu-company p {
    margin: 0 0 13px 0;
}

.mega-menu .company-item {
    padding: 20px 0 20px 25px;
    display: block;
    border-radius: 30px 0 30px 30px;
}

.mega-menu .company-item:hover {
    background-color: rgba(0, 130, 170, 0.05);
}

.mega-menu .company-item h6 {
    color: #0082AA;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px 0;
}

.mega-menu .company-item p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.mega-menu .company-item img {
    height: 40px;
    margin-right: 15px;
}


.container {
    max-width: 1200px;
}


.intro {

}

.intro h1 {
    margin: 0 0 40px 0;
}

.company-stats {
    position: relative;
    margin: -30px 0 50px 0;
}

.company-stats .container {
    z-index: 1;
    position: relative;
}

.company-stats:after {
    content: "";
    background-color: #fff;
    width: 90%;
    height: 200px;
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 0;
    border-radius: 0 25px 0 0;
    box-shadow: 0 -21px 10px rgba(185, 185, 185, .1);
}

.company-stats .stat .lab {
    font-size: 18px;
    line-height: 20px;
    width: 65%;
    border-bottom: 1px solid #C9EBEA;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.company-stats .stat .val {
    color: #14506E;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
}


.our-values {
    position: relative;
    padding: 100px 0 50px 0;
    margin: 100px 0 150px 0;
}

.owl-values {
    width: 50%;
    position: absolute;
    top: 50%;
    right: 0;

    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.owl-values .owl-item {
    padding: 30px 0;
}

.owl-values:after {
    content: "";
    position: absolute;
    top: 130px;
    right: 0;
    background-color: #F0FAF9;
    height: 150px;
    width: 85%;
    display: block;
    z-index: -1;
}

.owl-values .item {
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 0 0 25px 0;
    box-shadow: 0 10px 20px rgba(20, 80, 110, .05);
}

.owl-values .item .val {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.owl-values .item .lab {
    color: #14506E;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    border-top: 1px solid #C9EBEA;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
}

.owl-values .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}


.our-products {
    position: relative;
}

.our-products:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 48%;
    height: 350px;
    background-color: #5AC3BE;
    border-radius: 0 30px 0 0;
    z-index: -1;

    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.our-products .our-products-imgs {
    position: relative;
    min-height: 400px;
}


.join-team {
    padding: 150px 0;
    position: relative;
}

.join-team:after {
    content: "";
    background-color: #F0FAF9;
    height: 143px;
    width: 100%;
    position: absolute;
    top: 46%;
    left: 0;
    z-index: -1;
}

.join-team ul {
    margin: 35px 0 45px 0;
}

.join-team ul li {
    color: #14506E;
    display: block;
    margin: 5px 0;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 20px;
}

.join-team ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    background: url("../images/icons/check.svg") center center no-repeat;
    background-size: 100%;
    width: 11px;
    height: 11px;
    display: block;
}


.ceo {
    position: absolute;
    bottom: -59px;
    width: 33%;
    z-index: 2;
}

.ceo .val {
    color: #14506E;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 13px 0;
}

.about-us .hero {
    padding: 80px 0 0;
    background: url("../images/about-us-bgr.jpg") center center no-repeat;
    background-size: cover;
    margin: 0 0 50px 0;
    position: relative;
    height: 700px;
}

.about-us .hero:after {
    content: "";
    background-color: rgba(255, 255, 255, .90);
    position: absolute;
    left: 0;
    bottom: -45px;
    width: 45%;
    height: 100px;
    border-radius: 0 25px 0 0;
}

.about-us .hero p {
    margin: 0 0 30px 0;
}

.about-us .hero-list {
    background-color: #fff;
    border-radius: 0 0 25px 0;
    margin: 0 0 20px 0;
    padding: 25px 20px;
    box-shadow: 0 10px 20px rgba(20, 80, 110, .05);
}

.about-us .hero-list li {
    color: #747474;
    margin: 7px 0;
    position: relative;
    padding: 0 0 0 15px;
}

.about-us .hero-list li:before {
    content: "";
    background-color: #747474;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}

.about-us .hero-list h6 {
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    border-top: 1px solid #C9EBEA;
}

.fix-margin-top {
    margin-top: 30px;
}

.fix-margin-bot {
    margin-bottom: -70px;
}


.our-company h2 {
    margin: 0 0 10px 0;
}

.our-company h2,
.our-company h2 ~ p {
    text-align: center;
}

.about-nav {
    margin: 25px 0 55px 0;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

.about-nav .nav {
    display: flex;
    flex-direction: row;
}

.about-nav .nav button {
    flex-grow: 1;
    border: 0;
    border-right: 1px solid #C9EBEA;
}

.about-nav .nav button:last-of-type {
    border-right: 0;
}

.about-nav .nav button {
    text-align: center;
    display: block;
    background-color: #F2F9FB;
    color: #747474;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding: 30px 0;
}

.about-nav .nav button:hover {
    color: #0082AA;
}

.about-nav .nav button.active {
    color: #14506E;
    background-color: #fff;
}

.about-nav .nav button:hover .about-icn,
.about-nav .nav button.active .about-icn {
    opacity: 1;
}

.about-nav .about-icn {
    opacity: .6;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.about-nav .about-icn img {
    height: 40px;
    margin: 0 0 10px 0;
}

.about-tab .nav {
    display: block;
    border-right: 1px solid #C9EBEA;
    min-width: 234px;
    padding: 15px 0;
}

.about-tab button {
    position: relative;
    color: #747474;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: left;
    background-color: transparent;
    border: 0;
    outline: none;
    padding: 10px 0 10px 40px;
}

.about-tab button.active {
    color: #14506E;
}

.about-tab button.active:before {
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #0082AA;
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 27px;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(20, 80, 110, .25);
    font-size: 12px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-tab button.active:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    background-color: #14506E;
}

.about-tab .tab-content {
    padding: 0 0 0 40px;
}

.about-tab .tab-pane h3 {
    margin: 0 0 15px 0;
}

.about-tab .tab-pane ul li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 10px 0;
}

.about-tab .tab-pane ul li:before {
    content: "";
    background-color: #747474;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    top: 7px;
    left: 0;
}

.strategic-partners-text {
    padding: 0 30px 0 0;
    margin: 0;
}


.products-tab .nav {
    display: block;
    border-right: 1px solid #C9EBEA;
    min-width: 234px;
    padding: 15px 0;
}

.products-tab button {
    position: relative;
    display: block;
    width: 100%;
    background-color: transparent;
    border: 0;
    outline: none;
    text-align: center;
    margin: 25px 0;
}

.products-tab button.active {
    color: #14506E;
}

.products-tab button.active:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    background-color: #14506E;
}

.products-tab button img {
    height: 65px;
}

.products-tab button.active img {
    box-shadow: 0 10px 20px rgba(20, 80, 110, .15);
}

.products-tab .tab-content {
    padding: 0 0 0 40px;
}

.products-tab .tab-pane h3 {
    margin: 0 0 15px 0;
}

.products-tab .tab-pane ul {
    margin: 0 0 20px 0;
}

.products-tab .tab-pane ul li {
    color: #14506E;
    position: relative;
    padding: 0 0 0 20px;
    margin: 10px 0;
    font-weight: bold;
}

.products-tab .tab-pane ul li:before {
    content: "";
    background: url("../images/icons/check.svg") center center no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 0;
}


.years {
    border-bottom: 1px solid #747474;
    margin: 0 0 100px 0;
    padding: 0 0 0 100px;
}

.years h3 {
    text-align: center;
    margin: 0 0 40px 0;
}

.year {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0 40px 60px;
    position: relative;
}

.year-bot {
    position: relative;
    top: 127px;
    padding: 40px 0 10px 60px;
}

.year:after {
    content: "";
    position: absolute;
    left: 24px;
    bottom: -22px;
    width: 45px;
    height: 45px;
    background-color: #000;
    border-radius: 100%;
    border: 10px solid #fff;
}

.year-bot:after {
    top: -22px;
    bottom: inherit;
}

.year:before {
    content: "";
    position: absolute;
    top: 0;
    left: 45px;
    height: 100%;
    width: 1px;
    background-color: #747474;
}

.year-val {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    transform: rotate(-90deg);
    position: absolute;
    top: 20px;
    left: -5px;
}

.year-2013:after {
    background-color: #5AC3BE;
}

.year-2013 .year-val {
    color: #5AC3BE;
}

.year-2017:after {
    background-color: #14506E;
}

.year-2017 .year-val {
    color: #14506E;
}

.year-2018:after {
    background-color: #0082AA;
}

.year-2018 .year-val {
    color: #0082AA;
}

.year-2020:after {
    background-color: #5AC3BE;
}

.year-2020 .year-val {
    color: #5AC3BE;
}

.year-2022:after {
    background-color: #14506E;
}

.year-2022 .year-val {
    color: #14506E;
}

.year-2023:after {
    background-color: #0082AA;
}

.year-2023 .year-val {
    color: #0082AA;
}

.year-lab {
    height: 40px;
}

.year-bot .year-val {
    top: initial;
    bottom: 25px;
}

.year-img {
    margin: 0 0 8px 0;
}

.year-img img {
    max-height: 32px;
}

.leadership {
    padding: 35px 0;
    position: relative;
}

.leadership-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background-color: #fff;
    display: block;
    z-index: 1;
}

.leadership-holder:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background-color: #fff;
    display: block;
    z-index: 1;
}

.leadership:after {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: #F0FAF9;
    display: block;
    z-index: -1;
}

.person {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    margin: 0 0 50px 0;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(20, 80, 110, .05);
    cursor: pointer;
    display: block;
    z-index: 2;
}

.person-fix {
    margin-top: 100px;
}

.person .person-name {
    color: #14506E;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 15px 15px 10px 15px;
    border-bottom: 1px solid #C9EBEA;
}

.person .person-pos {
    color: #747474;
    margin: 0 15px;
    height: 50px;
}


.team h3 {
    margin: 0 0 10px 0;
}

.team h3,
.team p {
    text-align: center;
}

.team .owl-team {
    margin: 50px 0 0 0;
}


.location-post h3 {
    margin: 0 0 15px 0;
}

.location-post h3 a {
    color: #14506E;
}


.blog-list .hero {
    padding: 80px 0;
    background: url("../images/blog-list-hero.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}


.contacts .hero {
    padding: 80px 0 50px;
    background: url("../images/contacts-hero.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}

.contacts .hero .contact-info {
    padding: 20px 0;
    margin: 15px 0;
    border-top: 1px solid #C9EBEA;
    border-bottom: 1px solid #C9EBEA;
}

.contacts .hero .contact-info li:first-of-type {
    margin-top: 0;
}

.contacts .hero .contact-info li:last-of-type {
    margin-bottom: 0;
}

.contacts .hero .contact-info li {
    margin: 17px 0;
    display: block;
}

.contacts .hero .contact-info li a {
    color: #14506E;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    display: block;
}

.contacts .hero .contact-info li .icn {
    display: inline-block;
    width: 18px;
    text-align: center;
    margin: 0 7px 0 0;
}

.location .company-stats:after {
    content: "";
    width: 93%;
    left: inherit;
    right: 0;
    border-radius: 25px 0 0 0;
}

.location .company-stats .stat {
    padding: 0 0 0 70px;
}

.location .person {
    margin: -150px 0 0 0;
}

.person .person-img {
    overflow: hidden;
    position: relative;
}

.person .person-img img {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.person:hover .person-img img {
    transform: scale(1.1);
}

.location .hero {
    padding: 80px 0 70px;
    background: url("../images/location-hero.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}

.location .hero .contact-info {
    padding: 20px 0;
    margin: 15px 0;
    border-top: 1px solid #C9EBEA;
}

.location .hero .contact-info li:first-of-type {
    margin-top: 0;
}

.location .hero .contact-info li:last-of-type {
    margin-bottom: 0;
}

.location .hero .contact-info li {
    margin: 17px 0;
    display: block;
}

.location .hero .contact-info li a {
    color: #14506E;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    display: block;
}

.location .hero .contact-info li .icn {
    display: inline-block;
    width: 18px;
    text-align: center;
    margin: 0 7px 0 0;
}


.our-office {
    margin: -70px 0 0 0;
}

.our-office h3 {
    margin: 0 0 15px 0;
}

.our-office p {
    font-size: 18px;
    line-height: 22px;
    margin: 0 50px 20px 0;
}

.our-office ul {
    margin: 0 0 20px 0;
}

.our-office ul li {
    color: #14506E;
    position: relative;
    padding: 0 0 0 20px;
    margin: 6px 0;
    font-weight: bold;
}

.our-office ul li:before {
    content: "";
    background: url("../images/icons/check.svg") center center no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 0;
}

.attractive {
    position: relative;
}

.attractive:after {
    content: "";
    position: absolute;
    top: 42%;
    right: 0;
    width: 55%;
    height: 300px;
    background-color: #5AC3BE;
    border-radius: 30px 0 0 30px;
    z-index: -1;

    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.attractive h2 {
    margin: 0 20px 15px 0;
}

.attractive p {
    font-size: 18px;
    line-height: 22px;
}

.attractive img {
    max-height: 350px;
    margin: 30px auto 0;
    display: block;
}


footer {
    padding: 50px 0 0;
    background-color: #F0FAF9;
    position: relative;
    z-index: 2;
}

.footer-about .footer-logo {
    display: block;
    margin: 0 0 20px 0;
}

.footer-about p {
    margin: 0 0 10px 0;
}

.footer-about .footer-logo img {
    height: 90px;
}

.footer-about .link img {
    position: relative;
    top: -3px;
    margin: 0 7px 0 0;
    height: 25px;
}

footer h6 {
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #C9EBEA;
    width: 65%;
}

footer .footer-menu li {
    position: relative;
    display: block;
    margin: 6px 0;
    padding: 0 0 0 13px;
}

footer .footer-menu li:before {
    content: "";
    background-color: #747474;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    top: 11px;
    left: 0;
}

footer .footer-menu li a {
    color: #747474;
    display: block;
}

footer .footer-menu li a:hover {
    color: #0082AA;
}

footer .footer-contacts {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #C9EBEA;
}

footer .footer-contacts li {
    display: block;
    margin: 6px 0;
}

footer .footer-contacts li a {
    color: #0082AA;
    font-weight: bold;
}

footer .license {
    margin: 15px 0 0 0;
}

footer .footer-bot {
    padding: 20px 0;
    margin: 40px 0 0 0;
    background-color: #14506E;
}

footer .footer-bot .copyright {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    opacity: .8;
}

footer .footer-bot .footer-general-menu {
    text-align: right;
}

footer .footer-bot .footer-general-menu li {
    display: inline-block;
    margin-left: 15px;
}

footer .footer-bot .footer-general-menu li a {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    opacity: .8;
}

footer .footer-bot .footer-social {
    text-align: center;
}

footer .footer-bot .footer-social li {
    display: inline-block;
    margin: 0 10px;
}

footer .footer-bot .footer-social li a img {
    height: 26px;
}


footer .footer-contacts li .icn {
    display: inline-block;
    width: 13px;
    text-align: center;
    margin: 0 5px 0 0;
}

.latest-news .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 195px;
    right: 90px;
    z-index: -1;
}

.latest-news {
    margin: 150px 0 -100px 0;
}

.latest-news .latest-content {
    margin: -100px 0 0 0;
}

.latest-news .owl-news img {
    width: 85%;
}

.latest-news .owl-news .news-content h6 {
    border-bottom: 1px solid #C9EBEA;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.latest-news .owl-news .news-content {
    width: 400px;
    padding: 25px 20px;
    border-radius: 0 25px 0 0;
    background-color: rgba(255, 255, 255, .97);

    box-shadow: 0 -20px 30px rgba(20, 80, 110, .05);

    position: relative;
    bottom: 100px;
    left: 20px;
}

.latest-news .owl-news .news-content-img {
    text-align: right;
}

.latest-news .owl-news .news-content-img img {
    display: inline-block;
    position: relative;
    right: 2px;
}

.team-collage {
    position: relative;
    min-height: 530px;
}

.team-collage .team-count {
    color: #fff;
    display: inline-block;
    padding: 35px 45px 35px 35px;
    background-color: #5AC3BE;
    border-radius: 30px 30px 0 30px;
    position: relative;
    top: 88px;
}

.team-collage .team-count .lab {
    padding: 0 30px 5px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #fff;
}

.team-collage .team-count .val {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
}

.team-collage .team-01 {
    position: absolute;
    right: 75px;
    height: 250px;
    border-radius: 0 30px 30px 30px;
}

.team-collage .team-02 {
    margin: 100px 0 0;
    width: 290px;
    border-radius: 30px 0 30px 30px;
    position: absolute;
    left: 30px;
    top: 162px;
}

.team-collage .team-03 {
    position: absolute;
    top: 262px;
    right: 40px;
    border-radius: 30px 30px 30px 0;
    width: 200px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0082AA;
}

.owl-theme .owl-dots .owl-dot span {
    background: #b8e2de;
}


.location-lists {
    width: 100%;
    height: 400px;
}

.location-lists .location-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
}

.location-lists .location-item:hover {
    flex: 4 1 0% !important;
}

.location-lists .location-item:last-of-type {
    flex: 3 1 0%;
}

.location-lists .location-item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: -webkit-box-flex .4s;
    transition: -webkit-box-flex .4s;
    -o-transition: flex .4s;
    transition: flex .4s;
    transition: flex .4s, -webkit-box-flex .4s, -ms-flex .4s;
    overflow: hidden;
    cursor: pointer;
    background-position: center;
}

.location-lists .location-item:last-of-type:after,
.location-lists .location-item:hover:after {
    opacity: 0;
}

.location-lists .location-item:after {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.location-item .location-info {
    width: 100%;
    padding: 20px 20px 20px 20px;
    text-align: left;
    position: absolute;
    background-image: linear-gradient(rgb(255, 255, 255, .10), rgb(2, 54, 108, .76));
    bottom: -100%;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.location-item:last-of-type .location-info,
.location-item:hover .location-info {
    bottom: 0;
}

.location-item .location-info .lab {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding: 0 0 7px 0;
    margin: 0 0 10px 0;
}

.location-item .location-info .val {
    position: relative;
}

.location-item .location-info .val:after {
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 10px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-list h6 {
    color: #0082AA;
}

.blog-list .categories-list {
    text-align: right;
    margin: 40px 0;
}

.blog-list .categories-list ul {
    position: relative;
    margin-right: 5px;
}

.blog-list .categories-list ul:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #C9EBEA;
    position: absolute;
    top: 0;
    right: -19px;
}

.blog-list .categories-list ul li {
    margin-left: 10px;
    display: inline-block;
}

.blog-list .categories-list ul li.active a {
    box-shadow: none;
}

.blog-list .categories-list ul li a {
    color: #0082AA;
    font-weight: bold;
    display: block;
    padding: 3px 10px;
    box-shadow: 0 10px 20px rgba(20, 80, 110, .15);
    border-radius: 3px;
    background-color: #fff
}

.blog-list .categories-list ul li a:hover {
    color: #14506E;
    background-color: #f9f9f9;
}

.blog-list .cat-prev {
    width: 27px;
    height: 27px;
    display: inline-block;
    line-height: 27px;
    background: url("../images/icons/blog-arrow-left.svg") center center no-repeat;
    background-size: 16px;
    box-shadow: 0 10px 20px rgba(20, 80, 110, .15);
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.blog-list .cat-next {
    width: 27px;
    height: 27px;
    display: inline-block;
    line-height: 27px;
    background: url("../images/icons/blog-arrow-right.svg") center center no-repeat;
    background-size: 16px;
    box-shadow: 0 10px 20px rgba(20, 80, 110, .15);
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
    top: 2px;
}


.blog-list .main-post {
    position: relative;
    display: block;
}

.blog-list .post-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    color: #fff;
    width: 100%;
    background-image: linear-gradient(rgb(255, 255, 255, .10), rgb(2, 54, 108, .76));
}

.blog-list .post-content h3 {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
}

.post-content .post-cat {
    background-color: #5AC3BE;
    padding: 1px 10px;
    display: inline-block;
    border-radius: 6px;
    margin: 0 0 15px 0;
    color: #fff;
}

.post-content .post-meta {
    margin: 7px 0;
    opacity: .8;
}

.post-content .post-meta ul li {
    display: inline-block;
    margin-right: 20px;
}

.post-content .post-meta ul li img {
    height: 18px;
    position: relative;
    top: -2px;
    margin-right: 7px;
}

.blog-list .post-content .post-desc {
    color: #fff;
    margin: 0;
    opacity: .8;
}

.small-post {
    padding: 15px;
    border-radius: 0 30px 0 0;
    box-shadow: 10px 0 30px rgba(20, 80, 110, .05);
    margin: 0 0 26px 0;
}

.small-post .post-img {
    margin-right: 10px;
}

.small-post .post-img img {
    max-height: 95px;
}

.small-post h6 a {
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #C9EBEA;
    color: #14506E;
    display: block;
}

.small-post .post-meta {
    color: #747474;
    font-size: 14px;
    line-height: 16px;
}

.small-post .post-meta div {
    margin-bottom: 3px;
}

.small-post .post-meta div:last-of-type {
    margin-bottom: 0;
}


.subscribe {
    position: relative;
    background-color: #fff;
}

.subscribe .container {
    position: relative;
    z-index: 1;
}

.subscribe:after {
    content: "";
    background-color: #F0FAF9;
    position: absolute;
    left: 0;
    top: 35%;
    height: 25%;
    width: 100%;
    z-index: 0;
}

.subscribe .sub-text h4 {
    margin: 0 0 12px 0;
}

.subscribe .sub-text p {
    margin: 0;
}

.subscribe .sub-form {
    padding: 50px 100px;
    box-shadow: 0 10px 20px rgba(20, 80, 110, .05);
    border-radius: 0 0 30px 0;
    background-color: #fff;
}

.subscribe .sub-form h3 {
    margin: 0 0 20px 0;
}


/*form components*/
.radio {
    position: relative;
}

.checkbox {
    padding: 0 0 0 26px;
    position: relative;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    position: absolute;
}

.form-group {
    margin-bottom: 25px;
}

.checkbox label {
    color: #40414E;
    font-weight: 400;
}

.checkbox label::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #8d8f92;
    background-color: #fff;
    margin-top: 2px;
}

.checkbox label::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 4px;
    top: 2px;
    font-size: 12px;
    color: #555555;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}

.radio label::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;

    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #555555;

    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);

    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.form-control:disabled, .form-control[readonly] {
    background-color: #F1F1F1;
}

input[type=radio] {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-top: 1px;
    outline: none;
    box-shadow: none;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

input[type=radio]:checked {
    border: 6px solid #CB333B;
    background: #fff;
    outline: none;
    box-shadow: none;
}

input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}

input[type="radio"]:checked + label:before,
.delivery-method label:hover:before {
    border: 6px solid #009444 !important;
}

input[type="radio"]:not(:checked) + label:before {
    border: 2px solid #DCDADA;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    background: #fff;
    top: 50%;
    margin-top: -9px;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 100%;
    transition: all 0.2s ease;
    margin-top: -3px;
    margin-left: 6px;
}

input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.post-general {
    padding: 70px 0;
    background-color: #F0FAF9;
    position: relative;
    z-index: 2;
}

.post-general .post-content {
    padding: 20px 0 0 0;
}

.post-general .post-content h1 {
    font-size: 26px;
    line-height: 32px;
}

.post-general .post-meta {
    padding: 0 0 12px 0;
    margin: 7px 0 18px 0;
    border-bottom: 1px solid #C9EBEA;
}

.post-general .post-desc {
    font-size: 18px;
    line-height: 26px;
}

.post-text {
    padding: 70px 0 0 0;
    overflow: hidden;
    position: relative;
}

.post-text h1,
.post-text h2,
.post-text h3,
.post-text h4,
.post-text h5,
.post-text h6 {
    margin: 0 0 10px 0;
}

.post-text p {
    margin: 0 0 30px 0;
}

.post-text blockquote {
    padding: 20px 25px;
    background-color: #5AC3BE;
    margin: 0 0 30px 0;
    color: #fff;
    border-radius: 0 20px 20px 0;
}

.post-author .author-name {
    color: #14506E;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 3px 0;
}

.post-comments {
    margin: 50px 0 0 0;
}

.post-comments .comment-title {
    color: #14506E;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.post-comments .comment {
    padding: 0 0 25px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #C9EBEA;
}

.comment-counter {
    color: #14506E;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.similar-posts {
    padding: 0 0 70px 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.similar-posts h4 {
    margin: 0 0 25px 0;
}

.accordion .accordion-header:after {
    content: "";
    background: url("../images/icons/accordion-arrow-active.svg") center center no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;

    margin-top: -6px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;

}

.accordion .accordion-header.collapsed:after {
    content: "";
    transform: rotate(180deg);
}

.accordion {
    margin: 50px 0 0 0;
}

.accordion-item {
    background-color: #f3f9fb;
    margin: 0 0 15px 0;
    border-radius: 6px;
    border-color: #f3f9fb;
}

.accordion-header {
    padding: 15px;
    color: #14506E;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.accordion-body {
    padding: 0 15px 0 15px;
}

.accordion-body .accordion-content {
    padding: 15px 0;
    border-top: 1px solid #C9EBEA;
}

.post-sidebar {
    position: fixed;
    width: 260px;
    top: 50%;
    z-index: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-text:before {
    content: "";
    background: rgb(2, 0, 36);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%, rgba(0, 212, 255, 1) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    pointer-events: none;
    z-index: 1;
}

.post-text:after {
    content: "";
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%, rgba(0, 212, 255, 1) 100%);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    pointer-events: none;
    z-index: 1;
}

.content-nav {
    padding: 45px 30px 25px 30px;
    margin: 0 0 20px 0;
    border-radius: 0 30px 0 0;
    box-shadow: 10px 0 30px rgba(20, 80, 110, .05);
}

.content-nav ul li {
    margin: 20px 0;
}

.content-nav ul li a {
    color: #0082AA;
    display: block;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    padding: 0 0 0 15px;
}

.content-nav ul li a:hover {
    color: #0082AA;
}

.content-nav ul li a:before {
    content: "";
    background: url(../images/icons/arrow-right.svg) center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 5px;
    left: -3px;
    width: 10px;
    height: 8px;
}

.post-social ul {
    display: inline-block;
    margin: 0 0 0 5px;
}

.post-social ul li {
    display: inline-block;
    margin: 0 7px;
}

.post-social ul li a {
    display: block;
    opacity: .8;
}

.post-social ul li a:hover {
    opacity: 1;
}

.post-social ul li a img {
    height: 28px;
}


.contact-social {
    margin: 20px 0 0 0;
}

.contact-social li {
    display: inline-block;
    margin: 0 20px 0 0;
}

.contact-social li a {
    display: block;
    opacity: .8;
}

.contact-social li a:hover {
    opacity: 1;
}

.contact-social li a img {
    height: 28px;
}


.contact-locations h3 {
    margin: 0 0 15px 0;
}

.contact-locations p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 50px 30px 0;
}

.contact-locations ul li {
    margin: 15px 0;
}

.contact-locations ul li {
    display: block;
}

.contact-form {
    padding: 60px 100px;
    margin: -250px 0 0 0;
    background-color: rgba(255, 255, 255, .90);
    border-radius: 0 0 30px 0;
    box-shadow: 10px 0 30px rgba(20, 80, 110, .05);
    z-index: 5;
    position: relative;
}

.contact-form h3 {
    margin: 0 0 15px 0;
}


.careers .hero {
    padding: 80px 0 0;
    background: url("../images/careers-hero.jpg") center center no-repeat;
    background-size: cover;
    margin: 0 0 50px 0;
    position: relative;
    height: 750px;
}

.careers .hero p {
    margin: 0 0 30px 0;
}

.careers .hero-list {
    background-color: #fff;
    border-radius: 0 0 25px 0;
    margin: 0 0 20px 0;
    padding: 25px 20px;
    box-shadow: 0 10px 20px rgba(20, 80, 110, .05);
}

.careers .hero-list li {
    color: #747474;
    margin: 7px 0;
    position: relative;
    padding: 0 0 0 15px;
}

.careers .hero-list li:before {
    content: "";
    background-color: #747474;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    top: 7px;
    left: 0;
}

.careers .hero-list h6 {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #C9EBEA;
}

.fix-margin-top {
    margin-top: 30px;
}

.fix-margin-bot {
    margin-bottom: -70px;
}


.features .sub-heading {
    text-align: center;
    margin: 10px 0 30px 0;
}

.features h2 {
    text-align: center;
}

.features .feature {
    text-align: center;
    padding: 25px 15px;
    margin: 10px 0;
}

.features .feature.feature-shadow {
    box-shadow: 0 10px 20px rgba(20, 80, 110, .05);
}

.features .feature img {
    margin-bottom: 20px;
    height: 36px;
}


.success-stories .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 195px;
    right: 90px;
    z-index: -1;
}

.success-stories .latest-content {
    margin: -100px 0 0 0;
}

.success-stories .owl-news img {
    width: 85%;
}

.success-stories .owl-news .news-content h6 {
    color: #fff;
    border-bottom: 1px solid #C9EBEA;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.success-stories .owl-news .news-content p {
    color: #fff;
}

.success-stories .owl-news .news-content .link {
    color: #fff;
}

.success-stories .owl-news .news-content {
    width: 400px;
    padding: 25px 20px;
    border-radius: 0 25px 0 0;
    background-color: #5AC3BE;

    box-shadow: 0 -20px 30px rgba(20, 80, 110, .05);

    position: relative;
    bottom: 100px;
    left: 20px;
}

.success-stories .owl-news .news-content-img {
    text-align: right;
}

.success-stories .owl-news .news-content-img img {
    display: inline-block;
    position: relative;
    right: 2px;
}

.success-stories h3 {
    margin: 0 0 15px 0;
}


.about-you {
    position: relative;
}

.about-you:after {
    content: "";
    background-color: #F0FAF9;
    height: 240px;
    width: 100%;
    position: absolute;
    top: 33%;
    left: 0;
    z-index: -1;
}

.about-you ul {
    margin: 35px 0 45px 0;
}

.about-you ul li {
    color: #14506E;
    display: block;
    margin: 5px 0;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 20px;
}

.about-you ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    background: url("../images/icons/check.svg") center center no-repeat;
    background-size: 100%;
    width: 11px;
    height: 11px;
    display: block;
}

.about-you-img {
    padding-right: 50px;
}

.about-you-collage .about-you-00 {
    position: absolute;
    top: 100px;
    height: 150px;
    border-radius: 30px 30px 0 30px;
}


.careers-list h2 {
    text-align: center;
    margin: 0 0 15px 0;
}

.careers-list .sub-heading {
    text-align: center;
    margin: 0 0 30px 0;
}

.careers-list .pos-row .btn i {
    font-size: 10px;
}

.pos-categories {
    margin: 30px 0 30px 0;
}

.pos-categories ul {
    text-align: left;
}

.pos-categories ul li {
    margin-left: 10px;
    display: inline-block;
}

.pos-categories ul li.active a {
    box-shadow: none;
}

.pos-categories ul li a {
    color: #0082AA;
    font-weight: bold;
    display: block;
    padding: 3px 10px;
    box-shadow: 0 10px 20px rgba(20, 80, 110, .15);
    border-radius: 3px;
    background-color: #fff;
}

.pos-categories ul li a:hover {
    color: #14506E;
    background-color: #f9f9f9;
}


.pos-row {
    padding: 25px 25px;
    box-shadow: 0 -10px 20px rgba(20, 80, 110, .05);
    border-radius: 0 30px 0 0;
    margin: 0 0 30px 0;
}

.pos-row .btn i {
    font-size: 16px;
}

.pos-row img {
    height: 55px;
}

.pos-row .pos-link {
    color: #14506E;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    border-bottom: 1px solid #C9EBEA;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    display: inline-block;
    width: 60%;
}

.pos-row .pos-location,
.pos-row .pos-type {
    font-size: 14px;
    line-height: 20px;
}


.position-text h1,
.position-text h2,
.position-text h3,
.position-text h4,
.position-text h5,
.position-text h6 {
    margin: 0 0 10px 0;
}

.position-text p {
    margin: 0 0 50px 0;
}

.position-text ul {
    margin: 0 0 50px 0;
}

.position-text ul li {
    position: relative;
    padding: 0 0 0 13px;
}

.position-text ul li:before {
    content: "";
    background-color: #747474;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    top: 11px;
    left: 0;
}

.position-intro {
    padding: 70px 0 50px 0;
    background-color: #F0FAF9;
    margin: 0 0 50px 0;
}

.position-apply {
    padding: 50px 0 350px 0;
    background-color: #F0FAF9;
}

.position-apply h3 {
    margin: 0 0 20px 0;
}

.position-meta {
    margin: 5px 0 0 0;
}

.position-sidebar {
    width: 400px;
    position: absolute;
    top: 70px;
    left: 62%;
}

.position {
    position: relative;
}

.position-sidebar .widget {
    box-shadow: 0 -10px 20px rgba(20, 80, 110, .05);
    margin: 0 0 30px 0;
    padding: 40px 50px;
    background-color: #fff;
}

.reviews .btn {
    margin: 0 0 30px 0;
}

.reviews h3 {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #C9EBEA;
}

.reviews ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    position: relative;
}

.reviews ul li:after {
    content: "";
    background: url("../images/icons/double-arrows.svg") center center no-repeat;
    background-size: 10px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 7px;
    left: 0;
}


.videos h3 {
    margin: 0 0 20px 0;
}

.videos .video {
    margin: 0 0 20px 0;
}

.videos .video:last-of-type {
    margin: 0;
}


.benefits h3 {
    margin: 0 0 20px 0;
}

.benefits ul {
    margin: 0 0 30px 0;
}

.benefits ul li {
    margin-bottom: 10px;
    padding: 0 0 0 25px;
    position: relative;
}

.benefits ul li img {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
}

.benefits h5 {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #C9EBEA;
}


.enps .legend {
    text-align: center;
    margin: 20px 0;
}

.enps .legend .val {
    color: #14506E;
    font-size: 18px;
    font-weight: bold;
}

.enps .legend .val-color {
    width: 100%;
    height: 2px;
    margin: 5px 0;
    display: block;
}

.enps p {
    margin: 0;
}


.text {
    position: relative;
}

.text:before {
    content: "";
    background-color: #F0FAF9;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.text .text-content {
    padding: 70px 0 70px 70px;
}

.text aside {
    padding: 70px 0;
    height: 100%;
    background-color: #F0FAF9;
}

.text aside ul li a:hover,
.text aside ul li.active > a {
    color: #14506E;
}

.text aside ul li:hover a img,
.text aside ul li.active > a img {
    opacity: 1;
}

.text aside ul li a {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    display: block;
    color: #8f9098;
    padding: 10px 0 10px 40px;
    position: relative;
}

.text aside ul li.active a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background: url("../images/icons/text-arrow.svg") center center no-repeat;
    background-size: 12px;
    box-shadow: 0 10px 30px rgba(20, 80, 110, .35);
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}

.text aside ul li.active a:after {
    content: "";
    background-color: #8f9098;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px;
    display: block
}

.text aside ul li a img {
    height: 18px;
    margin: 0 13px 0 0;
    position: relative;
    top: -2px;
    opacity: .5;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.text aside ul li a:hover {
    color: #303C52;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    margin: 0 0 10px 0;
}

.text-content p {
    margin: 0 0 30px 0;
}

.text-content ul {
    margin: 0 0 30px 0;
}

.text-content ul li {
    position: relative;
    padding: 0 0 0 13px;
}

.text-content ul li:before {
    content: "";
    background-color: #747474;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    top: 11px;
    left: 0;
}

.dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    background: url(../images/icons/menu-arrow-down.svg) center center no-repeat;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    width: 10px;
    height: 10px;
    position: relative;
    top: 4px;
}


#Group_1191 #logo_2-2,
#Group_1193 #logo_2,
#Group_1194 #logo_2-3,
#Group_0000 #logo_2-4,
#Group_0001 #logo_2-5,
#Component_77_11 #Group_0001,
#Component_76_11 #Group_0000,
#Component_75_37 #Group_1191,
#Component_75_36 #Group_1193,
#Component_75_38 #Group_1194 {
    transition: all .3s;
}

#Group_1193:hover #logo_2 {
    transform: scale(0.8) translate(86px, 55px);
}

#Group_1191:hover #logo_2-2 {
    transform: scale(0.6) translate(67px, 38px);
}

#Group_1194:hover #logo_2-3 {
    transform: scale(1) translate(76px, 70px);
}

#Group_0000:hover #logo_2-4,
#Group_0001:hover #logo_2-5 {
    x: -5;
    y: -25;
}

#Group_1191 #text_2-2,
#Group_1193 #text_2,
#Group_1194 #text_2-3,
#Group_0000 #text_2-4,
#Group_0001 #text_2-5 {
    font-size: 0%;
    opacity: 0;
}

#Group_1191:hover #text_2-2,
#Group_1193:hover #text_2,
#Group_1194:hover #text_2-3,
#Group_0000:hover #text_2-4,
#Group_0001:hover #text_2-5 {
    fill: #fff;
    opacity: 1;
    font-size: 80%;
    font-weight: bold;
}

#Component_76_11:hover #Group_0000 {
    transform: scale(1.1) translate(-20px, -50px);
}

#Component_77_11:hover #Group_0001 {
    transform: scale(1.1) translate(-10px, 10px);
}

#Component_75_37:hover #Group_1191 {
    transform: scale(1.4) translate(-10px, 0);
}

#Component_75_36:hover #Group_1193 {
    transform: scale(1.3) translate(-15px, -30px);
}

#Component_75_38:hover #Group_1194 {
    transform: scale(1.2) translate(-10px, -20px);
}


.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -50px;
    width: 100%;
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -100px;
    font-size: 30px !important;
    line-height: 1 !important;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0 10px 20px rgba(20, 80, 110, .15);
}

.owl-theme .owl-nav .owl-prev span {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 44px;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -100px;
    font-size: 30px !important;
    line-height: 1 !important;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;

    box-shadow: 0 10px 20px rgba(20, 80, 110, .10);
}

.owl-theme .owl-nav .owl-next span {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 44px;
}

.person-popup {
    position: fixed;
    top: 0;
    right: -45vw;
    width: 45vw;
    background-color: #F0FAF9;
    height: 100vh;
    padding: 60px 30px 20px;
    z-index: 107;
    transition: .5s;
    overflow-y: scroll;
}

.person-popup:before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    z-index: -1;
}

.active-person-popup {
    overflow: hidden;
}

.active-person-popup .person-popup {
    right: 0;
}

body:after {
    content: "";
    z-index: 106;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #333333;
    transition: .5s;
}

.active-person-popup:after {
    right: 0;
    opacity: .5;
}

.person-popup .person-content {
    padding: 30px 0 0 0;
}

.person-popup .person-name {
    color: #14506E;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 15px 15px 10px 15px;
    border-bottom: 1px solid #C9EBEA;
}

.person-popup .person-pos {
    color: #14506E;
    margin: 0 15px;
    height: inherit;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.person-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: transparent;
    border: 0;
    outline: none;
}


.finance-stats .stat {
    border-radius: 30px 30px 0 30px;
    box-shadow: 0 -20px 30px rgba(20, 80, 110, .05);
    padding: 50px 35px 30px;
    margin: 100px 0 0;
    border: 1px solid #fff;
    position: relative;
    display: block;
}

.finance-stats .stat .icn-stat {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 30px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #fff;
    box-shadow: 0 -20px 30px rgba(20, 80, 110, .05);
}

.finance-stats .stat .icn-stat img {
    height: 26px;
}

.finance-stats .stat.bordered .icn-stat {
    border: 1px solid #CBCBCB;
}

.finance-stats .stat.bordered {
    border: 1px solid #CBCBCB;
}

.finance-stats .stat .lab {
    font-size: 18px;
    line-height: 20px;
    width: 65%;
    border-bottom: 1px solid #C9EBEA;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.finance-stats .stat .val {
    color: #14506E;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
}


.investors-team h3 {
    margin: 0 0 50px 0;
}

.investors-team .in-person {
    padding: 30px 0 0 0;
    display: block;
    text-align: center;
    margin: 0 0 30px 0;
    border-radius: 30px;

    box-shadow: 0 10px 20px rgba(20, 80, 110, .05);
}

.investors-team .in-person .person-img {
    margin: 0 0 25px 0;
}

.investors-team .in-person .person-img img {
    border-radius: 100%;
    max-height: 180px;
}

.investors-team .person-name {
    color: #14506E;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 15px auto 10px auto;
    display: table;
    border-bottom: 1px solid #C9EBEA;
    width: 60%;
}

.investors-team .person-pos {
    color: #747474;
    margin: 0 15px;
    height: 50px;
}

.markets h3 {
    margin: 0 0 50px 0;
}

.markets table {
    width: 100%;
}

.markets .table-responsive {
    box-shadow: 0 10px 20px rgba(20, 80, 110, .05);
    border-bottom: 1px solid #C9EBEA;
    border-radius: 5px;
    overflow: hidden;
}

.markets table thead {
    color: #fff;
    background-color: #5AC3BE;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.markets table thead tr th {
    padding: 12px 12px;
    font-weight: normal;
}

.markets table tr:nth-child(even) {
    background-color: #F0FAF9;
}

.markets table tr td {
    padding: 12px 12px;
    border-right: 1px solid #C9EBEA;
    font-weight: bold;
}

.markets table tr td:last-of-type {
    border-right: 0;
}

.markets table tr td a {
    color: #14506E;
    font-size: 14px;
    line-height: 20px;
}

.markets table tr td img {
    height: 30px;
}


.partners-list h3 {
    margin: 0 0 50px 0;
}

.partners-list .partner {
    margin: 0 0 30px 0;
    display: block;
    position: relative;
}

.partners-list .partner img {
    transition: transform .5s ease;
}

.partners-list .partner img.partner-logo {
    opacity: 0;
}

.partners-list .partner:hover img.partner-logo {
    opacity: 1;
}

.partners-list .partner img.partner-logo-black {
    opacity: 1;
    position: absolute;
    left: 0;
}

.partners-list .partner:hover img.partner-logo-black {
    opacity: 0;
}

.partners-list .partner:hover img {
    transform: scale(.8);
}

#faqs-tab h3 {
    margin: 0 0 50px 0;
}

#faqs-tab .accordion {
    margin: 0;
}

#faqs-tab .accordion-item {
    border: 0;
    background-color: #fff;
    border-radius: 0 20px 0 0;

    box-shadow: 0 -10px 20px rgba(20, 80, 110, .05);
}

#faqs-tab .accordion-item .accordion-content {
    padding: 15px 0 20px 0;
}


#contact-tab .contact-form {
    margin: 0;
}

#contact-tab .contact-info {
    padding: 20px 0;
    margin: 15px 0;
    border-top: 1px solid #C9EBEA;
    border-bottom: 1px solid #C9EBEA;
}

#contact-tab .contact-info li:first-of-type {
    margin-top: 0;
}

#contact-tab .contact-info li:last-of-type {
    margin-bottom: 0;
}

#contact-tab .contact-info li {
    margin: 17px 0;
    display: block;
}

#contact-tab .contact-info li a {
    color: #14506E;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    display: block;
}

#contact-tab .contact-info li .icn {
    display: inline-block;
    width: 18px;
    text-align: center;
    margin: 0 7px 0 0;
}


.investors-contacts {
    position: relative;
}

.investors-contacts:after {
    content: "";
    background-color: #F0FAF9;
    height: 40%;
    width: 100%;
    position: absolute;
    top: 30%;
    left: 0;
    z-index: -1;
}

.investors-contacts-info {
    padding-bottom: 0;
}

.investors-contacts-info h3 {
    text-align: center;
}

.investors-contacts-info h3 + p {
    text-align: center;
    margin: 0 0 50px 0;
}

.contact-card {
    padding: 25px;
    border-radius: 20px;
    box-shadow: 10px 0 30px rgba(20, 80, 110, .05);
}

.contact-card .person-name {
    color: #14506E;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.contact-card .person-img {
    border-radius: 100%;
    max-height: 180px;
    margin: 0 auto;
    display: block;
}

.investors .hero {
    padding: 100px 0 0 0;
    background-color: #F0FAF9;
}

.investors .hero .team-collage {
    margin-bottom: -50px;
}

.checkbox label a {
    color: #0082AA;
    text-decoration: underline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 5px;
}

.leadership-text {
    position: sticky;
    top: 50%;
    z-index: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.intro-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    text-align: center;

    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-text .post-holder {
    z-index: 2;
    position: relative;
}

.intro-text h1 span {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    margin: 0 auto;
    text-align: center;
}

.intro-text h1 span:nth-child(1) {
    animation: span-01 1s steps(100, end) 1s 1 normal forwards;
}

.intro-text h1 span:nth-child(2) {
    animation: span-02 1s steps(100, end) 2s 1 normal forwards;
}

@keyframes span-01 {
    0% {
        width: 0;
        opacity: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 1;
    }
}

@keyframes span-02 {
    0% {
        width: 0;
        opacity: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 1;
    }
}


.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    content: "";
    background: url("../images/icons/scroll-top-arrow.svg") center center no-repeat;
    background-size: 22px;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    margin: 0 auto;
    display: table;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #0082AA;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


.custom-label {
    position: relative;
}

.custom-label label {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 10px;
    pointer-events: none;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.custom-label textarea:valid ~ label,
.custom-label input:valid ~ label {
    color: #0082aa;
    top: 2px;
    left: 5px;
    font-size: 12px;
}

.custom-label textarea:focus ~ label,
.custom-label input:focus ~ label {
    color: #0082aa;
    top: 2px;
    left: 5px;
    font-size: 12px;
}

label.up {
    background-color: inherit;
    top: -8px;
    left: 15px;
}


.stories {
    background-color: #F0FAF9;
}

.story-row {
    position: relative;
    margin: 130px 0 80px 0;
}

.story-row:nth-child(odd) .story-author {
    left: 0;
    background-color: #14506E;
}

.story-row:nth-child(odd) .story-text {
    padding: 40px 20px 40px 170px;
}

.story-row:nth-child(even) .story-author {
    right: 0;
    background-color: #5AC3BE;
}

.story-row:nth-child(even) .story-text {
    padding: 40px 170px 40px 80px;
}

.story-row .story-author {
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 0 30px 30px 30px;
    width: 300px;
    position: absolute;
    top: -90px;
    z-index: 2;

    box-shadow: 0 10px 20px rgba(20, 80, 110, .05);
}

.story-row .story-author .person-img {
    margin: 0 0 15px 0;
}

.story-row .story-author .person-img img {
    border-radius: 100%;
    border: 3px solid #fff;
    max-height: 135px;
}

.story-row .story-author .person-name h6 {
    color: #fff;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(218, 218, 218, .6);
}

.story-row .story-text {
    position: relative;
    background-color: #fff;
    border-radius: 30px 30px 0 0;

    box-shadow: 0 10px 20px rgba(20, 80, 110, .05);
}

.story-row .story-text:before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 40px;
    position: absolute;
    top: 25px;
    color: #C9EBEA;
}

.story-row:nth-child(odd) .story-text:before {
    left: 122px;
}

.story-row:nth-child(even) .story-text:before {
    left: 32px;
}

.story-row .link {
    display: inline-block;
    margin: 20px 0 0 0;
}


.other-locations.space {
    padding-top: 0;
}

.other-locations h2 {
    text-align: center;
}

.other-locations h2 + p {
    text-align: center;
    margin: 0 0 35px 0;
}

.other-locations .loc {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px 0  20px 0;
}

.other-locations .loc-info {
    width: 100%;
    padding: 20px 20px 20px 20px;
    text-align: left;
    position: absolute;
    background-image: linear-gradient(rgb(255, 255, 255, .10), rgb(2, 54, 108, .76));
    bottom: 0;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.other-locations .loc:last-of-type .location-info,
.other-locations .loc:hover .location-info {
    bottom: 0;
}

.other-locations .loc-info .lab {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding: 0 0 7px 0;
    margin: 0 0 10px 0;
}

.other-locations .loc-info .val {
    color: #fff;
    position: relative;
    font-weight: bold;
}

.other-locations .loc-info .val:after {
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 10px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}