.blog-bradcrumb li, .blog-bradcrumb li a {
    display: inline-block;
    font-size: 13px;
    line-height: 32px;
    color: #999;
    text-decoration: none
}
html {
    overflow-x: hidden
}
body {
    overflow-x: hidden;
    overflow: visible;
    font-family: Poppins, sans-serif;
    background-color: #fff;
    position: relative;
    font-size: 15px
}
body.home-style-two {
    padding: 0 !important
}
body.home-style-two.modal-open .navbar {
    padding: 15px 0 0 !important
}
body.home-style.three {
    padding: 0 !important
}
body.home-style.three.modal-open .navbar {
    padding: 15px 0 0 !important
}
section {
    padding-top: 100px;
    padding-bottom: 100px
}
h1 {
    line-height: 28px;
    font-size: 63px;
    margin-top: 25px;
    margin-bottom: 40px;
    color: #1a365d;
    font-weight: 300
}
h2 {
    line-height: 28px;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 32px;
    color: #444;
    letter-spacing: 4px
}
h3 {
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    color: #444;
    text-transform: capitalize;
    letter-spacing: 1px
}
h4 {
    line-height: 28px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0
}
h5 {
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0;
    letter-spacing: 0.1em;
    color: #777
}
h6 {
    line-height: 28px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 25px;
    color: #777;
    margin-bottom: 25px
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #4672ae
}
p {
    line-height: 1.8em;
    font-size: 15px;
    color: #777;
    letter-spacing: 0.03em;
}
p.landing-caption {
    font-size: 30px;
    line-height: 1.5
}
p.landing-caption span {
    color: #444;
    font-weight: 600
}
a:hover {
    color: #fff;
    text-decoration: none
}
a:focus {
    color: #fff;
    text-decoration: none
}
section {
    overflow: hidden
}
.navbar-light .default-nav .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 400;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0
}
@-webkit-keyframes btn-animation {
    0% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    50% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}
@keyframes btn-animation {
    0% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    50% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}
