
body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    color: #13253D;
}

strong {
    font-weight: 700;
}


h1 span {
    background-image: linear-gradient(0, #FFEBB3 35%, transparent 35%);
    background-size: 30px 48px;
    font-family: Lora;
    font-size: 48px;
    color: #13253D;
}


h2{
    font-family: 'Lora', serif;
    font-size: 48px;
}

h2 span {
    background-image: linear-gradient(0, #FFEBB3 35%, transparent 35%);
    background-size: 30px 48px;
    font-family: 'Lora', serif;
    font-size: 48px;
    color: #13253D;
}

h3 {
    font-size: 28px;
    line-height: 34px;
    font-family: 'Lora', serif;
}

p {
    font-size: 14px;
    line-height: 23px;
}

a{
    color: #13253D;
}

a:hover{
    color: #13253D;
}

.bg-light {
    background: #fff !important;
}


.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font30 {
    font-size: 30px;
    line-height: 32px;
}

.mt-120{
    margin-top: 120px;
}

.mt-200{
    margin-top: 200px;
}

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

/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 0;
    border-bottom: 2px solid #C7D3DB;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.start-style .navbar-brand {
    display: none;
}

.start-header.start-style .navbar-expand-md {
    flex-flow: column;
}

.start-header.start-style .logo {
    background: #13253D;
    padding: 10px 0;
    display: flex !important;
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 5px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on .logo {
    display: none !important;
}

.start-header.scroll-on .navbar-brand{
    margin-right: 8rem !important;
}

.start-header.scroll-on .navbar-brand img {
    height: 35px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.start-style .navbar {
    padding: 20px 0;
}

.start-header.scroll-on .navbar {
    padding: 0;
}

.navbar-brand img {
    height: 52px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
    margin-top: 5px;
    display: none;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #8167a9 !important;
}

.nav-item.active .nav-link {
    color: #777 !important;
}

.start-header.start-style .nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
}

.start-header.scroll-on .nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.nav-item:first-child {
    margin-left: 0 !important;
}

/* #Content
================================================== */

.top {
    margin-top: 195px;
}

.top .content {
    border: 1px solid #13253D;
    padding: 80px 70px;
}

.top .row{
    position: relative;
}
.top .row::after {
    content: "";
    background: url("../assets/img/hero.png");
    position: absolute;
    top: -110px;
    right: -46px;
    width: 662px;
    height: 662px;
}
.top .hero{
    display: none;
}

.top p {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
}

.hero-anime .top {
    margin-top: 210px;
}

.history {
    margin-top: 200px;
}

.timeline {
    position: relative;
    margin: 5px auto;
    padding: 30px 0;
    box-sizing: border-box;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 83%;
    background: #13253D;

}

.timeline ul {
    margin: 0;
    padding: 0 !important;
}

.timeline ul li {
    list-style: none;
    position: relative;
    width: 100%;
    padding: 0 40px 35px 15px;
    box-sizing: border-box;
}

.timeline li {
    float: right;
    text-align: left;
    clear: both;
}

.content {
    padding-bottom: 20px;
}

.timeline li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    width: 10px;
    height: 10px;
    background: #13253D;
    border-radius: 50%;
    box-sizing: 0 0 0 3px(233, 33, 99, 0.2);
}

.timeline ul li p {
    margin: -10px 0 5px;
    padding: 0%;
    font-weight: 500;
    display: flex;
}
.timeline ul li p span{
    font-family: 'Lora', serif;
    font-weight: 700;
    font-size: 32px;
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
}


.portfolio .portfolio-content {
    margin-top: 150px;
}

.portfolio .portfolio-content .img-center {
    margin-top: -65px;
}

.portfolio .portfolio-content .portfolio-box {
    border: 1px solid #13253D;
    padding: 80px 15px 15px;
    position: relative;
    margin-bottom: 100px;
}

.portfolio .portfolio-content .portfolio-box img {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: -120px auto;
    top: 0;
}

.portfolio .portfolio-content .portfolio-box h4 {
    font-size: 22px;
    line-height: 34px;
    font-family: 'Lora', serif;
    margin-bottom: 18px;
    padding-right: 40px;
}

.portfolio .portfolio-content .portfolio-box ul {
    padding-left: 15px;
    margin-bottom: 0;
}

.portfolio .portfolio-content .portfolio-box ul li {
    font-size: 14px;
    line-height: 20px;
}


.buy-samples .buy-samples-content {
    margin-top: 150px;
}


.buy-samples .buy-samples-content .buy-samples-box {
    border: 1px solid #13253D;
    padding: 80px 20px 20px;
    position: relative;
    margin-bottom: 120px;
}

.buy-samples .buy-samples-content .buy-samples-box .img-product {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    margin: -220px auto 20px;
    top: 0;
    height: 216px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.buy-samples .buy-samples-content .buy-samples-box h4 {
    font-size: 22px;
    line-height: 34px;
    font-family: 'Lora', serif;
    margin-bottom: 25px;
    padding-right: 40px;
}

.buy-samples .buy-samples-content .buy-samples-box p {
    font-weight: 700;
    font-size: 18px;
}

.buy-samples .buy-samples-content .buy-samples-box p.price {
    font-weight: 700;
    font-size: 24px;
    color: #3063AB;
}

.buy-samples .buy-samples-contact .name {
    font-size: 28px;
    font-family: 'Lora', serif;
    margin-top: 20px;
}

.buy-samples .buy-samples-contact .workplace {
    font-size: 14px;
}

.buy-samples .buy-samples-contact a.call-me-now {
    background: #3063AB;
    color: #fff;
    font-size: 14px;
    padding: 15px 20px;
    display: inline-block;
}

.buy-samples .buy-samples-contact a {
    font-size: 16px;
    color: #13253D;
    font-weight: 700;
}

.quality{
    margin: 200px 0 170px;
}

.quality .usp{
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 220px;
}

.quality .download{
    color: #3063AB;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    margin-top: 12px;
}
.quality .download::before{
    content: url("../assets/img/file-download.png");
    margin-right: 10px;

}

.analytics{
    margin-bottom: 150px;
}

.img-analytics{
    position: absolute;
    width: 80%;
}
.analytics ul {
    padding-left: 20px;
}
.analytics ul li{
    font-weight: 700;
    font-size: 16px;
}

.analytics ul li::marker{
    font-size: 30px;
}


.analytics .timeline:before {
    height: 52%;
}

.analytics .logos img{
    height: 134px;
}

.capacity{
    background: #13253D;
    padding: 90px 0;
}

.capacity h2 span {
    background-image: none;
    background-size: 0;
    font-family: 'Lora', serif;
    font-size: 48px;
    color: #fff;
}


.process{
    margin-bottom: 120px;
}

.process .content .box{
    border: 1px solid #13253D;
    min-height: 75px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}
.process .content .box-min{
    border: 1px solid #13253D;
    height: 34px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    position: absolute;
    padding: 7px 20px;
    color: #CE0000;
    top: -17px;
    left: -1px;
    background: #fff;
}
.process .content .box p{
    margin-bottom: 0;
}

.process .content .box-fact{
    margin-top: -53px;
}

.process .content .box-fact .fact{
    background: #3063AB;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    margin-bottom: 15px;
}
.process .content .box-fact .fact::before{
    content: url("../assets/img/check.svg");
    color: #fff;
    margin-right: 5px;
}


.pricing .left .timeline::before {
    height: 68% ;
}

.pricing .right .timeline::before {
    height: 63% ;
}


.terms{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(19,37,61,1) 50%);
    padding: 60px 0;
}

.terms .left .timeline::before {
    height: 53% ;
}

.terms .right .timeline::before {
    height: 63% ;
    background: #fff;
}
.terms .right .timeline li::before {
    background: #fff;
}

.terms .right .timeline ul li p{
    color: #fff;
}

.chain{
    background: #022856 url("../assets/img/europe_bg.png") no-repeat bottom center;
    padding: 70px 0;
}

.chain .img-chain{
    margin-top: -120px;
}

.chain p.text{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 60px;
}

.chain p.text.text-right{
    text-align: right;
}


.contact{
    background: url("../assets/img/contact_bg.png") no-repeat;
    background-size: cover;
    padding: 130px 0;
}

.contact .box{
    background: #fff;
    padding: 60px;
}

.contact .box p{
    font-size: 16px;
}

footer{
    background: #13253D;
    color: #fff;
    padding: 25px;
}
footer p{
    margin-bottom: 0;
}

.container {
    max-width: 1170px;
}
@media (min-width: 1170px) {

}

@media (max-width: 968px) {
    h1 {
        font-size: 38px;
    }

    .w-md-100 {
        width:100% !important;
    }

    .mt-120{
        margin-top: 50px;
    }
    .mt-200 {
        margin-top: 100px;
    }
    .navigation-wrap{
        position: relative;
    }
    .nav-item:after {
        display: none;
    }

    .start-header.start-style .nav-link{
        font-size: 14px;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    body.dark .nav-item::before {
        background-color: #fff;
    }

    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }

    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }

    .top{
        margin-top: 50px;
    }

    .top .row::after {
        display: none;
    }
    .top .hero{
        display: block;
    }
    .history{
        margin-top: 50px;
    }
    .quality{
        margin: 50px 0;
    }
    .quality .usp{
        width: 30%;
        right: 5px;
        bottom: -15px;
    }
    .process .content .box-fact {
        margin-top: 0;
    }

    .chain p.text.text-right{
        text-align: left !important;
    }
    .img-analytics{
        position: relative;
        width: 80%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-toggler{
        display: block;
    }
    .start-header.start-style .logo{
        padding: 10px 20px;
        display: block !important;
    }
    .start-header.start-style .navbar{
        padding: 0;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }
    .top .content{
        padding: 25px;
    }

    .timeline::before {
        height: 87%;
    }

    .analytics .timeline::before{
        height: 59%;
    }
    .analytics .timeline ul li p{
        align-items: start;
    }

    .analytics .logos{
        display: grid !important;
        justify-content: center !important;
    }
    .analytics .logos img{
        margin: 10px auto;
    }

    .process .content .box-fact{
        margin-top: 0;
    }

    .pricing .left .timeline::before {
        height: 73%;
    }

    .pricing .right .timeline::before {
        height: 67%;
    }

    .terms {
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(19,37,61,1) 50%);
        padding: 60px 0;
    }
    .chain .img-chain{
        margin-top: -80px;
    }
}

