/* ------------------------------------------------------------------
 * File         : style.css
 * Version      : 1.0
 * Author       : indonez
 * Author URI   : http://www.indonez.com
 *
 * Indonez Copyright 2020 All Rights Reserved.
 * ------------------------------------------------------------------
[Table of contents]
    1. layout
        1.1. header
        1.2. sticky menu
        1.3. theme layout
        1.4. blog
        1.5. footer
    2. components
        2.1. slideshow
        2.2. breadcrumb
        2.3. icon wrapper
        2.4. client logo
        2.5. colored card
        2.6. customer card
        2.7. roadmap
        2.8. widget
        2.9. plyr.io
        2.10. pricing
        2.11. to top
        2.12. blockquote
    3. utils
        3.1. image shadow
        3.2. accordion remove border
        3.3. tablet portrait and lower
------------------------------------------------------------------ */
/* [ 1.1. header ] */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-regular.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 300;
    src: local("Work Sans Light"), local("WorkSans-Light"), url("../fonts/work-sans-v5-latin-300.woff2") format("woff2"), url("../fonts/work-sans-v5-latin-300.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Work Sans"), local("WorkSans-Regular"), url("../fonts/work-sans-v5-latin-regular.woff2") format("woff2"), url("../fonts/work-sans-v5-latin-regular.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    src: local("Work Sans Bold"), local("WorkSans-Bold"), url("../fonts/work-sans-v5-latin-700.woff2") format("woff2"), url("../fonts/work-sans-v5-latin-700.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 300;
    src: local("Noto Sans"), local("NotoSans"), url("../fonts/NotoSans.ttf") format("ttf");
    font-display: block;
}

@font-face {
    font-family: 'Noto Sans Bold';
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("../fonts/NotoSans-Bold.ttf") format("ttf");
    font-display: block;
}


header {
    transition: background-color ease 300ms;
}

header .in-header-subnav {
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 5px;
}

header .in-header-subnav .uk-subnav>* a {
    font-size: 12px;
    color: #b5b5b5;
}

header .in-header-button {
    margin-top: 7px;
}

header .in-header-button a.uk-button {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
}

header .in-header-button a.uk-button.uk-button-default {
    padding: 0px 14px;
    line-height: 23px;
    background: transparent;
    border-color: #bababa;
    color: #aaaaaa;
}

header .in-header-button a.uk-button.uk-button-default span {
    margin-left: 5px;
    top: -1px;
    position: relative;
}

header .in-header-button a.uk-button.uk-button-primary {
    padding: 0px 14px;
    line-height: 23px;
    background: #bababa;
    border-color: #bababa;
    color: #fff;
    text-shadow: none;
}

header .in-header-logo {
    margin-left: 16px;
}

header .uk-navbar-container {
    margin: 7px 0 11px 0;
}

/* [ 1.2. sticky menu ] */
.in-sticky {
    background-color: #f8f8f8;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
}

.in-sticky .uk-section {
    height: 70px;
}

.in-sticky .uk-section .in-header-subnav,
.in-sticky .uk-section .in-header-button,
.in-sticky .uk-section hr {
    display: none;
}

.in-sticky .in-header-logo {
    margin: -22px 0 0 16px;
}

.in-sticky .uk-navbar-nav>li>a {
    position: relative;
    top: -9px;
    min-height: 70px;
}

.in-sticky [class*='uk-navbar-dropdown-bottom'] {
    margin-top: 0px;
}

/* [ 1.3. theme layout ] */
.in-monee-custom1 .uk-card {
    border-right: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    border-radius: 0px;
}

.in-monee-custom1 .uk-card.uk-card-body {
    padding: 37px 5px 40px 5px;
}

.in-monee-custom1 .uk-card:nth-child(3),
.in-monee-custom1 .uk-card:last-child {
    border-right: 0px;
}

.in-monee-custom1 .uk-card:nth-child(n+4) {
    border-bottom: 0px;
}

.in-monee-custom1 .uk-label {
    background-color: #eeeeee;
    color: #7c7c7c;
}

.in-monee-custom2 .uk-card {
    background: transparent;
    border: 2px solid #4184dd;
    border-radius: 12px;
}

