body {
    font-size: 16px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    box-sizing: border-box;
    color: #636b72;
    background: #FBFBFB;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none
}

a,
a:hover,
a:focus,
a:active,
a:visited,
a:link {
    color: inherit;
    text-decoration: none
}

input,
input:focus,
textarea,
textarea:focus,
button,
button:focus {
    outline: none;
    resize: inherit
}

button:focus,
button {
    border: none
}

section {
    overflow: hidden;
    width: 100%
}

::-moz-selection {
    background-color: #000;
    color: #fff
}

::selection {
    background-color: #000;
    color: #fff
}

.site-wrapper {
    position: relative;
    overflow: hidden
}

@media only screen and (max-width:991.98px) {

    body,
    html {
        font-size: 14px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: poppins, sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    margin: 0
}

h1 {
    font-size: 3rem
}

h2 {
    font-size: 2.25rem
}

h3 {
    font-size: 2rem
}

h4 {
    font-size: 1.625rem
}

h5 {
    font-size: 1.375rem
}

h6 {
    font-size: 1.125rem
}

p {
    margin: 0;
    line-height: 28px
}

.section-padding {
    padding: 100px 0;
    position: relative
}

.section-heading {
    text-align: center;
    margin-bottom: 60px
}

.section-title {
    text-align: center;
    position: relative;
    padding: 0 0 15px;
    margin-bottom: 15px;
    font-weight: 600
}

.section-title span {
    margin-right: 10px;
    margin-left: 10px;
    color: #03c
}

.section-title::after,
.section-title::before {
    position: absolute;
    content: "";
    left: 50%;
    height: 2px;
    background: #03c;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-title::after {
    bottom: -5px;
    width: 30px
}

.section-title::before {
    bottom: 0;
    width: 60px
}

.section-sub-title {
    text-align: center;
    font-size: 1.125rem
}

.section-badge {
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 20px;
    color: #fff !important;
    background: #15db95;
    -webkit-box-shadow: 0 10px 16px 0 rgba(21, 219, 150, .15);
    box-shadow: 0 10px 16px 0 rgba(21, 219, 150, .15)
}

.default-outline-btn {
 /*   display: inline-block; */
    overflow: hidden;
    padding: 20px 40px;
    border-radius: 5px;
    text-transform: capitalize;
    position: relative;
    color: #fff !important;
    background: #15dbc1;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.default-outline-btn:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    background: #12bd81;
    color: #fff !important
}

.default-btn {
    display: inline-block;
    overflow: hidden;
    padding: 20px 40px;
    border-radius: 5px;
    text-transform: capitalize;
    position: relative;
    color: #fff !important;
    background: #03c;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 51, 204, .15);
    box-shadow: 0 10px 16px 0 rgba(0, 51, 204, .15)
}

.default-btn:hover {
    background: #03c;
    -webkit-box-shadow: 0 10px 26px 0 rgba(0, 51, 204, .2);
    box-shadow: 0 10px 26px 0 rgba(0, 51, 204, .2)
}

.default-video-btn {
    display: inline-block;
    overflow: hidden;
    padding: 20px 25px;
    border-radius: 5px;
    text-transform: capitalize;
    position: relative;
    color: #15db95 !important;
    background: #fff;
    margin-left: 10px;
    text-align: center;
    transition: all .25s linear;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.default-video-btn:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    background: #fff
}

.default-video-btn i {
    display: inline-block;
    position: relative;
    top: 1px
}

.bg-blue-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .8;
    background-position: center;
    background: #03c
}

.item-shadow {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 51, 204, .1);
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear
}

.item-shadow:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204, .1);
    box-shadow: 0 15px 30px 0 rgba(0, 51, 204, .15)
}

.img-jump {
    -webkit-animation: imgJump 5s linear 0s infinite normal forwards;
    animation: imgJump 5s linear 0s infinite normal forwards
}

.pt-minus-70 {
    padding-top: 70px
}

.pt-50 {
    padding-top: 50px
}

.scroll-top-btn {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    opacity: 0;
    border-radius: 5px;
    visibility: hidden;
    color: #fff !important;
    background: #1554db
}

.scroll-top-btn.active {
    opacity: 1;
    visibility: visible;
    bottom: 10px
}

.preloader-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 4444;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #03c;
    flex-direction: column
}

.preloader-wrap .preloader-inner {
    height: 100px;
    width: 100px;
    position: relative;
    margin: 0 auto
}

.preloader-inner .spinner {
    margin: auto;
    margin-top: -100px;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.preloader-inner .spinner>div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: spinnerDelay 1.2s infinite ease-in-out;
    animation: spinnerDelay 1.2s infinite ease-in-out
}

.preloader-inner .spinner .rect1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.preloader-inner .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.preloader-inner .spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.preloader-inner .spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.preloader-inner .spinner .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.preloader-inner .sk-circle {
    margin: 10px auto 100px;
    width: 10px;
    height: 10px;
    position: relative;
    background: #fff;
    border-radius: 100%;
    left: -18px;
    -webkit-animation: spinnerLoad 1.2s infinite ease-in-out;
    animation: spinnerLoad 1.2s infinite ease-in-out
}

.header,
.scroll-top-btn,
.default-btn,
.item-shadow,
.services-item,
.services-icon i::before,
.features-item .features-icon i,
.hero-video-btn,
.testimonial-slider .owl-nav span,
.team-card-img img,
.team-card-img .team-social,
.team-card-img .team-social>a,
.screenshots-slider .owl-item,
.price-toggle-wrap>a,
.price-table .price-icon i,
.blog-tags li a,
.pagination-link,
.blog-img>a>img,
.blog-item,
.footer-social-links>a,
.download-btn,
.screenshots-slider.owl-theme .owl-nav.disabled+.owl-dots .owl-dot span,
.testimonial-slider.owl-theme .owl-nav.disabled+.owl-dots .owl-dot span,
.team-social>a,
.blog-single-meta-box>a:hover {
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear
}

@-webkit-keyframes buttonEffectRight {
    0% {
        right: -100%
    }

    100% {
        right: 100%
    }
}

@keyframes buttonEffectRight {
    0% {
        right: -100%
    }

    100% {
        right: 100%
    }
}

