.navbar {
    background-color: transparent;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: .6s;
    transition: .6s
}

.menu-shrink {
    background-color: #000;
    box-shadow: 0 10px 27px 0 rgba(14, 8, 18, .5);
    padding-top: 10px;
    padding-bottom: 10px
}

a {
    transition: .5s;
    text-decoration: none;
    display: block
}

a:hover {
    text-decoration: none
}

.navbar-nav .nav-item .nav-link {
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    font-weight: 400
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
    color: #fe4c1c
}

.navbar-nav .nav-item.active .nav-link {
    color: #fe4c1c
}

.default-btn {
    background-color: #44ce6f;
    color: #fff;
    padding: 14px 35px;
    border-radius: 30px;
    font-size: 16px;
    display: inline-block;
    font-weight: 700
}

.default-btn:hover {
    background-color: #fe4c1c;
    color: #fff
}

.default-btn-two {
    background-color: #fe4c1c;
    color: #fff;
    padding: 14px 35px;
    border-radius: 30px;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    margin-left: 10px
}

.default-btn-two i {
    margin-right: 2px
}

.default-btn-two:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff
}

.rtl-content {
    position: fixed;
    right: 6%;
    top: 20%;
    z-index: 9999999
}

.rtl-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.rtl-content .rtl-btn {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 92px;
    background-color: teal;
    border-radius: 50%;
    color: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 20px 70px rgba(0, 0, 0, .2)
}

.rtl-content .rtl-btn span {
    font-size: 30px;
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    top: 0;
    font-weight: 700
}

.rtl-content .rtl-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid teal;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}

.rtl-content .rtl-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid teal;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.rtl-content .rtl-btn .rtl-content .rtl-btn:focus,
.rtl-content .rtl-btn:hover {
    background-color: #fe4c1c;
    color: #fff
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.new {
    position: absolute;
    top: -8px;
    left: -8px;
    font-size: 13px;
    font-weight: 400;
    font-family: Helvetica;
    line-height: 1;
    color: #fff;
    background-color: #002396;
    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 {
    height: 750px;
    position: relative;
    z-index: 1;
    background-image: url(../img/banner_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.d-table {
    height: 100%;
    width: 100%
}

.d-table-cell {
    vertical-align: middle
}

.main-banner-content {
    text-align: center;
    margin-top: 70px
}

.main-banner-content h1 {
    font-size: 60px;
    margin: 0;
    color: #fff;
    line-height: 1.3
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212529;
    font-weight: 700
}

.main-banner-content h3 {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 500
}

.main-banner-content .typewrite {
    margin-bottom: 20px;
    font-weight: 700
}

.main-banner-content span {
    color: #fe4c1c;
    display: inline-block;
    font-size: 18px
}

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: 25px;
    font-weight: 700;
    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: #fe4c1c;
    border-color: #fe4c1c
}

.demo-area {
    padding-top: 100px
}

.demo-area .section-title {
    margin-bottom: 60px;
    margin-top: 30px
}

.features-area {
    background-color: #fafafa;
    padding: 100px 0 60px;
    margin-top: 40px
}

.section-title {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
    margin-top: -6px
}

.section-title h2 {
    max-width: 620px;
    font-size: 45px;
    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: 16px;
    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: 600
}

.footer-area {
    background-image: url(../img/banner_bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 600px;
    z-index: 1
}

.footer-content {
    text-align: center;
    margin: 0 auto;
    max-width: 850px
}

.footer-content h1 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 0px;
    line-height: 1.3
}

.footer-content .copyright {
    margin-top: 55px
}

.footer-content .copyright span {
    color: #fff;
    display: block;
    margin-top: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 18px
}

.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: #fff;
    color: #000;
    padding: 15px 30px 13px
}

.footer-area .default-btn:hover {
    background-color: #fe4c1c;
    color: #fff
}

.navbar-light .navbar-brand {
    font-weight: 700;
    font-size: 32px
}

.available-version {
    padding: 100px 0 30px
}

.available-version .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
    max-width: 1920px
}

.flaticon {
    margin-bottom: 14px
}

@media only screen and (max-width:767px) {
    .rtl-content {
        right: 30px;
        top: 11%
    }

    .rtl-content .rtl-btn {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .rtl-content .rtl-btn span {
        font-size: 16px
    }

    .available-version {
        padding: 60px 0 0
    }

    .available-version .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }

    .navbar {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px
    }

    .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(255, 255, 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: #fff;
        border-color: #fff;
        outline: 0 !important;
        border-radius: 0
    }

    .navbar-light .navbar-nav {
        background: #000;
        padding: 15px 15px 10px;
        border: 1px solid #000;
        border-bottom: none
    }

    .default-btn-two {
        margin-bottom: 12px
    }

    .navbar-nav .nav-item .nav-link {
        padding: 5px 10px
    }

    .navbar-light .others-options {
        background-color: #000;
        border: 1px solid #000;
        border-top: none;
        padding: 0 15px 15px
    }

    .main-banner {
        height: 375px;
        position: relative;
        z-index: -1
    }

    .main-banner-content h3 {
        margin-bottom: 12px;
        font-size: 16px
    }

    .navbar-light .navbar-brand {
        max-width: 135px;
    }

    .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: 30px
    }

    .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;
        margin-top: 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
    }

    .default-btn,
    .default-btn-two {
        padding: 10px 25px;
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
        outline: 0 !important;
        border-radius: 0
    }

    .rtl-content {
        right: 6%;
        top: 15%
    }

    .navbar-light .navbar-nav {
        background: #000;
        padding: 15px 15px 10px;
        border: 1px solid #000;
        border-bottom: none
    }

    .navbar-nav .nav-item .nav-link {
        padding: 5px 10px
    }

    .navbar-light .others-options {
        background-color: #000;
        border: 1px solid #000;
        border-top: none;
        padding: 0 15px 15px
    }

    .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(255, 255, 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: 450px
    }

    .main-banner-content h1 br {
        display: none
    }

    .section-title-bg {
        font-size: 65px
    }

    .section-title h2 {
        font-size: 30px
    }

    .single-demo .content-two h3 {
        font-size: 20px;
        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
    }
}

@media only screen and (min-width:922px) and (max-width:1199px) {
    .main-banner-content h1 {
        font-size: 40px
    }

    .single-demo .content-two h3 {
        font-size: 17px;
        line-height: 1.5
    }

    .single-features h3 {
        font-size: 18px
    }

    .footer-area {
        height: 550px
    }

    .footer-content h1 {
        font-size: 40px
    }
}