.in-monee-custom2 .uk-card .uk-card-body {
    padding: 16px 0px 0px 0px;
}

.in-monee-custom2 .uk-card .uk-card-body .uk-text-small {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #012c6d;
}

.in-monee-custom2 .uk-card .uk-card-body div.uk-grid-collapse>div {
    padding-top: 12px;
    padding-bottom: 12px;
    border-right: 2px solid #4184dd;
}

.in-monee-custom2 .uk-card .uk-card-body div.uk-grid-collapse>div:nth-child(5),
.in-monee-custom2 .uk-card .uk-card-body div.uk-grid-collapse>div:last-child {
    border-right: 0px;
}

.in-monee-custom2 .uk-card .uk-card-body .in-monee-price {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin: 4px 0 -14px 0;
    padding: 7px 20px 7px 20px;
    background-color: #4184dd;
    color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.in-monee-custom2 .uk-card .uk-card-body .in-monee-price span.uk-label {
    font-size: 11px;
    margin: -2px 0 0 5px;
    padding: 3px 9px 1px 8px;
    border-radius: 6px;
}

.in-monee-custom2 .uk-card .uk-card-body .in-monee-price span.uk-label-success {
    background-color: #2ecc71;
}

.in-monee-custom2 .uk-card .uk-card-body .in-monee-price span.uk-label-danger {
    background-color: #e84118;
}

.in-monee-custom2 .uk-card .uk-card-body .in-monee-price span.uk-icon {
    position: relative;
    top: -1px;
}

.in-monee-price.alt {
    margin-top: -20px;
    padding-bottom: 20px;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #575757;
    border-bottom: 2px solid #f1f1f1;
}

.in-monee-price.alt span.uk-label {
    font-size: 11px;
    margin: -2px 0 0 5px;
    padding: 3px 9px 1px 8px;
    border-radius: 6px;
}

.in-monee-price.alt span.uk-label-success {
    background-color: #2ecc71;
}

.in-monee-price.alt span.uk-label-danger {
    background-color: #e84118;
}

.in-monee-price.alt span.uk-icon {
    position: relative;
    top: -1px;
}

.in-fee-wrapper h1 {
    position: relative;
    top: -45px;
    margin-bottom: -15px;
}

.in-fee-wrapper span.in-currency {
    font-size: 36px;
}

.in-fee-wrapper span.in-fee {
    font-size: 92px;
    position: relative;
    top: 38px;
}

.in-fee-wrapper span.uk-label {
    font-size: 11px;
    text-transform: uppercase;
}

.in-margin-top-offset {
    margin-top: -50px;
}

.in-stock-info h5 {
    color: #37474F;
    border-top: 1px solid #e6e6e6;
    padding-top: 5px;
}

.in-stock-info h5 span {
    margin-left: 12px;
    padding-left: 12px;
    font-weight: 300;
    border-left: 2px solid #e6e6e6;
}

.in-stock-info p {
    font-size: 20px;
    color: #37474F;
}

.in-stock-info span.uk-label {
    font-family: "Work Sans", sans-serif;
    font-size: 11px;
    padding: 3px 9px 1px 8px;
    border-radius: 6px;
}

.in-stock-info span.uk-icon {
    position: relative;
    top: -1px;
}

.in-table-front th {
    font-size: 14px;
    background-color: #4184dd;
    color: #fff;
}

.in-table-front th:first-child {
    border-top-left-radius: 6px;
}

.in-table-front th:last-child {
    border-top-right-radius: 6px;
}

.in-table-front td {
    font-size: 15.5px;
}

.in-deposit-list {
    margin-bottom: -10px;
}

.in-deposit-list hr {
    border-width: 1px;
    border-color: #e3e3e3;
}

.in-deposit-list .in-paypal,
.in-deposit-list .in-neteller {
    margin-top: 6px;
}

.in-reuters-logo {
    float: right;
    margin-top: -5px;
}

/* [ 1.4. blog ] */
p.uk-article-meta {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin: 10px 0 0px 0;
}

.in-blog p.uk-article-meta span.uk-label {
    background-color: #4184dd;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    top: -1px;
    margin-right: 10px;
    padding: 1px 10px;
}

.in-blog img {
    border-radius: 5px;
}

.in-blog .uk-icon-button {
    background-color: #37474f;
    color: white;
}

.in-blog .uk-icon-button.twitter {
    background-color: #5fa8dc;
    color: white;
}

.in-blog .uk-icon-button.facebook {
    background-color: #3a5a98;
    color: white;
}

.in-blog .uk-icon-button.linkedin {
    background-color: #0078b5;
    color: white;
}

.in-blog .uk-button-text span {
    position: relative;
    top: -1px;
}

.in-quote-post {
    background-color: #84817a;
    border-radius: 5px;
}

.in-quote-post blockquote h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    color: #fff;
    margin-top: -5px;
}