@keyframes imgJump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    41% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    80% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes imgJump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    41% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    80% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes shadowPulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(21, 219, 150, .4);
        box-shadow: 0 0 0 0 rgba(21, 219, 150, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 40px transparent;
        box-shadow: 0 0 0 40px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@-webkit-keyframes shadowPulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(21, 219, 150, .4);
        box-shadow: 0 0 0 0 rgba(21, 219, 150, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 40px transparent;
        box-shadow: 0 0 0 40px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes stickyMenu {
    0% {
        margin-top: -120px;
        opacity: 0
    }

    50% {
        margin-top: -64px;
        opacity: 0
    }

    100% {
        margin-top: 0;
        opacity: 1
    }
}

@keyframes preloader {
    0% {
        top: 8px;
        height: 64px
    }

    50%,
    100% {
        top: 24px;
        height: 32px
    }
}

@-webkit-keyframes preloader {
    0% {
        top: 8px;
        height: 64px
    }

    50%,
    100% {
        top: 24px;
        height: 32px
    }
}

@keyframes dashedRotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes iconPulse {
    0% {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes iconPulse {
    0% {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes spinnerLoad {
    1% {
        top: -15px
    }

    2% {
        top: 10px
    }

    5% {
        top: -20px
    }

    10% {
        left: -10px
    }

    20% {
        top: -25px
    }

    30% {
        left: 15px;
        background: #15db95
    }

    35% {
        top: 5px
    }

    45% {
        top: -5px
    }

    50% {
        top: -5px
    }

    60% {
        top: -6px
    }

    70% {
        top: 6px
    }

    80% {
        top: 6px
    }

    60% {
        top: -6px
    }
}

@keyframes spinnerLoad {
    1% {
        top: -15px
    }

    2% {
        top: 10px
    }

    5% {
        top: -20px
    }

    10% {
        left: -10px
    }

    20% {
        top: -25px
    }

    30% {
        left: 15px;
        background: #15db95
    }

    35% {
        top: 5px
    }

    45% {
        top: -5px
    }

    50% {
        top: -5px
    }

    60% {
        top: -6px
    }

    70% {
        top: 6px
    }

    80% {
        top: 6px
    }

    60% {
        top: -6px
    }
}

@-webkit-keyframes spinnerDelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes spinnerDelay {

    0%,
    40%,
    100% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.header {
    /* position: fixed; */
    position: absolute;
    /* width: 411px; */
    width: 100%;
    z-index: 555;
    padding: 30px 0
}

.header-shrink {
    top: 0;
    left: 0;
    padding: 20px 0;
    background: #03c;
    -webkit-box-shadow: 0 13px 35px -12px rgba(0, 0, 0, .15);
    box-shadow: 0 13px 35px -12px rgba(0, 0, 0, .15);
    -webkit-animation: stickyMenu .7s ease-in-out;
    animation: stickyMenu .7s ease-in-out
}

.header .navbar {
    padding: 0;

}

.header .main-menu .navbar-nav .nav-link {
    margin: 0 0 0 20px;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: .6px;
    opacity: .7;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    color: #fff
}

.header .main-menu .navbar-nav li:first-child .nav-link {
    margin-left: 0
}

.header .main-menu .nav-link.active,
.main-menu .nav-item .nav-link:hover {
    opacity: 1
}

.main-menu .nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff
}

.main-menu .navbar-nav .nav-link:not(.active)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.main-menu .navbar-nav .nav-link:not(.active):hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.navbar-toggler {
    padding: 0
}

.navbar-brand {
    padding: 0;
    margin: 0
}

.navbar-toggler {
    outline: none;
    border: none
}

.navbar-toggler {
    margin-right: 15px
}

.togler-icon-inner>span {
    display: block;
    background: #fff;
    height: 3px;
    margin: 5px;
    width: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.togler-icon-inner>span:nth-child(2) {
    width: 20px !important;
    margin-left: auto
}

.togler-icon-inner>span:last-child {
    margin-bottom: 0
}

.navbar-toggler[aria-expanded=true] .togler-icon-inner>span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
    -ms-transform: rotate(-45deg) translate(-5px, 6px);
    -o-transform: rotate(-45deg) translate(-5px, 6px);
    transform: rotate(-45deg) translate(-5px, 6px)
}

.navbar-toggler[aria-expanded=true] .togler-icon-inner>span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
    -ms-transform: rotate(45deg) translate(-5px, -6px);
    -o-transform: rotate(45deg) translate(-5px, -6px);
    transform: rotate(45deg) translate(-5px, -6px)
}

.navbar-toggler[aria-expanded=true] .togler-icon-inner>span:nth-child(2) {
    opacity: 0
}

@media only screen and (max-width:991.98px) {

    .header .container,
    .header,
    .header ul li {
        padding: 0
    }

    .header .container {
        max-width: 100%
    }

    .header .main-menu {
        background: #151826
    }

    .header .main-menu .navbar-nav .nav-link {
        margin: 0;
        display: block;
        padding: 12px 20px;
        color: #fff
    }

    .header .main-menu .navbar-nav .nav-link:not(.active):hover,
    .header .main-menu .navbar-nav .nav-link.active {
        background: rgba(255, 255, 255, .15);
        color: #fff
    }

    .header .main-menu .navbar-nav .nav-link::after {
        display: none
    }

    .navbar-brand {
        padding: 20px 0 20px 20px
    }
}

.hero-section {
    position: relative;
    height: 900px;
    background-repeat: no-repeat;
    background: #03c; 
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCA4MDAgNDAwJz48ZGVmcz48cmFkaWFsR3JhZGllbnQgaWQ9J2EnIGN4PSczOTYnIGN5PScyODEnIHI9JzUxNCcgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnPjxzdG9wIG9mZnNldD0nMCcgc3RvcC1jb2xvcj0nIzAwMzNjYycvPjxzdG9wIG9mZnNldD0nMScgc3RvcC1jb2xvcj0nIzAwMzNjYycvPjwvcmFkaWFsR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSdiJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZScgeDE9JzQwMCcgeTE9JzE0OCcgeDI9JzQwMCcgeTI9JzMzMyc+PHN0b3Agb2Zmc2V0PScwJyBzdG9wLWNvbG9yPScjMzg1ZGZmJyBzdG9wLW9wYWNpdHk9JzAnLz48c3RvcCBvZmZzZXQ9JzEnIHN0b3AtY29sb3I9JyMzODVkZmYnIHN0b3Atb3BhY2l0eT0nMC41Jy8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgZmlsbD0ndXJsKCNhKScgd2lkdGg9JzgwMCcgaGVpZ2h0PSc0MDAnLz48ZyBmaWxsLW9wYWNpdHk9JzAuNSc+PGNpcmNsZSBmaWxsPSd1cmwoI2IpJyBjeD0nMjY3LjUnIGN5PSc2MScgcj0nMzAwJy8+PGNpcmNsZSBmaWxsPSd1cmwoI2IpJyBjeD0nNTMyLjUnIGN5PSc2MScgcj0nMzAwJy8+PGNpcmNsZSBmaWxsPSd1cmwoI2IpJyBjeD0nNDAwJyBjeT0nMzAnIHI9JzMwMCcvPjwvZz48L3N2Zz4=);
    background-image: url(./name123.jpg);
    background-size: cover
}

.hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0
}

.hero-section-title {
    margin-bottom: 30px;
    line-height: 1.2;
    /* color: #fff */
}

.hero-section-subtitle {
    margin: 0 0 40px;
    font-size: 1.125rem;
    opacity: .85;
     color: #000000
}

.down-scroll {
    cursor: pointer;
    color: #15db95 !important;
    /* background: #fff; */
    text-align: center;
    font-size: 16px;
    position: absolute;
    left: 50%;
    z-index: 15;
    border-radius: 5px;
    bottom: 25px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

@media only screen and (max-width:991.98px) {
    .hero-section .hero-image {
        display: none
    }

    .hero-section,
    .hero-section-2,
    .parallax-bg {
        text-align: center;
        background-position: 100% 0
    }

    .hero-section .container .row,
    .hero-section-2 .container .row,
    .parallax-bg .container .row {
        justify-content: center !important
    }

    .hero-section-subtitle {
        font-size: 1rem
    }
}

@media only screen and (max-width:575.98px) {
    .hero-section-title {
        font-size: 2rem
    }

    section .button-group-hero {
        display: none !important
    }

    .hero-section,
    .hero-section-2,
    .parallax-bg {
        height: 390px !important
    }

    .hero-section,
    .hero-section-2,
    .parallax-bg {
        background-position: 100% 0
    }
}

.services-item {
    padding: 30px;
    background: #fff;
    position: relative;
    border-radius: 10px
}

.services-item .services-icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 40px;
    line-height: 80px;
    border-radius: 10px;
    background: #03c;
    color: #fff;
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 51, 204, .15);
    box-shadow: 0 10px 16px 0 rgba(0, 51, 204, .15)
}

.services-icon span {
    position: relative;
    display: inline-block
}

.services-body h5 {
    margin-bottom: 10px
}

.services-body p {
    margin-bottom: 20px
}

.services-body+.services-link {
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 20px;
    color: #fff !important;
    background: #15db95;
    -webkit-box-shadow: 0 10px 16px 0 rgba(21, 219, 150, .15);
    box-shadow: 0 10px 16px 0 rgba(21, 219, 150, .15);
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

.services-body+.services-link:hover {
    background: #12bd81
}

@media only screen and (max-width:991.98px) {
    .services-resp-margin:nth-child(3) {
        margin-top: 30px
    }
}

@media only screen and (max-width:575.98px) {
    .services-resp-margin {
        margin-top: 30px
    }

    .services-resp-margin:first-child {
        margin-top: 0
    }
}

.about {
    background: #f0f3fc
}

.about-list {
    margin: 0 0 40px
}

.about-list ul>li>i {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    font-size: 10px;
    color: #fff !important;
    background: #03c;
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 51, 204, .1);
    box-shadow: 0 10px 16px 0 rgba(0, 51, 204, .1)
}

.about-list ul>li {
    margin-top: 15px;
    font-weight: 500;
    color: #111
}

.about-list ul>li:first-child {
    margin-top: 0
}

.about-inner h3 {
    margin-bottom: 15px;
    line-height: 1.35
}

.about-inner p {
    margin-bottom: 30px
}

@media only screen and (max-width:767.98px) {
    .about-inner {
        margin-top: 50px
    }
}

.features-list {
    display: inline-block
}

.features-list>li {
    margin-top: 15px;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 51, 204, .1)
}

.features-list>li:first-child {
    margin-top: 0
}

.features-list>li h6 {
    margin-bottom: 10px
}

.features-list i {
    display: inline-block;
    margin-right: 20px;
    font-size: 40px;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    line-height: 80px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #03c;
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 51, 204, .15);
    box-shadow: 0 10px 16px 0 rgba(0, 51, 204, .15)
}

