.tab-nav-s3 li a img {
    opacity: .5
}

.tab-nav-s3 li a.active img {
    opacity: 1
}

.wgs-logo img {
    width: 7rem
}

.nk-footer .wgs-title {
    color: #f8f9fa
}

.bx-wrapper {
    position: relative;
    padding: 0
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bxslider {
    margin: 0;
    padding: 0
}

ul.bxslider {
    list-style: none;
    z-index: 18
}

.bx-viewport:before {
    content: "";
    display: block;
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: linear-gradient(180deg, #f6fafd, hsla(0, 0%, 100%, 0))
}

.bx-viewport:after {
    content: "";
    display: block;
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #f6fafd)
}

.bx-viewport li {
    margin: 0;
    padding: 10px 0;
    transform: scale(1);
    transition: all .3s linear
}

.bx-viewport li[aria-hidden=false] {
    transform: scale(1.1);
    transition: all .3s linear
}

.bx-viewport {
    -webkit-transform: translatez(0);
    padding: 120px 30px
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px;
    display: none !important
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next {
    right: 10px
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    display: none !important;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.c-card {
    position: relative;
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background: #fff
}

.c-card .card-header {
    background: 0 0;
    border: none;
    padding: 0
}

.c-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.u-pr-1 {
    padding-right: 1rem !important
}

.c-profile .profile-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6rem;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    line-height: 0
}

.c-icon {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%
}

.c-profile .profile-info {
    padding: 3px 0 0 15px
}

.c-profile .profile-caption,
.c-profile .profile-title {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.c-profile .profile-title {
    line-height: 2rem;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    padding-top: 0;
    font-weight: 600;
    height: auto
}

.c-profile .profile-caption {
    line-height: 18px;
    font-size: 15px;
    margin-bottom: 5px;
    padding-top: 0;
    color: #575858;
    height: auto
}

.has-text-green {
    color: green
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.align-self-top-sm {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.u-text-nowrap {
    white-space: nowrap
}

.c-card .card-header+.card-content p {
    margin: 0
}

.c-card .card-header+.card-content {
    padding-top: 1rem
}

.has-text-grey-light {
    color: #999b9c
}

.contact-white {
    color: #fff !important
}

.section-pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all .2s;
    box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1)
}

.section-pricing .card-body {
    display: flex;
    flex-direction: column
}

.section-pricing hr {
    margin: 1.5rem 0
}

.section-pricing .card-title {
    margin: .5rem 0;
    font-size: .9rem;
    letter-spacing: .1rem;
    font-weight: 700
}

.section-pricing .card-price {
    font-size: 3rem;
    margin: 0
}

.section-pricing .card-price .period {
    font-size: .8rem
}

.section-pricing ul li {
    margin-bottom: 1rem
}

.section-pricing .text-muted {
    opacity: .7
}

@media(min-width:992px) {
    .section-pricing .card {
        min-height: 465px
    }

    .section-pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .3)
    }

    .section-pricing .card:hover .btn {
        opacity: 1
    }

    .section-pricing .card-body {
        padding: 0
    }

    .team-feature-icon img {
        max-height: 110px
    }
}

.pricing-free-plan {
    padding: 16px 32px;
    display: flex;
    align-items: center;
    text-align: center
}

.pricing-free-plan h1,
h2,
h3,
h4,
h5,
h6 {
    color: #182873
}

.pricing-payments-items {
    display: flex;
    align-items: center
}

.pricing-payments-item {
    border: 1px solid #d3e0ff;
    border-radius: 3px;
    padding: 6px 10px;
    font-size: 16px;
    margin: 0 5px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.pricing-payments .payment-image {
    margin-right: 8px
}

.pricing-features-item {
    display: inline-flex;
    align-items: center;
    margin: 40px 0 0
}

.pricing-features-image {
    flex: 0 0 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #d3e0ff;
    margin: 0 15px 0 0
}

.pricing-faq ul {
    list-style-type: disc
}

.team-feature-cards {
    display: flex
}

.team-feature-icon img {
    margin: 0 auto;
    display: flex;
    padding-bottom: 20px
}

.separator {
    display: flex;
    padding: 6rem 0
}

.support-by {
    margin: 1.5rem 0;
    margin-right: 15px;
    margin-left: 15px;
    padding: 4.5rem 3rem 3.5rem;
    display: flex;
    flex-wrap: wrap
}

.support-by img {
    margin-right: 4rem;
    padding-bottom: 1rem
}

@media(min-width:992px) {
    .support-by {
        flex-wrap: nowrap
    }
}

.tab-nav li a.switch-mode {
    padding: 9px 44px;
    border: 1px solid #bfd5ea;
    color: #1841b0
}

.tab-nav-btn li a.active.switch-mode {
    color: #1841b0 !important;
    background-color: #deecf7 !important
}

.check-green li::before {
    color: green
}

.check-red li::before {
    color: #a21111
}

.double-image img {
    max-width: 80%
}

.no-link p {
    color: #415076
}

.no-link .title,
.no-link .title:hover {
    color: #182873 !important
}

.features-box-s4 {
    position: relative;
    background: #3e2bc5;
    border-radius: 6px;
    text-align: center;
    padding: 40px 30px;
    height: 340px;
    margin-bottom: 35px
}

.features-box-s4.active .features-action,
.features-box-s4:hover .features-action {
    opacity: 1;
    transform: translateY(0)
}

.features-action {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-left: -25px;
    margin-bottom: -25px;
    background: #2b56f5;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    transform: translateY(20px);
    transition: all .3s
}

.features-action:hover {
    color: #fff;
    background: #16a1ff
}

.feature-icon img {
    max-width: 130px;
    height: 125px
}

.img-f {
    max-width: 60px !important;
    height: 70px !important;
    text-align: center
}

.table-custom {
    width: 85%;
    border: 1px solid #e6e6e6
}

.table-custom-width td {
    width: 50%
}

.table-custom-padding {
    padding: 7px 15px
}

@media(min-width:576px) {
    .table-custom-padding {
        padding: 18px 0
    }
}

.small-font p {
    font-size: 15px
}

.owl-nav {
    display: flex;
    justify-content: center
}

.owl-nav button {
    background: #207bff !important;
    outline: 0;
    opacity: 1;
    border-radius: 3px;
    height: 6px;
    width: 30px
}

.owl-nav .disabled {
    width: 15px !important
}

.owl-nav button span {
    display: none
}

.owl-feature {
    display: block;
    margin: 30px 15px
}

.owl-feature .card {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .02)
}

.learn-more {
    font-size: 20px;
    font-weight: 500;
    padding-left: 2.2rem
}

@media(min-width:576px) {
    .owl-feature .card {
        min-height: 340px
    }

    .feature.card.overview {
        min-height: 332px
    }

    .learn-more {
        padding-left: 1.9rem
    }
}

.owl-feature .card .img-wrapper {
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.owl-feature .card img {
    max-width: 160px
}

.owl-feature .card h4 {
    font-size: 18px;
    padding-bottom: 13px
}

.feature.card.overview {
    height: 260px
}

.modal-wrapper {
    overflow: visible !important;
    top: 10%
}

@media(max-width:576px) {
    .tab-overview .tab-nav-s2 li {
        padding: 0 4px !important
    }

    .modal-wrapper {
        top: 40%
    }
}

.content-popup {
    top: 0 !important
}

.modal-youtube {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 56.25% !important
}

.modal-youtube iframe {
    position: absolute;
    top: 0;
    left: 0
}