/* @font-face {
    font-family: "Lithos Pro";
    src: url("../font/LithosPro-Bold.eot");
    src: url("../font/LithosPro-Boldd41d.eot?#iefix") format("embedded-opentype"),
        url("../font/LithosPro-Bold.html") format("woff2"),
        url("../font/LithosPro-Bold.woff") format("woff"),
        url("../font/LithosPro-Bold.svg#LithosPro-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
} */

/* @font-face {
    font-family: "Lithos Pro";
    src: url("../font/LithosPro-ExtraLight.eot");
    src: url("../font/LithosPro-ExtraLightd41d.eot?#iefix") format("embedded-opentype"),
        url("../font/LithosPro-ExtraLight.html") format("woff2"),
        url("../font/LithosPro-ExtraLight.woff") format("woff"),
        url("../font/LithosPro-ExtraLight.svg#LithosPro-ExtraLight") format("svg");
    font-weight: 200;
    font-style: normal;
} */

html,
body {
    width: 100%;
    height: 100%;
    padding: 0px !important;
}

body {
    font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
    overflow-x: hidden;
}
.container {
    max-width: 1399px;
}
a {
    color: #16b9e7;
    transition: all 0.35s;
}

a:hover,
a:focus {
    color: #16b9e7;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lithos Pro";
    font-weight: bold !important;
    /* font-weight: 500; */
    letter-spacing: 1px;
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px !important;
}

section {
    padding: 100px 0;
}

section h2 {
    font-size: 50px;
}

#mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: rgb(0, 0, 0);
    transition: all 0.35s;
    font-family: "Catamaran", "Helvetica", "Arial", "sans-serif";
    font-weight: 200;
    letter-spacing: 1px;
    padding-bottom: 250px;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #222222;
}

#mainNav .navbar-nav > li > a {
    font-size: 11px;
    font-family: "Lato", "Helvetica", "Arial", "sans-serif";
    letter-spacing: 2px;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
    color: #ffffff !important;
    background-color: transparent;
    border-bottom: 2px solid #16b9e7;
}

#mainNav .navbar-nav > li > a.active:hover {
    background-color: transparent;
    border-bottom: 2px solid #16b9e7;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
    color: #ffffff;
    border-bottom: 2px solid #16b9e7;
}

.lrg-logo {
    width: 124px;
    height: 96px;
    text-align: center;
    /* background-image: url(../images/logo.png); */
    background-repeat: no-repeat;
    background-position: center left;
}

.sml-logo {
    width: 155px;
    height: 36px;
    text-align: center;
    /* background-image: url(../images/logo-small.png); */
    background-repeat: no-repeat;
    background-position: center left;
}

.mice {
    position: absolute;
    text-align: center;
    width: 100%;
    padding-top: 4px;
    padding-right: 30px;
}

.mice a {
    width: 50px;
    margin: 0px auto;
}

.masthead::after {
    content: "";
    text-align: center;
    width: 6rem;
    height: 2rem;
    position: absolute;
    background-image: url(../images/mice.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    bottom: 2rem;
}

.masthead::before {
    z-index: 999;
    content: "";
    background-image: url(../images/scroll_arrow_down.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    position: absolute;
    opacity: 0.8;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
    width: 6rem;
    font-size: 2rem;
    height: 1rem;
    line-height: 4rem;
    text-align: center;
    bottom: 0.9rem;
    margin-left: -3rem;
    left: 50%;
    animation: bounce 1s ease infinite;
}

@keyframes bounce {
    50% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0);
    }
}