.vertical-scrolling.active .price-block {
    -webkit-animation: pulse 1s ease-in-out;
    animation: pulse 1s ease-in-out
}
.vertical-scrolling.active .contact-subscribe {
    -webkit-animation: slideInLeft 1s ease-in-out;
    animation: slideInLeft 1s ease-in-out
}
.vertical-scrolling.active .feature-style li:nth-child(3) {
    margin-bottom: 0
}
.vertical-scrolling.active .bottom-section .footer-style {
    -webkit-animation: fadeIn 1.5s ease-in-out;
    animation: fadeIn 1.5s ease-in-out
}
.vertical-scrolling.active .map iframe {
    -webkit-animation: fadeIn 1.5s ease-in-out;
    animation: fadeIn 1.5s ease-in-out
}
#map {
    height: 400px;
    width: 100%
}
.home {
    background-image: url(../images/1.png);
    width: 100vw;
    background-repeat: no-repeat;
    margin-top: 0;
    display: block;
    background-size: cover;
    background-position: bottom;
    position: relative
}
.home .fp-tableCell {
    display: block
}
.gmap3 {
    margin: 20px auto;
    border: 1px dashed #C0C0C0;
    width: 1000px;
    height: 500px
}
.overflow-hidden {
    overflow: hidden
}
.blog-page section {
    padding-bottom: 80px;
    padding-top: 80px
}
.blog-page .media h5 {
    color: #444;
    font-weight: 600;
    text-transform: capitalize
}
.blog-page .media p {
    line-height: 24px;
    margin-bottom: 0;
    font-size: 14px
}
.leave-coment {
    margin-top: 30px
}
.leave-coment h3 {
    font-size: 18px;
    text-transform: uppercase
}
.breadcrumb-bg {
    background-color: #f7f7f7;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px
}
.breadcrumb-bg h2 {
    margin: 0;
    padding: 0.75rem 0
}
.blog-bradcrumb {
    float: right
}
.page-margin {
    margin-top: 125px
}
ul {
    list-style-type: none
}
.f-bold {
    font-weight: 700
}
.f-color {
    color: #444
}
.ml-10 {
    margin-left: 10px
}
.btn {
    background-color: #1a365d
}
.theme-link {
    color: #4672ae;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.theme-link:hover, .theme-link:focus {
    color: #2cc6ff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.form-group {
    position: relative
}
.form-group .show-hide {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.form-group .show-hide .show:after {
    content: "";
    width: 1px;
    height: 35px;
    background: #444;
    position: absolute;
    top: -11px;
    left: 5px;
    opacity: 1;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}
.form-group .show-hide span {
    width: 12px;
    font-size: 0;
    height: 12px;
    line-height: 12px;
    background: #1a365d;
    border-radius: 50%;
    float: right;
    cursor: pointer
}
.form-group .show-hide span:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #444444;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
.btn-custom {
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 10px 25px;
    cursor: pointer;
    border: none;
    background-size: 300% 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.btn-custom.theme-color {
    /* background-image: linear-gradient(-145deg, #1a365d, #4672ae); */
    background: #faa220;
}
.btn-custom:hover {
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.btn-custom:focus {
    outline: none
}
.btn-back:hover i {
    -webkit-animation: btn-animation 1s linear infinite;
    animation: btn-animation 1s linear infinite;
    -webkit-transform: scale(2);
    transform: scale(2)
}
.tap-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 150px;
    right: 30px;
    z-index: 99;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#1a365d), to(#4672ae));
    background: linear-gradient(to top, #1a365d, #4672ae);
    border-radius: 100%;
    font-size: 22px;
    cursor: pointer;
    line-height: 2.2;
    display: none;
    border: 1px solid #fff
}
.m-width {
    max-width: 1580px
}
.back-img {
    background-image: url(../images/lannd-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}
.landing-circle {
    position: absolute;
    top: 20px;
    left: 20px
}
.landing-circle1 {
    -webkit-animation: movebounce 2.8s linear infinite;
    animation: movebounce 2.8s linear infinite
}
.landing-circle1 img {
    position: absolute;
    top: 204px;
    left: 260px
}
.landing-circle2 {
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite
}
.landing-circle2 img {
    position: absolute;
    top: 235px;
    left: 125px
}
.landing-page .fadeInLeft-land-caption img {
    height: 50px
}
.landing-circle3 {
    -webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 3.9s linear infinite
}
.landing-circle3 img {
    position: absolute;
    top: 102px;
    left: 124px
}
.pt-70 {
    padding-top: 70px
}
.landing-title {
    font-weight: 700;
    color: #333;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px
}
.border-shape {
    display: block;
    left: 0;
    margin: 15px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
    height: 4px
}
.demo-description {
    line-height: 26px;
    text-align: center
}
.mt-35 {
    margin-top: 35px
}
.pc-bg {
    background-image: url(../images/screen1.png);
    width: 515px;
    height: 290px;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat
}
.pc-bg:hover .img-scroll {
    background-position: center 100% !important
}
.img-scroll {
    -webkit-transition: all 9s ease-out 0s;
    transition: all 9s ease-out 0s;
    background-position: center 0;
    background-repeat: no-repeat;
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% - 47px);
    top: 15px;
    left: 25px;
    background-size: cover
}
.home-demo-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.demo-title {
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #333;
    font-weight: 700;
    line-height: 1
}
.color-variation {
    margin-top: 10px
}
.color-variation span {
    width: 20px;
    height: 20px;
    margin-right: .5rem;
    display: inline-block;
    border-radius: 50%
}
.bg_grad {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a365d), color-stop(99%, #4672ae));
    background: linear-gradient(#1a365d 0, #4672ae 99%)
}
.bg_light-blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #21edff), color-stop(99%, #2cc6ff));
    background: linear-gradient(#21edff 0, #2cc6ff 99%)
}
.bg_green {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #20f98a), color-stop(99%, #11d89c));
    background: linear-gradient(#20f98a 0, #11d89c 99%)
}
.border-shape-two {
    background-color: #ddd;
    height: 1px;
    width: 100%;
    margin: 55px auto 10px
}
.border-shape-two span {
    background-color: #ddd;
    height: 7px;
    width: 100%;
    display: block;
    left: 0;
    margin: 4px auto;
    text-align: center
}

.features-bg {
    background-color: #eee
}
.margin-top-bottom {
    margin-top: 70px
}
.features-title {
    font-weight: 700;
    color: #777;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px
}
.features-img {
    width: 383px
}
.template-bg {
    background: #333
}
.tapl-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px
}
.rounded-5 {
    border-radius: 5px !important
}
.tamp-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}
.rating-title {
    color: #333;
    margin: 10px auto;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center
}
.rating-star {
    margin-top: 0px;
    -webkit-animation: fadeIn 1.5s ease-in-out;
    animation: fadeIn 1.5s ease-in-out
}
.rating-star img {
    margin-right: 25px
}
.theme-nav .navbar {
    background-color: transparent
}
.theme-nav .nav-item {
    font-size: 14px;
    padding: 20px 0 20px 1px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px
}
.theme-nav .nav-item .nav-link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.theme-nav .nav-item:hover .nav-link {
    color: #1a365d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.theme-nav .nav-item.dropdown .dropdown-menu {
    min-width: 200px;
    background: #fff;
    display: none;
    left: 15px;
    right: 0;
    margin: 0;
    border: 0;
    opacity: 0;
    padding: 20px;
    visibility: hidden;
    border-radius: 0;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in
}
.theme-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link {
    padding: 5px;
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer
}
.theme-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link.active {
    color: #1a365d !important
}
.theme-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link:hover {
    color: #1a365d !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.theme-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible
}
.theme-nav .nav-item:last-child .dropdown-menu {
    right: 0;
    left: auto
}
.theme-nav .nav-item:first-child .dropdown-menu {
    left: 15px
}
.theme-nav .dropdown-menu .nav-item {
    font-size: 13px;
    padding: 5px 10px;
    padding: 0
}
.theme-nav .dropdown-menu .nav-link {
    color: #777 !important
}
.theme-nav.darkHeader {
    padding-top: 0;
    padding-bottom: 0
}
.theme-nav.darkHeader .dropdown-menu .nav-item {
    padding: 0
}
.theme-nav.darkHeader .dropdown-menu .nav-item .nav-link.active {
    color: #1a365d;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.theme-nav .dropdown-menu .nav-item {
    padding: 0
}
.theme-nav>li.dropdown {
    position: relative
}
.theme-nav.darkHeader .dropdown-menu .nav-item {
    padding: 0
}
.theme-nav .navbar-nav .active>.nav-link {
    color: #1a365d;
    letter-spacing: 1px;
    cursor: pointer
}
.home-style-two .navbar-light .navbar-nav .nav-link, .three .navbar-light .navbar-nav .nav-link {
    color: #fff;
    opacity: 0.95
}
.home-style-two .navbar-light .navbar-nav .nav-link.active, .three .navbar-light .navbar-nav .nav-link.active {
    opacity: 1
}
.home-style-two .navbar-brand, .three .navbar-brand {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}
.home-style-two .darkHeader .navbar-brand, .three .darkHeader .navbar-brand {
    -webkit-filter: none;
    filter: none
}
.home-style-two .darkHeader.navbar-light .navbar-nav .nav-link, .three .darkHeader.navbar-light .navbar-nav .nav-link {
    color: #444
}
.home-style-two .darkHeader.navbar-light .navbar-nav .active>.nav-link, .three .darkHeader.navbar-light .navbar-nav .active>.nav-link {
    color: #fff
}
.home-style-two .home-contain, .three .home-contain {
    color: #fff
}
.home-style-two.navbar-light .navbar-nav .nav-link:focus, .three.navbar-light .navbar-nav .nav-link:focus {
    color: #fff !important
}
.home-style-two .theme-nav .navbar-nav .active>.nav-link, .three .theme-nav .navbar-nav .active>.nav-link {
    color: #fff
}
.home-style-two .navbar-nav .dropdown-menu .nav-link:hover, .three .navbar-nav .dropdown-menu .nav-link:hover {
    color: #1a365d !important
}
.home-style-two .navbar ul.navbar li.nav-item a, .three .navbar ul.navbar li.nav-item a {
    color: #fff
}
.home-style .navbar-brand {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}
.home-style nav.navbar .navbar-nav .nav-link {
    letter-spacing: 1px
}
.home-style nav.navbar .navbar-nav .active>.nav-link {
    color: #fff
}
.home-style nav.darkHeader .navbar-nav .nav-link {
    color: #444
}
.home-style nav.darkHeader .navbar-nav .nav-link.active {
    color: #1a365d
}
.home-style nav.darkHeader .navbar-nav .active>.nav-link {
    color: #1a365d
}
.home-style .darkHeader .navbar-brand {
    -webkit-filter: none;
    filter: none
}
.fixed-top {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.darkHeader {
    background: #fff;
    -webkit-box-shadow: 1px 1px 12px 1px rgba(221, 221, 221, 0.4);
    box-shadow: 1px 1px 12px 1px rgba(221, 221, 221, 0.4);
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.darkHeader.theme-nav .nav-item {
    padding: 20px 0 20px 7px
}
.store {
    margin-top: 10px
}
.animated-circle.three img {
    bottom: 180px;
    left: 70px
}
.animated-circle.three:before {
    bottom: 198px;
    left: 87px;
    -webkit-animation: 2.5s anim-effect-front 0s linear infinite;
    animation: 2.5s anim-effect-front 0s linear infinite;
    -webkit-box-shadow: 0 0 0 80px #e8e8e8;
    box-shadow: 0 0 0 80px #e8e8e8
}
.animated-circle.three:after {
    bottom: 210px;
    left: 98px;
    -webkit-animation: 2.5s anim-effect-back 0s linear infinite;
    animation: 2.5s anim-effect-back 0s linear infinite;
    -webkit-box-shadow: 0 0 0 10px #f4f4f4;
    box-shadow: 0 0 0 10px #f4f4f4
}
.animated-circle:before {
    -webkit-animation: 2.5s anim-effect-front 0s linear infinite;
    animation: 2.5s anim-effect-front 0s linear infinite;
    -webkit-box-shadow: 0 0 0 80px #e8e8e8;
    box-shadow: 0 0 0 80px #e8e8e8;
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    bottom: 188px;
    left: 97px;
    border-radius: 50%;
    z-index: 0
}
.animated-circle:after {
    -webkit-animation: 2.5s anim-effect-back 0s linear infinite;
    animation: 2.5s anim-effect-back 0s linear infinite;
    -webkit-box-shadow: 0 0 0 10px #f4f4f4;
    box-shadow: 0 0 0 10px #f4f4f4;
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    bottom: 205px;
    left: 108px;
    border-radius: 50%;
    z-index: 0
}
.home-two {
    background-image: url(../images/home2/home2-slider.png);
    background-position: bottom
}
.home-two .slide-cap-desc {
    color: #fff
}
.home-two .contain {
    position: absolute;
    top: calc(50% + 5px);
    left: calc(50% + 10px);
    margin-right: -50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}
.home-three {
    background-image: url(../images/home3/home3-slider.png);
    background-size: contain;
    background-position: top
}
.home-three .home-right {
    -webkit-transform: translateY(175px);
    transform: translateY(175px)
}
.home-three .contain {
    position: absolute;
    top: calc(50% - 10px);
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}
.home-decor .home-circle1 {
    position: absolute;
    top: 165px;
    left: 65px
}
.home-decor .home-circle2 {
    position: absolute;
    top: 180px;
    right: 188px
}
.home-decor .home-circle3 {
    position: absolute;
    top: 280px;
    right: 203px
}
.home-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100vh - 74px);
    margin-top: -27px
}
.home-contain h4 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.14em;
    font-size: 18px
}
.home-right {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
    width: 100%;
    margin-top: -70px
}
.slide-cap-desc {
    color: #fff
}
@-webkit-keyframes anim-effect-front {
    0% {
        -webkit-box-shadow: 0 0 0 15px #e0e0e0;
        box-shadow: 0 0 0 15px #e0e0e0;
        opacity: 1
    }
    50% {
        -webkit-box-shadow: 0 0 0 30px rgba(224, 224, 224, 0.6);
        box-shadow: 0 0 0 30px rgba(224, 224, 224, 0.6);
        opacity: 1
    }
    100% {
        -webkit-box-shadow: 0 0 0 40px rgba(224, 224, 224, 0);
        box-shadow: 0 0 0 40px rgba(224, 224, 224, 0);
        opacity: 0
    }
}
@keyframes anim-effect-front {
    0% {
        -webkit-box-shadow: 0 0 0 15px #e0e0e0;
        box-shadow: 0 0 0 15px #e0e0e0;
        opacity: 1
    }
    50% {
        -webkit-box-shadow: 0 0 0 30px rgba(224, 224, 224, 0.6);
        box-shadow: 0 0 0 30px rgba(224, 224, 224, 0.6);
        opacity: 1
    }
    100% {
        -webkit-box-shadow: 0 0 0 40px rgba(224, 224, 224, 0);
        box-shadow: 0 0 0 40px rgba(224, 224, 224, 0);
        opacity: 0
    }
}
@-webkit-keyframes anim-effect-back {
    0% {
        -webkit-box-shadow: 0 0 0 30px #ececec;
        box-shadow: 0 0 0 30px #ececec;
        opacity: 1
    }
    50% {
        -webkit-box-shadow: 0 0 0 50px rgba(236, 236, 236, 0.6);
        box-shadow: 0 0 0 50px rgba(236, 236, 236, 0.6);
        opacity: 1
    }
    100% {
        -webkit-box-shadow: 0 0 0 80px rgba(236, 236, 236, 0);
        box-shadow: 0 0 0 80px rgba(236, 236, 236, 0);
        opacity: 1
    }
}
@keyframes anim-effect-back {
    0% {
        -webkit-box-shadow: 0 0 0 20px rgba(236, 236, 236, 0.11);
        box-shadow: 0 0 0 20px rgba(236, 236, 236, 0.11);
        opacity: 1
    }
    50% {
        -webkit-box-shadow: 0 0 0 50px rgba(236, 236, 236, 0.11);
        box-shadow: 0 0 0 50px rgba(236, 236, 236, 0.11);
        opacity: 1
    }
    100% {
        -webkit-box-shadow: 0 0 0 70px rgba(236, 236, 236, 0.11);
        box-shadow: 0 0 0 70px rgba(236, 236, 236, 0.11);
        opacity: 1
    }
}
.about {
    width: 100vw;
    background-image: url(../images/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.about-decor .about-circle1 {
    position: absolute;
    top: auto;
    right: 140px;
    bottom: 170px
}
.about-decor .about-circle2 {
    position: absolute;
    top: auto;
    right: 5px;
    bottom: 20px
}
.about-contain {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.about-right {
    background: #1a365d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a365d), color-stop(99%, #4672ae));
    background: linear-gradient(to bottom, #1a365d 0, #4672ae 99%);
    border-radius: 100%;
    height: 600px;
    width: 600px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.about-icon {
    position: absolute;
    left: 15px
}
.icon-hover {
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 45px;
    height: 45px;
    text-align: center
}
.about-style {
    margin-bottom: 20px
}
.about-style li {
    margin-bottom: 27px
}
.about-style li:last-child {
    margin-bottom: 0
}
.top-margin {
    margin-top: 7px
}
.feature {
    background-image: url(../images/feature-bg.png);
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
    margin-top: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.feature-style {
    padding: 0;
    margin-bottom: 0
}
.feature-style p {
    margin-top: 10px;
    margin-bottom: 0
}
.feature-style li {
    position: relative;
    margin-bottom: 45px
}
.feature-icon {
    position: absolute;
    padding: 0;
    top: 0
}
.feature-phone {
    position: absolute;
    top: 100px;
    left: 325px
}
.feature-phone img {
    width: auto;
    height: 750px
}
.screenshot {
    background-image: url(../images/screenshot-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-position: center
}
.screenshot-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 630px
}
.screenshot-decor .screenshot-circle1 {
    position: absolute;
    top: 50px;
    right: 645px
}
.screenshot-decor .screenshot-circle2 {
    position: absolute;
    top: 100px;
    right: 675px
}
.screenshot-decor .screenshot-circle3 {
    position: absolute;
    top: auto;
    left: 35%;
    bottom: 0px
}
.mob-mocup {
    position: absolute;
    z-index: 2;
    width: 234px;
    left: 453px
}
.mobile-light-left {
    position: absolute;
    z-index: 9;
    width: auto;
    left: 38.4%;
    bottom: 50px;
    -webkit-animation: 2s ease-in 0s normal none infinite running highlight-left;
    animation: 2s ease-in 0s normal none infinite running highlight-left
}
.mobile-light-right {
    position: absolute;
    z-index: 9;
    width: auto;
    right: 38%;
    top: 0px;
    -webkit-animation: 2s ease-in 0s normal none infinite running highlight-right;
    animation: 2s ease-in 0s normal none infinite running highlight-right
}
.owl-carousel {
    z-index: 1
}
@-webkit-keyframes highlight-left {
    0% {
        opacity: 0;
        top: 320px
    }
    70% {
        opacity: 1
    }
    100% {
        opacity: 0;
        top: 0
    }
}
@keyframes highlight-left {
    0% {
        opacity: 0;
        top: 320px
    }
    70% {
        opacity: 1
    }
    100% {
        opacity: 0;
        top: 0
    }
}
@-webkit-keyframes highlight-right {
    0% {
        opacity: 0;
        bottom: 100px;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 0;
        top: 280px;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}
@keyframes highlight-right {
    0% {
        opacity: 0;
        bottom: 100px;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 0;
        top: 400px;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}
.team {
    background-image: url(../images/team-bg.png);
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 0 10%
}
.team .team-circle1 {
    position: absolute;
    top: auto;
    left: 100px;
    bottom: 300px
}
.team .team-circle2 {
    position: absolute;
    top: auto;
    left: 180px;
    bottom: 180px
}
.team .team-circle3 {
    position: absolute;
    top: auto;
    left: 0;
    bottom: -150px
}
.team-block {
    background-image: url(../images/team-img-bg.png);
    width: 100%;
    height: auto;
    padding: 50px 30px
}
.team-block .team-social {
    left: 0;
    right: 0;
    text-align: center
}
.team-block .team-social li a {
    border: 1px solid #ddd;
    border-radius: 100%;
    padding: 8px;
    text-align: center;
    color: #59f7df;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.team-block .team-social li a i {
    width: 20px;
    font-size: 14px;
    color: #444444
}
.team-block .team-social li a:hover {
    background-color: #59f7df;
    border: 1px solid #59f7df;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.team-box {
    background-color: #fff;
    padding: 30px
}
.team-box .overlay {
    position: relative
}
.team-box .team-avtar img {
    height: 170px;
    width: 170px !important;
    border-radius: 100%;
    margin: 0 auto
}
.team-text h3 {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 30px;
    margin-bottom: 13px;
    line-height: 1
}
.team-text h6 {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1
}
.team-social {
    position: absolute;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding-bottom: 0
}
.team-social>li {
    margin: 0 2px;
    display: inline-block
}
.team-social li a:hover i {
    color: #fff
}
.team-carousel {
    margin-top: 12px
}
.team-carousel .owl-dots {
    position: absolute;
    top: -80px;
    right: 0
}
.team-carousel.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #fff;
    background: #1a365d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a365d), to(#4672ae));
    background: linear-gradient(to bottom, #1a365d 0, #4672ae 100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.team-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #1a365d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a365d), to(#4672ae));
    background: linear-gradient(to bottom, #1a365d 0, #4672ae 100%);
    width: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.team-carousel button:focus {
    outline: 0
}
.blog-carousel {
    margin-top: 12px
}
.blog-carousel .owl-dots {
    position: absolute;
    top: -80px;
    right: 0
}
.blog-carousel.owl-theme .owl-dots .owl-dot span {
    background: #1a365d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a365d), to(#4672ae));
    background: linear-gradient(to bottom, #1a365d 0, #4672ae 100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.blog-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #1a365d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a365d), to(#4672ae));
    background: linear-gradient(to bottom, #1a365d 0, #4672ae 100%);
    width: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.blog-carousel button:focus {
    outline: 0
}
.price-carousel .price-item {
    margin: 3px
}
.price-carousel.owl-theme .owl-dots .owl-dot span {
    background: #1a365d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a365d), to(#4672ae));
    background: linear-gradient(to bottom, #1a365d 0, #4672ae 100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.price-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #1a365d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a365d), to(#4672ae));
    background: linear-gradient(to bottom, #1a365d 0, #4672ae 100%);
    width: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #1a365d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a365d), to(#4672ae));
    background: linear-gradient(to bottom, #1a365d 0, #4672ae 100%);
    width: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.testimonial-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: none
}
.testimonial-carousel.owl-carousel button.owl-prev {
    position: absolute;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: -170px
}
.testimonial-carousel.owl-carousel button.owl-next {
    position: absolute;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: -170px
}
.testimonial-carousel button:focus {
    outline: 0
}
.overlay {
    padding-top: 15px;
    padding-bottom: 30px
}
.d-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.blog {
    width: 100vw;
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.blog-block {
    background-image: url(../images/team-img-bg.png);
    width: 100%;
    height: auto;
    padding: 15px
}
.blog-block:hover img {
    -webkit-transform: rotate(3deg) scale(1.15);
    transform: rotate(3deg) scale(1.15);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.blog-box {
    padding: 5px;
    background-color: #fff
}
.blog-box img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden
}
.blog-text h3 {
    margin-top: 15px;
    line-height: 24px;
    font-size: 17px;
    margin-bottom: 15px
}
.blog-text p {
    font-size: 14px;
    margin-top: 15px
}
.blog-text h5 {
    margin: 0;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 600
}
.blog-text h6 {
    margin-top: 20px;
    margin-bottom: 0
}
.blog-pagin {
    margin: 0
}
.blog-pagin .page-item:first-child a.page-link {
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important
}
.blog-pagin .page-item:last-child .page-link {
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important
}
.blog-pagin a.page-link {
    color: #1a365d;
    font-size: 16px;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.blog-pagin a.page-link:hover {
    text-decoration: none;
    background-color: #1a365d;
    border-color: #1a365d;
    color: #fff !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.blog-pagination {
    margin-top: 50px
}
.blog-pagination li.page-item {
    border-radius: unset
}
.sidebar img, .reply-comment img {
    border-radius: 5px
}
.sidebar-space {
    margin-bottom: 50px
}
.blog-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #444;
    letter-spacing: 1px
}
.blog-divider {
    height: 1px;
    background-color: #eee;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px
}
.blog-description {
    margin: 20px auto
}
.blog-cat-detail ul {
    padding: 0;
    margin: 0
}
.blog-cat-detail ul li a {
    color: #777;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-weight: 500
}
.blog-cat-detail ul li a:hover {
    color: #1a365d;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}
.blog-cat-detail ul li i {
    margin-right: 15px
}
.blog-cat-detail .marg-15 {
    margin: 15px auto
}
.marg-20 {
    margin: 20px auto
}
.reply-comment {
    margin: 30px auto
}
.reply-comment>div+div {
    margin-top: 20px
}
.price {
    background-image: url(../images/price.png);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.price-block {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}
.price-block:hover .mrp h2 {
    color: #1a365d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.price-block .btn-custom {
    width: 100%;
    padding: 15px 25px;
    font-weight: 700;
    letter-spacing: 2px
}
.price-type {
    background-image: url(../images/price-bg.png);
    padding: 20px;
    background-size: cover
}
.price-type h2 {
    background-color: #fff;
    padding: 10px;
    text-align: center;
    color: #1a365d;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 24px
}
.mrp h2 {
    font-size: 36px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 30px;
    color: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.mrp h6.user-type {
    font-weight: 400;
    color: #444;
    margin-bottom: 25px;
    line-height: 1
}
.price-year {
    font-weight: 700;
    margin: 5px;
    margin-bottom: 30px;
    line-height: 1
}
.price-devide {
    height: 1px;
    background-color: #eee;
    width: 245px;
    margin: 0 auto
}
.price-feature {
    padding: 0;
    margin: 25px auto
}
.price-feature li {
    padding: 10px;
    text-transform: capitalize;
    color: #777
}
.testimonial {
    background-image: url(../images/testimonial-bg.png);
    background-size: contain;
    position: relative;
    width: 100vw;
    margin-top: 0;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0
}
.testimonial-decor .testi-circle1 {
    position: absolute;
    left: 247px;
    bottom: 160px
}
.testimonial-decor .testi-circle2 {
    position: absolute;
    left: 50px;
    top: auto;
    bottom: 0px
}
.testimonial-block {
    position: relative;
    padding: 80px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0
}
.testimonial-avtar {
    background-image: url(../images/Testimonial.png);
    border-radius: 100%;
    height: 120px;
    width: 120px;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    background-size: cover;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0
}
.testimonial-avtar img {
    border-radius: 100%;
    height: 90px
}
.testimonial-avtar:before {
    -webkit-animation: 2.5s anim-effct-testi 0s linear infinite;
    animation: 2.5s anim-effct-testi 0s linear infinite;
    -webkit-box-shadow: 0 0 0 80px #e8e8e8;
    box-shadow: 0 0 0 80px #e8e8e8;
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 0
}
.testimonial-avtar:after {
    -webkit-animation: 2.5s anim-effct-testi-back 0s linear infinite;
    animation: 2.5s anim-effct-testi-back 0s linear infinite;
    -webkit-box-shadow: 0 0 0 10px #f4f4f4;
    box-shadow: 0 0 0 10px #f4f4f4;
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 0
}
.testimonial-text {
    text-align: center;
    -webkit-box-shadow: 0 0 65px 0 rgba(170, 170, 170, 0.25);
    box-shadow: 0 0 65px 0 rgba(170, 170, 170, 0.25);
    background-color: #fff;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    margin-bottom: 100px
}
.testimonial-text h3 {
    color: #1a365d;
    margin-bottom: 0
}
.testimonial-text h6 {
    text-transform: capitalize;
    margin: 0
}
.testimonial-text p {
    letter-spacing: 0
}
@-webkit-keyframes anim-effct-testi {
    0% {
        -webkit-box-shadow: 0 0 0 8px #e0e0e0;
        box-shadow: 0 0 0 8px #e0e0e0;
        opacity: 1
    }
    50% {
        -webkit-box-shadow: 0 0 0 15px rgba(224, 224, 224, 0.6);
        box-shadow: 0 0 0 15px rgba(224, 224, 224, 0.6);
        opacity: 1
    }
    100% {
        -webkit-box-shadow: 0 0 0 25px rgba(224, 224, 224, 0);
        box-shadow: 0 0 0 25px rgba(224, 224, 224, 0);
        opacity: 0
    }
}
@keyframes anim-effct-testi {
    0% {
        -webkit-box-shadow: 0 0 0 8px #e0e0e0;
        box-shadow: 0 0 0 8px #e0e0e0;
        opacity: 1
    }
    50% {
        -webkit-box-shadow: 0 0 0 15px rgba(224, 224, 224, 0.6);
        box-shadow: 0 0 0 15px rgba(224, 224, 224, 0.6);
        opacity: 1
    }
    100% {
        -webkit-box-shadow: 0 0 0 25px rgba(224, 224, 224, 0);
        box-shadow: 0 0 0 25px rgba(224, 224, 224, 0);
        opacity: 0
    }
}
@-webkit-keyframes anim-effct-testi-back {
    0% {
        -webkit-box-shadow: 0 0 0 8px rgba(236, 236, 236, 0.11);
        box-shadow: 0 0 0 8px rgba(236, 236, 236, 0.11);
        opacity: 1
    }
    50% {
        -webkit-box-shadow: 0 0 0 15px rgba(236, 236, 236, 0.11);
        box-shadow: 0 0 0 15px rgba(236, 236, 236, 0.11);
        opacity: 1
    }
    100% {
        -webkit-box-shadow: 0 0 0 25px rgba(236, 236, 236, 0.11);
        box-shadow: 0 0 0 25px rgba(236, 236, 236, 0.11);
        opacity: 1
    }
}
@keyframes anim-effct-testi-back {
    0% {
        -webkit-box-shadow: 0 0 0 8px rgba(236, 236, 236, 0.11);
        box-shadow: 0 0 0 8px rgba(236, 236, 236, 0.11);
        opacity: 1
    }
    50% {
        -webkit-box-shadow: 0 0 0 15px rgba(236, 236, 236, 0.11);
        box-shadow: 0 0 0 15px rgba(236, 236, 236, 0.11);
        opacity: 1
    }
    100% {
        -webkit-box-shadow: 0 0 0 25px rgba(236, 236, 236, 0.11);
        box-shadow: 0 0 0 25px rgba(236, 236, 236, 0.11);
        opacity: 1
    }
}
.contact {
    background-image: url(../images/Contact.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}
.contact .contact-us {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.contact-decor .contact-circle1 {
    position: absolute;
    bottom: 210px;
    left: 280px
}
.contact-decor .contact-circle2 {
    position: absolute;
    bottom: 20px;
    left: 175px
}
.theme-form {
    margin-top: 45px
}
.theme-form .form-control {
    font-size: 12px;
    border: none;
    border-radius: 20px;
    padding: 12px 30px;
    -webkit-box-shadow: 0 0 5px 0 rgba(170, 170, 170, 0.15);
    box-shadow: 0 0 5px 0 rgba(170, 170, 170, 0.15)
}
.theme-form .btn-custom {
    padding: 10px 40px
}
.theme-form input::-webkit-input-placeholder {
    color: #aaa !important
}
.theme-form textarea::-webkit-input-placeholder {
    color: #aaa !important
}
.theme-form .form-button {
    text-align: right
}
.theme-form .form-group {
    margin: 25px auto
}
.footer-text {
    text-align: center
}
.footer-text h2 {
    margin: 25px auto
}
.footer-text p {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 25px
}
.footer-text .footer-form {
    padding: 0
}
.footer-text .footer-form .form-control {
    border-radius: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px
}
.footer-form {
    padding-left: 50px;
    padding-right: 50px
}
.footer-form .form-group {
    margin-bottom: 20px
}
.footer-form .btn-custom {
    padding: 10px 40px
}
.footer-form .form-button {
    text-align: center
}
.footer-form .form-control {
    border-radius: 35px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid #eee;
    font-size: 12px;
    text-align: center
}
.footer-form input::-webkit-input-placeholder {
    color: #aaa !important;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.1em
}
.address-bar {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4672ae), to(#1a365d));
    background: linear-gradient(to top, #4672ae 0, #1a365d 100%);
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.footer-icon {
    position: absolute;
    top: -3px
}
.footer-style {
    padding: 0;
    margin: 0
}
.footer-style li {
    position: relative
}
.footer-style li+li {
    margin-top: 50px
}
.footer-style li:nth-last-child(1) .footer-icon {
    margin-bottom: 0
}
.loader-wrapper {
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 1031;
    top: 0
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #1a365d;
    border-radius: 50%
}
.loader:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    border: 0 solid #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: loading 1000ms ease-out forwards infinite;
    animation: loading 1000ms ease-out forwards infinite;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
@-webkit-keyframes loading {
    0% {
        border: 0 solid #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }
    20% {
        border: 8px solid #fff;
        width: 0;
        height: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }
    100% {
        border: 8px solid #fff;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }
}
@keyframes loading {
    0% {
        border: 0 solid #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }
    20% {
        border: 8px solid #fff;
        width: 0;
        height: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }
    100% {
        border: 8px solid #fff;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }
}
.fadin-blog {
    -webkit-animation: fadeIn 1.5s ease-in-out;
    animation: fadeIn 1.5s ease-in-out
}
.fade-button {
    -webkit-animation: fadeIn 1.5s ease-in-out;
    animation: fadeIn 1.5s ease-in-out
}
.fadinup {
    -webkit-animation: fadeIn 1.5s ease-in-out;
    animation: fadeIn 1.5s ease-in-out
}
.home-circle3 {
    -webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 3.9s linear infinite
}
.about-circle2 {
    -webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 3.9s linear infinite
}
.screenshot-circle3 {
    -webkit-animation: moveleftbounce 3.9s linear infinite;
    animation: moveleftbounce 3.9s linear infinite
}
.team-circle3 {
    -webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 3.9s linear infinite
}
.contact-circle2 {
    -webkit-animation: moveleftbounce 3.9s linear infinite;
    animation: moveleftbounce 3.9s linear infinite
}
.home-circle1 {
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite
}
.about-circle1 {
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite
}
.feature-circle1 {
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite
}
.screenshot-circle1 {
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite
}
.team-circle2 {
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite
}
.testi-circle2 {
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite
}
.contact-circle1 {
    -webkit-animation: moveleftbounce 3s linear infinite;
    animation: moveleftbounce 3s linear infinite
}
.home-circle2 {
    -webkit-animation: movebounce 2.8s linear infinite;
    animation: movebounce 2.8s linear infinite
}
.screenshot-circle2 {
    -webkit-animation: movebounce 2.8s linear infinite;
    animation: movebounce 2.8s linear infinite
}
.team-circle1 {
    -webkit-animation: movebounce 2.8s linear infinite;
    animation: movebounce 2.8s linear infinite
}
.testi-circle1 {
    -webkit-animation: movebounce 2.8s linear infinite;
    animation: movebounce 2.8s linear infinite
}
@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}
@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}
@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}
.color-1 {
    background: #1a365d;
    background: -webkit-gradient(linear, left top, right top, from(#1a365d), to(#14bdb4));
    background: linear-gradient(to right, #1a365d, #14bdb4)
}
.color-2 {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #21edff), color-stop(99%, #2cc6ff));
    background: linear-gradient(to right, #21edff 0, #2cc6ff 99%)
}
.color-3 {
    background: #11d89c
}
.color-picker {
    position: fixed;
    right: -190px;
    top: 200px;
    width: 190px;
    z-index: 9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.color-picker .settings-header {
    background: -webkit-gradient(linear, left top, left bottom, from(#1a365d), to(#1a365d));
    background: linear-gradient(#1a365d, #1a365d);
    padding: 5px 15px
}
.color-picker .settings-header h3 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    padding: 4px 9px
}
.color-picker .section {
    background: #fff;
    padding: 20px;
    border: 1px solid #1a365d;
    overflow: auto
}
.color-picker .section i {
    font-size: 16px;
    margin-right: 10px
}
.color-picker a.handle {
    position: absolute;
    right: 190px;
    width: 50px;
    height: 49px;
    color: #fff;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    z-index: -1;
    border-radius: 50%;
    text-decoration: none;
    background: #1a365d;
    top: -80px;
    border: 1px solid #fff
}
.color-picker .colors a {
    width: 35px;
    height: 35px;
    margin: 0 7px;
    float: left;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s
}
.color-picker .skin a {
    display: block;
    width: 70px;
    height: 30px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 2px transparent solid
}
.color-picker .skin a.actt {
    border: 2px #fff solid
}
.handle i {
    -webkit-animation: ring-rotate 3s infinite linear;
    animation: ring-rotate 3s infinite linear
}
.handle:hover {
    background-color: #fff
}
@-webkit-keyframes ring-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes ring-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.sec-position {
    position: relative;
    top: -80px
}
.title span {
    font-weight: 700
}
img.main-logo {
    margin-bottom: 45px
}
.pages-space>div+div+div+div {
    margin-top: 50px
}
.features li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}
.features li:nth-child(4) {
    border-right: none
}
.features li:nth-child(8) {
    border-right: none
}
.features li:nth-child(12) {
    border-right: none
}
.features li:nth-child(13) {
    border-bottom: none
}
.features li:nth-child(14) {
    border-bottom: none
}
.features li:nth-child(15) {
    border-bottom: none
}
.features li:nth-child(16) {
    border-bottom: none
}
.features li:last-child {
    border-right: none
}
.features li img {
    -webkit-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out
}
.features li h3 {
    -webkit-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out
}
.features li:hover img {
    -webkit-box-shadow: 0 0 35px #33333326;
    box-shadow: 0 0 35px #33333326;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.features li:hover h3 {
    color: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.garb-img ul li {
    display: inline-block
}
.navbar-nav>li.dropdown {
    position: relative
}
.navbar-light .default-nav .navbar-nav .nav-link.active {
    color: #1a365d
}
.navbar-light .navbar-nav>.nav-link {
    color: #444;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer
}
.navbar-light .navbar-nav>.nav-link.active {
    color: #fff
}
.navbar-light.darkHeader .navbar-nav .nav-link.active {
    color: #1a365d;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.home-style-two .navbar-light .default-nav .navbar-nav .nav-link.active, .three .navbar-light .default-nav .navbar-nav .nav-link.active {
    color: #fff
}
.home-style-two .navbar-light.darkHeader .default-nav .navbar-nav .nav-link.active, .three .navbar-light.darkHeader .default-nav .navbar-nav .nav-link.active {
    color: #1a365d
}
.three .navbar-nav .dropdown-menu .nav-link:hover {
    color: #1a365d !important
}
.video-play .modal-content {
    background-color: transparent;
    border: none
}
iframe.video-play {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    border: none
}
.play-button img {
    position: absolute;
    bottom: 170px;
    left: 80px;
    z-index: 9
}
.abt-hover:hover .icon-hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a365d), to(#4672ae));
    background: linear-gradient(to bottom, #1a365d 0, #4672ae 100%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}
.abt-hover:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}
.about-text h3 {
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0
}
.feature-decor .feature-circle1 {
    position: absolute;
    top: auto;
    right: 100px;
    bottom: 100px
}
.feature-subtitle h3 {
    padding-left: 35px;
    margin-top: 8px
}
.screenshot-carousel .owl-item.active {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}
.screenshot-carousel .owl-item.active.center {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}
.screenshot-carousel .owl-item.cloned {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}
.blog-list>div+div+div .blog-item {
    margin-top: 50px
}
.blog-detail .blog-text h3 {
    font-size: 18px
}
.page-item.active .page-link {
    color: #fff;
    background-color: #1a365d;
    border-color: transparent;
    border: 1px solid #1a365d
}
.tags .badge-theme {
    padding: 5px 7px;
    font-size: 12px;
    background-color: #1a365d;
    margin-right: 2px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}
.tags .badge-theme:hover {
    background-color: #444;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}
.recent-blog .media {
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.recent-blog .media h5 {
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    text-transform: capitalize;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50%
}
.recent-blog .media p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #777
}
.bottom-section iframe {
    width: 100%;
    height: 100%;
    border: 0
}
.footer-address a {
    padding-left: 35px;
    color: #fff !important;
    letter-spacing: 0.03em;
    line-height: 22px;
    margin-bottom: 0;
    display: block
}
.copyright-section p {
    text-align: center;
    width: 100%;
    padding: 15px;
    margin-bottom: 0
}
.social-btns .btn {
    margin: 0 10px
}
.social-btns .fb {
    background-color: #3b5998;
    background-image: -webkit-gradient(linear, left top, right top, from(#3b5998), color-stop(#3c769c), color-stop(#3b5b98), to(#3c749c));
    background-image: linear-gradient(to right, #3b5998, #3c769c, #3b5b98, #3c749c)
}
.social-btns .ggl {
    background-color: #d85040;
    background-image: -webkit-gradient(linear, left top, right top, from(#d85040), color-stop(#ff6e63), color-stop(#d85040), to(#f9695d));
    background-image: linear-gradient(to right, #d85040, #ff6e63, #d85040, #f9695d)
}
.authentication-form {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fafafa;
    background-image: url(../images/auth-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}
.authentication-form .or-saparator {
    position: relative;
    padding: 10px 0;
    text-align: center
}
.authentication-form .or-saparator:before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    margin-top: 1px;
    width: 100%;
    content: '';
    background: rgba(40, 56, 76, 0.1);
    z-index: 1
}
.authentication-form .or-saparator span {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.81em;
    padding: 0 8px;
    background: #fff;
    color: #868686;
    z-index: 2
}
.authentication-form .card {
    border: 0;
    padding: 30px 50px 50px;
    width: 770px;
    margin: 0 auto;
    border-top: 3px solid #1ad7dd;
    border-radius: 0
}
.authentication-form .title {
    margin-bottom: 20px
}
.authentication-form p {
    width: 70%;
    margin: 0 auto 30px
}
.authentication-form .theme-form {
    margin-top: 0
}
.authentication-form .theme-form .form-control {
    -webkit-box-shadow: 0 0 5px 0 rgba(170, 170, 170, 0.35);
    box-shadow: 0 0 5px 0 rgba(170, 170, 170, 0.35)
}
.authentication-form .innerpage-decor .innerpage-circle1 {
    bottom: 180px
}
.authentication-form .innerpage-decor .innerpage-circle2 {
    bottom: 20px
}
.error-font {
    font-size: 230px;
    line-height: 1;
    font-weight: 900;
    color: #1a365d;
    letter-spacing: -32px
}
.error-font span {
    display: inline-block;
    color: #444
}
.sub-content {
    font-weight: 600
}
.innerpage-decor .innerpage-circle1 {
    position: absolute;
    left: 247px;
    bottom: 250px;
    -webkit-animation: movebounce 2s linear infinite;
    animation: movebounce 2s linear infinite
}
.innerpage-decor .innerpage-circle2 {
    position: absolute;
    left: 50px;
    top: auto;
    bottom: 80px;
    -webkit-animation: movebounce 4s linear infinite;
    animation: movebounce 4s linear infinite
}
.margin-bottom>div+div+div+div .review-box {
    margin-top: 30px
}
.review-box {
    -webkit-box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    background-color: #fff
}
.review-box img {
    height: 60px;
    border-radius: 100%
}
.review-box h5 {
    color: #4672ae;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 600
}
.review-box p {
    font-size: 14px;
    margin-top: 10px
}
.review-box i {
    color: #eeb829
}
.faq .card {
    border-radius: 25px;
    border-color: #f1f1f1
}
.faq a i {
    float: right;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 3px;
    font-size: 20px
}
.faq .card-body {
    line-height: 1.7
}
.faq .card-header {
    background-color: transparent;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    padding: 15px 35px;
    border-radius: 25px
}
.faq .card-header a {
    font-size: 16px;
    font-weight: 600;
    color: #797979
}
.faq .card-header[aria-expanded="true"] a {
    color: #4672ae
}
.faq .card-header[aria-expanded="true"] a i:before {
    content: "\f106"
}
.thanks-section img {
    margin-bottom: 15px
}
.thanks-section h2 {
    font-weight: 600
}
.thanks-section h3 {
    font-weight: 400
}
.full-page {
    max-height: 100vh;
    overflow: hidden;
    height: 100vh;
    background-color: #e9eff0
}
.download .downlod-img {
    margin-bottom: 50px
}
.download h2 {
    font-weight: 600;
    line-height: 1.5
}
.download h3 {
    font-weight: 400
}
.manual-down {
    color: #00bac3;
    text-decoration: underline
}
.manual-down:hover {
    color: #444;
    text-decoration: underline
}
.footer-bg {
    background-color: #fff
}
.light-footer .copyright-section {
    background-color: #f8f9fa !important
}
.login-form {
    min-height: 770px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0
}
.main {
    background-color: #fff;
    -webkit-box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center
}
.main .custom-select.is-valid {
    border-color: #ddd
}
.main .custom-select.is-invalid {
    border-color: #ddd
}
.form-control.is-valid {
    border-color: #ddd
}
.was-validated .custom-select:valid {
    border-color: #ddd
}
.was-validated .custom-select:invalid {
    border-color: #ddd
}
.was-validated .form-control:valid {
    border-color: #ddd
}
.was-validated .form-control:invalid {
    border-color: #ddd
}
.form-control.is-invalid {
    border-color: #ddd
}
.thanks-bg {
    background-color: #e9eff0;
    text-align: center
}
.bg-thanks {
    background: #e9eff0
}
.bg-thanks p {
    color: #444
}
.clock-box h3 {
    font-size: 28px;
    margin-bottom: 10px
}
.clock-box li {
    display: inline-block;
    width: 100px;
    margin: 0px 10px 20px
}
.clock-box li span {
    display: block;
    margin-bottom: 10px;
    font-size: 44px;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    line-height: 2.3;
    background-image: -webkit-gradient(linear, left top, right top, from(#19d3dc), color-stop(#1a365d), to(#1a365d));
    background-image: linear-gradient(to right, #19d3dc, #1a365d, #1a365d)
}
.coming-soon {
    position: relative
}
.coming-soon .logo {
    height: 50px
}
.theme-form .alert {
    margin-left: 15px
}

/* ── Lupotta LTR page ── */
body { font-family: 'Noto Sans JP', 'Poppins', sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: 'Noto Sans JP', 'Poppins', sans-serif; }

/* ── Pain point cards ── */
.pain-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 4px 24px rgba(108,99,255,.1);
  height: 100%;
  transition: transform .3s, box-shadow .3s;
}
.pain-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(108,99,255,.18); }
.pain-card .pain-icon { font-size: 2.4rem; margin-bottom: 16px; }
.pain-card h4 { font-size: 1.05rem; font-weight: 700; color: #2d2d3e; margin-bottom: 10px; }
.pain-card p { font-size: .9rem; line-height: 1.7; color: #666; margin: 0; }

/* ── Solution section ── */
.solution-section { background: #f6f5ff; }
.solution-badge {
  display: inline-block;
  background: linear-gradient(90deg,#1a365d,#4672ae);
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

/* ── Feature cards ── */
.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  margin-bottom: 24px;
  box-shadow: 0 3px 18px rgba(108,99,255,.08);
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: transform .3s, box-shadow .3s;
}
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(108,99,255,.16); }
.feature-card .fc-icon {
  flex-shrink: 0;
  width: 52px; height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg,#1a365d,#4672ae);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: #fff;
}
.feature-card .fc-body { flex: 1; }
.feature-card .fc-badge {
  font-size: .7rem; font-weight: 700; color: #1a365d;
  text-transform: uppercase; letter-spacing: .08em;
  margin-bottom: 4px;
}
.feature-card h4 { font-size: 1rem; font-weight: 700; color: #2d2d3e; margin: 0 0 8px; }
.feature-card p { font-size: .88rem; line-height: 1.7; color: #666; margin: 0; }

/* ── Benefit section ── */
.benefit-section { background: #fff; padding: 0 0 80px; }
.benefit-card {
  text-align: center;
  padding: 40px 28px;
  border-radius: 16px;
  background: #f6f5ff;
  height: 100%;
  transition: transform .3s, background .3s;
}
.benefit-card:hover { transform: translateY(-4px); background: #1a365d; }
.benefit-card:hover h4, .benefit-card:hover p { color: #fff; }
.benefit-card .b-icon {
  font-size: 2.4rem; margin-bottom: 20px;
  width: 72px; height: 72px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(108,99,255,.15);
  transition: background .3s;
}
.benefit-card h4 { font-size: 1.05rem; font-weight: 700; color: #2d2d3e; margin-bottom: 12px; }
.benefit-card p { font-size: .88rem; line-height: 1.7; color: #666; margin: 0; }

/* ── Integration section ── */
.integration-section { background: #fff; padding: 0 0 80px; }
.integration-section-desc {
  max-width: 640px; margin: 0 auto; font-size: .95rem; line-height: 1.8; color: #666;
}
.integration-card {
  text-align: center;
  padding: 32px 20px;
  border-radius: 16px;
  background: #f6f5ff;
  height: 100%;
  transition: transform .3s, box-shadow .3s;
}
.integration-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(108,99,255,.15); }
.integration-card h4 { font-size: .98rem; font-weight: 700; color: #2d2d3e; margin-bottom: 10px; }
.integration-badge {
  display: inline-block;
  font-size: .75rem; font-weight: 700;
  padding: 4px 14px;
  border-radius: 30px;
}
.integration-badge-scheduled { background: #e6f0ff; color: #1a56db; }
.integration-badge-soon { background: #eee; color: #999; }
.integration-card-soon { background: #fafafa; border: 1px dashed #ccc; }
.integration-card-soon .i-icon { background: #f0f0f0; color: #bbb; box-shadow: none; }

.integration-card .i-icon {
    font-size: 2.4rem;
    margin-bottom: 20px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(108, 99, 255, .15);
    transition: background .3s;
}

/* ── FAQ section ── */
.faq-section { background: #f6f5ff; padding: 80px 0; }
.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(108,99,255,.07);
  overflow: hidden;
}
.faq-q {
  padding: 22px 28px;
  font-weight: 700; font-size: .95rem; color: #2d2d3e;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  border: none; background: none; width: 100%; text-align: left;
}
.faq-q .faq-icon { color: #1a365d; font-size: 1.1rem; transition: transform .3s; }
.faq-q[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-a {
  padding: 0 28px 22px;
  font-size: .9rem; line-height: 1.75; color: #666;
}

/* ── App download section ── */
.app-download-section {
  background:
    linear-gradient(rgba(255,255,255,.35), rgba(255,255,255,.35)),
    linear-gradient(135deg, #2d1f7f 0%, #1a365d 60%, #4672ae 100%);
  padding: 70px 0;
}
.app-download-card {
  background: #fff;
  border-radius: 28px;
  padding: 48px 52px;
  box-shadow: 0 20px 50px rgba(0,0,0,.2);
}
.app-download-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.app-download-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2d2d3e;
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 2px dotted rgba(45,45,62,.3);
}
.app-download-title .app-download-arrow { color: #1a365d; font-size: 1.1rem; }
.app-download-badges { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
.app-badge-link { display: inline-flex; align-items: center; }
.app-badge-ios img { height: 40px; width: auto; }
.app-badge-android img { height: 54px; width: auto; }
.app-download-caption { font-size: .85rem; color: #666; margin: 0; }
.app-download-qr {
  width: 200px; height: 200px;
  background: #f4f4f6; padding: 8px;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .app-download-section { padding: 50px 0; }
  .app-download-card { padding: 36px 24px; text-align: center; }
  .app-download-flex { flex-direction: column; gap: 24px; }
  .app-download-badges { flex-direction: column; align-items: center; }
  .app-badge-link { width: 180px; }
  .app-badge-ios img,
  .app-badge-android img { width: 180px; height: auto; }
}

/* ── Closing CTA ── */
.closing-section {
  background: linear-gradient(135deg, #2d1f7f 0%, #1a365d 60%, #4672ae 100%);
  padding: 100px 0;
}
.closing-section h2 { color: #fff; line-height: 45px;}
.closing-section p { color: rgba(255,255,255,.85); }
.btn-closing-primary {
  background: #fff; color: #1a365d; font-weight: 700;
  border-radius: 30px; padding: 14px 36px;
  margin: 8px; border: 2px solid #fff;
  transition: background .3s, color .3s;
  display: inline-block;
  text-decoration: none;
}
.btn-closing-primary:hover { background: transparent; color: #fff; text-decoration: none; }
.btn-closing-secondary {
  background: transparent; color: #fff; font-weight: 700;
  border-radius: 30px; padding: 14px 36px;
  margin: 8px; border: 2px solid rgba(255,255,255,.6);
  transition: border-color .3s;
  display: inline-block;
  text-decoration: none;
}
.btn-closing-secondary:hover { border-color: #fff; color: #fff; text-decoration: none; }

/* ── Section headings ── */
.section-subtitle {
  font-size: .92rem; color: #999; margin-bottom: 10px;
  text-transform: uppercase; letter-spacing: .12em; font-weight: 600;
}

/* ── Empathy section ── */
.empathy-section { background: #fff; }

/* ── Terms of Service page ── */
.tos-hero { background: #f6f5ff; padding: 160px 0 60px; text-align: center; }
.tos-hero h1 {
    font-weight: 700;
    font-size: 26px;
}
.tos-section { background: #fff; padding: 60px 0 100px; }
.tos-content { font-size: .92rem; line-height: 1.9; color: #555; }
.tos-content > p { margin-bottom: 24px; }
.tos-content h3 {
  font-size: 1.1rem; font-weight: 700; color: #1a365d;
  margin: 40px 0 16px; padding-bottom: 10px;
  border-bottom: 1px solid #e5e5ef;
}
.tos-content h3:first-of-type { margin-top: 0; }
.tos-content h4 { font-size: .98rem; font-weight: 700; color: #2d2d3e; margin: 24px 0 12px; }
.tos-content ol { padding-left: 1.6em; margin-bottom: 24px; }
.tos-content li { margin-bottom: 10px; }
.tos-content ol ol { margin: 10px 0 10px; }
.tos-content a { color: #1a56db; word-break: break-all; }
.tos-quote {
  margin: 14px 0; padding: 14px 18px;
  background: #f6f5ff; border-left: 3px solid #1a365d;
  color: #555; font-size: .85rem; font-style: italic;
}
.tos-contact { background: #f6f5ff; border-radius: 12px; padding: 20px 24px; }
.tos-divider { border: none; border-top: 1px solid #e5e5ef; margin: 48px 0 24px; }
.tos-date { color: #999; font-size: .85rem; text-align: right; }

/* ── Simple footer ── */
.lupotta-footer {
  background: #1a1a2e;
  color: rgba(255,255,255,.5);
  text-align: center;
  padding: 28px 0;
  font-size: .85rem;
}
.lupotta-footer a { color: rgba(255,255,255,.6); text-decoration: none; }
.lupotta-footer a:hover { color: #fff; }
.footer-copyright { margin-top: 14px; margin-bottom: 0; }
.footer-links {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.footer-links li {
  padding: 0 16px;
  border-right: 1px solid rgba(255,255,255,.25);
  line-height: 1;
}
.footer-links li:last-child { border-right: none; }

@media only screen and (max-width: 767px) {
  .footer-links {
    flex-direction: column;
    align-items: stretch;
    margin-top: 4px;
  }
  .footer-links li {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.15);
  }
  .footer-links li:first-child { border-top: 1px solid rgba(255,255,255,.15); }
  .footer-links li a { display: block; padding: 14px 0; }
}

/* ── Feature section bg override ── */
.feature { background: #fff; }

/* ── Navbar brand ── */
.lupotta-brand { font-weight: 800; font-size: 1.4rem; color: #1a365d; }

/* ── Nav CTA button ── */
.nav-cta-btn { color: #fff!important; padding: 8px 20px!important; border-radius: 30px; }
.nav-cta-btn.nav-cta-btn-grey {
    background: #898989 !important;
    color: #ffffff !important;
}
.nav-cta-btn.nav-cta-btn-grey:hover {
  background: #7f7f7f !important;
  color: #fff !important;
}

/* ── Hero section ── */
.hero-title { font-size: 3rem; font-weight: 800; line-height: 1.3em; color: #2d2d3e; margin-bottom: 20px; }
.hero-title-sub { font-size: 1.35rem; color: #1a365d; font-weight: 700; }
.hero-desc { font-size: .95rem; line-height: 1.85; color: #666; margin-bottom: 36px; }
.hero-cta-group { gap: 12px; }
.hero-btn-primary { border-radius: 30px; padding: 13px 28px; font-weight: 700; white-space: nowrap; }
.hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  padding: 13px 28px;
  font-weight: 700;
  border: 2px solid #1a365d;
  color: #1a365d;
  background: transparent;
  white-space: nowrap;
  text-decoration: none;
}

.hero-pdf-download { margin-top: 18px; }
.hero-pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .88rem;
  font-weight: 700;
  color: #1a365d;
  text-decoration: underline;
}
.hero-pdf-link:hover { color: #1a56db; }
.hero-pdf-link i { font-size: 1rem; }

/* ── Solution checklist ── */
.solution-check-list { list-style: none; padding: 0; margin: 20px 0 28px; }
.solution-check-item { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: .9rem; color: #555; }
.solution-check-icon { color: #1a365d; font-weight: 700; font-size: 1.1rem; }
.solution-btn { border-radius: 30px; padding: 12px 28px; }
.solution-illustration { text-align: center; }
.solution-svg { width: 100%; max-width: 440px; }

/* ── Feature section description ── */
.feature-section-desc { margin: 0 auto; color: #777; font-size: .95rem; }

/* ── Closing CTA text ── */
.closing-title { font-size: 2rem; font-weight: 800; margin-bottom: 20px; }
.closing-desc { font-size: 1rem; max-width: 560px; margin: 0 auto 40px; }

/* ── Footer text ── */
.lupotta-footer p { margin: 0; padding: 20px 0 0;}

/* ── add ── */
.empathy-section .title,
.solution-section .title {
    line-height: 40px;
}

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

.tap-top {
    display: none!important;
}

.color-picker {
    display: none;
}

.hero-cta-group a.hero-btn-secondary:hover {
    color: #1a365d!important;
}

.authentication-form .card {
    border-top: 3px solid #1a365d;
}

.iframe-wrapper {
    width: 100% !important;
    position: relative !important;
    padding-bottom: 56.25% !important;
    height: 0 !important;
    overflow: hidden !important;
    min-height: 540px;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.authentication-form {
    padding-top: 150px;
}

.thanks-section .img-fluid {
    width: 450px;
    padding: 100px 0 30px;
}

.not-found {
    padding-top: 0;
}

button:focus {
    outline: none;
}

.solution-section {
    padding: 50px 0!important;
}

.faq-q .faq-icon {
    padding: 0px 0 0 10px;
}

.hero-title-for {
    display: inline-block;
    margin: 5px 0 0;
    color: #19375d;
    font-size: 21px;
    font-weight: bold;
}

.icon-px-m img {
    width: 40px;
}

.b-icon span,
.fc-icon span,
.i-icon span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-px-s img {
    width: 30px;
}


.filter-blue {
    filter: brightness(0) saturate(100%) invert(18%) sepia(35%) saturate(1325%) hue-rotate(179deg) brightness(92%) contrast(94%);
}

.filter-white {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7435%) hue-rotate(57deg) brightness(110%) contrast(87%);
}

    .app-download-section br {
        display: none;
    }

.area_trial {
    min-height: inherit !important;
    margin: 50px 0 0!important;
    padding-bottom: 51% !important;
}


@media screen and (max-width: 1200px) {
    .home-decor img,
    .about-circle1 img,
    .testi-circle1 img,
    .about-circle2 img,
    .testi-circle2 img {
        opacity: 0.1;
    }

    .hero-title {
        font-size: 2.8rem;
}

}

@media screen and (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
        text-align: left;
    }
    .home-contain p {
        text-align: left;
    }
    .home-decor img {
        opacity: 0.1;
    }
    .home {
        height: inherit !important;
        margin: 0;
        background-image: url(../images/1.png);
        background-color:rgba(255,255,255,0.9);
        background-blend-mode:lighten;
    }

    #home .row {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .home-contain {
        height: auto;
        margin-top: 0;
    }

    .home-right {
        float: inherit!important;
        position: inherit!important;
        right: 0!important;
        top: 0!important;
        transform: none;
        margin-top: 0;
        display: block!important;
    }

    #home .home-col-visual {
        order: 0;
        margin: 0;
    }

    #home .home-col-text {
        order: 1;
        margin: 0;
    }

    #home .img-fluid {
        max-width: 70%;
    }

    .hero-desc {
        font-size: .90rem;
        line-height: 1.85;
        margin-bottom: 25px;
    }

    .hero-cta-group a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 12px 20px;   
        text-align: center;    
  }

  .empathy-section .title, .solution-section .title {
        font-size: 17px;
        line-height: 26px;
        margin: 0;
    }

    .pain-card .pain-icon {
        line-height: 38px;
        font-size: 2.4rem;
        margin-bottom: 16px;
    }

    p.caption-about {
        font-size: .9rem;
        padding: 15px 0 0;
        line-height: 22px;
    }

    .about-decor .about-circle1 {
        opacity: 0.1;
    }

    .about-phone,
    .about .d-medium-none {
        display: block!important;
    }

    .about .col-md-7 {
        order: 0;
    }

    .about .col-md-5 {
        order: 1;
        margin: 30px 0 0;
    }

    #feature .title,
    #benefit .title {
        text-align: center;
    }

    #feature .feature-section-desc {
        text-align: left;
    }

    #closing a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 12px 20px;   
        text-align: center;   
        margin: 15px 0;
    }

    .navbar-collapse {
        padding: 20px 0;
    }

    .navbar-nav li:last-child a,
    .navbar-nav li:nth-last-child(2) a {
        margin: 10px 0 !important;
    }

    .theme-nav.darkHeader,
    .fixed-top {
        padding: 15px 25px;
    }


.iframe-wrapper {
    min-height: 860px;
}

    .authentication-form .card {
        width: 100%!important;
    }

        .authentication-form {
        padding-top: 120px!important;
        padding-bottom: 0px!important;
    }

        .authentication-form p {
        margin-bottom: 40px!important;
    }
        .not-found {
        padding-top: 0!important;
    }

    .thanks-section h3 {
        text-align: left;
    }

    br.br_sp {
        display: none;
    }

    .thanks-section .img-fluid {
        padding: 50px 0 30px;
    }

    .innerpage-circle2 img {
        display: none;
    }

    .app-download-section br {
        display: block;
    }
    .app-download-arrow {
        display: none;
    }

    .area_trial {
    min-height: 540px!important;
    margin: 0!important;
    padding-bottom: 56.25% !important;
}

}