.features-inner>h3 {
    margin-bottom: 15px
}

.features-inner>p {
    margin-bottom: 30px
}

.features-image-pattern {
    position: relative
}

.features-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translate(-50%, -50%);
    background-position: center;
    background: #03c
}

@media only screen and (max-width:991.98px) {
    .features-image-mb {
        margin-bottom: 30px
    }

    .features-image-order {
        order: 2
    }

    .features-circle {
        display: none
    }

    .features-image-resp {
        text-align: left !important
    }
}

.features-row-mt {
    margin-top: 100px
}

@media only screen and (max-width:767.98px) {
    .features-image-resp {
        margin-top: 60px
    }

    .features-row-mt {
        margin-top: 60px
    }
}

.how-it-works-section {
    position: relative
}

.how-it-works-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #03c;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCA4MDAgODAwJz48ZyA+PGNpcmNsZSBmaWxsPScjMDAzM2NjJyBjeD0nNDAwJyBjeT0nNDAwJyByPSc2MDAnLz48Y2lyY2xlIGZpbGw9JyMwMDMyYzYnIGN4PSc0MDAnIGN5PSc0MDAnIHI9JzUwMCcvPjxjaXJjbGUgZmlsbD0nIzAwMzBjMScgY3g9JzQwMCcgY3k9JzQwMCcgcj0nNDAwJy8+PGNpcmNsZSBmaWxsPScjMDAyZmJiJyBjeD0nNDAwJyBjeT0nNDAwJyByPSczMDAnLz48Y2lyY2xlIGZpbGw9JyMwMDJkYjYnIGN4PSc0MDAnIGN5PSc0MDAnIHI9JzIwMCcvPjxjaXJjbGUgZmlsbD0nIzAwMmNiMCcgY3g9JzQwMCcgY3k9JzQwMCcgcj0nMTAwJy8+PC9nPjwvc3ZnPg==);
    background-size: cover
}

.how-it-works-inner {
    margin-bottom: 100px
}

.how-it-works-inner>h3 {
    margin-bottom: 15px
}

.how-it-works-inner p {
    margin-bottom: 40px;
    color: #fff;
    opacity: .85
}

.how-it-work-video {
    position: relative
}

.how-it-works-video-btn {
    position: absolute;
    text-align: center;
    height: 80px;
    width: 80px;
    line-height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
    font-size: 40px;
    background: #15db95;
    color: #fff !important;
    -webkit-animation: shadowPulse 2s linear infinite;
    animation: shadowPulse 2s linear infinite;
    -webkit-box-shadow: 0 0 0 10px rgba(21, 219, 150, .4);
    box-shadow: 0 0 0 10px rgba(21, 219, 150, .4)
}

.how-it-work-item {
    padding: 0
}

.how-it-work-number {
    position: relative;
    z-index: 52;
    margin-bottom: 40px
}

.how-it-work-item .how-it-work-number::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -50%;
    width: 100%;
    transform: translateY(-50%);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
    z-index: -7;
    border: 2px dashed #fff
}

.how-it-work-item:last-child .how-it-work-number::before {
    display: none
}

.how-it-work-number>a>span {
    text-align: center;
    height: 80px;
    width: 80px;
    display: inline-block;
    line-height: 80px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 26px;
    color: #000;
    background: #fff;
    font-weight: 500;
    transition: all .2s linear;
    box-shadow: 0 0 0 10px #315ad6, 0 0 0 20px #1a48d1
}

.how-it-work-item.active a>span {
    color: #fff !important;
    font-family: poppins, sans-serif;
    background-position: center;
    background: #15db95
}

.how-it-work-item:hover .how-it-work-number>a>span {
    background: #15db95;
    color: #fff !important
}

.how-it-work-item h6 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px
}

.how-it-work-text p {
    color: #fff;
    opacity: .85
}

.how-it-work-text {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width:991.98px) {

    .how-it-work-item:nth-child(1),
    .how-it-work-item:nth-child(2) {
        margin-bottom: 50px
    }

    .how-it-work-item:nth-child(2) .how-it-work-number::before {
        display: none
    }
}

@media only screen and (max-width:575.98px) {
    .how-it-work-item {
        margin-bottom: 30px
    }

    .how-it-work-item .how-it-work-number::before {
        display: none !important
    }

    .how-it-work-item:last-child {
        margin-bottom: 0
    }
}

.screenshots-slider {
    position: relative
}

.screenshots-slider .owl-item {
    -webkit-transform: scale(.9, .9);
    transform: scale(.95, .95);
    opacity: .6
}

