@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

/*Reset*/
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: #1f4568;
}

body {
    background-image: url("/static/images/bitmap.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service-heading {
    font-size: 22px !important;
}

/* colors 8a3aff, 6f79ff, 3a9fff black-> 1f4568  grey->8198ae*/
.sect {
    padding: 90px 0;
    position: relative;
}


.collapse {
    display: block;
}

@media screen and (min-width: 1024px) {
    .collapse {
        display: block !important;
    }
}

.sect--grey {
    /*background-color: #ebeff9;*/
}

.sect--violet {
    background-color: #6f79ff;
}

.sect--padding-bottom {
    padding-bottom: 115px;
}

.sect--padding-top {
    padding-top: 90px;
}

.sect--white {
    /* background-color:#fff;*/
}

.row--center {
    max-width: 1200px;
    margin: 0 auto;
}

.row--margin {
    margin-top: 45px;
}

.row__title {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    margin-top: 0px;
}

.row__sub {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin: 0px;
    line-height: 1.2;
    color: #8198ae;
}

.price-box {
    padding: 0px 25px;
}

.price-box__wrap {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2); /*0px 22px 20px -10px rgba(0, 0, 0,0.2)*/
    padding: 35px 35px 40px 35px;
    text-align: center;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.price-box__img {
    display: inline-block;
}

.price-box__img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.featuresimage {
    width: 60px;
    height: 60px;
    display: inline-block;
    background-position: center;
}

.price-box__title {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.price-box__people {
    font-size: 14px;
    color: #8198ae;
    font-weight: 300;
    letter-spacing: 1px;
}

.price-box__discount {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
}

.price-box__dollar {
    font-size: 18px;
    font-weight: 400;
    vertical-align: top;
    margin-right: 4px;
}

.price-box--purple .price-box__dollar {
    color: #8a3aff;
}

.price-box--violet .price-box__dollar {
    color: #6f79ff;
}

.price-box--blue .price-box__dollar {
    color: #3a9fff;
}

.price-box__discount--light {
    font-weight: 400;
    font-size: 20px;
    margin-left: 3px;
}

.price-box__price {
    margin-top: 3px;
    font-size: 14px;
    color: #8198ae;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 300;
    text-decoration: line-through;
}

.price-box__feat {
    margin-top: 30px;
    font-size: 16px;
}

.price-box__list {
    text-align: left;
    padding-left: 30px;
    margin: 0;
    list-style: none;
}

.price-box__list-el {
    position: relative;
    margin-bottom: 8px;
    font-weight: 300;
}

.price-box__list-el:before {
    content: "✓";
    position: absolute;
    left: -25px;
    font-size: 18px;
    top: -4px;
}

.price-box--purple .price-box__list-el:before {
    color: #8a3aff;
}

.price-box--violet .price-box__list-el:before {
    color: #6f79ff;
}

.price-box--blue .price-box__list-el:before {
    color: #3a9fff;
}

.price-box__wrap:hover {
    backface-visibility: hidden;
    transform: scale(1.05, 1.05);
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
}

.btn {
    background-color: #3a9fff;
    border-radius: 20px;
    padding: 10px 25px;
    color: #fff;
    box-shadow: 0px 18px 13px -6px rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}


.btn:hover {
    box-shadow: 0px 25px 18px -6px rgba(0, 0, 0, 0.2);
    background-color: #63b2fc;
    color: #fff;
}

.price-box__wrap:hover .btn {
    box-shadow: 0px 25px 18px -6px rgba(0, 0, 0, 0.2);
}

.btn--revert {
    background-color: transparent;
    color: #8198ae;
    box-shadow: none;
    border: 1px solid #c9d9e9;
}

.btn--revert:hover {
    background-color: transparent;
    color: #1f4568;
    box-shadow: none;
    border: 1px solid #8198ae;
}


.btn--purple {
    background-color: #8a3aff;
}

.btn--purple:hover {
    background-color: #b284f6;
}

.btn--violet {
    background-color: #6f79ff;
}

.btn--violet:hover {
    background-color: #878ef3;
}

.btn--blue {
    background-color: #3a9fff;
}

.btn--blue:hover {
    background-color: #63b2fc;
}

.btn--width {
    width: 160px;
}

.btn--white {
    background-color: #fff;
    border: 1px solid #ededed;
    color: #8198ae;
}

.btn--white:hover {
    background-color: #fff;
    color: #8198ae;
}

.price-box__btn {
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -55px;
}

.row__sub--light {
    color: #aec0d2;
}

.item__img {
    width: 25px;
    margin-right: 10px;
}

.carousel {

}

.row__carousel {
    display: inline-block;
    float: none;
    border-radius: 6px;
}

.row--text-center {
    text-align: center;

}

.text-muted {
    font-size: 16px;
}

.carousel-control {
    opacity: 1;
    background-image: none !important;
}

.carousel-control.left {
    left: -100px;
}

.carousel-control.right {
    right: -100px;
}

.carousel-inner {
    margin-top: -25px;
}

.carousel-control__img {
    position: absolute;
    top: 50%;
    margin-top: -90px;
}

.carousel-control.left .carousel-control__img {
    left: 0;
}

.carousel-control.right .carousel-control__img {
    right: 0;
}

.carousel-indicators li {
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 2px solid #8198ae;
    margin-right: 8px;
}

.carousel-indicators li.active {
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 3px solid #6f79ff;
    margin-right: 10px;
}

.item {
    text-align: left;
    position: relative;
    padding: 25px 15px 0px 25px;
}

.item__content {
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: relative;
    height: 305px;
}

.item__img {
    display: inline-block;
}

.item__name {
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
    font-weight: 700;
}

.item__description {
    margin-top: 35px;
    color: #8198ae;
    line-height: 23px;
}


.carousel-indicators {
    width: auto;
    margin: 0;
    right: 68px;
    text-align: right;
    top: 72px;
    left: auto;
    bottom: auto;
}

.item__content:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    bottom: -20px;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    filter: drop-shadow(0px 7px 4px rgba(0, 0, 0, .2));
}

.item__people {
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.item__occupation {
    font-size: 14px;
    color: #8198ae;
    text-align: center;
}

.site {
    text-align: center;
}

.site__title {
    font-size: 30px;
    margin: 0;
    text-align: center;
}

.site__title2 {
    font-size: 30px;
    margin: 0;
    text-align: left;
}

.site__subtitle {
    font-size: 22px;
    color: #8198ae;
    margin: 15px 0 40px 0;
    text-align: center;
}

.site__subtitle2 {
    font-size: 22px;
    color: #8198ae;
    margin: 15px 0 40px 0;
    text-align: left;
    font-weight: 400;
}

.site__img {
    margin-top: 50px;
    display: inline-block;
    width: 77%;
}

.site__box-link .btn--revert {
    margin-left: 15px;
}


/*menu header*/
.header {
    padding: 30px 25px;
}

.header__elenco {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header__menu {
    float: right;
}

.header__el {
    padding: 0 25px;
    display: inline-block;
}

.header__img {
    display: inline-block;
    vertical-align: middle;
}

.header__logo, .header__menu {
    display: inline-block;
    vertical-align: middle;
}

.header__title {
    font-size: 18px;
    margin: 0;
    margin-left: 10px;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}

.header__light {
    color: #8198ae;
}

.header__link {
    color: #1f4568;
    font-size: 14px;

}

.header__link:hover {
    text-decoration: none;
    color: #3a9fff;
}

.navbar-toggle .icon-bar {
    background-color: #8198ae;
}

.navbar-toggle {
    margin: 5px 0;
}


.career_title {
    color: #fff;
    font-size: 28px;
    padding-left: 15px;
}

.career_sub {
    font-size: 22px;
    color: #c7cbff;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 15px;
}

.career-img {
    position: absolute;
    bottom: 0;
    width: 65%;
    z-index: 0;
    left: 20%;
}


.footer {
    background-color: #1f4467;
    padding: 40px 0;
}

.footer__title {
    font-size: 18px;
    margin: 0;
    margin-left: 0px;
    margin-left: 10px;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    color: #3a9fff;
}

.footer__light {
    color: #fff;
}

.footer__social {
    float: right;
}

.footer__social-l {
    margin-left: 15px;
    vertical-align: middle;
}


.form-group {
    margin-bottom: 20px;
    display: table;
    width: 100%;
    position: relative;
}

.form-group {
    margin-bottom: 20px;
    display: table;
    width: 100%;
    position: relative;
}

.form__field {
    height: 50px;
    position: relative;
    border: none;
    padding: 10px 12px;
    width: 100%;
    border-radius: 6px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    z-index: 2;
}

.form__select {
    background-repeat: no-repeat;
    background-size: 10px;
    background-position-x: 97%;
    width: 100%;
    padding-right: 30px;
    background-position-y: center;
    background-color: #fff;
    color: #8198ae;
}

.form__field--half {
    width: 50%;
    float: left;
}

.form__field--half:first-of-type {
    padding-right: 15px;
}


.form__textarea {
    height: 200px;
}

.btn--up {
    position: absolute;
    bottom: -15px;
    right: 25px;
    z-index: 3;
}


.row__sub {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin: 0px;
    line-height: 1.2;
    color: #8198ae;
}

@media screen and (max-width: 480px) {
    .price-box {
        padding: 0px 20px;
    }

    .carousel-control__img {
        width: 20px;
    }

    .carousel-control.left {
        left: -5px;
    }

    .carousel-control.right {
        right: -5px;
    }

    .partner {
        width: 100%;
    }

    .footer {
        padding: 15px 0;
    }

    .footer__img {
        width: 15px;
    }

    .footer__title {
        font-size: 16px;
        margin-left: 5px;
    }

    .sect {
        padding: 20px 0;
    }

    .sect--padding-top {
        padding-top: 80px;
    }

    .row__sub {
        font-size: 16px;
    }

    .row__title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .price-box__title {
        font-size: 18px;
        margin-top: 10px;
    }

    .price-box__img {
        width: 100px;
        height: 100px;
    }

    .price-box__wrap {
        padding: 20px 20px 30px 20px;
    }

    .price-box__people {
        font-size: 10px;
        font-weight: 400;
    }

    .price-box__discount {
        font-size: 22px;
    }

    .price-box__price {
        font-size: 12px;
    }

    .price-box__feat {
        margin-top: 15px;
        font-size: 14px;
    }

    .price-box__list-el {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .site__title {
        font-size: 24px;
    }

    .site__subtitle {
        font-size: 18px;
        margin: 10px 0 20px 0;
    }

    .site__img {
        margin-top: 30px;
    }

    .row--margin {
        margin-top: 30px;
    }

    .btn {
        font-size: 12px;
        padding: 8px 8px;
    }

    .btn--width {
        width: 100px;
    }

    .career_title {
        font-size: 18px;
        margin-top: 0;
    }

    .career_sub {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .carousel-indicators {
        display: none;
    }

    .item__name {
        font-size: 18px;
    }

    .item__description {
        margin-top: 18px;
    }

    .article-pre__date {
        font-size: 12px;
        float: none;
    }

}

@media screen and (max-width: 767px) {
    .footer {
        padding: 25px 0;
    }

    .price-box {
        padding: 0px 35px;
        margin-bottom: 50px;
    }

    .site__img {
        width: 100%;
    }

    .item__content {
        padding: 20px;

    }

    .item__description {
        font-size: 12px;
        line-height: 20px;
    }

    .article-pre__info {
        padding: 25px 10px 0 10px;
        font-size: 14px;
    }

    .article-pre__title {
        padding: 10px 10px;
        font-size: 16px;
    }

    .form {
        margin-top: 30px;
    }

    .form__field--half:first-of-type {
        margin-bottom: 10px;
        padding-right: 0px;
    }

    .form__field--half {
        width: 100%;
        float: none;
    }

    .form-group {
        margin-bottom: 10px;
    }
}

.banner {
    height: auto;
    margin: 32px 0px;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .banner {
        height: 450px;
        margin-bottom: 32px;
    }
}

.banner .banner-image {
    position: absolute;
    opacity: 0.25;
    right: 0px;
    top: 0px;
    height: 300px;
    z-index: -1;
    filter: drop-shadow(0 3rem 0.05rem #bfd8ff);
}

@media (min-width: 768px) {
    .banner .banner-image {
        display: inherit;
        height: 400px;
        top: 0px;
        opacity: 0.5;
    }
}

@media (min-width: 992px) {
    .banner .banner-image {
        height: 500px;
        top: -50px;
        opacity: 1;
    }
}

.banner .banner-text {
    max-width: 550px;
    float: left;
}

.banner .banner-text h1 {
    color: #00106a;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.banner .banner-text p {
    color: #00106a;
    font-size: 1.05rem;
    line-height: 1.75;
}

.banner button {
    border: 0;
    border-radius: 50px;
    padding: 0.75rem 2.75rem;
    background: #4b71ff;
    color: #ffffff;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
    cursor: pointer;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}

.banner button:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.25);
}

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

.card {
    padding: 16px 24px;
    background: #ffffff;
    height: 100%;
    position: relative;
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}

.card h3.card-title {
    font-weight: 700;
    color: #00106a;
}

.card p {
    color: #989dc5;
    line-height: 1.5;
    margin-bottom: 32px;
    font-size: 16px;
}

.card .card-link {
    position: absolute;
    bottom: 18px;
}

.card:hover {
    transform: translateY(-15px);
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.15);
}

.card .card-icon {
    width: 60px;
    margin-bottom: 8px;
    position: relative;
    top: 0;
    left: -12px;
}

/* Progress bar */
/* --- Start progress bar --- */

.process-wrapper {
    margin: auto;
    max-width: 1080px;
}

#progress-bar-container {
    position: relative;
    width: 90%;
    margin: auto;
    height: 100px;
    margin-top: 65px;
}

#progress-bar-container ul {
    padding: 0;
    margin: 0;
    padding-top: 15px;
    z-index: 9999;
    position: absolute;
    width: 100%;
    margin-top: -40px
}

#progress-bar-container li {
    counter-increment: num;
}

