@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

body {
    font-family: 'Rubik', sans-serif;
    position: relative;
}


.pm-h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #0E2B76;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

.pm-h3 {
    color: #0E2B76;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #0E2B76;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #0E2B76;
    margin-bottom: 0.7rem;
}

p {
    color: #959094;
}

.light-font {
    font-weight: 300;
}

.light-bg {
    background-color: #faf6fb;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}

header {
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    background-image: -moz-linear-gradient( 135deg, rgba(78,138,255,1) 0%, rgba(044,45,50,1) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(78,138,255,1) 0%, rgba(044,45,50,1) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(78,138,255,1) 0%, rgba(044,45,50,1) 100%);
    background-image: linear-gradient( 135deg, rgba(78,138,255,1) 0%, rgba(044,45,50,1) 100%);
}

.subheader {
    font-size: 23px;
    font-weight: 300;
    color: #BCBBF5;
    max-width: 800px;
    margin: 0 auto;
}

.img-header {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

.bg-blue{background-color: #003984}

.fill:before {
    color: #0E2B76;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #0E2B76;
    background: -moz-linear-gradient(top, #0E2B76 0%, #0E2B76 100%);
    background: -webkit-linear-gradient(top, #0E2B76 0%, #0E2B76 100%);
    background: linear-gradient(to bottom, #0E2B76 0%, #0E2B76 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #0E2B76;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #0E2B76 0%, #0E2B76 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #0E2B76 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #0E2B76 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #0E2B76 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.steps li {
    padding: 15px 0;
}

.steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}


.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
	height: 100%;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #0E2B76 #faf6fb #FFF;
    color: #0E2B76;
}
