@charset "UTF-8";

/* GLOBAL
----------------------*/

body {
    font-family: 'Roboto', sans-serif;
    position: relative;
}

a {
    color: #604D8D;
}

a:hover,
a:focus {
    color: #1e88e5;
}

h1 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
    color: #311E4F;
}

h2 {
    font-size: 35px;
    font-weight: 600;
    color: #311E4F;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h3 {
    color: #311E4F;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 35px;
    font-weight: 600;
    color: #311e4f;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 0.7rem;
}

p {
    color: #747F92;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

.text-primary {
    color: #604D8D !important;
}

.text-white {
    color: #fff;
}

.mdl-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #d6619c;
}

.btn-primary {
    border-radius: 2px;
    font-weight: 500;
    padding: 0 2rem;
    border: 0;
    background: #604D8D;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #604D8D;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-secondary {
    border-radius: 2px;
    border: 1px solid #604D8D;
    font-weight: 500;
    padding: 0 2rem;
    background: #ffffff;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    cursor: pointer;
    color: #604D8D;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #604D8D;
    border-color: #604D8D;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #604D8D;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}


.light-bg {
    background: #f8f9fa;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

.bili-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.bili-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
}

.bili-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

section.first {
    padding: 0;
}

.small-only {
    display: none !important;
}

.larg-only {
    display: block;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width:768px) {
    h1 {
        font-size: 33px;
    }

    h2 {
        font-size: 27px;
        margin-top: 35px;
    }

    header {
        text-align: center;
        padding-top: 100px;
        padding-bottom: 0;
    }

    header .btn-primary {
        margin-top: 37px;
    }

    .section {
        padding: 40px 0;
    }

    .mt-5,
    .my-5 {
        margin-top: 0rem !important;
    }

    .small-only {
        display: block !important;
    }

    .scrollDown {
        margin-top: 50px;
    }

    .large-only {
        display: none;
    }

    h3 {
        color: #311E4F;
        font-size: 33px;
        font-weight: 500;
    }

    .modules {
        margin-bottom: 45px;
    }

    .logo-nav {
        height: 32px !important;
        transition: all 0.3s ease;
    }

    .btn-secondary {
        margin: 0 auto;
        display: table;
        margin-top: 25px;
    }

    .circle {
        justify-content: center;
    }

    #home .small-only img {
        max-width: 56%;
    }

    .sup-p {
        padding-right: 15px !important;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling .navbar-dark .navbar-nav .active>.nav-link,
.nav-menu.is-scrolling .navbar-dark .navbar-nav .nav-link.active,
.nav-menu.is-scrolling .navbar-dark .navbar-nav .nav-link.show,
.nav-menu.is-scrolling .navbar-dark .navbar-nav .show>.nav-link {
    color: #311E4F;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #311E4F;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(49, 30, 79, 0.5);
}

.nav-menu.is-scrolling .navbar-dark .navbar-nav .nav-link {
    color: rgba(49, 30, 79, 0.5);
}

.nav-menu.is-scrolling .navbar-dark .navbar-nav .nav-link:hover {
    color: #311E4F;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #311E4F;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.navbar-dark .navbar-toggler {
    color: #604D8D;
    border-color: #604D8D;
}

.nav-menu .btn-outline-light {
    color: #fff;
    background-color: #604D8D;
    background-image: none;
    border-color: #604D8D;
    border-radius: 2px;
    height: 36px;
    font-weight: 500;
    line-height: 36px;
    padding: 0 1.35rem;
}

.nav-menu .btn-outline-light.btn-line {
    color: #604D8D;
    background-color: #fff;
    background-image: none;
    border: 1px solid #604D8D;
    border-radius: 2px;
    height: 36px;
    font-weight: 500;
    line-height: 36px;
    padding: 0 1.35rem;
}

.nav-menu .btn-outline-light.btn-line:hover {
    box-shadow: none;
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
    font-weight: 600;
}

.logo-nav {
    height: 40px;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling .logo-nav {
    height: 38px
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }

    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #604D8D;
        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
----------------------*/

header {
    background: #F8F9FA;
    color: #FFF;
    min-height: calc(68vh + 118px);
    position: relative;
    display: flex;
    align-items: center;
}

.tagline {
    font-size: 18px;
    font-weight: 300;
    color: #747F92;
    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: 17px;
    }

    .img-holder {
        padding-bottom: 100%;
    }
}

/*SECTION TWO
------------------------*/
.circle {
    max-width: 400px;
    height: 400px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    line-height: 41px;
    display: flex;
    align-items: center;
    text-align: center;
}

.ft-s-5 {
    font-size: 5rem;
}

.ft-s-3 {
    font-size: 3rem;
}

.ft-s-2 {
    font-size: 2rem;
}

/* CARDS
-----------------------*/
.bili-card h3 {
    font-size: 18px;
}

.bili-card {
    text-align: center;
    padding: 15px;
    border-radius: 3px;
    height: 90%;
    display: grid;
    align-items: center;
    padding-bottom: 26px;
}

.bili-interface .col-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.bili-interface div .col-lg-12:first-child .bili-card {
    background: #1e88e5;
    color: #fff;
}

.bili-interface div .col-lg-12:first-child .bili-card h3 {
    color: #fff;
}

.bili-interface div .col-lg-12:first-child .bili-card.bili-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.col-lg-4 .bili-card h3 {
    font-size: 16px;
}

.icon-card {
    max-width: 37px;
    margin: 0 auto;
    margin-bottom: 15px;
    height: 37px;
    width: 37px;
}

.icon-card img {
    max-width: 100%;
}


.bili-interface div .col-4:first-child .bili-card h3 {
    color: #fff;
    margin-bottom: 0;
}

.bili-interface .bili-card p {
    font-size: 13px;
    color: #747F92;
}

/* FEATURES
----------------------*/

.media-body {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

@media (max-width:991px) {
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card-text {
    font-size: 18px;
}

/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff487e;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

/*  FOOTER
----------------------*/
footer {
    background: #f8f9fa;
}

footer p,
footer a {
    color: #747F92;
}

.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: rgba(96, 77, 141, 0.12);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #604d8d;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    transform: scale(1.3);
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}

.sup-p {
    padding-right: 0;
}

/* .skills-diagram .skill-10 {
    width: 13em;
    height: 13em;
    line-height: 2em;
    background-color: rgb(30, 136, 229,0.1);
    border-color: #1e88e5;
    color: #1e88e5;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 25px;
} */
/* .skills-diagram .skill-10 {
    /* width: 12em; */
/* height: 12em; */
/* line-height: 2em;
    background-color: rgb(30, 136, 229,0.1);
    border-color: #1e88e5;
    color: #1e88e5;
    display: flex;
    align-items: center;
    margin: 0 auto; */
/* margin-bottom: 25px; */
/* font-size: 14px;
} */
/* .skills-diagram .skill-9 {
    width: 13em;
    height: 13em;
    line-height: 2em;
    background-color: rgb(255, 255, 255,0.3);
    border-color: #1e88e5;
    color: #1e88e5;
    margin: 15px;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}
.adpative{
font-size:28px;
text-align: center;
}
.skills-diagram dt:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: none;
} */
/**Page solution***/
.solutions {
    background: url(../images/bg-solution-2.jpg)center center/cover;

}

/**********FAQ*************/
.faq {
    background: #fff;
}

.question-faq {
    color: #000000;
    /* padding: 16px;
    border-radius: 3px;
    border:1px solid #747F92; */
}

.question-faq:hover {
    text-decoration: none;
}

.collapse .card.card-body {
    color: #747F92;
}

.faq p {
    margin-top: 40px;
}

.faq .card-body p {
    margin-top: 0;
}

.faq-menu {
    background: #fff;
}

header.faq {
    height: inherit;
}

/**Job**/

.job1 {
    background: url(../images/bg-job1.jpg)center center/cover;
}