.in-quote-post blockquote footer cite {
    font-size: 15px;
    color: #b5b5b5;
}

.in-quote-post blockquote footer::before {
    color: #b5b5b5;
}

.in-link-post.uk-background-primary {
    background: #ffeaa7 url("data:image/svg+xml;charset=UTF-8,%3Csvg%20fill%3D%22%23ffd792%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M326.612%20185.391c59.747%2059.809%2058.927%20155.698.36%20214.59-.11.12-.24.25-.36.37l-67.2%2067.2c-59.27%2059.27-155.699%2059.262-214.96%200-59.27-59.26-59.27-155.7%200-214.96l37.106-37.106c9.84-9.84%2026.786-3.3%2027.294%2010.606.648%2017.722%203.826%2035.527%209.69%2052.721%201.986%205.822.567%2012.262-3.783%2016.612l-13.087%2013.087c-28.026%2028.026-28.905%2073.66-1.155%20101.96%2028.024%2028.579%2074.086%2028.749%20102.325.51l67.2-67.19c28.191-28.191%2028.073-73.757%200-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037%2016.037%200%200%201-6.947-12.606c-.396-10.567%203.348-21.456%2011.698-29.806l21.054-21.055c5.521-5.521%2014.182-6.199%2020.584-1.731a152.482%20152.482%200%200%201%2020.522%2017.197zM467.547%2044.449c-59.261-59.262-155.69-59.27-214.96%200l-67.2%2067.2c-.12.12-.25.25-.36.37-58.566%2058.892-59.387%20154.781.36%20214.59a152.454%20152.454%200%200%200%2020.521%2017.196c6.402%204.468%2015.064%203.789%2020.584-1.731l21.054-21.055c8.35-8.35%2012.094-19.239%2011.698-29.806a16.037%2016.037%200%200%200-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639%200-101.83l67.2-67.19c28.239-28.239%2074.3-28.069%20102.325.51%2027.75%2028.3%2026.872%2073.934-1.155%20101.96l-13.087%2013.087c-4.35%204.35-5.769%2010.79-3.783%2016.612%205.864%2017.194%209.042%2034.999%209.69%2052.721.509%2013.906%2017.454%2020.446%2027.294%2010.606l37.106-37.106c59.271-59.259%2059.271-155.699.001-214.959z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
    background-position: bottom right;
    background-size: 7%;
    border-radius: 5px;
}

.in-link-post h3 a {
    margin-bottom: 0px;
    color: rgba(0, 0, 0, 0.4);
}