.screenshots-slider .owl-item img,
.screenshots-slider .owl-item {
    border-radius: 10px !important
}

.screenshots-slider .active.center {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1)
}

.screenshots-slider.owl-theme .owl-nav button {
    position: absolute;
    top: 50%;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    height: 50px;
    width: 50px;
    color: #fff !important;
    background: #15db95;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 10px 16px 0 rgba(21, 219, 150, .15);
    box-shadow: 0 10px 16px 0 rgba(21, 219, 150, .15);
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

.screenshots-slider.owl-theme .owl-nav button:hover {
    color: #fff !important;
    background: #12bd81
}

.screenshots-slider.owl-theme .owl-nav button.owl-next {
    right: -30px
}

.screenshots-slider.owl-theme .owl-nav button.owl-prev {
    left: -30px
}

@media only screen and (max-width:767.98px) {
    .screenshots-slider.owl-theme .owl-nav button.owl-next {
        right: 0
    }

    .screenshots-slider.owl-theme .owl-nav button.owl-prev {
        left: 0
    }
}

.price-toggle-wrap {
    text-align: center;
    margin-bottom: 60px;
    display: inline-block;
    margin: 0 auto 60px;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 51, 204, .1)
}

.pricing-tab-content {
    display: none
}

.pricing-tab-content.active {
    display: block
}

.price-toggle-wrap>a {
    padding: 20px 50px;
    float: left;
    border-radius: 5px;
    margin-right: 10px;
    background-position: center;
    position: relative;
    overflow: hidden;
    background-color: #e8eafd;
    color: #03c
}

.price-toggle-wrap>a.active {
    background-position: center;
    background: #03c;
    color: #fff
}

.price-table {
    border-radius: 5px;
    padding: 40px 0;
    background: #fff
}

.price-table-active .price-table {
    background: #03c;
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 51, 204, .15);
    box-shadow: 0 10px 16px 0 rgba(0, 51, 204, .15)
}

.price-table-active .price-icon span {
    background: #fff;
    color: #03c
}

.price-table-active h4,
.price-table-active li,
.price-table-active .price-body>ul>li::before,
.price-table-active .price-table h5 {
    color: #fff !important
}

.price-table .price-header,
.price-body,
.price-btn-wrap {
    padding: 0 30px
}

.price-btn-wrap {
    text-align: center
}

.price-table .price-header h4 {
    font-size: 1.4rem;
    text-transform: capitalize;
    margin-bottom: 8px
}

.price-icon span {
    height: 80px;
    width: 80px;
    text-align: center;
    display: block;
    font-size: 40px;
    border-radius: 5px;
    line-height: 80px;
    background: #03c;
    color: #fff;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 51, 204, .15);
    box-shadow: 0 10px 16px 0 rgba(0, 51, 204, .15)
}

.price-table .price-value h5 {
    font-size: 2rem
}

.price-table h5>sub {
    vertical-align: initial;
    bottom: 0
}

.price-body {
    border-top: 1px solid rgba(0, 0, 0, .062);
    margin: 40px 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .062)
}

.price-table-active .price-body {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.price-table-active .price-table .price-body>ul>li::after {
    color: #fff
}

.price-table .price-body>ul {
    text-align: left
}

.price-table .price-body>ul>li {
    margin-bottom: 15px
}

.price-table .price-body>ul>li::before {
    content: "\f0da";
    font-family: "font awesome 5 free";
    font-weight: 600;
    margin-right: 15px;
    color: #15db95
}

.price-table .price-body>ul>li::after {
    content: "\f00c";
    font-family: "font awesome 5 free";
    font-weight: 600;
    color: #15db95;
    float: right
}

.price-table .price-body>ul>li:last-child {
    margin-bottom: 0
}

.price-table .default-btn {
    display: block
}

.price-table-active .default-btn {
    background: #fff;
    color: #03c !important
}

@media only screen and (max-width:991.98px) {
    .price-table-margin {
        margin-bottom: 50px
    }
}

.testimonial-section {
    position: relative
}

.testimonial-section-bg {
    width: 100%;
    height: 100%;
    background-color: #03c;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAxNjAwIDgwMCc+PGcgPjxwYXRoIGZpbGw9JyMwMDMzY2MnIGQ9J000ODYgNzA1LjhjLTEwOS4zLTIxLjgtMjIzLjQtMzIuMi0zMzUuMy0xOS40Qzk5LjUgNjkyLjEgNDkgNzAzIDAgNzE5LjhWODAwaDg0My44Yy0xMTUuOS0zMy4yLTIzMC44LTY4LjEtMzQ3LjYtOTIuMkM0OTIuOCA3MDcuMSA0ODkuNCA3MDYuNSA0ODYgNzA1Ljh6Jy8+PHBhdGggZmlsbD0nIzAwMzNjYycgZD0nTTE2MDAgMEgwdjcxOS44YzQ5LTE2LjggOTkuNS0yNy44IDE1MC43LTMzLjVjMTExLjktMTIuNyAyMjYtMi40IDMzNS4zIDE5LjRjMy40IDAuNyA2LjggMS40IDEwLjIgMmMxMTYuOCAyNCAyMzEuNyA1OSAzNDcuNiA5Mi4ySDE2MDBWMHonLz48cGF0aCBmaWxsPScjMDAzM2NjJyBkPSdNNDc4LjQgNTgxYzMuMiAwLjggNi40IDEuNyA5LjUgMi41YzE5Ni4yIDUyLjUgMzg4LjcgMTMzLjUgNTkzLjUgMTc2LjZjMTc0LjIgMzYuNiAzNDkuNSAyOS4yIDUxOC42LTEwLjJWMEgwdjU3NC45YzUyLjMtMTcuNiAxMDYuNS0yNy43IDE2MS4xLTMwLjlDMjY4LjQgNTM3LjQgMzc1LjcgNTU0LjIgNDc4LjQgNTgxeicvPjxwYXRoIGZpbGw9JyMwMDMzY2MnIGQ9J00wIDB2NDI5LjRjNTUuNi0xOC40IDExMy41LTI3LjMgMTcxLjQtMjcuN2MxMDIuOC0wLjggMjAzLjIgMjIuNyAyOTkuMyA1NC41YzMgMSA1LjkgMiA4LjkgM2MxODMuNiA2MiAzNjUuNyAxNDYuMSA1NjIuNCAxOTIuMWMxODYuNyA0My43IDM3Ni4zIDM0LjQgNTU3LjktMTIuNlYwSDB6Jy8+PHBhdGggZmlsbD0nIzAwMzNjYycgZD0nTTE4MS44IDI1OS40Yzk4LjIgNiAxOTEuOSAzNS4yIDI4MS4zIDcyLjFjMi44IDEuMSA1LjUgMi4zIDguMyAzLjRjMTcxIDcxLjYgMzQyLjcgMTU4LjUgNTMxLjMgMjA3LjdjMTk4LjggNTEuOCA0MDMuNCA0MC44IDU5Ny4zLTE0LjhWMEgwdjI4My4yQzU5IDI2My42IDEyMC42IDI1NS43IDE4MS44IDI1OS40eicvPjxwYXRoIGZpbGw9JyMwMDM1ZDMnIGQ9J00xNjAwIDBIMHYxMzYuM2M2Mi4zLTIwLjkgMTI3LjctMjcuNSAxOTIuMi0xOS4yYzkzLjYgMTIuMSAxODAuNSA0Ny43IDI2My4zIDg5LjZjMi42IDEuMyA1LjEgMi42IDcuNyAzLjljMTU4LjQgODEuMSAzMTkuNyAxNzAuOSA1MDAuMyAyMjMuMmMyMTAuNSA2MSA0MzAuOCA0OSA2MzYuNi0xNi42VjB6Jy8+PHBhdGggZmlsbD0nIzAwMzZkOScgZD0nTTQ1NC45IDg2LjNDNjAwLjcgMTc3IDc1MS42IDI2OS4zIDkyNC4xIDMyNWMyMDguNiA2Ny40IDQzMS4zIDYwLjggNjM3LjktNS4zYzEyLjgtNC4xIDI1LjQtOC40IDM4LjEtMTIuOVYwSDI4OC4xYzU2IDIxLjMgMTA4LjcgNTAuNiAxNTkuNyA4MkM0NTAuMiA4My40IDQ1Mi41IDg0LjkgNDU0LjkgODYuM3onLz48cGF0aCBmaWxsPScjMDAzOGUwJyBkPSdNMTYwMCAwSDQ5OGMxMTguMSA4NS44IDI0My41IDE2NC41IDM4Ni44IDIxNi4yYzE5MS44IDY5LjIgNDAwIDc0LjcgNTk1IDIxLjFjNDAuOC0xMS4yIDgxLjEtMjUuMiAxMjAuMy00MS43VjB6Jy8+PHBhdGggZmlsbD0nIzAwMzllNicgZD0nTTEzOTcuNSAxNTQuOGM0Ny4yLTEwLjYgOTMuNi0yNS4zIDEzOC42LTQzLjhjMjEuNy04LjkgNDMtMTguOCA2My45LTI5LjVWMEg2NDMuNGM2Mi45IDQxLjcgMTI5LjcgNzguMiAyMDIuMSAxMDcuNEMxMDIwLjQgMTc4LjEgMTIxNC4yIDE5Ni4xIDEzOTcuNSAxNTQuOHonLz48cGF0aCBmaWxsPScjMDAzYmVkJyBkPSdNMTMxNS4zIDcyLjRjNzUuMy0xMi42IDE0OC45LTM3LjEgMjE2LjgtNzIuNGgtNzIzQzk2Ni44IDcxIDExNDQuNyAxMDEgMTMxNS4zIDcyLjR6Jy8+PC9nPjwvc3ZnPg==);
    background-attachment: fixed;
    background-size: cover
}

.testimonial-section .section-title::after,
.testimonial-section .section-title::before {
    background: #fff
}

.testimonial-section .section-sub-title {
    opacity: .9
}

.testimonial-item {
    padding: 30px;
    background: #fff;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    margin: 0 0 30px
}

.testimonial-item::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 90%;
    height: 15px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    transform: translateX(-50%);
    border-radius: 0 0 5px 5px;
    z-index: -7
}

