﻿@charset "UTF-8";




/* GLOBAL
----------------------*/

body {
    font-family: 'Alegreya', sans-serif;
    font-weight: 400;
    position: relative;
    color: #333;
    font-size: 18px;
}

a {
    color: #003366;
}

    a:hover,
    a:focus {
        color: #333;
    }

h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.65em;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

h3 {
    color: #003366;
    font-size: 26px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #003366;
}

.footer h4 {
    color: #f5f5f5;
}

h4 small {
    font-size: 16px;
    color: #333;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #003366;
    margin-bottom: 0.7rem;
}


h6 {
    font-weight: 700;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

.navbar-light .navbar-brand {
    color: #003366;
}

ul {
    margin-bottom: 0
}

.navbar-brand {
    font-weight: 700;
    font-size: 28px;
}

.text-primary {
    color: #e38cb7 !important;
}

.light-font {
    font-weight: 300;
}

.navbar-light .navbar-nav .nav-link {
    color: #656565;
}

    .navbar-light .navbar-nav .nav-link.active {
        color: #003366;
    }

.navbar {
    padding-left: 0;
    padding-right: 0;
}

.btn {
    font-size: 14px;
    font-weight: 400;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
    white-space: normal;
}

.btn-outline-light {
    color: #003366;
    border-color: #003366;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
}

    .btn-outline-light:hover {
        color: #fff;
        background-color: #003366
    }

.btn-primary {
    font-size: 18px;
    padding: 0.375rem 2.35rem;
    background-color: #003366;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #003366;
        opacity: 0.75;
    }

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 16px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg > .btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 16px;
}

.light-bg {
    background-color: #faf6fb;
}

.section {
    padding: 20px 0 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 0;
}

    .section-title h2 {
        color: #003366;
    }

@media (max-width:767px) {
    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 20px;
    }
}




/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0 0;
    transition: all 0.3s ease;
    background-color: #fff;
}

    .nav-menu.is-scrolling,
    .nav-menu.menu-is-open {
        background-color: #fff;
    }

    .nav-menu.is-scrolling {
        padding: 0;
        border-bottom: #f5f5f5 solid 1px;
    }

.navbar-nav .nav-link {
    position: relative;
    font-weight: 700;
}

.navbar-toggler {
    border-color: #003366;
}

.navbar-dark .navbar-toggler-icon {
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 16px;
    }

    .navbar-nav > .nav-item > .nav-link.active:after {
        content: "";
        border-bottom: 2px solid #003366;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }

    .navbar-nav .nav-item {
        text-align: center;
    }
}




/* HERO
----------------------*/
body {
    padding-top: 100px;
}

header {
    padding: 0px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    background-color: #2a2a2a;
    color: #fff;
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 18px;
    }

    .img-holder {
        padding-bottom: 100%;
    }
}

.home-banner {
    /* background-image: url(../images/home-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;**/
    margin-top: 20px;
}
/*
.inner-banner1 {
    background-image: url(../images/inner-banner1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.inner-banner2 {
    background-image: url(../images/inner-banner2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.inner-banner3 {
    background-image: url(../images/inner-banner3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.inner-banner4 {
    background-image: url(../images/inner-banner4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.inner-banner5 {
    background-image: url(../images/inner-banner5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.inner-banner6 {
    background-image: url(../images/inner-banner6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
*/
.inner-banner {
    margin-top: 55px;
}

@media (max-width:767px) {
    .bg-gradient {
        margin-top: 95px;
    }
}

/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 16px;
}

.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);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.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: #f5378e;
    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;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

    .ui-steps li:not(:last-child) {
        border-bottom: 1px solid #f8e3f0;
    }

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}





/*  IMAGE GALLERY
----------------------*/

.gallery-section {
    padding: 0px 0;
}

.img-gallery .owl-item {
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.slider-item {
    padding: 20px 20px 0px 50px;
    position: relative;
    background-color: #e0f2f5;
    height: 100%;
    color: #333;
}

    .slider-item:after {
        position: absolute;
        content: ' ';
        background-color: #003366;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: #fff;
        font-size: 24px;
        text-align: center;
        left: -25px;
        top: 50%;
        margin-top: -25px;
        background-image: url(../images/quote-icon.png);
        background-repeat: no-repeat;
        background-position: center;
    }

.img-gallery .owl-stage {
    display: flex;
}


/*  Testimonial
----------------------*/

.testimonial {
    background-color: #003366;
    color: #fff;
}

    .testimonial p {
        color: #fff;
    }

        .testimonial p strong {
            font-weight: 700;
        }


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

    .call-to-action .box-icon {
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        transform: scale(0.85);
        margin-bottom: 2.5rem;
    }

    .call-to-action h2 {
        color: #FFF;
    }

    .call-to-action .tagline {
        font-size: 18px;
        font-weight: 300;
        color: #ffb8f6;
        max-width: 650px;
        margin: 0 auto;
    }

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}