.in-link-post h3 a:hover {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.in-link-post .uk-text-truncate {
    margin-bottom: 0px;
    color: rgba(0, 0, 0, 0.4);
}

.in-blog-sidebar .uk-card-body {
    padding: 26px 26px;
}

.in-blog-sidebar .uk-search-default .uk-search-input {
    height: 46px;
    padding-left: 20px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}

.in-blog-sidebar .uk-search-default .uk-search-icon-flip {
    padding-right: 10px;
}

/* [ 1.5. footer ] */
footer hr {
    border-width: 2px;
}

footer .in-footer-info {
    margin: 9px 0;
}

footer .in-footer-info .uk-subnav li {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    color: #012c6d;
    float: left;
}

footer .in-footer-info .uk-subnav li span {
    font-size: 16px;
    float: left;
}

footer .in-footer-info .uk-subnav li span.uk-icon {
    margin: 5px 9px 0 0;
    color: #012c6d;
}

footer .in-footer-socials {
    margin-top: 5px;
}

footer .in-footer-socials span {
    margin: 4px 30px 0 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
}

footer .in-footer-socials .uk-icon-button {
    border-radius: 6px;
    background-color: #012c6d;
    color: #fff;
    margin-right: 17px;
}

footer .in-footer-socials .uk-icon-button:last-child {
    margin-right: 0px;
}

footer .uk-list {
    font-size: 14px;
    line-height: 18px;
}

footer .uk-list.uk-link-text a:hover {
    color: #4184dd;
    text-decoration: none;
}

footer .in-footer-address p {
    margin-top: -5px;
    font-size: 14px;
    line-height: 28px;
}

footer .in-footer-copyright {
    color: #a2a2a2;
}

footer .uk-card-small .uk-card-body {
    padding-top: 15px;
    padding-bottom: 15px;
}

footer .in-footer-disclaimer {
    margin-top: 12px;
    font-size: 12px;
    line-height: 22px;
    color: #b0afaf;
}

/* [ 2.1. slideshow ] */
.in-slide-container .in-slideshow .uk-light h1 {
    font-size: 48px;
    margin-bottom: 30px;
}

.in-slide-container .in-slideshow .uk-light h3 {
    font-size: 32px;
    margin-bottom: -48px;
}

.in-slide-container .in-slideshow .uk-position-center-left {
    margin: -14px 0 0 60px;
}

.in-slide-container .uk-slideshow-items {
    border-radius: 10px;
    background: #053990;
}

.in-slide-container .uk-slidenav-container {
    margin: 0 40px 8px 0;
    position: relative;
    top: -50px;
}

/* [ 2.2. breadcrumb ] */
.in-breadcrumb .uk-breadcrumb li {
    color: #4184dd;
}

/* [ 2.3. icon wrapper ] */
.in-icon-wrapper {
    font-family: "Work Sans", sans-serif;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    margin-top: -3px;
    color: #5c5c5c;
}

.in-icon-wrapper.circle {
    border-radius: 500px;
    background: #f0f0f0;
}

.in-icon-wrapper.small {
    width: 38px;
    height: 38px;
}

.in-icon-wrapper.medium {
    width: 84px;
    height: 84px;
}

.in-icon-wrapper.large {
    width: 128px;
    height: 128px;
}

.in-icon-wrapper.blue {
    background-color: #4184dd;
    color: #fff;
}

.in-icon-wrapper.btn-mix {
    margin-right: -60px;
    transform: rotate(8deg);
}

.in-icon-wrapper.btn-mix+.uk-float-left a.uk-button {
    padding-left: 25px;
    padding-right: 22px;
}

/* [ 2.4. client logo ] */
.in-client-logo.uk-card {
    padding: 10px;
    box-shadow: inset 0px 0px 0px 2px #e5e5e5;
    border-radius: 5px;
}

/* [ 2.5. colored card ] */
.in-colored-card .uk-card {
    border: none;
    box-shadow: none;
}

.in-colored-card .uk-card .uk-card-body {
    padding: 25px 25px;
}

.in-colored-card .uk-card .uk-card-body .uk-position-bottom-right {
    margin-right: 25px;
    margin-bottom: 25px;
}

.in-colored-card .in-icon-wrapper {
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.4);
}

.in-colored-card a:hover {
    text-decoration: none;
}

.in-colored-card a span.uk-icon {
    color: white;
}

