@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('../icons/fa-v6/css/all.min.css');
@import url('header.css');
@import url('navigation.css');
@import url('footer.css');

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    font-size: 18px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "calibri", "Open Sans", sans-serif;
}


h2 {
    font-size: 18px;
}

h3 {
    font-size: 18px;
}

.h3-mb-0 h3 {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

a:focus,
button:focus {
    outline: 0;
    box-shadow: none;
}

p {
    font-size: 18px;
    line-height: 30px;
}

.max-600 {
    max-width: 600px;
    width: 100%;
    margin: auto;
}

.max-300 {
    max-width: 300px;
    width: 100%;
}

.bg-k-green {
    background-color: #8cc63f;
}

.text-k-green {
    color: #8cc63f;
}

.bg-k-blue {
    background-color: #242e42;
}

.text-k-blue {
    color: #242e42;
}

.k-link-green {
    color: #8cc63f;
    font-weight: 500;
    font-size: 18px;
}

.k-link-green:hover {
    color: #242e42;
}

.form-control:focus {
    box-shadow: none;

}

.menu-active a {
    color: #8cc63f !important;
}

.btn-outline-success {
    border-color: #8cc63f;
    color: #8cc63f;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
    border-color: #8cc63f;
    background-color: #8cc63f;
    color: #fff;
}

.feature-wrapper {
    margin-top: -90px;
}

.feature-card {
    border-radius: 20px;
    overflow: hidden;
}

.feature-card p {
    font-size: 18px;
    font-weight: 600;
}

.feature-card i {
    font-weight: 200;
    color: #8cc63f;
    font-size: 50px;
}

.block-title h2 {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 3px solid #8cc63f;
    display: inline-block;
}

.owl-carousel .card {
    border: 0;
    text-align: center;
}

.main-feature-wrapper {
    position: relative;
    margin-top: -45px;
}

.main-feature-content {
    height: 100%;
}

.main-feature-content div {
    min-width: 265px;
    max-width: 265px;
    margin: 0 20px 20px 20px;    
	border: 1px solid #959991;
    border-bottom-width: 2px;
    flex-direction: column;
}

.main-feature-content div p {
    color: #8cc63f;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
	text-transform: uppercase;
}

.main-feature-content div small {
    margin-top: 10px;
}

.frm-tabs .tab-pane ul {
    padding-left: 18px;
    margin-bottom: 0;
    font-size: 18px;
}

.frm-tabs .tab-pane ul li:not(:last-child) {
    margin-bottom: 10px;
}

.frm-tabs .nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.frm-tabs .nav-pills .nav-link.active,
.frm-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #8cc63f;
    border-color: #8cc63f;
}

.frm-tabs .nav-pills .nav-link {
    color: #8cc63f;
    border-radius: 6px 6px 0 0;
}

.frm-tabs .nav-pills .nav-link:hover {
    border-color: #8cc63f;
}

.frm-tabs .accordion-button:not(.collapsed) {
    background-color: #8cc63f;
    color: #fff;
    box-shadow: none;
}

.frm-tabs .accordion-button:focus {
    box-shadow: none;
}

.about-k-holder {
    position: relative;
    border: 4px solid #9aca3b;
    font-family: 'Roboto', sans-serif;
    max-width: 250px;
    margin: auto;
}

.about-k-holder span.about-k {
    font-size: 180px;
    color: #9aca3b;
    position: relative;
    top: -5px;
}

.about-k-holder span.about-k::before {
    content: '';
    background-color: #9aca3b;
    width: 86%;
    height: 8px;
    position: absolute;
    bottom: 25px;
    left: 13px;
}

.about-k-holder span.legend {
    background-color: #9aca3b;
    padding: 3px 8px 2px 8px;
    color: #fff;
    text-transform: uppercase;
    transform: rotate(-90deg);
    display: grid;
    white-space: normal;
    position: absolute;
    top: 70px;
    right: -70px
}


@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 20px;
    }

    .frm-tabs .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
}

@media (min-width: 576px) {
    .aml-key-func img {
        width: 35%;
    }

    .aml-key-func p {
        width: 65%;
    }

    .btn-submit {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .frm-tabs .tab-content>.tab-pane {
        border: 1px solid #8cc63f;
        border-radius: 8px;
    }

    .frm-tabs ul .nav-link.active::after {
        content: "";
        border-top: 8px solid #8cc63f;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        position: absolute;
        bottom: -8px;
        right: calc(50% - 8px);
        z-index: 10;
    }
}

@media (min-width: 992px) {
    .overview-opt img {
        position: relative;
        top: 6px;
    }
}

@media (min-width: 1100px) {
    .main-feature-content div {
        min-width: 16.66666667%;
        max-width: 16.66666667%;
        height: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .main-feature-content.wls div {
        min-width: 22%;
        max-width: 22%;
    }
    .main-feature-content.aml div {
        min-width: 21%;
        max-width: 21%;
    }
}