@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800|Roboto:300,400,500&amp;display=swap';

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: poppins, Arial, Helvetica, sans-serif;
    color: #033742;
    overflow-x: hidden
}

img {
    height: auto;
    width: 100%
}

ul {
    padding: 0;
    margin: 0
}

ul>li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin-bottom: 1rem
}

@media screen and (min-width:768px) {
    h1 {
        line-height: 1.2;
        margin-bottom: 1.25rem
    }
}

p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-family: roboto, Arial, Helvetica, sans-serif;
    color: #010f11
}

a {
    color: #033742;
    transition: all .3s ease-in-out
}

a:hover,
a:focus {
    color: #0bb1d3;
    text-decoration: none;
    outline: none
}

.btn {
    background-color: #0bb1d3;
    font-weight: 400;
    padding: 12px 24px;
    border: none;
    color: #fff;
    transition: all .3s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}
.btn1 {
    background-color: #fff;
    font-weight: 400;
    padding: 10px 24px;
    border: 1.5px solid #0bb1d3;
    color: #0bb1d3;
    transition: all .3s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


.btn.btn-sm {
    padding: 6px 12px;
    font-size: 12px
}

.btn.btn-md {
    padding: 10px 44px;
    font-size: 14px
}

.btn.btn-lg {
    padding: 13px 44px;
    font-size: 18px
}

.btn.btn-xl {
    padding: 20px 48px;
    font-size: 20px
}

.btn.btn-outline {
    border: 2.5px solid #fff;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

@media(max-width:767.98px) {
    .btn.btn-lg {
        padding: 8px 22px;
        font-size: 1rem
    }
}

.btn:hover,
.btn:focus {
    background-color: #0bb1d3;
    color: #fff;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    box-shadow: 5px 5px 30px rgba(68, 68, 68, .4)
}

.btn.btn-outline:hover {
    border: 2.5px solid #0bb1d3
}

.pd-120 {
    padding: 120px 0
}

.pt-120 {
    padding-top: 120px
}

.pd-100 {
    padding: 100px 0
}

.pd-80 {
    padding: 80px 0
}

.mg-120 {
    margin: 120px 0
}

.mg-100 {
    margin: 100px 0
}

.mg-80 {
    margin: 80px 0
}

.bg-image {
    background: rgba(0, 0, 0, .5);
    background-blend-mode: color-burn;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.bg-color {
    background-color: #e6f4f1
}

.home-wrapper {
    padding: 120px 0 200px;
    position: relative
}

.home-wrapper-full {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    position: relative
}

.bg-overlay {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-center {
    position: relative;
    display: table;
    width: 100%;
    height: 100%
}

.home-center-desc {
    display: table-cell;
    vertical-align: middle
}

.opa {
    position: relative;
    z-index: 1
}

.justify-vertical {
    display: flex;
    align-items: center;
    justify-content: center
}

.no-gutter>.col,
.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 15px;
    z-index: 1030;
    margin-bottom: 0;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600;
    color: #444
}

.navbar .navbar-brand:hover {
    color: #0bb1d3
}

.navbar .navbar-brand img {
    width: 150px;
    height: 50px
}

@media(max-width:575.98px) {
    .navbar .navbar-brand img {
        width: 120px;
        height: auto
    }
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
    margin-left: 5px;
    font-weight: 500
}

.navbar .nav-item .nav-link.active {
    color: #fff
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link:focus {
    color: #0bb1d3
}

.btn-header {
    padding: 8px 22px
}

.btn-header:hover {
    box-shadow: 0 0 20px 10px rgba(11, 178, 211, .5)
}

.navbar .dropdown:hover .dropdown-menu,
.navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity .3s linear;
    -moz-transition: visibility 0s, opacity .3s linear;
    -ms-transition: visibility 0s, opacity .3s linear;
    -o-transition: visibility 0s, opacity .3s linear;
    z-index: 1040
}

.sticky {
    background-color: #323232;
    transition: all .5s ease-in-out;
    padding: 10px 15px;
    z-index: 1030
}

.sticky .nav-item .nav-link.active {
    color: #0bb1d3
}

.sticky .navbar-brand {
    color: #fff
}

@media(max-width:991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 72px;
        bottom: 0;
        left: -100%;
        width: 300px;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #323232;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility
    }

    .offcanvas-collapse.open {
        left: 0;
        visibility: visible
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d
}

.nav-underline .nav-link:hover {
    color: #76a3e2
}

.nav-underline .active {
    font-weight: 500;
    color: #323232
}

.hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #ecf0f1;
    display: block;
    margin: 7px auto;
    transition: all .3s ease-in-out
}

.hamburger:hover {
    cursor: pointer
}

#hamburger {
    display: block;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

#hamburger.is-active {
    display: block;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

#hamburger.is-active .line:nth-child(1) {
    width: 15px
}

#hamburger.is-active .line:nth-child(2) {
    width: 20px
}