.in-colored-card h4 {
    color: white;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.in-colored-card p {
    color: white;
}

.in-colored-card p.uk-text-small {
    font-size: 14px;
}

.in-colored-card.orange .uk-card {
    background-color: #e47d2e;
}

.in-colored-card.orange .in-icon-wrapper {
    background-color: #fdcb6e;
}

.in-colored-card.green .uk-card {
    background-color: #27bc9c;
}

.in-colored-card.green .in-icon-wrapper {
    background-color: #06caa4;
}

.in-colored-card.navy .uk-card {
    background-color: #35495d;
}

.in-colored-card.navy .in-icon-wrapper {
    background-color: #e88067;
}

.in-colored-card.blue .uk-card {
    background-color: #053990;
}

.in-colored-card.blue .in-icon-wrapper {
    background-color: #00cec9;
}

.in-colored-card.purple .uk-card {
    background-color: #9a5ab4;
}

.in-colored-card.purple .in-icon-wrapper {
    background-color: #9184f4;
}

.in-colored-card.grey .uk-card {
    background-color: #BCBCBC;
}

.in-colored-card.grey .in-icon-wrapper {
    background-color: #b2bec3;
}

/* [ 2.6. customer card ] */
.in-customer-card {
    background-color: #f8f8f8;
    border-radius: 4px;
}

.in-customer-card .uk-card-header {
    padding: 30px;
}

.in-customer-card .uk-card-footer {
    padding: 30px;
}

.in-customer-card .uk-card-body {
    padding: 20px 30px;
}

.in-customer-card img {
    margin: 0px;
}

.in-customer-card blockquote {
    font-size: 18px;
    line-height: 28px;
    color: #8f8f8f;
}

.in-customer-card footer span {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #4f4f4f;
    letter-spacing: 0px;
}

.in-customer-card footer {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 24px;
}

.in-customer-card cite {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #bebebe;
}

.in-customer-card.uk-background-contain {
    background-size: 55% auto;
}

/* [ 2.7. roadmap ] */
.in-roadmap hr {
    margin-bottom: 0px;
}

.in-roadmap .uk-card-default {
    border: 2px solid #dbdbdb;
    border-radius: 6px;
    box-shadow: none;
}

.in-roadmap .uk-label {
    position: relative;
    top: 2px;
    left: 10px;
}

.in-roadmap-branch .in-icon-wrapper {
    position: relative;
    top: 20px;
    left: 38px;
}

.in-roadmap-branch .in-roadmap-title {
    height: 98px;
    border-left: 2px solid #dbdbdb;
    margin-left: 5px;
    padding-left: 40px;
}

.in-roadmap-branch .in-roadmap-title span.uk-label {
    margin-top: -4px;
}

/* [ 2.8. widget ] */
.in-widget-category li a span {
    position: relative;
    top: 5px;
}

.in-widget-popular.uk-list-divider>li:nth-child(n+2) {
    margin-top: 18px;
    padding-top: 18px;
}

.in-widget-popular li img {
    width: 77px;
    height: 77px;
}

.in-widget-popular li a {
    position: relative;
    top: -7px;
}

.in-widget-popular li span {
    font-weight: 800;
    font-size: 12px;
    width: 100%;
    margin: 1px 0 -10px 0;
    float: left;
}

.in-widget-popular li a span {
    color: #4184dd;
}

.in-widget-archive li a span.uk-label {
    font-size: 11px;
    background: #bababa;
    text-transform: uppercase;
    padding: 1px 6px 0px 6px;
    position: relative;
    top: 6px;
}

.in-widget-archive li a:hover span.uk-label {
    background-color: #4184dd;
}

.in-widget-tag a.uk-label {
    margin-right: 5px;
}

.in-widget-category li a,
.in-widget-popular li a,
.in-widget-archive li a {
    color: #b4b4b4;
}

.in-widget-category li a:hover,
.in-widget-popular li a:hover,
.in-widget-archive li a:hover {
    color: #4184dd;
    text-decoration: none;
}

/* [ 2.9. plyr.io ] */
.in-video-wrapper .plyr,
.in-audio-wrapper .plyr {
    border-radius: 5px;
}

.in-audio-wrapper>.plyr--audio .plyr__controls {
    background-color: #2d3436;
}

.in-audio-wrapper .plyr__controls__item:first-child,
.in-audio-wrapper .plyr__controls__item.plyr__time,
.in-audio-wrapper .plyr button {
    color: rgba(255, 255, 255, 0.65);
}

.in-audio-wrapper .plyr__menu__container .plyr__control {
    color: #4a5764;
}

.in-audio-wrapper .plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(193, 201, 209, 0.26);
}

.in-audio-wrapper .plyr--audio .plyr__progress__buffer {
    color: rgba(193, 201, 209, 0.46);
}

/* [ 2.10. pricing ] */
.in-pricing .uk-card {
    overflow: hidden;
    border-radius: 12px;
    color: #8f8f8f;
    border: 2px solid #f1f1f1;
    transition: all ease 600ms;
}

