@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Monoton);
body, html {
    padding: 0;
    margin: 0;
    font-family: Jost, sans-serif
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-40 {
    padding-bottom: 40px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212529;
    font-weight: 700
}
.navbar {
    background-color: #fff;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: .6s;
    transition: .6s
}
.menu-shrink {
    box-shadow: 0 2px 8px rgb(221, 221, 221, .5)
}
a {
    transition: .6s;
    text-decoration: none;
    display: block;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
}
.bg-fafafa {
    background-color: #fafafa;
}
.bg-f5f5f5 {
    background-color: #f5f5f5;
}
a:hover {
    text-decoration: none
}
.navbar .container {
    position: relative;
}
.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: #5b5b98;
    padding: 0 15px;
    font-weight: 500
}
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
    color: #fc3b50
}
.navbar-nav .nav-item.active .nav-link {
    color: #fc3b50
}
.default-btn {
    background-color: #44ce6f;
    color: #fff;
    padding: 15px 35px 10px;
    border-radius: 30px;
    font-size: 16px;
    display: inline-block;
    font-weight: 700
}
.default-btn i {
    margin-right: 2px
}
.default-btn:hover {
    background-color: #130947;
    color: #fff
}
.default-btn-two {
    background-color: #fc3b50;
    color: #fff;
    padding: 14px 35px;
    border-radius: 30px;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    margin-left: 5px
}
.default-btn-two i {
    margin-right: 2px
}
.default-btn-two:hover {
    background-color: #000;
    color: #fff;
    border-color: #ff612f
}
.new {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 13px;
    font-weight: 400;
    font-family: Helvetica;
    line-height: 1;
    color: #fff;
    background-color: #fc3b50;
    box-shadow: rgba(75, 109, 235, .57) 0 8px 19.74px -2px;
    z-index: 1;
    pointer-events: none;
    border-radius: 4px;
    padding: 8px 11px
}
.main-banner {
    position: relative;
    z-index: 1;
    padding-top: 180px;
    padding-bottom: 100px;
}
.d-table {
    height: 100%;
    width: 100%
}
.d-table-cell {
    vertical-align: middle
}
.main-banner-content h1 {
    font-size: 45px;
    margin: 0;
    line-height: 1.3
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212529
}
.main-banner-content h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500
}
.main-banner-content span {
    color: #fc3b50;
    display: inline-block
}
img {
    max-width: 100%
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}
.demo-area .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
    max-width: 1920px
}
.single-demo {
    text-align: center;
    position: relative;
    transition: .5s;
    margin-bottom: 60px
}
.single-demo img {
    width: 100%
}
.single-demo:hover {
    box-shadow: 0 20px 8px rgba(0, 0, 0, .06);
    transform: translateY(-5px)
}
.single-demo .image {
    box-shadow: 0 22px 70px rgba(0, 0, 0, .13);
    position: relative
}
.single-demo .content-two {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transition: .5s
}
.single-demo .content-two h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0
}
.cs-title,
.single-demo .content-two h3 a {
    color: #130947;
    padding: 20px 10px;
    transition: .5s;
    border-top: 1px solid #eee
}
.single-demo:hover .content-two h3 a {
    color: #fff;
    background: #fc3b50;
    border-color: #fc3b50
}
.demo-area .section-title {
    margin-bottom: 60px;
    margin-top: 30px
}
.features-area {
    background-color: #fafafa;
    padding: 100px 0 60px;
}
.section-title {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
    margin-top: -6px
}
.section-title h2 {
    font-weight: 600;
    max-width: 750px;
    font-size: 40px;
    margin: 0 auto
}
.section-title-bg {
    color: #f0f0f0;
    font-size: 85px;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    opacity: .5;
    font-family: Monoton, cursive;
    text-transform: uppercase;
    right: 0;
    transform: translateY(-50%)
}
.section-title ul {
    padding: 0;
    margin: 8px 0 0;
    list-style-type: none
}
.section-title ul li {
    display: inline-block;
    position: relative;
    margin: 0 15px;
    color: #02298a;
    font-size: 15px;
    font-weight: 500
}
.section-title ul li::before {
    content: '';
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
    background: #44ce6f;
    width: 8px;
    height: 8px;
    border-radius: 50%
}
.section-title ul li:first-child::before {
    display: none
}
.single-features {
    text-align: center;
    background: #fff;
    margin-bottom: 40px;
    padding: 37px 15px 40px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, .06)
}
.single-features:hover {
    background: #fff;
    -webkit-box-shadow: 0 40px 44px 0 rgba(0, 0, 0, .06), 0 40px 44px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 40px 44px 0 rgba(0, 0, 0, .06), 0 40px 44px 0 rgba(0, 0, 0, .06)
}
.single-features h3 {
    margin-bottom: 0;
    font-size: 20px;
    margin-top: 25px;
    font-weight: 500
}
.footer-area {
    background-image: url(../img/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    height: 600px;
    z-index: 1
}
.footer-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: .95;
    right: 0;
    z-index: -1;
    background-color: #fc3b50
}
.footer-content {
    text-align: center;
    margin: 0 auto;
    max-width: 850px
}
.footer-content h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.3
}
.footer-content .copyright {
    margin-top: 55px
}
.footer-content .copyright span {
    color: #fff;
    display: block;
    margin-top: 20px;
    letter-spacing: 1px
}
.footer-content .copyright span a {
    display: inline-block;
    color: #fff
}
.footer-content .copyright span a:hover {
    text-decoration: underline
}
.footer-area .default-btn {
    background-color: #130947;
    color: #fff;
    padding: 15px 30px 13px
}
.footer-area .default-btn:hover {
    background-color: #ff612f;
    color: #fff
}
.more-versions {
    background-color: #f0f0e4;
}
.more-versions .section-title-bg {
    color: #e4e4e4;
}
.mv-card {
    background-color: transparent;
    display: block;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    z-index: 1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.caption {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.mv-card h3 {
    font-size: 23px;
    margin: 0;
    padding: 0 10px 30px;
    font-weight: 600;
}
.mv-card:hover {
    transform: translateY(-10px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
.mt-40 {
    margin-top: 40px;
}
.credentials {
    background: #f1f1f1;
    margin-top: 20px;
    padding: 20px 25px;
}
.credentials h5 {
    margin-bottom: 10px;
}
.credentials ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.credentials ul li {
    line-height: 1.8;
}
.features-list {
    margin: 0;
    padding-left: 20px;
}
.features-list li {
    line-height: 1.8;
}
.video-card {
    margin-bottom: 30px;
}
.video-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media only screen and (max-width:767px) {
    .navbar {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 1px solid #eee;
    }
    .navbar-light .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }
    .navbar-light .navbar-toggler {
        color: #fc3b50;
        border-color: #fc3b50;
        outline: 0 !important;
        border-radius: 0
    }
    .navbar-light .navbar-nav {
        background: #fff;
        padding: 15px 15px 10px;
        border: 1px solid #eee;
        border-bottom: none
    }
    .default-btn-two {
        margin-bottom: 12px
    }
    .navbar-nav .nav-item .nav-link {
        padding: 5px 10px
    }
    .navbar-light .others-options {
        position: absolute;
        top: 4px;
        right: 65px;
    }
    .navbar-light .others-options .default-btn-two {
        padding: 8px 18px;
        font-size: 12px;
        margin: 0;
    }
    .main-banner {
        height: 100%;
        position: relative;
        z-index: -1;
        padding-top: 130px;
        padding-bottom: 30px;
        border-bottom: 1px solid #fbfbfb;
    }
    .main-banner-content {
        margin-bottom: 30px;
    }
    .main-banner-content h3 {
        margin-bottom: 12px;
        font-size: 16px
    }
    .main-banner-content h1 {
        font-size: 1.7rem;
        margin: 0;
        line-height: 38px
    }
    .main-banner-content h1 br {
        display: none
    }
    .demo-area .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
    .single-demo {
        margin-bottom: 40px
    }
    .single-demo .content .text h3 {
        font-size: 18px
    }
    .single-demo .content-two h3 {
        font-size: 17px;
        line-height: 1.5
    }
    .features-area {
        padding: 55px 0 25px;
    }
    .section-title {
        margin-bottom: 50px
    }
    .section-title h2 {
        font-size: 25px
    }
    .section-title-bg {
        font-size: 45px
    }
    .section-title ul li {
        font-size: 14px;
        letter-spacing: 0
    }
    .single-features {
        margin-bottom: 30px;
        padding: 35px 15px 35px
    }
    .single-features h3 {
        font-size: 16px
    }
    .demo-area .section-title {
        margin-bottom: 35px
    }
    .footer-area {
        height: 100%;
        padding: 40px 0
    }
    .footer-content h1 {
        font-size: 25px
    }
    .footer-content .copyright {
        margin-top: 30px
    }
    .mv-card h3 {
        font-size: 17px;
    }
    .pb-70 {
        padding-bottom: 20px;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mt-40 {
        margin-top: 20px;
    }
    .pb-40 {
        padding-bottom: 10px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .video-card h4 {
        font-size: 17px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar {
        border-bottom: 1px solid #eee;
    }
    .navbar-light .navbar-toggler {
        color: #fc3b50;
        border-color: #fc3b50;
        outline: 0 !important;
        border-radius: 0
    }
    .navbar-light .navbar-nav {
        background: #fff;
        padding: 15px 15px 10px;
        border: 1px solid #eee;
        border-bottom: none
    }
    .navbar-nav .nav-item .nav-link {
        padding: 5px 10px
    }
    .navbar-light .others-options {
        position: absolute;
        top: 2px;
        right: 70px;
    }
    .navbar-light .others-options .default-btn-two {
        padding: 8px 20px;
        font-size: 14px;
    }
    .navbar-light .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }
    .main-banner-content h1 {
        font-size: 2.15rem;
        line-height: 52px
    }
    .main-banner-content h3 {
        font-size: 17px
    }
    .main-banner {
        height: 100%;
        padding-top: 150px;
        padding-bottom: 70px;
    }
    .main-banner-content h1 br {
        display: none
    }
    .section-title-bg {
        font-size: 65px
    }
    .section-title h2 {
        font-size: 25px
    }
    .single-demo .content-two h3 {
        font-size: 17px;
        line-height: 1.4
    }
    .single-demo {
        text-align: center;
        position: relative;
        transition: .5s;
        margin-bottom: 30px
    }
    .section-title ul {
        margin: 10px 0 0
    }
    .section-title ul li {
        font-size: 14px
    }
    .single-features h3 {
        font-size: 18px
    }
    .section-title {
        margin-bottom: 55px
    }
    .footer-content h1 {
        font-size: 38px
    }
    .footer-area {
        height: 500px
    }
    .mv-card h3 {
        font-size: 17px;
    }
}

@media only screen and (min-width:922px) and (max-width:1199px) {
    .navbar {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-banner-content h1 {
        font-size: 40px
    }
    .single-demo .content-two h3 {
        font-size: 17px;
        line-height: 1.5
    }
    .single-features h3 {
        font-size: 17px
    }
    .footer-area {
        height: 550px
    }
    .footer-content h1 {
        font-size: 40px
    }
    .mv-card h3 {
        font-size: 17px;
    }
    .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        padding: 0 8px;
    }
    .navbar .others-options .default-btn-two {
        padding: 10px 20px;
        font-size: 13px;
    }
    .video-card h4 {
        font-size: 20px;
    }
}
@media only screen and (min-width:1200px) {
    .navbar {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar .container {
        max-width: 1250px;
    }
}
@media only screen and (min-width:1650px) {
    .main-banner {
        height: 650px
    }
}