.modal-dialog {
    margin: 6.75rem auto !important;
}
@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background-color: transparent;
        background: -webkit-linear-gradient(
            top,
            rgba(19, 19, 19, 1) 0%,
            rgba(28, 28, 28, 0.66) 34%,
            rgba(0, 0, 0, 0) 100%
        );
        background: -o-linear-gradient(
            top,
            rgba(19, 19, 19, 1) 0%,
            rgba(28, 28, 28, 0.66) 34%,
            rgba(0, 0, 0, 0) 100%
        );
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin: 0rem 1rem;
    }
    #mainNav .navbar-brand {
        color: fade(white, 70%);
    }
    #mainNav .navbar-brand:hover,
    #mainNav .navbar-brand:focus {
        color: white;
    }
    #mainNav .navbar-nav > li > a,
    #mainNav .navbar-nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7);
    }
    #mainNav .navbar-nav > li > a:hover,
    #mainNav .navbar-nav > li > a:focus:hover {
        color: white;
    }
    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: black;
        padding-bottom: 9px !important;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #768c9a;
    }
    #mainNav.navbar-shrink .navbar-brand:hover,
    #mainNav.navbar-shrink .navbar-brand:focus {
        color: #fff;
    }
    #mainNav.navbar-shrink .navbar-nav > li > a,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus {
        color: #768c9a;
    }
    #mainNav.navbar-shrink .navbar-nav > li > a:hover,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
        color: #fff;
    }
}

header.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: white;
    background: #00050f;
    background-size: cover;
    background-position: center;
    /* background: url("../img/bg-pattern.png"), #7b4397;
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430); */
}

header.masthead .header-content {
    /* max-width: 500px; */
    margin-bottom: 100px;
    text-align: center;
    margin-bottom: 0;
    /* text-align: left; */
    position: absolute;
    max-width: 100%;
    bottom: 15%;
}

header.masthead .header-content p {
    font-family: "Catamaran", "Helvetica", "Arial", "sans-serif";
    /* font-weight: 200; */
    max-width: 518px;
    margin: 0px auto;
    font-size: 23px;
    /* text-transform: uppercase; */
    color: rgba(83, 142, 150, 0.6);
    font-weight: 100;
    text-shadow: 2px 2px 2px #151b18;
}

header.masthead .header-content h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: rgb(205, 225, 243, 0.6);
    font-weight: 100;
    text-shadow: 2px 2px 2px #151b18;
}

header.masthead .header-content h4 {
    /* float: left; */
    color: #768c9a;
    display: inline;
    font-weight: 200;
}

header.masthead .header-content h4 span {
    margin: 15px;
}

header.masthead .device-container {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto;
}

header.masthead .device-container .screen img {
    border-radius: 3px;
}
.progress-container {
    width: 100%;
    height: 2px;
    background: #01050f;
    position: fixed;
    z-index: 9999;
}

.progress-bar {
    height: 2px;
    background: #00b3e6;
    width: 0%;
}
header.masthead .header-content h1,
header.masthead .header-content p {
    -webkit-animation: color-change 9s infinite;
    -moz-animation: color-change 9s infinite;
    -o-animation: color-change 9s infinite;
    -ms-animation: color-change 9s infinite;
    animation: color-change 9s infinite;
}
header.masthead .header-content {
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    z-index: 999;
    /* text-align: left; */
}

@-webkit-keyframes color-change {
    0% {
        color: rgba(143, 199, 212, 0.8);
    }
    50% {
        color: rgba(241, 213, 171, 0.8);
    }
    100% {
        color: rgba(109, 185, 236, 0.8);
    }
}
@-moz-keyframes color-change {
    0% {
        color: rgba(143, 199, 212, 0.8);
    }
    50% {
        color: rgba(241, 213, 171, 0.8);
    }
    100% {
        color: rgba(109, 185, 236, 0.8);
    }
}
@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        /* min-height: 775px; */
        padding-top: 0;
        padding-bottom: 0;
    }

    header.masthead .header-content h1 {
        font-size: 49px !important;
        margin-bottom: 24px !important;
    }
    header.masthead .device-container {
        max-width: 325px;
    }
}
header.masthead .header-content h1 {
    font-family: "Lithos Pro";
    font-weight: 200;
    font-size: 49px;
    margin-bottom: 24x;
}

section.download {
    position: relative;
    padding: 150px 0;
}

section.download h2 {
    font-size: 50px;
    margin-top: 0;
}

section.download .badges .badge-link {
    display: block;
    margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
    margin-bottom: 0;
}

section.download .badges .badge-link img {
    height: 60px;
}

@media (min-width: 768px) {
    section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    section.download h2 {
        font-size: 70px;
    }
}

section.features .section-heading {
    margin-bottom: 100px;
}

section.features .section-heading h2 {
    margin-top: 0;
}

section.features .section-heading p {
    margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
    max-width: 325px;
    margin: 0 auto;
}