.in-pricing .uk-card.uk-card-secondary {
    background-color: #ffffff;
}

.in-pricing .uk-card.uk-card-secondary:hover {
    background-color: #fbfbfb;
    border-color: #dfe6e9;
}

.in-pricing .uk-card-header {
    text-align: center;
}

.in-pricing .uk-card-header h3 {
    margin: 12px 0 -20px 0;
}

.in-pricing .uk-card-header .uk-label {
    background-color: #d8d8d8;
    color: #747474;
    margin-bottom: 22px;
}

.in-pricing .uk-card-header h4 span.in-pricing-currency {
    font-size: 18px;
}

.in-pricing .uk-card-header h4 span.in-pricing-currency {
    position: relative;
    top: -20px;
}

.in-pricing.in-pricing-highlight .uk-card-header {
    border-top: 4px solid #4184dd;
}

.in-pricing.in-pricing-highlight .uk-card-header .uk-label {
    background-color: #4184dd;
    color: #333;
}

.in-pricing .uk-card-default {
    padding: 2px 23px 6px 23px;
    border: 1px solid #4184dd;
    border-radius: 25px;
}

.in-pricing .uk-card-body .uk-list {
    font-family: "Work Sans", sans-serif;
    font-size: 17px;
    margin: 12px 0 52px 0;
}

.in-pricing .uk-card-body .uk-list-bullet>li::before {
    top: 2px;
    background-size: 50%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20fill%3D%22%23666666%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M173.898%20439.404l-166.4-166.4c-9.997-9.997-9.997-26.206%200-36.204l36.203-36.204c9.997-9.998%2026.207-9.998%2036.204%200L192%20312.69%20432.095%2072.596c9.997-9.997%2026.207-9.997%2036.204%200l36.203%2036.204c9.997%209.997%209.997%2026.206%200%2036.204l-294.4%20294.401c-9.998%209.997-26.207%209.997-36.204-.001z%22%2F%3E%3C%2Fsvg%3E");
}

.in-pricing .uk-card-body a.uk-button {
    position: relative;
    left: 50%;
    margin-right: -50%;
    margin-bottom: -10px;
    transform: translate(-50%, -50%);
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.in-pricing .uk-card-body a.uk-button span {
    font-weight: 300;
    font-size: 12px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.8);
}

.in-pricing .uk-card-body a.uk-button span::before {
    content: "\A";
    white-space: pre;
}

.in-pricing .uk-button-default {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    text-transform: initial;
    background-color: #ffffff;
    border-width: 2px;
    border-color: #f1f1f1;
    border-radius: 25px;
    position: relative;
    top: -143px;
    margin-bottom: -100px;
}

/* [ 2.11. to top ] */
.in-totop {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 43px;
    background: #052d6c;
    border-radius: 8px;
    position: relative;
    top: -15px;
    right: 40px;
    margin-bottom: -60px;
}

a.in-totop {
    color: #fff;
}

a:hover.in-totop {
    color: #fff;
}

/* [ 2.12. blockquote ] */
.in-blockquote {
    border-left: 2px solid #dbdbdb;
    margin: 30px 0 30px 45px;
    padding-left: 40px;
}

/* [ 3.1. image shadow ] */
.in-img-shadow {
    box-shadow: 20px 20px 0px 0px #4184dd;
}

