body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif
}

.admin-module-tab ul .nav-item:last-child,
.available-temp-features ul li:last-child,
.footer .social-icon ul li:last-child,
.nav-tabs>li>a,
.navbar-brand.logo {
    margin-right: 0
}

.footer-logo img,
.logo img {
    max-height: 55px
}

.back-to-top-icon,
a,
a:hover {
    text-decoration: none
}

body {
    background-color: #fff;
    color: #707070;
    font-size: 16px;
    height: 100%;
    overflow-x: hidden;
    line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1f2020;
    font-weight: 600;
    margin-bottom: 0
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

a {
    color: #1c0828;
    transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s
}

a:hover {
    color: #e41f07;
    outline: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s
}

button:focus {
    outline: 0
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.btn-close:focus,
.btn.focus,
.btn:focus {
    box-shadow: none
}

.btn.btn-white {
    background: #fff;
    border: 0;
    color: #1f2020;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.btn-primary,
.btn.btn-white:hover {
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    color: #fff
}

.btn.btn-white:hover {
    background-color: #262a2a;
    box-shadow: inset 0 70px 0 #262a2a;
    transition: .7s
}

.btn-primary {
    background: #e41f07;
    border: 0;
    transition: .7s;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 6px
}

.btn-primary:hover {
    background: #262a2a
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    background-color: #262a2a;
    border: 0;
    color: #fff;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #e41f07;
    border: 0;
    box-shadow: inset 0 70px 0 0 #e41f07;
    color: #fff !important;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
    background-color: #e41f07;
    border: 0;
    box-shadow: inset 70px 0 0 0 #e41f07;
    color: #fff;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: unset
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #262a2a;
    border: 0;
    box-shadow: inset 70px 0 0 0 #262a2a;
    color: #fff;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.btn-outline-primary {
    background-color: #fff;
    border: 1px solid #e41f07;
    color: #e41f07;
    box-shadow: inset 0 0 0 #fff;
    border-radius: 5px;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.btn-outline-primary.active,
.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.focus:active,
.btn-outline-primary:active,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open>.dropdown-toggle.btn-outline-primary.focus,
.open>.dropdown-toggle.btn-outline-primary:focus,
.open>.dropdown-toggle.btn-outline-primary:hover,
.open>.dropdown-toggle.btn-primary {
    background-color: #e41f07;
    border: 1px solid #e41f07;
    box-shadow: inset 0 70px 0 0 #e41f07;
    color: #fff;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.btn-secondary {
    background: #262a2a;
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 20px;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.open>.dropdown-toggle.btn-secondary {
    background: #e41f07;
    color: #fff;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.dropdown-toggle.btn-secondary.focus,
.open>.dropdown-toggle.btn-secondary:focus,
.open>.dropdown-toggle.btn-secondary:hover {
    background-color: #fff;
    border: 0;
    color: #1c0828;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.btn-secondary.active:not(:disabled):not(.disabled),
.btn-secondary.disabled,
.btn-secondary:active:not(:disabled):not(.disabled),
.btn-secondary:disabled,
.show>.btn-secondary.dropdown-toggle {
    background-color: #262a2a;
    border-color: #262a2a;
    color: #fff
}

.btn-secondary-outline {
    background: #262a2a;
    border: 1px solid #262a2a;
    color: #fff;
    border-radius: 4px;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.btn-secondary-outline:hover {
    background-color: #262a2a;
    border: 1px solid #262a2a;
    box-shadow: inset 0 70px 0 0 #262a2a;
    color: #fff;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.nav-tabs .nav-link,
.nav-tabs>li>a {
    border-radius: 0
}

.form-group {
    margin-bottom: 1rem
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

.form-control {
    border-color: #dcdcdc;
    color: #28283c;
    min-height: 42px;
    padding: 6px 15px;
    border-radius: 5px
}

.header-navbar-rht,
.main-nav {
    padding: 0;
    margin: 0
}

.form-control:focus {
    border-color: #bbb;
    box-shadow: none;
    outline: 0
}

.nav-tabs {
    border-bottom: 1px solid #f0f0f0
}

.nav-tabs>li>a {
    color: #888
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    border-color: transparent;
    color: #272b41
}

.nav-tabs.nav-tabs-solid>.active>a,
.nav-tabs.nav-tabs-solid>.active>a:focus,
.nav-tabs.nav-tabs-solid>.active>a:hover,
.nav-tabs.nav-tabs-solid>li>a.active,
.nav-tabs.nav-tabs-solid>li>a.active:focus,
.nav-tabs.nav-tabs-solid>li>a.active:hover {
    background-color: #e41f07;
    border-color: #e41f07;
    color: #fff
}

.tab-content {
    padding-top: 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #eee;
    border-color: transparent;
    color: #272b41
}

.footer .footer-menu ul li a:hover,
.footer .social-icon ul li a:hover i,
.inner-item h3:hover,
.inner-item:hover .arrow-right i,
.inner-item:hover .inner-content-left h5,
.main-nav li a:hover,
.nav-link:focus,
.nav-link:hover {
    color: #e41f07
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    border-radius: 0;
    margin-bottom: 0
}

.nav-tabs-justified>li>a:focus,
.nav-tabs-justified>li>a:hover,
.nav-tabs.nav-justified>li>a:focus,
.nav-tabs.nav-justified>li>a:hover {
    border-bottom-color: #ddd
}

.nav-tabs-justified.nav-tabs-solid>li>a,
.nav-tabs.nav-justified.nav-tabs-solid>li>a {
    border-color: transparent
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:focus,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:hover {
    border-radius: 50px
}

.nav-tabs-justified.nav-tabs-top,
.nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd
}

.nav-tabs-justified.nav-tabs-top>li>a,
.nav-tabs-justified.nav-tabs-top>li>a:focus,
.nav-tabs-justified.nav-tabs-top>li>a:hover,
.nav-tabs.nav-justified.nav-tabs-top>li>a,
.nav-tabs.nav-justified.nav-tabs-top>li>a:focus,
.nav-tabs.nav-justified.nav-tabs-top>li>a:hover,
.nav-tabs.nav-tabs-top>li>a,
.nav-tabs.nav-tabs-top>li>a:focus,
.nav-tabs.nav-tabs-top>li>a:hover {
    border-width: 2px 0 0
}

.bar-icon span:nth-child(3),
.footer .footer-menu ul li:last-child,
.media-icons a:last-child,
.nav-tabs.nav-tabs-solid>li,
.nav-tabs.nav-tabs-top>li,
.price-feature li:last-child,
.work-flow p {
    margin-bottom: 0
}

.nav-tabs.nav-tabs-top>li.open>a,
.nav-tabs.nav-tabs-top>li>a:focus,
.nav-tabs.nav-tabs-top>li>a:hover {
    border-top-color: #ddd
}

.nav-tabs.nav-tabs-top>li+li>a {
    margin-left: 1px
}

.nav-tabs.nav-tabs-top>li>a.active,
.nav-tabs.nav-tabs-top>li>a.active:focus,
.nav-tabs.nav-tabs-top>li>a.active:hover {
    border-top-color: #e41f07
}

.nav-tabs.nav-tabs-bottom>li>a.active,
.nav-tabs.nav-tabs-bottom>li>a.active:focus,
.nav-tabs.nav-tabs-bottom>li>a.active:hover {
    border-bottom-width: 2px;
    border-color: transparent transparent #e41f07;
    background-color: transparent;
    transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    -webkit-transition: none
}

.nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0
}

.nav-tabs.nav-tabs-solid>li>a {
    color: #272b41;
    border-color: transparent
}

.nav-tabs.nav-tabs-solid>li>a:focus,
.nav-tabs.nav-tabs-solid>li>a:hover {
    background-color: #dcdcdc
}

.nav-tabs.nav-tabs-solid>.open:not(.active)>a {
    background-color: #dcdcdc;
    border-color: transparent
}

.main-wrapper,
html.menu-opened body {
    overflow: hidden
}

#loader-wrapper {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

#loader {
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px
}

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 64px;
    margin: 100px auto 0
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: .5em;
    position: absolute;
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite
}

.header-nav,
.main-menu {
    display: -webkit-box;
    display: -ms-flexbox
}

.loader-ellips__dot:first-child,
.loader-ellips__dot:nth-child(2) {
    left: 0
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em
}

.loader-ellips__dot:nth-child(4) {
    left: 3em
}

.loader-ellips__dot:first-child {
    animation-name: reveal;
    background: #fe7096
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide
}

@keyframes reveal {
    from {
        transform: scale(.001)
    }

    to {
        transform: scale(1)
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.loader-ellips__dot:nth-child(2) {
    background: #9a55ff
}

.loader-ellips__dot:nth-child(3) {
    background: #07cdae
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
    background: #ffd500
}

.header {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
    transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    background: #fff
}

.header.fixed {
    position: fixed;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
    transition: .5s;
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px)
}

.logo img {
    height: auto;
    max-width: 100%
}

.logo a {
    float: left
}

.logo a img {
    float: left;
    max-height: 32px
}

.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    height: 62px;
    padding: 0;
    margin-bottom: 0
}
.header .container{
        padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.header{
    height: 75px;
}
.main-menu {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-nav li a.active {
    color: #e41f07 !important
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

#mobile_btn,
.inner-item .inner-framework-links li a::before,
.inner-item-2 .inner-img a::before,
.menu-header,
.navbar-brand.logo-small {
    display: none
}

.main-menu-wrapper .main-nav li+li {
    margin-left: 20px
}

.main-nav>li.active>a,
.main-nav>li>a {
    color: #2c2c51;
    font-size: 16px;
    font-weight: 500
}

.main-nav li a {
    display: block;
    font-weight: 500
}

.header-navbar-rht>li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 15px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.header-navbar-rht>li:last-child {
    padding-right: 0
}

.footer .social-icon ul li,
.header-navbar-rht li>a i {
    margin-right: 5px
}

.sidebar-overlay {
    background-color: rgba(0, 0, 0, .6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9
}

.menu-opened .main-menu-wrapper {
    transform: translateX(0)
}

.menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

.menu-logo img {
    height: auto;
    max-width: 100px
}

.menu-close {
    font-size: 18px;
    color: #262a2a
}

.bar-icon {
    display: inline-block;
    width: 31px
}

.bar-icon span {
    background: #e41f07;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 6px;
    width: 30px;
    border-radius: 2px
}

.bar-icon span:nth-child(2) {
    width: 16px
}

#mobile_btn {
    margin-right: 30px
}

.main-menu-wrapper {
    margin: 0 15px
}

.navbar-brand.logo-small img {
    max-height: 50px;
    width: unset;
}

.banner-content,
.banner-imgs,
.counting-box,
.inner-content .inner-content-left,
.review-content-wrap {
    position: relative
}

.banner-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.5
}

.banner-content h1 span,
.footer-content h2 span {
    background: linear-gradient(90deg, #2f80ed 0, #3538cd 20%, #7c60aa 40%, #cf5236 60%, #cf5236 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative
}

.banner-content h1 span::after,
.footer-content h2 span::after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #2f80ed 0, #3538cd 20%, #7c60aa 40%, #cf5236 60%, #cf5236 80%);
    position: absolute;
    left: 0;
    bottom: 0
}

.banner-content p {
    max-width: 840px;
    margin: auto auto 20px;
    color: #000
}

.banner-content p span {
    color: #0a1f2f;
    font-weight: 600
}

.banner-content h4 {
    font-size: 18px;
    font-weight: 400;
    color: #e0e0e0;
    margin-bottom: 40px
}

.banner-content h5 {
    font-size: 16px;
    font-weight: 400;
    color: #f5f5f5;
    margin-bottom: 20px
}

.banner-wrap {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .02);
    border-radius: 15px;
    padding: 25px;
    text-align: center
}

.inner-item-banner .inner-img-banner {
    position: absolute;
    top: 80px;
    right: 40px;
    max-width: 650px;
    animation: 1s infinite alternate updown;
    transition: .5s
}

.inner-img-banner-two {
    position: absolute;
    top: 50px;
    right: 40px;
    max-width: 600px;
    animation: 1s infinite alternate updown;
    transition: .5s
}

@keyframes updown {
    100% {
        transform: translateY(-10px)
    }
}

.banner-image {
    position: relative;
    width: 100%
}

.banner-wrap-btn .banner-btns a i {
    margin-right: 10px
}



.banner-wrap-btn {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 40px
}


.hero-section {
    background-color: #fff;
    position: relative;
 /* background: linear-gradient(to right, #e0f7fa 0%, #ffffff 100%); */
 background: linear-gradient(to bottom, #d6e2ff 0%, #ffffff 100%);
    z-index: 1;
    padding: 80px 0 0
}

.banner-imgs .banner-img-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.banner-imgs .banner-img-3 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.counter-sec .bg-1,
.latest-version-sec .bg-1 {
    left: 30%;
    top: 0;
    z-index: -1
}

.sec-bg-img img {
    position: absolute;
    z-index: -1
}

.latest-version-sec {
    background: top center/contain no-repeat #fff;
    padding: 60px 0 36px;
    position: relative;
    z-index: 1
}

.section-bg img {
    position: absolute
}

.inner-framework-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .5s
}

.inner-item .inner-img:hover .inner-framework-links {
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: .5s
}

.inner-item .inner-framework-links li a {
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: 48px;
    height: 48px
}

.inner-item .inner-framework-links li {
    margin-right: 10px;
    margin-bottom: 10px
}

.section-header {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.gradient-border {
    background: linear-gradient(90deg, #2f80ed 0, #3538cd 20%, #7c60aa 40%, #ef1e1e 60%, #ffa201 80%);
    padding: 2px;
    border-radius: 50px;
    display: inline-flex;
    margin-bottom: 16px
}

.section-header span.badge {
    border-radius: 50px;
    background-color: #fef3f3;
    color: #1f2020;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 20px
}

.badge.badge-soft-danger {
    background: #ffeeec;
    color: #e41f07
}

.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1f2020;
    margin-bottom: 0
}

.section-header p {
    margin-bottom: 0;
    margin-top: 15px;
    color: #1f2020
}

.inner-content-left a {
    display: flex;
    justify-content: space-between
}

.inner-content-left h6 {
    font-size: 18px;
    font-weight: 600
}

.inner-item {
    border: 1px solid #e8e8e8;
    transition: .5s;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(219, 219, 219, .25);
    padding: 20px;
    margin-bottom: 24px;
    width: 100%
}

.admin-module-tab ul,
.feature-box {
    box-shadow: 0 4px 24px 0 rgba(186, 186, 186, .3)
}

.inner-item .inner-img span {
    position: absolute;
    box-shadow: 0 4px 114px 0 rgba(3, 3, 3, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .5s
}

.inner-item .inner-img:hover span {
    opacity: 1;
    transition: .5s
}

.inner-item .inner-img img {
    border-radius: 10px;
    width: 100%
}

.inner-item .inner-img a {
    transition: .5s;
    overflow: hidden;
    display: block;
    position: relative
}

.inner-item:hover {
    transform: translateY(-5px);
    transition: .5s
}

.inner-item .inner-img,
.inner-item .inner-img-two {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    transition: .5s
}

.inner-item .inner-img a::before,
.inner-item .inner-img-two a::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .4);
    transform: scale(0);
    transition: .5s;
    overflow: hidden
}

.inner-item .inner-img-two:hover ::before,
.inner-item .inner-img:hover ::before {
    transform: scale(1);
    transition: .5s
}

.inner-content-left h3 {
    font-weight: 700;
    margin-bottom: 0;
    position: relative
}

.inner-content-left span {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
    color: #e41f07;
    font-weight: 600
}

.inner-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.inner-content .arrow-right i {
    color: #262a2a;
    font-size: 22px
}

.inner-content-left span.highlight-content {
    background: red;
    border-radius: 5px;
    display: inline-flex;
    font-size: 13px;
    padding: 3px;
    color: #fff;
    position: absolute;
    right: -32px;
    top: -13px;
    line-height: normal
}

.inner-content-left a {
    display: flex;
    justify-content: center;
    align-items: center
}

.badge.badge-soft-blue {
    background: #f3edff;
    color: #e41f07
}

.inner-item:hover .inner-content-left h6 {
    color: #f55937
}

.badge.badge-soft-success {
    background: #e0f5d7;
    color: #00918e
}


.counting-box span,
.icon-feature {
    display: inline-block
}

.section-btn {
    margin-top: 25px
}

.admin-templates {
    padding: 60px 0 36px;
    position: relative;
    z-index: 1
}

.admin-templates .section-bg img:first-child {
    left: 30%;
    top: 0;
    z-index: -1;
    max-width: 550px
}

.admin-module-tab ul {
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 20px 20px 5px;
    margin-bottom: 50px;
    justify-content: center
}

.admin-module-tab ul .nav-item {
    margin-right: 10px;
    margin-bottom: 15px
}

.admin-module-tab ul .nav-item .nav-link {
    background: #fff;
    display: inline-flex;
    align-items: center;
    color: #262a2a;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px
}

.admin-module-tab ul .nav-item .nav-link span {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    color: #262a2a;
    margin-right: 8px
}

.admin-module-tab ul .nav-item .nav-link.active span,
.counter-sec.feature-temp-sec {
    background: #fff
}

.admin-module-tab ul .nav-item .nav-link.active img {
    filter: brightness(100) blur(0)
}

.looking-something {
    background: linear-gradient(90deg, #fef3f3 0, #ebecff 100%);
    padding: 60px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.looking-something .section-bg .bg-1 {
    left: 0;
    bottom: 0;
    z-index: -1
}

.looking-something .section-bg .bg-2 {
    right: 0;
    top: 0;
    z-index: -1
}

.work-flow {
    background: rgba(255, 255, 255, .7);
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 20px
}

.counter-sec {
    background: #e41f07;
    padding: 80px 0 56px;
    position: relative;
    z-index: 1
}

.counter-sec .bg-1 {
    position: absolute
}

.back-to-top i,
.counter-sec .section-header h2,
.counter-sec .section-header p,
.counting-box h4,
.footer-bottom .copyright-text,
.pricing-plan-active .price-feature li {
    color: #fff
}

.counter-sec.feature-temp-sec .section-header h2 {
    color: #262a2a
}

.counter-sec.feature-temp-sec .section-header p {
    color: #3a3c3f
}

.feature-box {
    border-radius: 5px;
    background: #fff;
    text-align: center;
    padding: 20px 10px;
    transition: .5s;
    width: 100%
}

.feature-box img {
    margin-bottom: 20px
}

.feature-box h5 {
    font-size: 16px;
    font-weight: 500
}

.other-modules-sec {
    padding: 60px 0 36px
}

@keyframes animName {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.badge.badge-soft-warning {
    background: #fff7d8;
    color: #ffa201
}

.template-usability {
    background: center #0a0c0c;
    padding: 60px 0;
    position: relative;
    z-index: 1
}

.template-usability .bg-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1
}

.layout-img {
    background: #1f202033;
    padding: 20px;
    border-radius: 5px
}

.layout-design {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #1f2020
}

.counting-box span {
    font-size: 76px;
    background: linear-gradient(360deg, #000 0, #666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    line-height: 1
}

.advance-capable {
    padding-top: 60px
}

.capable-box {
    background: linear-gradient(90deg, #fef3f3 0, #ebecff 100%);
    padding: 60px;
    position: relative;
    border-radius: 5px;
    z-index: 1
}

.review-card,
.review-item {
    background: #fff;
    border-radius: 5px
}

.capable-box .bg-1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%
}

.capable-box .sec-bg img {
    position: absolute;
    right: 9px;
    bottom: 0
}

.capable-box .section-header h2 span {
    background: linear-gradient(90deg, #2f80ed 0, #3538cd 20%, #7c60aa 40%, #ef1e1e 60%, #ffa201 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.mobile-app {
    padding-bottom: 60px
}



.bg-success {
    background: #27ae60 !important
}

.bg-danger {
    background: #ef1e1e !important
}




.head-collpase {
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(219, 219, 219, .25);
    padding: 16px 20px;
    margin-bottom: 0;
    text-align: left;
    border: 1px solid #e8e8e8;
    border-radius: 5px
}




.head-collpase:not(.collapsed) .faq-heading:after {
    content: "\e997"
}

.faq-card .card-collapse p {
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
    margin-top: 20px
}

.multi-collapse {
    margin-top: 10px
}

.head-collpase:not(.collapsed) {
    background: linear-gradient(white, #fff) padding-box, linear-gradient(90deg, #2f80ed, #3538cd, #7c60aa, #ef1e1e, #ffa201) border-box;
    border: 1px solid transparent
}






.cookie-banner {
    bottom: 20px;
    left: 20px;
    width: 100%;
    border-top: 1px solid #ddd;
    z-index: 9999;
    padding: 1.5rem;
    box-shadow: 0 4px 24px 0 rgba(7, 21, 44, .16);
    max-width: 410px;
    border-radius: 8px;
    font-size: 15px
}

.cookie-banner .btn {
    font-size: 14px
}

.cyber-sale {
    background: #b037a6;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

.cyber-sale a {
    display: block
}


.

@media only screen and (min-width:992px) {
    .main-nav li {
        display: block;
        position: relative
    }

    .main-nav>li>a {
        line-height: 62px;
        padding: 0 !important
    }

    .main-nav>li>a>i {
        font-size: 13px;
        margin-left: 3px
    }

    .main-nav li>ul {
        background-color: transparent;
        border-radius: 5px;
        box-shadow: 0 0 3px rgba(0, 0, 0, .1);
        display: block;
        font-size: 14px;
        left: 0;
        margin: 0;
        width: 100%;
        min-width: 200px;
        opacity: 0;
        padding: 0;
        position: absolute;
        -webkit-transition: .2s;
        transition: .2s;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        top: 100%;
        visibility: hidden;
        z-index: 1000
    }
}

@media only screen and (max-width:1399.98px) {
    .inner-item-banner .inner-img-banner {
        max-width: 550px;
        top: 50px
    }

    .banner-content h1 {
        font-size: 38px
    }

    .main-menu-wrapper .main-nav li+li {
        margin-left: 15px
    }

    .main-nav>li.active>a,
    .main-nav>li>a {
        font-size: 15px
    }

    .header-navbar-rht>li {
        padding-right: 10px
    }

    .footer .footer-bottom .copyright-text p,
    .footer .footer-menu ul li a {
        font-size: 14px
    }

    .faq-title {
        font-size: 17px
    }
}

@media only screen and (max-width:1199.98px) {
    .logo img {
        max-width: 170px
    }

    .capable-box .sec-bg img {
        max-width: 400px
    }

    .inner-item-banner .inner-img-banner {
        max-width: 450px
    }

    .main-menu-wrapper {
        margin: 0
    }

    .header-navbar-rht li>a,
    .main-nav>li.active>a,
    .main-nav>li>a {
        font-size: 13px
    }

    .btn-primary,
    .btn-secondary {
        padding: 10px 20px
    }

    .footer-content h2 {
        font-size: 32px
    }
}

@media only screen and (max-width:991.98px) {

    .banner-content,
    .container,
    .faq-left-item {
        max-width: 100%
    }

    .available-features,
    .banner-content,
    .capable-box,
    .copyright-text,
    .footer .footer-widget.footer-menu ul,
    .footer .social-icon,
    .mobile_btns,
    .section-header p {
        text-align: center
    }

    .main-menu,
    .sidebar-overlay.opened {
        display: block
    }

    .banner-img-2,
    .banner-img-3,
    .banner-left-bg-01,
    .banner-top-bg,
    .capable-box .bg-1,
    .capable-box .sec-bg img,
    .hero-section::after,
    .inner-item-banner,
    .main-nav ul,
    .media-icons,
    .section-bg {
        display: none
    }

    .main-nav li a:hover {
        color: #fff
    }

    .capable-box {
        padding: 40px
    }

    .main-nav>li.active>a,
    .main-nav>li>a {
        font-size: 14px;
        font-weight: 500
    }

    .banner-wrap-btn,
    .footer .footer-bottom .copyright-text p {
        justify-content: center
    }

    body {
        font-size: 15px
    }

    .header-navbar-rht>li {
        padding-right: 15px
    }

    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        list-style: none;
        background: #fff
    }

    .main-nav ul {
        list-style: none;
        margin: 0;
        padding-left: 0
    }

    .main-menu-wrapper .main-nav li+li,
    .main-nav li+li,
    .main-nav>li {
        margin-left: 0
    }

    .main-nav>li>a {
        line-height: 1.5;
        padding: 15px 20px !important;
        font-size: 14px
    }

    .main-nav>li>a>i {
        float: right;
        margin-top: 5px
    }

    .main-menu-wrapper {
        order: 3;
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 11111;
        transform: translateX(-260px);
        transition: .4s;
        background-color: #fff;
        margin: 0
    }

    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #fff
    }

    .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .main-nav>li {
        border-bottom: 1px solid #e1e2e5;
        margin-right: 0
    }

    #mobile_btn {
        line-height: 0;
        display: inline-block
    }

    .mobile_btns {
        color: #e41f07;
        cursor: pointer;
        display: flex;
        font-size: 26px;
        height: 76px;
        left: 0;
        padding: 0 15px;
        position: absolute;
        top: 0;
        z-index: 10;
        justify-content: center;
        align-items: center
    }

    .header .header-left {
        position: absolute;
        width: 100%;
        display: block;
        height: auto;
        top: 0;
        left: 0
    }

    .header .header-left .sidebar-logo {
        padding: 26px 0
    }

 
    .inner-item {
        margin-bottom: 24px
    }

    .banner-content h1 {
        font-size: 30px;
        max-width: 800px;
        margin: 0 auto 30px
    }

    .header-nav {
        height: 65px
    }

    .banner-content .btn {
        padding: 14px 20px;
        min-width: 180px
    }

    .price-section {
        padding: 60px 0 36px
    }

    .copyright-text {
        margin-bottom: 15px
    }

    .footer .footer-bottom .copyright {
        padding: 20px 0
    }

  

    .hero-section {
        height: 100%;
        padding: 60px 0;
        background-image: none
    }

    .admin-templates,
    .counter-sec,
    .customer-review,
    .latest-version-sec,
    .other-modules-sec,
    .template-features {
        padding: 50px 0 26px
    }

    .banner-content p {
        margin: 0 auto 30px;
        font-size: 16px;
        max-width: 820px
    }

    .home-banners .banner-content.top-content {
        padding-top: 0
    }

    .latest-version-sec {
        margin-top: 0
    }


    .looking-something {
        padding: 50px 0
    }



    .counting-box span {
        font-size: 56px
    }

    .capable-box .section-header,
    .faq-right-item .section-header {
        align-items: center !important
    }
}

@media only screen and (max-width:767.98px) {
    body {
        font-size: .875rem
    }

    .h1,
    h1 {
        font-size: 2rem
    }

    .h2,
    h2 {
        font-size: 1.75rem
    }

    .h3,
    h3 {
        font-size: 1.375rem
    }

    .h4,
    h4 {
        font-size: 1rem
    }

    .h5,
    .h6,
    h5,
    h6 {
        font-size: 15px
    }

    .main-nav>li.active>a::after,
    .main-nav>li>a:hover::after {
        top: 0;
        bottom: inherit
    }

    .footer-content h2 {
        font-size: 22px
    }

    .banner-content .btn {
        padding: 14px;
        min-width: 70px
    }

    .banner-content h1 {
        font-size: 24px
    }

    .banner-content p {
        font-size: 16px;
        margin: 0 0 30px
    }

   

    .core-feature h5,
    .review-users a {
        font-size: 16px
    }

    .btn-primary,
    .btn-secondary,
    .btn.btn-white {
        font-size: 13px
    }


    .counter-sec,
    .faq-section,
    .inner-page,
    .latest-version-sec {
        padding: 40px 0 16px
    }

   
    .layout-design {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    

    .capable-box {
        padding: 24px
    }

    .section-header h2 {
        text-align: center
    }

    .other-modules-sec {
        padding: 40px 0 0
    }
}

@media only screen and (max-width:575.98px) {

    .banner-wrap,
    .counter-card,
    .qr-code {
        margin-bottom: 24px
    }

    body {
        font-size: .8125rem
    }

    .h1,
    h1 {
        font-size: 1.75rem
    }

    .h2,
    h2 {
        font-size: 1.5rem
    }

    .h3,
    h3 {
        font-size: 1.25rem
    }

    .h4,
    h4 {
        font-size: 1rem
    }

    .h5,
    .h6,
    h5,
    h6 {
        font-size: 15px
    }

    .banner-content .btn,
    .btn-primary,
    .btn-secondary,
    .btns-primary {
        padding: 10px
    }

    .available-temp-features ul li .available-framework,
    .navbar-header {
        width: 100%
    }

    .banner-content h1 {
        font-size: 20px
    }

    .section-header h2 {
        font-size: 24px !important
    }

    .section-header h5 {
        font-size: 14px !important
    }

    #mobile_btn {
        margin-right: 0;
        padding: 0;
        position: absolute;
        z-index: 99
    }

    .banner-shape .about-shape-2,
    .customise-bg,
    .footer-bg,
    .header-navbar-rht,
    .navbar-brand.logo {
        display: none
    }

    .navbar-brand.logo-small {
        display: block;
        width: 100%;
        text-align: center;
        margin-right: 0;
        padding: 0 45px
    }

    .navbar-brand.logo img {
        height: 40px
    }

    

    .author-logo ul li {
        margin: 0;
        display: block
    }

    .banner-hero {
        padding-left: 18px
    }

    .faq-title {
        font-size: 14px
    }

    .inner-content .inner-content-left h3 {
        font-size: 16px;
        color: #1c0828
    }

    .qr-code {
        margin-right: 0
    }

   
}