section.features .device-container {
    margin-bottom: 100px;
}

@media (min-width: 992px) {
    section.features .device-container {
        margin-bottom: 0;
    }
}

section.features .feature-item {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

section.features .feature-item h3 {
    font-size: 30px;
}

section.features .feature-item i {
    font-size: 80px;
    display: block;
    margin-bottom: 15px;
    background: linear-gradient(to left, #7b4397, #dc2430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.cta {
    position: relative;
    padding: 250px 0;
    background-image: url("../img/bg-cta.html");
    background-position: center;
    background-size: cover;
}

section.cta .cta-content {
    position: relative;
    z-index: 1;
}

section.cta .cta-content h2 {
    font-size: 50px;
    max-width: 450px;
    margin-top: 0;
    margin-bottom: 25px;
    color: white;
}

@media (min-width: 768px) {
    section.cta .cta-content h2 {
        font-size: 80px;
    }
}

section.cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
    text-align: center;
}

section.contact h2 {
    margin-top: 0;
    margin-bottom: 25px;
}

section.contact h2 i {
    /* color: #dd4b39; */
}

section.contact ul.list-social {
    margin-bottom: 0;
}

section.contact ul.list-social li a {
    font-size: 40px;
    line-height: 80px;
    display: block;
    width: 80px;
    height: 80px;
    color: white;
    border-radius: 100%;
}

footer {
    padding: 135px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    background: url(../images/world-map.png) #1c1c1c;
}

footer p {
    font-size: 12px;
    margin: 0;
}

footer ul {
    margin-bottom: 0;
}

footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
    text-decoration: none;
}

.btn {
    border-radius: 0px;
    font-family: "Lato", "Helvetica", "Arial", "sans-serif";
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px;
}

.gap-mesure {
    padding: 9rem 9rem 2rem 9rem;
}

.service {
    background-image: url(../images/world-map.png);
    background-position: center bottom;
    padding: 5rem 0rem;
    background-repeat: no-repeat;
}
.service .dark-box {
    margin-top: 60px;
    padding: 90px 0px 33px 0px;
    background-color: #071b2f;
    min-height: 333px;
}
.txt-bold {
    font-weight: bold;
}
.service .light-dark-box {
    margin-top: 60px;
    padding: 90px 0px 33px 0px;
    background-color: #17497b;
    min-height: 333px;
}
.service .dark-box h4,
.service .light-dark-box h4 {
    font-size: 18px;
    font-weight: 500;
    color: #f9f8f4;
    text-transform: uppercase;
    padding: 27px 50px;
}

.sm-cont h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0px;
}

.sm-cont p {
    max-width: 250px;
    font-size: 14px;
    color: #727272;
    max-width: 329px;
    line-height: 29px;
}

.nav-link {
    display: block;
    padding: 0.5rem 0rem 0.2rem 0rem !important;
}

.platform {
    background: rgba(13, 81, 149, 1);
    background: -moz-linear-gradient(
        left,
        rgba(13, 81, 149, 1) 0%,
        rgba(13, 81, 149, 1) 48%,
        rgba(255, 255, 255, 1) 48%,
        rgba(255, 255, 255, 1) 71%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
        left,
        rgba(13, 81, 149, 1) 0%,
        rgba(13, 81, 149, 1) 48%,
        rgba(255, 255, 255, 1) 48%,
        rgba(255, 255, 255, 1) 71%,
        rgba(255, 255, 255, 1) 100%
    );
}

.story {
    color: white;
    background-color: #0d5195;
    margin-left: 8rem;
}

.story h1 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.story p {
    font-size: 14px;
    color: #adc8e4;
    line-height: 30px;
}

.btn-white {
    background: white;
}

.platform-box {
    background-color: #071b2f;
    padding: 60px 43px 33px 43px;
    min-height: 500px;
}

.platform-box h3 {
    font-size: 15px;
    color: #d4d4d4;
    text-transform: uppercase;
    margin: 15px 0px;
}

.platform-box p,
.others-platform p,
.solution p {
    font-size: 13px;
    color: #727272;
    margin: 15px 0px;
    line-height: 30px;
}

.others-platform h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin: 15px 0px;
}