/* [ 3.2. accordion remove border ] */
.uk-open>.uk-accordion-title {
    border-bottom: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* [ 3.3. tablet portrait and lower ] */
@media (max-width: 960px) {
    .in-sticky .in-mobile-nav a {
        margin: 10px 0px 0px 0px;
    }

    .in-sticky .in-header-logo {
        margin: 10px 0 0 0px;
    }

    .in-mobile-nav a {
        margin: 25px 15px 25px 0;
    }

    .in-mobile-nav a,
    .uk-close-large {
        border: 1px solid #dadada;
        border-radius: 5px;
        padding: 1px 14px;
    }

    .uk-close-large {
        top: 20px;
        right: 20px;
        padding: 10px 16px;
    }

    .uk-modal-dialog .uk-nav-sub [data-svg^='fa-'] {
        margin: -2px 0 0 7px;
    }

    .uk-modal-dialog ul.uk-nav-primary {
        border-bottom: 1px solid #dadada;
        margin-bottom: 35px;
        padding-bottom: 23px;
    }

    .in-breadcrumb h2 {
        margin-top: 0px;
    }

    .in-icon-wrapper.btn-mix {
        margin-right: -50px;
    }

    .in-custom-card .uk-card:last-child {
        border-right: none;
    }

    .in-roadmap>.uk-child-width-1-1>div {
        margin-top: 0px;
    }

    .in-blog .uk-margin-large-left {
        margin-left: 0px !important;
    }

    .in-blockquote {
        margin: 30px 0 20px 30px;
        padding-left: 30px;
    }

    .uk-comment-list .uk-comment~ul {
        padding-left: 0px;
    }

    .in-slide-container .in-slideshow .uk-position-center-left {
        margin: -8px 0 0 40px;
    }

    .in-img-shadow {
        width: 94%;
        box-shadow: 20px 20px 0px 0px #4184dd;
    }

    .in-monee-custom1 .uk-card:nth-child(n+1) {
        border-right: 0px;
    }

    .in-monee-custom1 .uk-card:last-child {
        border-bottom: 0px;
    }

    .in-monee-custom2 .uk-card .uk-card-body div.uk-grid-collapse>div:nth-child(n+1) {
        border-right: 0px;
        border-bottom: 2px solid #4184dd;
    }

    .in-monee-custom2 .uk-card .uk-card-body div.uk-grid-collapse>div:nth-child(n+4) {
        border-bottom: 0px;
    }

    .in-monee-price.alt {
        margin-top: 0px;
    }

    .in-table-front th:nth-child(3) {
        border-top-right-radius: 6px;
    }

    .in-deposit-list {
        margin-bottom: 0px;
    }

    .uk-flex.in-footer-socials {
        margin: -20px 0 18px 0;
    }

    .in-footer-copyright .uk-flex {
        margin: -10px 0 5px 0;
    }

    /* helper */
    .in-margin-negative-top\@s {
        margin-top: -30px !important;
    }

    .in-margin-remove-top\@s {
        margin-top: 0px !important;
    }

    .in-margin-top\@s {
        margin-top: 30px !important;
    }

    .in-margin-small-top\@s {
        margin-top: 10px !important;
    }

    .in-margin-medium-top\@s {
        margin-top: 20px !important;
    }

    .in-margin-large-top\@s {
        margin-top: 60px !important;
    }

    .in-margin-negative-bottom\@s {
        margin-bottom: -30px !important;
    }

    .in-margin-remove-bottom\@s {
        margin-bottom: 0px !important;
    }

    .in-margin-bottom\@s {
        margin-bottom: 30px !important;
    }

    .in-margin-small-bottom\@s {
        margin-bottom: 10px !important;
    }

    .in-margin-medium-bottom\@s {
        margin-bottom: 20px !important;
    }

    .in-margin-large-bottom\@s {
        margin-bottom: 60px !important;
    }

    .in-margin-remove-left\@s {
        margin-left: 0px !important;
    }

    .in-margin-remove-right\@s {
        margin-right: 0px !important;
    }
}

@media (min-width: 640px) and (max-width: 960px) {
    header .in-header-subnav {
        margin-left: 0%;
    }

    .in-monee-custom1 .uk-card:nth-child(1),
    .in-monee-custom1 .uk-card:nth-child(3) {
        border-right: 2px solid #f1f1f1;
    }

    .in-monee-custom1 .uk-card:nth-child(3) {
        border-bottom: 0px;
    }

    .in-monee-custom2 .uk-card .uk-card-body div.uk-grid-collapse>div:nth-child(1),
    .in-monee-custom2 .uk-card .uk-card-body div.uk-grid-collapse>div:nth-child(3) {
        border-right: 2px solid #4184dd;
    }

    .in-monee-custom2 .uk-card .uk-card-body div.uk-grid-collapse>div:nth-child(3) {
        border-bottom: 0px;
    }

    .in-table-front th:nth-child(3) {
        border-top-right-radius: 0px;
    }
}