.testimonial-text p::after {
    content: "\f10e";
    margin-left: 7px
}

.testimonial-text p::before {
    content: "\f10d";
    margin-right: 7px
}

.testimonial-text p::after,
.testimonial-text p::before {
    font-family: "font awesome 5 free";
    font-weight: 600;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
    background: #15db95;
    -webkit-box-shadow: 0 10px 16px 0 rgba(21, 219, 150, .15);
    box-shadow: 0 10px 16px 0 rgba(21, 219, 150, .15)
}

.testimonial-text p {
    font-style: italic
}

.testimonial-rating {
    margin-top: 15px
}

.testimonial-rating i {
    margin-right: 2px;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #15db95;
    -webkit-box-shadow: 0 10px 16px 0 rgba(21, 219, 150, .15);
    box-shadow: 0 10px 16px 0 rgba(21, 219, 150, .15)
}

.testimonial-rating i:last-child {
    margin-right: 0
}

.testimonial-img {
    flex: 0 0 100px
}

.testimonial-body {
    margin-bottom: 30px
}

.testimonial-body img {
    width: inherit !important;
    border-radius: 5px;
    display: inline-block !important;
    text-align: center
}

.testimonial-section .testimonial-slider .owl-dots {
    margin-top: 60px !important
}

.testimonial-section .owl-theme .owl-dot span {
    width: 10px;
    height: 8px;
    border-radius: inherit;
    border-color: #fff;
    background-size: cover;
    background: #fff;
    opacity: .5;
    margin-right: 0;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

.testimonial-section .owl-theme .owl-dot.active span {
    width: 20px;
    opacity: 1 !important
}

.counters {
    padding-top: 100px
}

.counter-icon {
    position: relative;
    display: inline-block;
    font-size: 50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 30px
}

.counter-body h2 {
    font-size: 38px !important;
    line-height: 1;
    margin-bottom: 10px
}

.counter-icon,
.counter-body p,
.counter-body h2 {
    color: #fff
}

.counter-body p {
    opacity: .85
}

.counter-icon::after,
.counter-icon::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #fff;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    opacity: 0;
    animation: iconPulse 1s linear infinite
}

.counter-icon::after {
    animation-delay: .5s
}

@media only screen and (max-width:991.98px) {

    .counters-item:nth-child(1),
    .counters-item:nth-child(2) {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:575.98px) {
    .counters-item {
        margin-bottom: 30px
    }

    .counters-item:last-child {
        margin-bottom: 0
    }
}

.team-card {
    position: relative;
    border-radius: 10px;
    background: #fff
}

.team-card .team-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.team-card .team-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all .35s ease-in-out 0s;
    background: #03c;
    opacity: .8
}

.team-card:hover .team-img:after {
    bottom: 0
}

.team-card .team-social {
    position: absolute;
    top: -100%;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    border-radius: 5px;
    display: none
}

.team-card .team-social li {
    display: inline-block
}

.team-card:hover .team-social {
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center
}

.team-card:hover .team-social a {
    animation: fadeInUp .6s ease-in-out forwards
}

.team-card .team-social li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #15db95;
    color: #fff;
    border-radius: 5px;
    transition: all .3s ease 0s;
    margin-right: 5px;
    border: 2px solid transparent
}

.team-card .team-social li:last-child a {
    margin-right: 0
}

.team-card:hover .team-social li a:hover {
    color: #fff;
    background: 0 0;
    border: 2px solid #fff
}

.team-card .team-card-content {
    padding: 30px 0
}

.team-card .title {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 10px;
    position: relative
}

.team-card .desc {
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 20px;
    color: #fff !important;
    background: #15db95;
    text-transform: capitalize;
    -webkit-box-shadow: 0 10px 16px 0 rgba(21, 219, 150, .15);
    box-shadow: 0 10px 16px 0 rgba(21, 219, 150, .15)
}

@media only screen and (max-width:767.98px) {
    .team-card-margin {
        margin-top: 30px !important
    }

    .team-card-margin:nth-child(1) {
        margin-top: 0 !important
    }
}

.download-wrap {
    position: relative;
    overflow: hidden
}

.download-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #03c
}

.download-section-inner>h2 {
    color: #fff;
    margin-bottom: 15px
}

