/*!------------------------------------------------------------------
[MAIN STYLESHEET]
PROJECT: Pintar Inovasi Mandiri
VERSION: Year 2021
-------------------------------------------------------------------*/
@import "https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap";

body {
    line-height: 1.2;
    font-family: quicksand, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #3f3e3e;
    . font-weight: 400;
}

.abu2 {
    color: #3f3e3e;
    .
}

.mr-7 {
    margin-right: 7px;
}

.padding-0 {
    padding: 0px !important;
}

.absolute {
    position: absolute;
    top: 42px;
    right: 105px;
}

.mt-22 {
    margin-top: 22px;
}

.ml-10 {
    margin-left: 10px;
    margin-bottom: 0px !important;
}

.paragraph {
    font-weight: 400;
    color: #3f3e3e;
    . font-size: 15px;
    line-height: 1.7;
    font-family: quicksand, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: quicksand, sans-serif;
    font-weight: 400;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 55px;
}

h2,
.h2 {
    font-size: 40px;
}

h3,
.h3 {
    font-size: 36px;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 16px;
}

.btn {
    font-size: 16px;
    font-family: quicksand, sans-serif;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 5px;
    border: 1px solid;
    position: relative;
    z-index: 1;
    transition: 0.2s ease;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn-sm {
    padding: 8px 20px;
}

.btn-primary {
    background: #1C70C7;
    color: #fff;
    border-color: #1C70C7;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary.active {
    background: #1C70C7 !important;
    border-color: #1C70C7 !important;
}

.btn-outline-primary {
    background: 0 0;
    color: #3f3e3e;
    . border-color: #1C70C7;
}

.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary.focus,
.btn-outline-primary.active {
    background: #1C70C7 !important;
    border-color: #1C70C7 !important;
    color: #fff;
}

.btn-outline-tertiary {
    background: 0 0;
    color: #1e858b;
    border-color: #1e858b;
}

.btn-outline-tertiary:active,
.btn-outline-tertiary:hover,
.btn-outline-tertiary.focus,
.btn-outline-tertiary.active {
    background: #1e858b !important;
    border-color: #1e858b !important;
    color: #fff;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

::selection {
    background: #1CC756;
    color: #fff;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
    vertical-align: middle;
    border: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a,
button,
select {
    cursor: pointer;
    transition: 0.2s ease;
}

a:focus,
button:focus,
select:focus {
    outline: 0;
}

a:hover {
    color: #1C70C7;
}

.slick-slide {
    outline: 0;
}

.section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-lg {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-title {
    margin-bottom: 30px;
}

.bg-cover {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.border-primary {
    border-color: #aeaeae !important;
}

.overlay {
    position: relative;
}

.overlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.outline-0 {
    outline: 0 !important;
}

.d-unset {
    display: unset !important;
}

.bg-primary {
    background: #1C70C7 !important;
}

.bg-secondary {
    background: #1CA8C7 !important;
}

.bg-tertiary {
    background: #1e858b !important;
}

.text-primary {
    color: #1C70C7 !important;
}

.text-secondary {
    color: #1CA8C7 !important;
}

.text-tertiary {
    color: #1e858b !important;
}

.text-default {
    color: #3f3e3e;
    .
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.zindex-1 {
    z-index: 1;
}

.overflow-hidden {
    overflow: hidden;
}

.navigation {
    transition: 0.3s ease;
}

@media (max-width: 991px) {
    .navigation.fixed-top {
        position: sticky !important;
    }
}

@media (max-width: 991px) {
    .navigation {
        background: #fbfbfb;
    }
}

.link-normal {
    color: #222;
    text-decoration: none;
}

.nav-bg {
    background-color: #fbfbfb;
}

.nav-item {
    margin: 0;
}

.nav-item .nav-link {
    text-transform: capitalize;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link {
    color: #222;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #1C70C7;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px;
}

.banner {
    padding: 150px 0;
}

@media (max-width: 991px) {
    .banner {
        padding: 100px 0;
    }

    .banner .bg-image-bottom {
        bottom: unset;
        top: 0 !important;
    }
}

.bg-image-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.bg-image-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.title {
    margin-bottom: 20px;
}

.title strong {
    font-weight: 700;
}

h1.title strong {
    color: #1CA8C7;
}

.icon {
    height: 95px;
    width: 95px;
    border-radius: 50%;
    display: inline-block;
    line-height: 95px;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.rating.five li i {
    color: #f9aa1f;
}

.rating.four li:not(:last-child) i {
    color: #f9aa1f;
}

.rating.three li i {
    color: #f9aa1f;
}

.rating.three li:last-child i {
    color: #3f3e3e;
    .
}

.rating.three li:nth-child(4) i {
    color: #3f3e3e;
    .
}

.rating.two li:first-child i {
    color: #f9aa1f;
}

.rating.two li:nth-child(2) i {
    color: #f9aa1f;
}

.rating.one li:first-child i {
    color: #f9aa1f;
}

.quote {
    position: absolute;
    left: 90px;
    top: 50px;
    z-index: -1;
}

.testimonial-bg-left {
    position: absolute;
    right: 100%;
    top: 0;
}

.testimonial-bg-right {
    position: absolute;
    left: 100%;
    top: 0;
}

.pricing-table .card-body {
    position: relative;
    z-index: 1;
    padding: 80px 50px;
}

@media (max-width: 767px) {
    .pricing-table .card-body {
        padding: 40px 15px;
    }

    .top-16,
    .top-6 {
        display: none;
    }
}

.pricing-table-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
}

.form-control {
    height: 50px;
    border-color: #1e858b;
    background: 0 0;
}

.form-control:focus {
    border-color: #1C70C7;
    box-shadow: none;
}

textarea.form-control {
    height: 150px;
}

.social-icon a {
    display: block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #1e858b;
    color: #fff;
    text-align: center;
    line-height: 45px;
    transition: 0.2 ease;
}

.social-icon a:hover {
    background: #1C70C7;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li a {
    display: block;
    color: #3f3e3e;
    . padding: 5px 0;
}

.footer-menu li a:hover {
    color: #1C70C7;
}

.subscription-form {
    height: 60px;
    background: #f5f5f5;
    border: 0;
    padding: 10px;
}

.subscription-form:focus {
    border: 0;
    outline: 0;
}

.page-title {
    padding: 120px 0 100px;
}

@media (max-width: 1200px) {
    .page-title {
        padding: 80px 0;
    }
}


/* modify */
p,
ul {
    font-weight: 400;
    color: #3f3e3e;
    font-size: 15px;
    line-height: 1.7;
    font-family: quicksand, sans-serif;
}

.top-16 {
    margin-top: 16%;
}

.top-6 {
    margin-top: 6%;
}

.bottom-5 {
    margin-bottom: 5%;
}