/*  FOOTER
----------------------*/

.dark-bg {
    background-color: #2a2a2a;
    color: #fff;
}

.footer ul {
    padding: 10px 0 0 0px;
    margin: 0px;
}

.footer li {
    list-style: none;
    padding: 0 0 5px;
    margin: 0px;
    font-size: 16px;
}

.footer a {
    color: #fff;
}

.social-icons {
    padding-top: 15px;
}

    .social-icons a {
        background-color: #b5b5b5;
        width: 40px;
        height: 40px;
        display: inline-block;
        text-align: center;
        line-height: 45px !important;
        margin: 0 0.3rem;
        border-radius: 5px;
        color: #fff;
        transition: all 0.3s ease;
    }

        .social-icons a:hover {
            text-decoration: none;
            background-color: #003366;
        }

.copyright-row p {
    color: #fff;
    font-size: 16px;
}

@media (max-width:991px) {
    .footer h4 {
        margin-top: 20px;
    }
}

.liststyle {
    list-style-type: none;
    text-align: center;
    margin: 0 auto;
}

    .liststyle li {
        margin-top: 10px;
    }

.newliststyle {
    text-align: left;
    margin: 0 auto;
    font-weight: bold;
}

    .newliststyle li {
        margin-top: 10px;
        margin-bottom: 5px;
    }

@media (min-width:1120px) {

    .newliststyle {
        min-width: 600px;
    }
}

.content {
    height: 100%;
    border-radius: 5px;
    position: relative;
}

.print-brand {
    display: none;
}

.content .content-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #fff;
    border: #ccc solid 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    background-position: center;
    background-repeat: no-repeat;
}

.content .video-icon {
    background-image: url(../images/video-icon.png);
}

.content .doc-icon {
    background-image: url(../images/doc-icon.png);
}

.content .audio-icon {
    background-image: url(../images/audio-icon.png);
}

.content .document-icon {
    background-image: url(../images/doc-icon.png);
}

ol li,
ul li {
    padding-left: 15px;
}

.link-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
}

    .link-list li {
        padding: 4px 8px;
        width: 100%;
        text-align: center;
    }

        .link-list li .btn-outline-light {
            margin: 0 auto;
            display: block;
            white-space: normal;
        }

@media (max-width:768px) {
    .nav-menu .link-list {
        display: none;
    }
}

@media (min-width:768px) {
    .link-list li {
        padding: 4px 8px;
        float: left;
        width: 50%;
        text-align: center;
    }

        .link-list li .btn-outline-light {
            font-size: 14px;
        }

        .link-list li.last {
            margin: 0 25%;
        }
}

@media (min-width:1120px) {
    .link-list {
        list-style: none;
        margin: 0px;
        padding: 0px;
        list-style-position: inside;
    }

        .link-list li .btn-outline-light {
            margin: 0 auto;
            display: block;
        }

        .link-list li .btn-outline-light {
            font-size: 16px;
            padding-left: 5px;
            padding-right: 5px;
        }

        .link-list li.last {
            margin: 0 25%;
        }
}

.btn-cancel {
    text-decoration: underline;
}
.stepper .nav-tabs {
    position: relative;
    border: none;
    display: flex;
  }
  .stepper .nav-tabs > li {
    width: 16.5%;
    position: relative;
  }
  .stepper .nav-tabs > li::before {
    content: '';
    position: absolute;
    background: #f1f1f1;
    display: block;
    width: 100%;
    height: 5px;
    top: 32px;
    left: -50%;
    z-index: 1;
  } 
  
  .stepper .nav-tabs > li.active::before {
    background: #003366;
  }
  .stepper .nav-tabs > li:first-child::before {
      display: none;
      left: 0;
      width: 0;
  } 
  
  .stepper .nav-tabs a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    border: none;
    padding: 0;
    display: block;
    color: #f1f1f1;
    position: relative;
  }
  .stepper .nav-tabs a:hover {
    background: transparent;
    border: none;
  }  
  .stepper .round-tab {
    width: 30px;
    height: 30px;
    line-height: 26px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #003366;
    color: #003366;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 18px;
  }
  .stepper .active .round-tab {
    background: #003366;
    color: #fff;
  }
   
 