.mt-60 {
    margin-top: 50px;
}

.solution {
    color: white;
    background-color: #071b2f;
    padding-bottom: 500px;
}

.solution h2 {
    font-size: 36px;
}

.solution h3 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0px;
}

.mb-60 {
    margin-bottom: 60px;
}

.solution .col-md-3 p {
    min-height: 200px;
}
.solution .col-md-3 span {
    display: block;
    height: 52px;
    position: relative;
}
.solution .col-md-3 span img {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.metax {
    position: relative;
}

.metax img {
    position: absolute;
    left: 9.5%;
}

.meta-x {
    padding-top: 60px;
}

.meta-x p,
.device-text p,
.contact p {
    font-family: "Muli", "Helvetica", "Arial", "sans-serif";
    font-size: 13px;
    max-width: 720px;
    color: #727272;
    margin: 0px auto;
    line-height: 27px;
}

.device {
    padding-top: 0px !important;
    padding-bottom: 60px !important;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 59%,
        rgba(248, 248, 248, 1) 59%,
        rgba(248, 248, 248, 1) 83%,
        rgba(248, 248, 248, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 59%,
        rgba(248, 248, 248, 1) 59%,
        rgba(248, 248, 248, 1) 83%,
        rgba(248, 248, 248, 1) 100%
    );
}

.device-text h2 {
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.device-text {
    max-width: 472px;
    margin-top: 173px;
}

.device-logo {
    margin-top: 150px;
}

.contact-box {
    border: 1px dashed #929292;
    padding: 80px;
    position: relative;
    margin-top: 118px;
}

.contact-box .cont-ico {
    position: absolute;
    /* right: 71px; */
    top: -75px;
}

.mail-arrow {
    position: absolute;
    right: -230px;
    top: -96px;
    opacity: 0.8;
}

.contact-box .form-control::placeholder {
    font-size: 14px;
    color: #a7a7a7;
}
.address {
    margin: 100px 0px 0px 50px;
}

.address h3 {
    font-size: 16px;
    margin-top: 15px;
    text-transform: uppercase;
}
.address img {
    margin-top: 20px;
}
.contact-box .form-control {
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #929292 !important;
    padding-left: 0px;
}

.contact-box .form-control:focus {
    border: none !important;
    outline: none !important;
    border-bottom: 1px solid #00719e !important;
    box-shadow: none !important;
}
.partner {
    background: #f8f8f8;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgb(0, 0, 0);
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: rgb(0, 0, 0);
}
body::-webkit-scrollbar-thumb {
    background-color: #175fb1;
    border-radius: 0px;
    /* border: 2px solid #0a71b6; */
}

footer .foot-story {
    max-width: 490px;
}
footer h5 {
    color: #f9f8f4;
    font-size: 14px;
    text-transform: uppercase;
}

footer p {
    line-height: 30px;
    margin-top: 15px;
}

.foot-menu {
    max-width: 150px;
}

.foot-menu ul {
    padding-left: 0px;
}

.foot-menu ul li {
    padding: 9px 0px;
    border-bottom: #272626 1px solid;
}

.foot-menu ul li:hover {
    padding: 9px 0px;
    border-bottom: #16b9e7 1px solid;
}

.foot-menu ul li:hover a {
    color: #fff !important;
}
.foot-social {
    margin-bottom: 20px;
}
.foot-social p {
    margin: 6px;
}

.foot-social p img {
    margin-right: 6px;
}

.w-map {
    background-image: url(../images/footer-map.png);
    background-repeat: no-repeat;
    background-position: 36% center;
}

.social img {
    opacity: 0.3;
    margin: 15px 5px 0px 0px;
    border: 1px solid;
}

#stats {
    display: none !important;
}

.cap-bottom-gredient {
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(28, 28, 28, 0.66) 66%,
        rgba(19, 19, 19, 1) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(28, 28, 28, 0.66) 66%,
        rgba(19, 19, 19, 1) 100%
    );
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    padding-bottom: 0px;
    z-index: 99;
}

body.modal-open > :not(.modal) {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
}

.modal-header,
.modal-body,
.modal-footer {
    padding: 2rem !important;
}
.modal-content {
    border-radius: 0rem !important;
}