.hero-1 {
    background: #f8f5ff url(../img/bg-hero-1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 58%;
    padding: 180px 0;
    z-index: 10
}

.hero-2 {
    background: #fff url(../img/bg-hero-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 180px 0 210px;
    z-index: 10
}

.hero-3 {
    background: #fff url(../img/bg-hero-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 80px;
    margin-bottom: 80px;
    z-index: 10
}

.hero-4 {
    background: #fff url(../img/bg-hero-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 80px;
    margin-bottom: 80px;
    z-index: 10
}

.hero-5 {
    background: #fff url(../img/bg-hero-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 180px 0 210px;
    z-index: 10
}

.hero-1 .sub-header {
    padding: 120px 0 100px
}

.hero-1 .btn.btn-1,
.hero-1 .btn.btn-2 {
    margin: 10px 0;
    background-color: transparent;
    color: #444;
    border: 4px solid;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.hero-1 .btn.btn-1:hover,
.hero-1 .btn.btn-2:hover {
    background-color: transparent
}

.hero-1 .btn.btn-1 {
    -o-border-image: linear-gradient(135deg, #0BB1D3, #9F2FFF) 1;
    border-image: linear-gradient(135deg, #0BB1D3, #9F2FFF) 1
}

.hero-1 .btn.btn-2 {
    -o-border-image: linear-gradient(135deg, #FDB99B, #CF8BF3) 1;
    border-image: linear-gradient(135deg, #FDB99B, #CF8BF3) 1
}

.hero-1 .hero-img img,
.hero-2 .hero-img img {
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate
}

.hero-1 .hero-img img {
    width: 60%
}

.hero-2 .sub-header {
    padding: 100px 0 60px
}

.hero-2 .btn,
.hero-3 .btn,
.hero-4 .btn,
.hero-5 .btn {
    margin: 10px 0
}

.hero-3 .sub-header,
.hero-4 .sub-header {
    padding: 120px 0 40px
}

.hero-3 .hero-img,
.hero-4 .hero-img {
    width: 75%;
    margin: -80px auto 0;
    transform: translateY(150px);
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px)
}

.hero-5 .loginform {
    background-color: #fff;
    padding: 40px 20px;
    margin: 20px 0;
    box-shadow: 3px 3px 30px 10px rgba(0, 0, 0, .2);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.loginform input.form-control,
.loginform textarea.form-control {
    border: 1px solid #0bb1d3;
    margin: 5px 0 10px;
    background: 0 0
}

.loginform input.form-control:hover,
.loginform textarea.form-control:hover,
.loginform input.form-control:focus,
.loginform textarea.form-control:focus {
    border: 1px solid #0bb1d3;
    box-shadow: none;
    background: 0 0
}

@media(max-width:991.98px) {
    .hero-1 {
        padding: 120px 0 100px
    }

    .hero-1 .hero-img img {
        width: 80%;
        margin-top: 80px
    }
}

@media(max-width:767.98px) {
    .hero-1 .hero-img img {
        width: 100%;
        margin-top: 0
    }

    .hero-1 .sub-header {
        padding: 80px 0
    }

    .hero-2 .sub-header {
        padding: 100px 0
    }

    .hero-5 .loginform h2 {
        font-size: calc(100% + 2vw)
    }
}

@media(max-width:479.98px) {
    .sub-header h1 {
        font-size: calc(100% + 3vw)
    }

    .hero-2 .sub-header {
        padding: 100px 0 60px
    }

    .hero-3 .hero-img,
    .hero-4 .hero-img {
        width: 100%
    }
}

@media(min-width:768px) {
    .hero-1 .sub-header h1 {
        font-size: 3.4rem
    }

    .hero-1 .sub-header p {
        font-weight: 500;
        margin: 30px 0
    }
}

@media(min-width:320px) and (max-width:991.98px) {
    .hero-2 {
        background: #fff url(../img/bg-hero-2.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        padding: 180px 0 250px;
        z-index: 10
    }
}

.app-item {
    padding: 28px 16px 32px;
    margin: 20px 0;
    text-align: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border: 5px solid;
    -o-border-image: linear-gradient(-320deg, #0BB1D3, #9F2FFF) 1;
    border-image: linear-gradient(-320deg, #0BB1D3, #9F2FFF) 1;
    overflow: hidden
}

.app-item:hover {
    transition: all .2.5s ease-in-out;
    -webkit-transition: all .2.5s ease-in-out;
    -moz-transition: all .2.5s ease-in-out;
    -ms-transition: all .2.5s ease-in-out;
    -o-transition: all .2.5s ease-in-out
}

.app-item img {
    width: 100px;
    height: 100px
}

.app-item h3 {
    margin: 20px 0
}

@media(max-width:767.98px) {
    .app-item h3 {
        font-size: calc(100% + 2vw)
    }
}

.video-content {
    padding: 120px 30px;
    background: linear-gradient(60deg, #0BB1D3, #9F2FFF);
    color: #fff;
    box-shadow: 20px 0 30px 10px #0bb1d3;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.video-content h2 {
    margin: 22px 0;
    font-size: 36px;
    line-height: 1.3;
    width: 80%
}

.video-content .btn {
    background-color: #fff;
    color: #0bb1d3
}

.video-wrap {
    position: relative
}

@media(max-width:767.98px) {
    .video-content {
        padding: 80px 20px;
        background: linear-gradient(60deg, #0BB1D3, #9F2FFF);
        color: #fff;
        box-shadow: 0 0 12px 10px rgba(11, 178, 211, .2);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }

    .video-content h2 {
        font-size: calc(100% - -4vw)
    }

    .video-wrap img {
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        z-index: 1
    }

    .video-wrap .icon {
        position: absolute;
        top: 40%;
        left: 40%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #0bb1d3;
        text-align: center;
        box-shadow: 10px 10px 50px rgba(11, 178, 211, .8);
        border-radius: 20px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        z-index: 2
    }

    .video-wrap .icon i {
        font-size: 16px;
        color: #0bb1d3
    }
}

@media(min-width:768px) {
    .video-wrap img {
        position: absolute;
        top: 50px;
        right: 0;
        width: 350px;
        height: 350px;
        -o-object-fit: cover;
        object-fit: cover;
        box-shadow: 20px 10px 30px 10px #0bb1d3;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        z-index: 1
    }

    .video-wrap .icon {
        position: absolute;
        top: 185px;
        left: 35%;
        width: 90px;
        height: 90px;
        line-height: 100px;
        background: #0bb1d3;
        text-align: center;
        box-shadow: 10px 10px 50px rgba(11, 178, 211, .8);
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        z-index: 2
    }

    .video-wrap .icon i {
        font-size: 26px;
        color: #0bb1d3
    }
}

@media(min-width:992px) {
    .video-wrap .icon {
        position: absolute;
        top: 170px;
        left: -225px;
        width: 90px;
        height: 90px;
        line-height: 100px;
        background: #0bb1d3;
        text-align: center;
        box-shadow: 10px 10px 50px rgba(11, 178, 211, .8);
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        z-index: 2
    }
}

.app2-content h6 {
    color: #0bb1d3;
    font-size: 500;
    margin-bottom: 16px
}

.app2-content h2 {
    font-size: 48px
}

.app2-content ul {
    display: flex
}

.app2-content li {
    margin: 20px 10px
}

.app2-content li img {
    width: 90px;
    height: 90px
}

.app2-content li h4 {
    margin: 20px 0
}

.app2-wrap {
    position: relative;
    margin: 40px 0
}

@media(max-width:991.98px) {
    .app2-wrap .feature1 {
        display: none
    }
}

@media(max-width:767.98px) {
    .app2-content h2 {
        font-size: 32px
    }

    .app2-content ul {
        display: block
    }

    .app2-content li {
        margin: 20px 0
    }
}

@media(max-width:575.98px) {
    .app2-content h2 {
        font-size: 24px
    }
}

@media(min-width:992px) {
    .app2-wrap .feature1 {
        position: absolute;
        top: 0;
        left: 40%;
        width: 60%;
        height: 500px;
        -o-object-fit: contain;
        object-fit: cover;
        -o-object-position: top center;
        object-position: top center;
        animation: ImgBounce2 8s infinite alternate;
        -webkit-animation: ImgBounce2 8s infinite alternate;
        z-index: 2
    }

    .app2-wrap .feature1-img {
        position: absolute;
        top: 75px;
        left: 30px;
        z-index: 1;
        width: 80%
    }
}

.app3 {
    position: relative
}

.app3-content h6 {
    color: #0bb1d3;
    font-size: 500;
    margin-bottom: 16px
}

.app3-content h2 {
    font-size: 48px
}

.app3-content li {
    display: flex;
    align-items: center;
    margin: -10px 10px
}

.app3-content .app3-con_item {
    padding: 5px 25px
}

.app3-content li img {
    width: 72px;
    height: 72px
}

.app3-content li h4 {
    margin: 16px 0;
    font-size: 20px
}

@media(max-width:767.98px) {
    .app3-content h2 {
        font-size: calc(100% - -5vw)
    }

    .app3-content li {
        display: block;
        margin: 0
    }

    .app3-content .app3-con_item {
        padding: 0
    }
}

@media(max-width:991.98px) {

    .app3-banner-1,
    .app3-banner-2,
    .app3-banner-3 {
        display: none
    }
}

@media(min-width:992px) {
    .app3-wrap .feature2 {
        position: absolute;
        margin: 80px 0;
        margin-right: 20px;
        top: 0;
        left: 0;
        width: 120%;
        transform: translateX(-110px);
        -webkit-transform: translateX(-110px);
        -moz-transform: translateX(-110px);
        -ms-transform: translateX(-110px);
        -o-transform: translateX(-110px);
        z-index: 0
    }

    .app3-banner-1 {
        z-index: 4;
        position: absolute;
        top: -30px;
        left: 0;
        width: 350px;
        animation: ImgBounce2 5s alternate infinite;
        -webkit-animation: ImgBounce2 5s alternate infinite;
        box-shadow: 0 0 50px 20px rgba(0, 0, 0, .1)
    }

    .app3-banner-2 {
        z-index: 4;
        position: absolute;
        top: 36%;
        right: 50px;
        width: 180px;
        animation: ImgBounce 5s alternate infinite;
        -webkit-animation: ImgBounce 5s alternate infinite;
        box-shadow: 0 0 50px 20px rgba(0, 0, 0, .1)
    }

    .app3-banner-3 {
        z-index: 4;
        position: absolute;
        top: 42%;
        left: 20px;
        width: 180px;
        animation: ImgBounce3 5s alternate infinite;
        -webkit-animation: ImgBounce3 5s alternate infinite;
        box-shadow: 0 0 50px 20px rgba(0, 0, 0, .1)
    }
}

@media(min-width:1100px) {
    .app3-banner-3 {
        z-index: 4;
        position: absolute;
        top: 60%;
        left: 0;
        transform: translateX(-25px);
        width: 180px;
        animation: ImgBounce3 5s alternate infinite;
        -webkit-animation: ImgBounce3 5s alternate infinite;
        -webkit-transform: translateX(-25px);
        -moz-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        -o-transform: translateX(-25px);
        box-shadow: 0 0 50px 20px rgba(0, 0, 0, .1)
    }
}

.price {
    position: relative
}

.price-bg {
    padding: 120px 0;
    background: linear-gradient(90deg, #0BB1D3, #9F2FFF);
    text-align: center;
    z-index: 0
}

.price-title h6 {
    font-size: 20px;
    font-weight: 500;
    color: #fff
}

.price-title h2 {
    font-size: 48px;
    color: #fff
}

.price-item {
    padding: 40px 15px;
    margin: 20px 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 20px 10px rgba(11, 178, 211, .1);
    transition: all .5s ease-in-out;
    border-radius: 10px 20px;
    -webkit-border-radius: 10px 20px;
    -moz-border-radius: 10px 20px;
    -ms-border-radius: 10px 20px;
    -o-border-radius: 10px 20px
}

.price-item h4 {
    color: #0bb1d3;
    font-weight: 500
}

.price-item span {
    margin: 28px 0;
    font-size: 60px;
    display: block
}

.price-item span>b {
    font-size: 26px
}

.price-item ul>li {
    margin: 12px 0
}

.price-item li>i.fa-check {
    color: #adff2f;
    margin-right: 5px
}

.price-item li>i.fa-times {
    color: red;
    margin-right: 5px
}

.price-item .btn {
    margin: 20px 0
}

.price-item .note {
    margin: 20px 0;
    font-size: 14px
}

.price-item:hover {
    box-shadow: 0 0 50px 10px rgba(158, 47, 255, .1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.price-item:hover h4 {
    color: #9f2fff
}

@media(max-width:767.98px) {
    .price-title h2 {
        font-size: calc(100% - -5vw)
    }

    .price-item span {
        margin: 28px 0;
        font-size: 38px;
        display: block
    }

    .price-item span>b {
        font-size: 18px
    }
}

@media(min-width:992px) {
    .price-bg {
        padding: 120px 0 330px
    }

    .price-content {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        z-index: 1;
        transform: translateY(40%);
        -webkit-transform: translateY(40%);
        -moz-transform: translateY(40%);
        -ms-transform: translateY(40%);
        -o-transform: translateY(40%)
    }
}

.feedback {
    position: relative;
    padding: 0 0 120px
}

.feedback h6 {
    font-size: 20px;
    font-weight: 500;
    color: #0bb1d3
}

.feedback h2 {
    font-size: 48px
}

.swiper-feedback .swiper-slide {
    padding: 50px 12%;
    display: flex;
    align-items: center;
    align-content: center;
    overflow: hidden
}

.swiper-feedback img {
    width: 150px;
    height: 150px;
    margin-right: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px)
}

.swiper-pagination-bullet {
    background: #000;
    opacity: .5
}

.swiper-pagination-bullet-active {
    background: #0bb1d3;
    opacity: 1
}

@media(max-width:991.98px) {
    .swiper-feedback .swiper-slide {
        padding: 50px 60px;
        display: block
    }

    .swiper-feedback img {
        width: 100px;
        height: 100px;
        margin: auto
    }

    .swiper-feedback .swiper-slide p {
        font-size: calc(100% - 4px);
        margin: 20px 0
    }

    .swiper-feedback .swiper-slide h6 {
        font-size: calc(100% - 4px)
    }
}

@media(max-width:767.98px) {
    .feedback h2 {
        font-size: calc(100% - -5vw)
    }

    .swiper-feedback .swiper-slide {
        padding: 20px 10px;
        display: block
    }
}

@media(min-width:992px) {
    .feedback {
        position: relative;
        padding: 320px 0 120px
    }
}

.appscreen-title h6 {
    font-size: 20px;
    font-weight: 500;
    color: #0bb1d3
}

.appscreen-title h2 {
    font-size: 48px
}

.swiper-appscreen img {
    box-shadow: 0 0 50px 10px rgba(11, 178, 211, .1)
}

.appdownload {
    padding: 120px 0;
    background: linear-gradient(90deg, #0BB1D3, #9F2FFF)
}

.appdownload h3 {
    font-size: 48px
}

.appdownload-item a {
    margin: 10px 0
}

.appdownload-item .btn {
    background-color: #fff;
    color: inherit
}

.appdownload-item span {
    font-size: 14px;
    display: block;
    color: #fff
}

@media(max-width:767.98px) {
    .appscreen-title h2 {
        font-size: calc(100% - -5vw)
    }

    .appdownload h3 {
        font-size: calc(100% - -4vw)
    }
}

@media(min-width:992px) {
    .appdown {
        position: relative;
        margin: 400px 0 0
    }

    .appscreen-title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 40px 9%;
        width: 75%;
        transform: translateY(-190%);
        -webkit-transform: translateY(-190%);
        -moz-transform: translateY(-190%);
        -ms-transform: translateY(-190%);
        -o-transform: translateY(-190%)
    }

    .swiper-appscreen {
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(-240px);
        -webkit-transform: translateY(-240px);
        -moz-transform: translateY(-240px);
        -ms-transform: translateY(-240px);
        -o-transform: translateY(-240px)
    }

    .appdownload {
        padding: 32% 0 120px;
        background: linear-gradient(90deg, #0BB1D3, #9F2FFF);
        z-index: 0
    }
}

.faq {
    padding: 120px 0 0
}

.faq h6 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #0bb1d3
}

.faq .title {
    font-size: 48px;
    text-align: center
}

.accordion {
    border: 5px solid;
    -o-border-image: linear-gradient(-320deg, #0BB1D3, #9F2FFF) 1;
    border-image: linear-gradient(-320deg, #0BB1D3, #9F2FFF) 1;
    margin: 40px 0
}

.accordion .card {
    border: none
}

.accordion>.card>.card-header {
    position: relative;
    background: 0 0;
    padding: 1rem 1.25rem
}

.accordion .card-header {
    border-bottom: none
}

.accordion .card-header h2 {
    font-size: 24px;
    font-family: inherit;
    font-weight: 600
}

.accordion .card-header button {
    background-color: transparent;
    border: none;
    font-weight: 600
}

.accordion .card .card-title.collapsed::before {
    content: '\f067';
    font-family: fontawesome;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    color: #0bb1d3;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.accordion .card .card-title::before {
    content: '\f068';
    font-family: fontawesome;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    color: #9f2fff;
    transition: all .3s ease-in-out
}

@media(max-width:767.98px) {
    .faq .title {
        font-size: calc(100% - -5vw)
    }

    .accordion .card-header h2 {
        font-size: 20px;
        font-weight: 500
    }
}

@media(max-width:479.98px) {
    .accordion .card-header h2 {
        font-size: 18px
    }
}

.blog {
    padding: 120px 0 0
}

.blog h6 {
    font-size: 20px;
    font-weight: 500;
    color: #0bb1d3
}

.blog h2 {
    font-size: 48px
}

.blog-item {
    box-shadow: 0 0 10px 0 rgba(11, 178, 211, .1);
    transition: all .3s ease-in-out;
    margin: 20px 0
}

.blog-item:hover {
    box-shadow: 0 0 50px 0 rgba(211, 11, 111, .15)
}

.blog-item .blog-thumb {
    position: relative;
    overflow: hidden
}

.blog-item .blog-thumb img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.blog-thumb img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.blog-content {
    padding: 20px 8px
}

.blog-content ul {
    display: flex;
    margin: 16px 0
}

.blog-content ul>i,
.blog-content ul>li {
    margin: 0 7px
}

@media(max-width:767.98px) {
    .blog h2 {
        font-size: calc(100% - -5vw)
    }
}

.contact h6 {
    font-size: 20px;
    font-weight: 500;
    color: #0bb1d3
}

.contact h2 {
    font-size: 48px
}

.contactform {
    background: linear-gradient(90deg, #0BB1D3, #9F2FFF);
    border-radius: 30px;
    padding: 120px 150px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px
}

.contactform input.form-control::-webkit-input-placeholder,
.contactform textarea.form-control::-webkit-input-placeholder {
    color: #fff
}

.contactform input.form-control::-moz-placeholder,
.contactform textarea.form-control::-moz-placeholder {
    color: #fff
}

.contactform input.form-control:-ms-input-placeholder,
.contactform textarea.form-control:-ms-input-placeholder {
    color: #fff
}

.contactform input.form-control::-ms-input-placeholder,
.contactform textarea.form-control::-ms-input-placeholder {
    color: #fff
}

.contactform input.form-control::placeholder,
.contactform textarea.form-control::placeholder {
    color: #fff
}

.contactform input.form-control,
.contactform textarea.form-control {
    border: none;
    border-bottom: 2px solid #0bb1d3;
    margin: 20px 0;
    background: 0 0;
    color: #fff
}

.contactform input.form-control:hover,
.contactform textarea.form-control:hover,
.contactform input.form-control:focus,
.contactform textarea.form-control:focus {
    border-bottom: 2px solid #0bb1d3;
    box-shadow: none;
    background: 0 0
}

@media(max-width:991.98px) {
    .contactform {
        padding: 120px 100px
    }
}

@media(max-width:767.98px) {
    .contactform {
        padding: 80px 5px;
        border-radius: 0
    }

    .contact h2 {
        font-size: calc(100% - -5vw)
    }
}

footer {
    padding: 120px 0 0
}

.footer-item h4 {
    margin: 20px 0 40px
}

.footer-item ul>li {
    margin: 12px 2px
}

@-webkit-keyframes ImgBounce {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px)
    }
}

@keyframes ImgBounce {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px)
    }
}

@-webkit-keyframes ImgBounce2 {
    0% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px)
    }

    50% {
        transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px)
    }

    100% {
        transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px)
    }
}

@keyframes ImgBounce2 {
    0% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px)
    }

    50% {
        transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px)
    }

    100% {
        transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px)
    }
}

@-webkit-keyframes ImgBounce3 {
    0% {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }

    100% {
        transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px)
    }
}

@keyframes ImgBounce3 {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px)
    }
}

@-webkit-keyframes bubbleMover {
    0% {
        transform: translateY(0px) translateX(0) rotate(0)
    }

    30% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: center center
    }

    50% {
        transform: translateY(50px) translateX(100px) rotate(45deg);
        transform-origin: right bottom
    }

    80% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: left top
    }

    100% {
        transform: translateY(0px) translateX(0) rotate(0);
        transform-origin: center center
    }
}

@keyframes bubbleMover {
    0% {
        transform: translateY(0px) translateX(0) rotate(0)
    }

    30% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: center center
    }

    50% {
        transform: translateY(50px) translateX(100px) rotate(45deg);
        transform-origin: right bottom
    }

    80% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: left top;
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        -moz-transform: translateY(30px) translateX(50px) rotate(15deg);
        -ms-transform: translateY(30px) translateX(50px) rotate(15deg);
        -o-transform: translateY(30px) translateX(50px) rotate(15deg)
    }

    100% {
        transform: translateY(0px) translateX(0) rotate(0);
        transform-origin: center center
    }
}