.download-section-inner>p {
    color: #fff;
    opacity: .85;
    margin-bottom: 20px
}

.download-buttons {
    margin-top: 40px
}

.download-btn {
    display: inline-block;
    overflow: hidden;
    padding: 20px 30px;
    max-width: 200px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    margin-right: 15px;
    border: 2px solid #fff;
    background: #fff;
    color: #000 !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2)
}

.download-btn:hover {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff !important
}

.download-btn:last-child {
    margin-right: 0
}

.download-buttons .download-btn i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.download-btn span {
    display: block;
    margin-left: 35px
}

.download-stars {
    position: relative
}

.download-stars .download-ratings {
    display: inline-block;
    position: relative;
    padding: 10px 20px 10px 0
}

.download-stars .download-ratings>i {
    color: #fdd55e;
    margin-right: 4px
}

.download-stars .download-ratings>i:last-child {
    margin-right: 0
}

.download-stars .download-rate-count {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #000;
    position: relative;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2)
}

.download-stars .download-rate-count::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -28px;
    border: 15px solid;
    border-radius: 5px;
    border-color: transparent #fff transparent transparent
}

.download-ratings span {
    color: #fff;
    font-weight: 600;
    font-size: 3rem;
    margin-right: 10px
}

.download-image {
    position: relative;
    z-index: 42
}

@media only screen and (max-width:991.98px) {
    .download-section-inner {
        text-align: center
    }

    .download-image {
        display: none
    }

    .download-section-inner .download-buttons,
    .download-stars {
        justify-content: center !important
    }
}

@media only screen and (max-width:575.98px) {
    .download-section-inner .download-buttons {
        text-align: center;
        display: block !important
    }

    .download-section-inner .download-buttons .download-btn {
        display: block;
        margin: 0 auto 15px
    }

    .download-section-inner .download-buttons .download-btn:nth-child(2) {
        margin-bottom: 0
    }
}

.latest-blog-item {
    border-radius: 10px;
    background: #fff
}

.blog-item-inner {
    padding: 30px
}

.blog-img img,
.blog-img {
    border-radius: 10px 10px 0 0;
    border-radius: 10px
}

.blog-img {
    position: relative;
    overflow: hidden
}

.blog-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    background: #03c;
    opacity: .8;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

.blog-img:hover::after {
    bottom: 0
}

.blog-single-link {
    position: absolute;
    top: -100%;
    width: 100%;
    left: 50%;
    height: 100%;
    z-index: 1;
    display: none;
    border-radius: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.blog-img:hover .blog-single-link {
    top: 50%;
    display: block
}

.blog-img a {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #15db95;
    color: #fff;
    z-index: 1;
    border-radius: 5px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s ease 0s;
    border: 2px solid transparent
}

.blog-img a:hover {
    color: #fff;
    background: 0 0;
    border: 2px solid #fff
}

.blog-meta {
    display: inline-block;
    margin-bottom: 10px
}

.blog-meta>i {
    margin-right: 10px;
    color: #03c
}

.blog-body a {
    margin-bottom: 10px;
    display: block
}

.blog-body .blog-title-link:hover h6 {
    color: #03c !important
}

.blog-body p {
    margin-bottom: 20px;
    display: block
}

.blog-author h6 {
    font-size: .9rem;
    margin-left: 15px
}

.blog-like a>i {
    margin-right: 5px;
    color: #03c
}

@media only screen and (max-width:991.98px) {
    .blog-item-margin:nth-child(3) {
        margin-top: 30px
    }
}

@media only screen and (max-width:767.98px) {
    .blog-item-margin {
        margin-top: 30px
    }

    .blog-item-margin:first-child {
        margin-top: 0
    }
}

.newsletter {
    position: relative;
    background-color: #03c
}

.newsletter-title {
    margin-bottom: 60px
}

.newsletter-wrap {
    margin-bottom: 100px
}

.newsletter-form-group {
    position: relative;
    overflow: hidden
}

.newsletter-form-control {
    display: block;
    width: 100%;
    height: 80px;
    border: none;
    padding: 0 100px 0 50px;
    border-radius: 5px
}

.newsletter-form-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    border-radius: 5px;
    padding: 15px 40px;
    color: #fff;
    background: #15db95;
    transition: all .25s linear 0s
}

.newsletter-form-btn:hover {
    background: #12bd81
}

.newsletter-form-btn,
.newsletter-form-group span {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.newsletter-form-group span {
    position: absolute;
    left: 20px;
    top: 50%;
    padding-top: 2px;
    font-size: 18px;
    opacity: .8
}

.faq {
    overflow: visible
}

.faq .container {
    background: #fff;
    position: relative;
    border-radius: 5px;
    margin-top: -100px;
    padding: 100px 30px
}

.faq-title {
    margin-bottom: 60px
}

#faq-tab-accordion .card-header {
    padding: 15px;
    background: #fff;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px;
    border: none;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    background-size: 200% auto;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 51, 204, .1)
}

#faq-tab-accordion .card {
    border: 0
}

#faq-tab-accordion .card-header a {
    color: #000;
    font-weight: 600
}

.card-header h6 {
    font-size: 1.125rem
}

.card-header h6 span {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: rgba(74, 79, 230, .1);
    color: #03c;
    font-size: 1.125rem
}

#faq-tab-accordion .card-toggle-btn::after {
    content: "\f067";
    font-family: "font awesome 5 free";
    font-weight: 600;
    height: 40px;
    width: 40px;
    margin-left: 10px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgba(74, 79, 230, .1);
    color: #03c;
    transition: all .25s linear
}

#faq-tab-accordion .card-header[aria-expanded=true] .card-toggle-btn::after {
    transform: rotate(180deg);
    content: "\f068"
}

#faq-tab-accordion .card-header[aria-expanded=true] {
    background: #03c;
    border-bottom-color: transparent
}

#faq-tab-accordion .card-header[aria-expanded=true] .card-toggle-btn::after,
#faq-tab-accordion .card-header[aria-expanded=true] h6 span {
    background: #fff
}

#faq-tab-accordion .card-header[aria-expanded=true] h6 {
    color: #fff
}

.faq-form-wrap {
    padding: 0 15px
}

.faq-form-title {
    margin-bottom: 30px
}

.faq-form-control {
    margin-bottom: 30px;
    color: #100e17;
    outline: none;
    padding: 18px 20px;
    font-size: .9rem;
    border: none;
    width: 100%;
    border-radius: 5px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 51, 204, .1)
}

.faq-form-control:focus {
    -webkit-box-shadow: 0 10px 26px 0 rgba(0, 51, 204, .15);
    box-shadow: 0 10px 26px 0 rgba(0, 51, 204, .15)
}

@media only screen and (max-width:991.98px) {
    .faq-form-margin {
        margin-top: 50px
    }
}

@media only screen and (max-width:575.98px) {
    .faq .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .faq-form-wrap {
        padding: 0
    }
}

.form-control {
    margin-bottom: 30px;
    height: 60px;
    color: #100e17;
    outline: none;
    padding: 0 20px;
    font-size: .9rem;
    border: none;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 51, 204, .1)
}

.form-control:focus,
textarea.form-control:focus {
    outline: none;
    border: none;
    color: #100e17;
    -webkit-box-shadow: 0 10px 26px 0 rgba(0, 51, 204, .15);
    box-shadow: 0 10px 26px 0 rgba(0, 51, 204, .15)
}