#progress-bar-container li:before {
    content: counter(num);
    font-size: 14px;
    display: block;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 2px #aaa;
    transition: all ease 0.3s;
}

#progress-bar-container li.active:before, #progress-bar-container li:hover:before {
    border: solid 2px #444;
}

#progress-bar-container li {
    list-style: none;
    float: left;
    width: 20%;
    text-align: center;
    color: #aaa;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.2s;
    vertical-align: bottom;
    height: 60px;
    position: relative;
}

#progress-bar-container li .step-inner {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#progress-bar-container li.active, #progress-bar-container li:hover {
    color: #444;
}

#progress-bar-container li:after {
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    background: #777;
    margin: auto;
    border: solid 7px #fff;
    border-radius: 50%;
    margin-top: 40px;
    box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.3);
    transition: all ease 0.2s;
}

#progress-bar-container li:hover:after {
    background: #555;
}

#progress-bar-container li.active:after {
    background: #207893;
}

#progress-bar-container #line {
    width: 80%;
    margin: auto;
    background: #eee;
    height: 6px;
    position: absolute;
    left: 10%;
    top: 49px;
    z-index: 1;
    border-radius: 50px;
    transition: all ease 0.9s;
}

#progress-bar-container #line-progress {
    content: " ";
    width: 3%;
    height: 100%;
    background: #207893;
    background: -moz-linear-gradient(left, #207893 0%, #2ea3b7 100%);
    background: -webkit-linear-gradient(left, #207893 0%, #2ea3b7 100%);
    background: linear-gradient(to right, #207893 0%, #2ea3b7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207893', endColorstr='#2ea3b7', GradientType=1);
    position: absolute;
    z-index: 2;
    border-radius: 50px;
    transition: all ease 0.9s;
}

#progress-content-section {
    width: 90%;
    margin: auto;
    border-radius: 4px;
}

#progress-content-section .section-content {
    padding: 0px 40px 30px 40px;
    text-align: center;
}

#progress-content-section .section-content h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
}

#progress-content-section .section-content p {
    font-size: 16px;
    line-height: 1.8em;
    color: #777;
}

#progress-content-section .section-content {
    display: none;
    animation: FadeInUp 700ms ease 1;
    animation-fill-mode: forwards;
    transform: translateY(15px);
    opacity: 0;
}

#progress-content-section .section-content.active {
    display: block;
}

@keyframes FadeInUp {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.row--text-center {
    text-align: center;

}

.glyphicon {
    font-size: 36px;
}

