@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');

body {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    color: #231f20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
}

p {
    color: #231f20;
}

img {
    max-width: 100%;
}

.miwlo-shrink {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.miwlo-btn-pill,
.miwlo-btn-border {
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    width: max-content;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-btn-pill {
    background-color: #6513e1;
    color: #FFF;
    border: 2px solid transparent;
}

.miwlo-btn-pill span,
.miwlo-btn-border span {
    display: block;
    color: #898989;
    font-size: 14px;
    line-height: 1;
}

.miwlo-header-area-mobile .miwlo-btn-pill span,
.miwlo-header-area-mobile .miwlo-btn-border span {
    color: #FFF;
    font-size: 18px;
}

.miwlo-btn-pill:hover span {
    color: #6513e1 !important;
}

.miwlo-btn-pill .icon,
.miwlo-btn-border .icon {
    font-size: 30px;
    margin-right: 13px;
}

.miwlo-btn-pill:hover {
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #6513e1;
    color: #6513e1;
}

.miwlo-btn-border {
    border: 2px solid #6513e1;
    color: #6513e1;
}

.miwlo-btn-border:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #6513e1;
    border: 2px solid transparent;
}

.miwlo-btn-pill.radius,
.miwlo-btn-border.radius {
    border-radius: 50px;
}

.miwlo-btn-pill.primary,
.miwlo-btn-border.primary {
    border-radius: 10px;
}

.miwlo-btn-pill.btn-orange {
    background-color: #f55959;
}

.miwlo-btn-pill.btn-orange:hover {
    border: 2px solid #f55959;
    background-color: transparent;
    color: #f55959;
}

.miwlo-btn-pill.btn-orange:hover span {
    color: #f55959;
}

.miwlo-btn-border.btn-orange {
    border: 2px solid #f55959;
    color: #f55959;
}

.miwlo-btn-border.btn-orange:hover {
    background-color: #f55959;
    border: 2px solid transparent;
}

.miwlo-btn-border.btn-black {
    border: 2px solid #231f20;
    color: #231f20;
}

.miwlo-btn-border.btn-black:hover {
    background-color: #231f20;
    color: #FFF;
    border: 2px solid transparent;
}

.miwlo-btn-pill.btn-black {
    background-color: #231f20;
}

.miwlo-btn-pill.btn-black:hover {
    border: 2px solid #231f20;
    background-color: transparent;
    color: #231f20;
}

.miwlo-btn-pill.btn-black:hover span {
    color: #231f20;
}

.section-heading {
    font-weight: 600;
}

.section-subheading {
    color: #797979;
}

.section-subheading-orange {
    color: #f55959;
}

.section-subheading,
.section-subheading-orange {
    font-family: 'Quicksand', sans-serif;
    line-height: 1;
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header-area-desktop {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 100px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.navbar-brand img {
    width: 70px;
}

.miwlo-white-bg {
    background-color: #fff;
}

.header-area-desktop.fixed {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
}

.miwlo-initial-navbar {
    padding: 0;
}

.miwlo-initial-navbar ul.navbar-nav>li>a {
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 100px;
    color: #231f20;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-initial-navbar ul.navbar-nav>li:not(:last-child) {
    margin-right: 30px;
}

.miwlo-white-menu .miwlo-initial-navbar .navbar-collapse>ul.navbar-nav>li>a,
.miwlo-white-menu .miwlo-initial-navbar .navbar-collapse>ul.navbar-nav>li>a:hover {
    color: #fff;
}

.miwlo-white-menu.fixed .miwlo-initial-navbar ul.navbar-nav li a,
.miwlo-white-menu.fixed .miwlo-initial-navbar ul.navbar-nav li a:hover {
    color: #231f20;
}

.fixed .miwlo-initial-navbar>ul.navbar-nav>li a {
    line-height: 80px;
    height: 80px;
}

.mega-menu-wrap a p {
    position: relative;
    display: block;
    width: max-content;
    margin: auto;
}

.miwlo-dropdown-menu li a {
    position: relative;
}

.miwlo-initial-navbar .collapse>ul.navbar-nav>li>a:before,
.mega-menu-wrap a p:before,
.miwlo-dropdown-menu li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-top-width: .13em;
    border-top-style: solid;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.25s cubic-bezier(0.86, .2, 0.17, 1);
}

.miwlo-header-blue .miwlo-initial-navbar .collapse>ul.navbar-nav>li>a:before,
.miwlo-header-blue .mega-menu-wrap a p:before {
    border-color: #6513e1;
}

.miwlo-header-orange .miwlo-initial-navbar .collapse>ul.navbar-nav>li>a:before,
.miwlo-header-orange .mega-menu-wrap a p:before {
    border-color: #f55959;
}

.miwlo-header-blue .miwlo-initial-navbar .collapse>ul.navbar-nav>li>a.active,
.miwlo-header-blue .miwlo-initial-navbar .collapse>ul.navbar-nav>li>a:hover {
    color: #6513e1;
}

.miwlo-header-orange .miwlo-initial-navbar .collapse>ul.navbar-nav>li>a.active,
.miwlo-header-orange .miwlo-initial-navbar .collapse>ul.navbar-nav>li>a:hover {
    color: #f55959;
}

.miwlo-initial-navbar ul.navbar-nav li a:hover:before,
.miwlo-initial-navbar ul.navbar-nav li a.active:before,
.mega-menu-wrap a:hover p:before {
    transform: scaleX(1);
    transform-origin: left center;
}

/* Dropdown menu css */

.miwlo-initial-navbar ul li ul.sub-menu {
    position: absolute;
    background-color: #fff;
    width: 250px;
    z-index: 9;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}

.miwlo-initial-navbar ul li:hover>ul.sub-menu {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}

.miwlo-initial-navbar ul li ul.sub-menu li:first-child a {
    padding-top: 24px;
}

.miwlo-initial-navbar ul li ul.sub-menu li:last-child a {
    padding-bottom: 24px;
}

.miwlo-initial-navbar ul li ul.sub-menu li a {
    color: #01024e;
    line-height: 1;
    padding: 0;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    padding: 15px 20px;
    position: relative;
    margin-right: 0;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-initial-navbar ul li ul.sub-menu li:hover a {
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 30, 0.06);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

li.mega-drop-down {
    position: static;
}

.miwlo-dropdown {
    position: relative;
}

.mega-menu,
.miwlo-dropdown-menu {
    right: 0;
    padding-top: 0;
    position: absolute;
    background-color: #FFF;
    visibility: hidden;
    opacity: 0;
    display: block;
    top: 100%;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
}

.mega-menu {
    left: 0;
}

.miwlo-dropdown-menu {
    width: max-content;
    left: -50px;
}

.miwlo-dropdown-menu {
    margin: 0;
    padding: 30px;
    list-style: none;
}

.miwlo-dropdown-menu li:not(:last-child) {
    padding-bottom: 10px;
}

.miwlo-dropdown-menu li a {
    text-decoration: none;
}

.miwlo-dropdown-menu li a:hover {
    color: #231f20;
}

.mega-drop-down:hover .mega-menu,
.miwlo-dropdown:hover .miwlo-dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mega-menu-wrap {
    padding: 30px;
}

.mega-menu-wrap a,
.mega-menu-wrap a:hover {
    text-decoration: none;
}

.mega-menu-wrap a:hover>img {
    opacity: .5;
}

.mega-menu-wrap a img {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid #efefef;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.mega-menu-wrap a p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

.mega-menu-wrap .col-md-3:not(:nth-of-type(-n+4)) {
    margin-top: 30px;
}

.button-wrapper {
    list-style: none;
}


/*
03. Miwlo App Landing
==========================================================
*/

.miwlo-app-landing-banner-wrap {
    position: relative;
    background-color: #FBEFE7;
}

.app-landing-top-shape .small-dot-wrapper,
.app-landing-top-shape .app-circle-shape,
.app-landing-top-shape .circle-dot-left,
.app-landing-top-shape .circle-dot-right,
.app-landing-bottom-shape .app-line-dot-small-bottom,
.app-landing-bottom-shape .circle-dot-bottom-left {
    position: absolute;
}

.app-landing-top-shape .app-circle-shape {
    top: -45px;
    -webkit-animation: spin 3s ease-in infinite;
    -moz-animation: spin 3s ease-in infinite;
    animation: spin 3s ease-in infinite;
}

.app-landing-top-shape .small-dot-wrapper {
    top: 130px;
    left: 30px;
}

.app-landing-bottom-shape .app-line-dot-small-bottom {
    bottom: 100px;
    left: 48%;
}

.app-landing-bottom-shape .circle-dot-bottom-left {
    left: 50px;
    bottom: 150px;
}

.miwlo-app-landing-banner-text h2 {
    font-family: 'Lora', serif;
    font-weight: 400;
}

.miwlo-app-landing-banner-text a {
    margin-top: 20px;
    margin-right: 15px;
}

.miwlo-app-landing-banner-right {
    position: relative;
}

.miwlo-app-landing-banner-image,
.miwlo-app-landing-banner-image .mobile {
    position: relative;
    z-index: 1;
    ;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.miwlo-app-landing-banner-image .mobile {
    width: 65%;
    display: block;
    margin: auto;
}


.app-landing-moible-bg {
    opacity: .7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.miwlo-why-choose-wrap {
    position: relative;
}

.miwlo-why-choose-left-shape,
.miwlo-why-choose-right-shape {
    position: absolute;
}

.miwlo-why-choose-left-shape {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.miwlo-why-choose-right-shape {
    right: 0;
    top: 0;
    z-index: -1;
}

.why-choice-options {
    background-color: #FFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 4%);
    padding: 50px 40px;
    border-radius: 20px;
}

.why-choice-options h2 {
    font-size: 60px;
    margin-bottom: 10px;
}

.why-choice-options h2+p {
    opacity: .8;
}

.why-choice-options p {
    margin-bottom: 0;
}

.why-choice-options-img-wrap {
    position: relative;
    padding-bottom: 30px;
}

.why-choice-options-img-wrap:before {
    position: absolute;
    content: '';
}

.why-choice-options a {
    margin-top: 10px;
}

.why-choice-options.option-two .miwlo-btn-pill {
    border-color: #f55959;
    background-color: #f55959;
    color: #FFF;
}

.why-choice-options.option-two .miwlo-btn-pill:hover {
    background-color: #FFF;
    color: #f55959;
}

.why-choice-options.option-three .miwlo-btn-pill {
    border-color: #49beb7;
    background-color: #49beb7;
    color: #FFF;
}

.why-choice-options.option-three .miwlo-btn-pill:hover {
    background-color: #FFF;
    color: #49beb7;
}

.miwlo-features-wrap {
    position: relative;
}

.miwlo-feature-img-wrapper {
    position: relative;
}

.miwlo-feature-img {
    position: relative;
    z-index: 1;
}

.miwlo-features-text-wrapper h3 {
    font-family: 'Lora', serif;
    font-weight: 400;
}

.miwlo-feature-img img,
.miwlo-feature-small-img-top img,
.miwlo-feature-small-img-bottom img {
    border-radius: 5px;
}

.feature-one.feature-v2 .miwlo-feature-img-shape {
    left: 60px;
}

.miwlo-feature-small-img-top,
.miwlo-feature-small-img-bottom {
    position: absolute !important;
    z-index: 1;
}

.miwlo-feature-small-img-top {
    right: -70px;
    top: -40px;
}

.miwlo-feature-small-img-bottom {
    left: -70px;
    bottom: -20px;
}

.miwlo-feature-img-shape {
    position: absolute;
    top: -50px;
    right: 40px;
}

.miwlo-features-text-wrapper ul {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}

.miwlo-features-text-wrapper ul li {
    position: relative;
    padding-left: 45px;
}

.miwlo-features-text-wrapper ul li:nth-child(odd):before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    top: 3px;
    left: 0;
    background-image: url('../images/shape/list-bullet-01.png');
}

.miwlo-features-text-wrapper ul li:nth-child(even):before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    top: 3px;
    left: 0;
    background-image: url('../images/shape/list-bullet-02.png');
}

.miwlo-features-text-wrapper a {
    margin-top: 20px;
}

.feature-circle-dot-left,
.feature-circle-dot-bottom-left,
.feature-triangle-shape {
    position: absolute;
}

.feature-one .feature-circle-dot-left {
    top: 0;
    left: 200px;
}

.feature-one .feature-circle-dot-bottom-left {
    bottom: -100px;
    left: 250px;
}

.feature-one .feature-triangle-shape {
    right: 0;
    bottom: -100px;
}

.feature-two .feature-circle-dot-left {
    top: 0;
    right: 200px;
}

.feature-two .feature-circle-dot-bottom-left {
    bottom: 0px;
    right: 250px;
}

.feature-two .feature-triangle-shape {
    left: 0;
    bottom: -100px;
}

.mt-img-wrapper {
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}

.mt-img-wrapper img {
    width: 80px;
    border-radius: 5px;
}

.mt-img-wrapper:after {
    position: absolute;
    content: '';
    width: 87px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    top: -30px;
    left: 15px;
    background-image: url(../images/icons/icon-bg-01.png);
    z-index: -1;
}

.mt-qualification {
    color: #77797c;
}

.miwlo-footer-wrap {
    padding: 150px 0 145px;
    position: relative;
}

.footer-triangle-shape-top {
    position: absolute !important;
    left: 60%;
    top: 60px;
}

.footer-triangle-shape-bottom {
    position: absolute !important;
    bottom: 150px;
    left: 32%;
}

.miwlo-footer-logo {
    width: 70px;
    margin-bottom: 20px;
}

.miwlo-footer-text {
    position: relative;
    z-index: 1;
}

.miwlo-footer-text h3 {
    margin-top: 0;
}

.miwlo-footer-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.miwlo-footer-text ul li {
    margin-bottom: 5px;
}

.miwlo-footer-text p a,
.miwlo-footer-text ul li a {
    text-decoration: none;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.app-circle-shape-footer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.miwlo-saas-landing-banner-wrap {
    position: relative;
}

.miwlo-saas-landing-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.miwlo-saas-landing-banner-bg img {
    width: 100%;
}

.miwlo-saas-landing-banner-wrap h3 {
    margin-top: 0;
    font-weight: 400;
    font-family: 'Lora', serif;
}

.miwlo-saas-landing-banner-text p {
    margin-bottom: 40px;
}

.miwlo-saas-landing-banner-image {
    position: relative;
    z-index: 1;
}

.miwlo-saas-landing-banner-image .saas-banner-img {
    border-radius: 5px;
    box-shadow: 0 0 40px 0 rgb(255 230 231 / 30%);
}

.saas-landing-top-shape .circle-dot-left,
.saas-landing-top-shape .circle-dot-right,
.saas-landing-bottom-shape .circle-dot-bottom-right,
.saas-landing-middle-shape .triangle-shape-left,
.saas-landing-middle-shape .triangle-shape-right,
.miwlo-saas-banner-img-left-shape,
.miwlo-saas-banner-img-right-shape {
    position: absolute !important;
}

.saas-landing-bottom-shape .circle-dot-bottom-right {
    top: 72vh;
    right: 240px;
}

.miwlo-saas-banner-img-right-shape {
    z-index: -1;
}

.miwlo-why-choose-v2 .why-choice-options {
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 10px 22px 2px rgb(244, 244, 244);
    overflow: hidden;
}

.miwlo-why-choose-v2 .miwlo-why-choose-bottom-shape {
    position: absolute;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-why-choose-v2 .miwlo-why-choose-bottom-shape {
    right: -25px;
    bottom: -10px;
}

.miwlo-why-choose-v2 .miwlo-why-choose-bottom-shape img {
    max-width: 75%;
}

.miwlo-why-choose-v2 .why-choice-options:hover .miwlo-why-choose-bottom-shape {
    right: -35px;
    bottom: -20px;
}

.miwlo-why-choose-v2 .why-choice-options p {
    margin-bottom: 1rem;
}

.miwlo-why-choose-v2 .miwlo-btn-simple {
    position: relative;
    text-decoration: none;
}

.miwlo-why-choose-v2 .miwlo-btn-simple:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 45%;
    height: 1px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-why-choose-v2 .option-one .miwlo-btn-simple {
    color: #6513e1;
}

.miwlo-why-choose-v2 .option-one .miwlo-btn-simple:before {
    background-color: #6513e1;
}

.miwlo-why-choose-v2 .option-two .miwlo-btn-simple {
    color: #f55959;
}

.miwlo-why-choose-v2 .option-two .miwlo-btn-simple:before {
    background-color: #f55959;
}

.miwlo-why-choose-v2 .option-three .miwlo-btn-simple {
    color: #49beb7;
}

.miwlo-why-choose-v2 .option-three .miwlo-btn-simple:before {
    background-color: #49beb7;
}

.miwlo-why-choose-v2 .miwlo-btn-simple:hover:before {
    width: 100%;
}

.miwlo-free-trial {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 0 100px;
    background-color: #FBEFE7;
}

.miwlo-free-trial-shape {
    position: absolute;
    top: -1px;
    left: -1px;
}

.miwlo-free-trial-text h3 {
    font-family: 'Lora', serif;
    font-weight: 400;
}

.miwlo-free-trial-text a {
    margin-top: 20px;
}

.miwlo-product-landing-banner-wrap {
    position: relative;
    margin-top: 100px;
    padding: 70px 0 75px;
}

.product-landing-top-shape .circle-dot-left,
.product-landing-top-shape .circle-dot-right,
.product-landing-middle-shape .triangle-shape-left,
.product-landing-middle-shape .triangle-shape-right {
    position: absolute !important;
}

.miwlo-product-landing-banner-text {
    position: absolute;
    top: 29%;
    left: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
}

.miwlo-product-landing-banner-text h1 {
    display: none;
    font-size: 150px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -8px;
    background-image: -moz-linear-gradient(120deg, rgb(142, 45, 226) 40%, rgb(74, 0, 224) 70%);
    background-image: -webkit-linear-gradient(120deg, rgb(142, 45, 226) 40%, rgb(74, 0, 224) 70%);
    background-image: -ms-linear-gradient(120deg, rgb(142, 45, 226) 40%, rgb(74, 0, 224) 70%);
}

.miwlo-product-landing-banner-image {
    position: relative;
}

.product-landing-image-bottom-shape {
    position: absolute !important;
    bottom: -50px;
    z-index: -1;
}

.feature-v3 .miwlo-product-landing-feature {
    padding: 70px 110px;
    border-radius: 20px;
    background-image: -moz-linear-gradient(30deg, rgb(142, 45, 226) 40%, rgb(74, 0, 224) 100%);
    background-image: -webkit-linear-gradient(30deg, rgb(142, 45, 226) 40%, rgb(74, 0, 224) 100%);
    background-image: -ms-linear-gradient(30deg, rgb(142, 45, 226) 40%, rgb(74, 0, 224) 100%);
}

.feature-v3 .miwlo-features-text-wrapper h3,
.feature-v3 .miwlo-features-text-wrapper h4,
.feature-v3 .miwlo-features-text-wrapper p {
    color: rgb(255, 255, 255);
}

.miwlo-features-text-wrapper ul p {
    margin-bottom: 0;
}

.feature-v3 .miwlo-feature-img img {
    box-shadow: none;
}

.miwlo-features-text-wrapper .list-plain {
    display: flex;
    flex-wrap: wrap;
}

.miwlo-features-text-wrapper .list-plain li {
    flex-basis: 50%;
    padding-left: 0;
}

.miwlo-features-text-wrapper .list-plain li:before {
    display: none;
}

.miwlo-features-text-wrapper .list-plain h4 {
    margin-bottom: 5px;
}

.miwlo-product-display-wrap {
    position: relative;
    padding-top: 75px;
    padding-bottom: 110px;
}

.product-display-top-shape .circle-dot-left,
.product-display-top-shape .circle-dot-right,
.product-display-middle-shape .triangle-shape-left,
.product-display-middle-shape .triangle-shape-right {
    position: absolute !important;
}

.miwlo-product-demo-images {
    margin-top: 40px;
    position: relative;
}

.miwlo-product-demo-image {
    position: absolute !important;
}

.miwlo-features-text-wrapper ul.list-bullet-white li:before {
    background-image: url(../images/shape/list-bullet-04.png);
}

.miwlo-product-video-intro-wrap {
    position: relative;
    padding: 75px 0;
}

.miwlo-product-video-intro {
    margin-top: 40px;
    position: relative;
}

.product-play-button {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-play-button a {
    display: inline-block;
    border: 1px solid #FFF;
    padding: 24px;
    border-radius: 50px;
    text-align: center;
    width: 80px;
    height: 80px;
}

.miwlo-product-more-detail-info-wrap {
    position: relative;
}

.miwlo-product-more-detail-info ul {
    justify-content: center;
    margin-top: -120px;
}

.miwlo-product-more-detail-info .nav-pills .nav-link.active,
.miwlo-product-more-detail-info .nav-pills .show>.nav-link {
    background-color: transparent;
    border-radius: 0;
}

.miwlo-product-more-detail-info .nav-pills .nav-item {
    padding: 0 15px;
}

.miwlo-product-more-detail-info .nav-pills .nav-link {
    color: rgb(35 31 32 / 60%);
    padding: 0;
    font-size: 16px;
}

.miwlo-product-more-detail-info .nav-pills .nav-link.active {
    color: #231f20;
    border-bottom: 1px solid #231f20;
}

.miwlo-product-more-detail-content p {
    margin-top: 120px;
    margin-bottom: 0;
}

.miwlo-product-more-detail-content img {
    max-width: 40%;
}


/*
06. Miwlo Digital Landing
==========================================================
*/

.miwlo-digital-landing-banner-wrap {
    background-color: #fbefe7;
    padding-top: 75px;
    padding-bottom: 75px;
}

.miwlo-dl-banner-text-shape,
.miwlo-dl-banner-left-shape .circle-dot-left,
.miwlo-dl-banner-left-shape .circle-dot-right,
.miwlo-dl-banner-left-shape .triangle-shape-left,
.miwlo-dl-banner-right-shape .triangle-shape-right {
    position: absolute !important;
    z-index: -1;
}

.miwlo-dl-banner-text-shape {
    top: -80px;
    left: -80px;
}

.miwlo-dl-banner-left-shape .circle-dot-left {
    top: 80px;
    left: -50px;
}

.miwlo-dl-banner-left-shape .circle-dot-right {
    bottom: 0;
    left: 100px;
}

.miwlo-dl-banner-left-shape .triangle-shape-left {
    top: 70%;
    left: -250px;
}

.miwlo-dl-banner-right-shape .triangle-shape-right {
    top: 0;
    right: 0;
}

.miwlo-digital-landing-banner-text {
    position: relative;
    z-index: 2;
}

.miwlo-digital-landing-banner-text h2 {
    font-family: 'Lora', serif;
    font-weight: 400;
}

.miwlo-digital-landing-banner-text a {
    margin-top: 20px;
}

.miwlo-digital-landing-banner-right {
    position: relative;
}

.miwlo-digital-landing-banner-image {
    position: relative;
    z-index: 2;
}

.miwlo-digital-landing-banner-bg {
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 1;
    margin-left: -10px;
}

.miwlo-about-us-wrap {
    padding: 75px 0;
}

.miwlo-about-us-image {
    position: relative;
}

.about-us-image-bottom-shape {
    position: absolute !important;
    z-index: -1;
    bottom: -60px;
    left: -40px;
}

.miwlo-about-us-image img.about-img,
.miwlo-about-us-text-left {
    border-radius: 20px;
}

.miwlo-about-us-text-right p {
    margin-bottom: 0px;
}

.miwlo-about-us-text {
    padding-top: 50px;
}

.miwlo-about-us-text-left h2 {
    margin-top: 0;
}

.miwlo-services-wrap {
    padding-top: 75px;
    padding-bottom: 115px;
}

.miwlo-services-img-wrap,
.miwlo-services-img {
    position: relative;
}

.miwlo-services-img {
    z-index: 2;
}

.miwlo-services-text {
    margin-bottom: 65px;
}

.miwlo-section-orange .miwlo-free-trial {
    color: #FFF;
    background-image: -moz-linear-gradient(30deg, rgb(245, 95, 84) 40%, rgb(242, 146, 29) 100%);
    background-image: -webkit-linear-gradient(30deg, rgb(245, 95, 84) 40%, rgb(242, 146, 29) 100%);
    background-image: -ms-linear-gradient(30deg, rgb(245, 95, 84) 40%, rgb(242, 146, 29) 100%);
}

.miwlo-section-orange p {
    color: #FFF;
}

.miwlo-free-trial-text .list-plain {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}

.miwlo-free-trial-text .list-plain li {
    flex-basis: 50%;
    padding-left: 0;
}

.miwlo-free-trial-text .list-plain li:nth-child(odd) {
    padding-right: 15px;
}

.miwlo-free-trial-text .list-plain h4 {
    margin-bottom: 5px;
    color: rgb(255, 255, 255);
    font-size: 30px;
}

.miwlo-recent-project-wrap {
    padding: 75px 0;
}

.miwlo-all-projects {
    margin-left: -15px;
    margin-right: -15px;
}

.grid-item {
    padding: 0 15px;
    margin-bottom: 50px;
}

.miwlo-single-project-wrap img {
    border-radius: 20px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-recent-project-text {
    margin-bottom: 65px;
}

.miwlo-single-project-text h3 {
    margin-bottom: 0;
}

.miwlo-single-project-text h3 a,
.miwlo-single-project-text h3 a:hover {
    text-decoration: none;
    color: currentColor;
}

.miwlo-single-project-cats a,
.miwlo-single-project-cats span {
    text-decoration: none;
    color: #f55959;
}

.miwlo-single-project-wrap:hover img {
    opacity: .8;
}

.miwlo-single-stories {
    margin: 0 7px;
}

.miwlo-single-stories-img-wrap {
    margin-bottom: 30px;
}

.miwlo-single-stories-img-wrap img {
    border-radius: 20px;
}

.single-stories-date {
    margin-bottom: 30px;
}

.single-stories-date a {
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 300;
}

.single-story-one .single-stories-date a {
    background-color: rgb(245 89 89 / 20%);
    color: #f55959;
}

.single-story-two .single-stories-date a {
    background-color: rgb(101 19 225 / 20%);
    color: #6513e1;
}

.single-story-three .single-stories-date a {
    background-color: rgb(73 190 183 / 20%);
    color: #49beb7;
}

.miwlo-single-stories .miwlo-btn-simple {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.miwlo-single-stories .miwlo-btn-simple:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 5px;
    width: 45%;
    height: 1px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-single-stories.single-story-one .miwlo-btn-simple {
    color: #f55959;
}

.miwlo-single-stories.single-story-one .miwlo-btn-simple:before {
    background-color: #f55959;
}

.miwlo-single-stories.single-story-two .miwlo-btn-simple {
    color: #6513e1;
}

.miwlo-single-stories.single-story-two .miwlo-btn-simple:before {
    background-color: #6513e1;
}

.miwlo-single-stories.single-story-three .miwlo-btn-simple {
    color: #49beb7;
}

.miwlo-single-stories.single-story-three .miwlo-btn-simple:before {
    background-color: #49beb7;
}

.miwlo-single-stories .miwlo-btn-simple:hover:before {
    width: 100%;
}

.miwlo-about-img-wrapper {
    position: relative;
    padding-left: 100px;
}

.miwlo-about-img-shape {
    right: 90px;
    bottom: -110px;
    position: absolute !important;
}

.miwlo-about-text-wrapper h1 {
    font-family: 'Lora', serif;
    font-weight: 400;
}

.widget:not(:last-child) {
    margin-bottom: 50px;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.miwlo-footer-orange {
    color: #FFF;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    background-image: -moz-linear-gradient(30deg, rgb(245, 95, 84) 40%, rgb(242, 146, 29) 100%);
    background-image: -webkit-linear-gradient(30deg, rgb(245, 95, 84) 40%, rgb(242, 146, 29) 100%);
    background-image: -ms-linear-gradient(30deg, rgb(245, 95, 84) 40%, rgb(242, 146, 29) 100%);
}

.miwlo-footer-orange p,
.miwlo-footer-orange a {
    color: #FFF;
}

.miwlo-footer-orange-shape {
    position: absolute;
    top: -1px;
    left: -1px;
}