textarea.form-control {
    height: auto;
    padding-top: 20px
}

.empty-form span {
    background: #f8d7da;
    color: #721c24;
    display: block;
    padding: 20px;
    margin-bottom: 10px
}

.success-form span {
    background: #e8eafd;
    color: #03c;
    display: block;
    padding: 20px;
    margin-bottom: 10px
}

.email-invalid span {
    background: #f8e2e4;
    color: #721c24;
    display: block;
    padding: 20px;
    margin-bottom: 10px
}

.footer {
    background: #000e38
}

.footer-top {
    padding: 80px 0
}

.footer-title {
    margin-bottom: 30px;
    font-weight: 500;
    color: #fff
}

.footer-title::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 15px
}

.contact-info-footer {
    margin-top: 10px
}

.footer li {
    margin-top: 10px;
    color: #fff;
    opacity: .6
}

.footer li:first-child {
    margin-top: 0
}

.footer-links>li::before {
    content: "\f105";
    display: inline-block;
    margin-right: 10px;
    font-family: "font awesome 5 free";
    font-weight: 600;
    vertical-align: top
}

.footer-links>li:hover {
    opacity: 1
}

.footer-logo {
    display: inline-block;
    margin-bottom: 20px
}

.footer p {
    color: #fff;
    opacity: .6
}

.footer-box p i {
    color: #fff
}

.footer-social-links {
    margin-top: 10px
}

.footer-social-links>a {
    height: 34px;
    width: 34px;
    margin-right: 5px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .02);
    color: #fff
}

.footer-social-links>a:last-child {
    margin-right: 0
}

.footer-social-links>a:hover {
    background: #12bd81;
    color: #fff
}

.contact-info-footer li i {
    margin-right: 10px
}

.copyright {
    padding: 25px 0;
    background: rgba(255, 255, 255, .02);
    color: #fff;
    opacity: .75
}

@media only screen and (max-width:991.98px) {
    .footer-widget {
        margin-bottom: 30px
    }

    .footer-widget:nth-child(3),
    .footer-widget:nth-child(4) {
        margin-bottom: 0
    }
}

@media only screen and (max-width:575.98px) {
    .footer-widget {
        margin-bottom: 30px !important
    }

    .footer-widget:nth-child(4) {
        margin-bottom: 0 !important
    }
}

.breadcrumb-section {
    padding: 150px 0;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.breadcrumb-content {
    position: relative;
    z-index: 77
}

.bread-crumb-title {
    font-size: 2.2rem;
    color: #fff
}

.breadcrumb-link {
    margin-top: 20px
}

.breadcrumb-link>li {
    display: inline-block;
    color: #fff
}

.breadcrumb-link>li.active::before {
    content: "\f30b";
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    font-family: "font awesome 5 free", sans-serif;
    font-weight: 600;
    color: #15db95
}

.blog-page-item {
    margin-bottom: 30px
}

.blog-item {
    border-radius: 10px
}

.pagination-wrap {
    margin-top: 50px
}

.pagination-link {
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-right: 2px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    background-position: center;
    background: #fff;
    border: 1px solid #f0f0f0
}

.pagination-link:hover,
.pagination-link.active {
    background: #03c;
    color: #fff !important;
    border-color: transparent
}

.pagination-link:last-child {
    margin-right: 0
}

.blog-post-desc>p {
    margin-bottom: 20px
}

.blog-post-desc>p:last-child {
    margin-bottom: 30px
}

.blog-single-meta {
    padding: 20px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.blog-single-meta-box>span>i {
    color: #03c;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: #e8eafd;
    text-align: center;
    border-radius: 50%
}

.blog-single-meta-box>span {
    margin-right: 10px
}

.blog-single-meta-box>span:last-child {
    margin-right: 0
}

.blog-single-meta-box>a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: #e8eafd;
    color: #03c;
    text-align: center;
    margin-right: 5px
}

.blog-single-meta-box>a:hover {
    background: #03c;
    color: #fff !important
}

.blog-post-quote blockquote {
    padding: 30px;
    border-left: 5px solid #03c;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 51, 204, .1);
    border-radius: 5px
}

.blog-post-quote blockquote p {
    font-style: italic;
    font-size: 1.125rem
}

.blog-post-quote blockquote p strong {
    margin-top: 10px;
    display: block;
    color: #111
}

.blog-subheadline {
    margin: 30px 0
}

.blog-subheadline span {
    margin-right: 15px
}

.blog-title-subline {
    margin-bottom: 20px
}

.comment-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.sub-comment-item {
    margin-left: 120px
}

.comment-item-title {
    margin-bottom: 10px
}

.comment-item img {
    border-radius: 50%;
    margin-right: 20px
}

.comment-meta {
    margin-bottom: 10px
}

.comment-meta span {
    display: inline-block;
    margin-right: 10px;
    color: #333;
    font-size: 15px
}

.comment-meta span i {
    margin-right: 10px;
    color: #03c
}

.reply-btn {
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
    color: #000 !important
}

.reply-btn i {
    vertical-align: -1px;
    display: inline-block
}

.blog-post-sidebar .blog-widgets {
    margin-bottom: 30px
}

.blog-title {
    position: relative
}

.blog-title-margin {
    margin-bottom: 30px
}

.blog-title::after {
    border-bottom: 2px solid #03c;
    content: "";
    display: block;
    margin: 20px auto 20px 0;
    position: relative;
    width: 50px;
    z-index: 1
}

.blog-title::before {
    border-bottom: 2px solid rgba(0, 0, 0, .06);
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%
}

.blog-widgets .blog-search-form {
    width: 100%;
    border: none;
    color: #100e17
}

.blog-widgets .blog-search-btn {
    position: absolute;
    background: #03c;
    color: #fff;
    top: 0;
    right: 0;
    border: none;
    width: 60px;
    outline: none;
    height: 100%;
    border-radius: 0 5px 5px 0
}

.recent-post-item {
    margin-bottom: 14px
}

.recent-post-item .recent-post-img {
    float: left
}

.recent-post-item .recent-post-title {
    font-size: 1rem;
    margin-bottom: 8px;
    line-height: 1.5
}

.recent-post-item .recent-post-title:hover {
    color: #03c
}

.recent-post-details>a {
    color: #03c
}

.recent-post-date {
    font-size: 15px
}

.recent-post-date i {
    margin-right: 8px;
    color: #03c
}

.blog-category-list li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0
}

.blog-category-list>li:hover>a {
    color: #03c;
    text-decoration: underline
}

.blog-category-list>li>a>.category-count {
    float: right
}

.blog-tags li {
    float: left
}

.blog-tags li a {
    display: inline-block;
    color: #000;
    padding: 10px;
    margin: 3px;
    font-size: 14px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 51, 204, .1)
}

.blog-tags li:hover a {
    background: #03c;
    color: #fff
}

@media only screen and (min-width:1199.98px) {
    .blog-page-item {
        margin-bottom: 30px
    }

    .blog-page-item:nth-child(8) {
        margin-bottom: 0
    }

    .blog-page-item:nth-child(7) {
        margin-bottom: 0
    }
}

@media only screen and (max-width:991.98px) {
    .blog-sidebar-wrap {
        margin-top: 50px
    }
}

@media only screen and (max-width:575.98px) {
    .blog-single-meta {
        justify-content: flex-start !important;
        flex-direction: column;
        align-items: flex-start !important
    }

    .blog-single-meta .blog-single-meta-box>span {
        display: block;
        margin-bottom: 10px
    }

    .sub-comment-item {
        margin-left: 0
    }
}

.signup-title {
    color: #fff;
    font-weight: 400
}

.signup-form-header {
    padding: 20px;
    background: #15db95;
    color: #fff;
    text-align: center;
    border-radius: 5px 5px 0 0
}

.signup-form-inner {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 0 0 5px 5px
}

.signup-form-group {
    position: relative;
    overflow: hidden
}

.signup-form-control,
.signup-form-btn {
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.signup-form-control {
    margin-bottom: 20px;
    height: 60px;
    color: #000;
    outline: none;
    padding: 0 50px 0 20px;
    font-size: .9rem;
    border: none;
    width: 100%;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 51, 204, .1)
}

.signup-form-control:focus {
    outline: none;
    border: none;
    color: #100e17;
    -webkit-box-shadow: 0 10px 26px 0 rgba(0, 51, 204, .15);
    box-shadow: 0 10px 26px 0 rgba(0, 51, 204, .15)
}

.signup-form-btn {
    width: 100%;
    border: none;
    outline: none;
    display: block;
    border-radius: 5px;
    padding: 20px 40px;
    color: #fff !important;
    background: #15db95;
    text-transform: capitalize;
    -webkit-box-shadow: 0 10px 16px 0 rgba(21, 219, 150, .15);
    box-shadow: 0 10px 16px 0 rgba(21, 219, 150, .15)
}

.signup-form-group>span {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: #81888f;
    border-radius: 0 5px 5px 0
}

.signup-form-pt {
    padding-top: 20px
}

.custom-control-label {
    vertical-align: middle
}

.custom-control-label::before {
    background-color: #fff;
    border: #15db95 solid 1px;
    box-shadow: none !important
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #15db95;
    background-color: #15db95
}

@media only screen and (max-width:991.98px) {
    .signup-form-wrap {
        text-align: center;
        background-position: 100% 0
    }

    .signup-form-bg {
        padding-top: 150px;
        padding-bottom: 100px;
        height: auto !important
    }

    .signup-form-wrap {
        margin-top: 50px
    }
}

@media only screen and (max-width:575.98px) {
    .signup-form-bg {
        padding-top: 150px;
        padding-bottom: 100px;
        height: auto !important
    }

    .signup-form-header,
    .signup-form-inner {
        padding: 15px
    }
}

.bg-jarallax-overlay {
    position: relative;
    background: 0 0
}

.bg-jarallax-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff !important;
    background-position: center;
    background: #222;
    background-size: 200% auto;
    opacity: .75
}

.hero-slider-wrap {
    background: initial
}

.hero-slider-wrap .vegas-overlay {
    background: #222;
    opacity: .75
}

.intro-hero-title span {
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    max-width: max-content;
    padding: 10px 20px;
    margin: 0 auto 15px;
    border: 2px solid #fff
}

.intro-hero-title {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 500
}

.intro-hero-subtitle {
    font-size: 1rem;
    margin-bottom: 50px;
    color: #fff;
    opacity: .9
}

.inner-pages-bg {
    background: #e5faf7
}

.demo-section,
.intro-features {
    padding: 100px 0
}

.demo-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1)
}

.demo-item:hover {
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1)
}

.demo-item .demo-item-link {
    padding: 30px;
    display: block;
    color: #000;
    background: #fff;
    font-weight: 600;
    font-size: 1.125rem;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.demo-item:hover .demo-item-link {
    background: #03c;
    color: #fff
}

.demo-img {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-size: cover
}

.demo-img a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

@media only screen and (min-width:767.98px) {

    .demo-margin-resp:last-child .demo-item,
    .demo-margin-resp:nth-child(7) .demo-item,
    .demo-margin-inner-page:last-child .demo-item,
    .demo-margin-inner-page:nth-child(1) .demo-item {
        margin-bottom: 0
    }
}

@media only screen and (max-width:767.98px) {
    .demo-margin-resp:last-child .demo-item {
        margin-bottom: 0
    }

    .demo-margin-inner-page:last-child .demo-item {
        margin-bottom: 0
    }
}

@media only screen and (max-width:575.98px) {
    .intro-hero-title>span {
        font-size: 2.5rem
    }

    .intro-hero-title {
        font-size: 1.6rem
    }
}

.size {
    width: 30%
}

.jiangchi {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.item {
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #a1a1b3;
}

.actvie-item {
    font-weight: 700;
    font-size: 24px;
    color: #000;
}

.marginOrder {
    margin: 15px auto !important;
    background-color: #fff !important;
    width: calc(100% - 30px) !important;
    max-width: 1200px !important;
    padding: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 51, 204, 0.1) !important;
    border-radius: 16px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.marginOrder:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 51, 204, 0.15) !important;
}

.marginOrder .title {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    margin-bottom: 20px;
}

#IssueList {
    margin: 0px 0px;
    padding: 0;
    list-style: none;
    height: 200px;
    width: 100%;
    overflow: hidden;
}

#IssueList li {
    font-size: 13px;
    line-height: 20px;
}

.disFlex {
    display: flex;
    justify-content: space-between;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ExchangeBtn {
    margin-top: 30px !important;
    margin-left: 20px;
}

.ExchangeBtnNormal {
    padding: 5px 0 !important;
    border-radius: 9px 9px 0 0;
    background-color: #ebf2fb;
    width: 30%;
    text-align: center;
}
.mine_shouyi {
    /*padding: 5px 0 !important;*/
    border-radius: 9px 9px 0 0;
    background:#235486;
    width: 100%;
    /*text-align: center;*/
    color: #fff !important;
    display: flex;  
    flex-wrap:wrap;
    align-items: center;
    /*justify-content: space-between;*/
}


.mine_shouyi>.items{
      flex:0 0 33.3%; 
      line-height: 32px;
      text-align: center;
    }
.income_rate{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    border-bottom: 1px solid #eee;
}

.income_rate>.rate_item{
    flex: 1;
    flex:0 0 33.3%; 
    line-height: 32px;
    text-align: center;
}
.boxRow {
    height: 200px;
    overflow: hidden;
}

.box {
    position: relative;
}

.box1,
.box2 {
    position: absolute;
}

.contentItem {
    margin: 0 20px 20px;
    box-shadow: 3px 6px 10px 0 rgb(0 0 0/5%) !important;
    padding: 20px;
}

#numInput {
    border: 0;
}

.rowBettow {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.contentItem .contentItemtitle {
    padding: 5px;
}

.titleChange {
    color: #fff;
    background: #FF8517;
}

.itemTitle .itemTit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgb(236, 236, 236);
}

.itemTitle .item_wrap {
    display: none;
    margin: 10px;
}
.shenji{ display:flex; justify-content:center;}
.shenji>div{ justify-content:space-between}
.hezuo{display:flex; justify-content:center;flex-wrap: wrap}
.hezuo>div{ flex:0 0 33.3%}