@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

a,
a:focus,
a:hover {
    text-decoration: none
}

body,
p {
    font-size: var(--fontSize)
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--blackColor)
}

.pt-100,
.ptb-100 {
    padding-top: 100px
}

.pb-100,
.ptb-100 {
    padding-bottom: 100px
}

h2.aos-init.aos-animate {
    color: #009bcf;
}

.book-item .image::before,
.book-slider.owl-theme .owl-nav [class*=owl-]:focus,
.book-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--blackColor)
}

:root {
    --mainfontFamily: "Poppins", sans-serif;
    --optionalfontFamily: "Poppins", sans-serif;
    --mainColor: #0060c8;
    --optionalColor: #6b6b84;
    --whiteColor: #ffffff;
    --blackColor: #3fb7de;
    --fontSize: 16px;
    --transition: .5s
}

body {
    padding: 0;
    margin: 0;
    color: var(--optionalColor);
    font-family: var(--mainfontFamily)
}

body,
html {
    /* cursor: none; */
    overflow-x: clip
}

a {
    transition: var(--transition)
}

.navbar.navbar-expand-lg.navbar-light.bg-light.is-sticky .call_any h6,
.navbar.navbar-expand-lg.navbar-light.bg-light.is-sticky .call_any span,
.navbar.navbar-expand-lg.navbar-light.bg-light.is-sticky a,
p,
select option {
    color: #000
}

a:focus,
a:hover {
    color: var(--mainColor);
    outline: 0
}

button:focus,
input:focus {
    outline: 0
}

p {
    line-height: 1.6;
    margin-bottom: 12px;
    font-family: var(--optionalfontFamily)
}

.book-about-content .book-list li:last-child,
.main-banner-content .text p,
.main-banner-content p,
.products-about-content .products-list li:last-child,
p:last-child {
    margin-bottom: 0
}

.d-table,
.our-process-box:hover::after {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-transform: capitalize
}

.pb-70 {
    padding-bottom: 70px
}

.default-btn,
.default-btn2 {
    display: inline-block;
    z-index: 1;
    transition: var(--transition);
    opacity: 1;
    padding: 8px 30px;
    font-weight: 600;
    text-align: center;
    font-family: var(--optionalfontFamily);
    overflow: hidden
}

.default-btn {
    border: none;
    position: relative;
    background-color: #009bcf;
    color: #fff;
    border-radius: 30px
}

.default-btn span,
.default-btn2 span {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 30px;
    background-color: var(--blackColor);
    color: var(--whiteColor);
    transition: width .5s ease-in-out, height .5s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 1
}

.default-btn2:hover,
.default-btn:hover {
    color: var(--whiteColor) !important
}

.default-btn2:hover span,
.default-btn:hover span {
    width: 225%;
    height: 562.5px
}

.default-btn i,
.default-btn2 i {
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-left: 10px
}

.default-btn2 {
    border: none;
    position: relative;
    background-color: #009bcf;
    color: #fff;
    border-radius: 30px
}

@media (max-width:767px) {
    .mouse-cursor {
        display: none
    }
}

.cursor-inner {
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: red;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out
}

.cursor-inner.cursor-hover {
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    background-color: red;
    opacity: .3
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid red;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    transition: 80ms ease-out
}

.cursor-outer.cursor-hover {
    opacity: 0
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden
}

.book-item:hover .image .icon,
.buy-now-btn,
.buy-now-btn img {
    top: 50%;
    transform: translateY(-50%)
}

.section-title {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 45px
}

.section-title h2 {
    font-size: 45px;
    margin-bottom: 14px
}

.section-title p {
    line-height: 1.8
}

.buy-now-btn {
    left: 20px;
    z-index: 99;
    position: fixed;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600
}

.buy-now-btn img {
    left: 20px;
    width: 15px;
    position: absolute
}

.buy-now-btn:hover {
    background-color: #ff5740;
    color: #fff !important
}

.preloader .box,
.preloader .shadow {
    background: var(--whiteColor);
    position: absolute;
    left: 0
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: var(--mainColor);
    top: 0;
    left: 0
}

.book-about-image,
.book-banner-area {
    background-size: cover;
    background-repeat: no-repeat
}

.preloader .loader {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    transform: translateY(-43%);
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px
}

.preloader .box {
    width: 100%;
    height: 100%;
    animation: .5s linear infinite animate;
    top: 0;
    border-radius: 3px
}

.preloader .shadow {
    width: 100%;
    height: 5px;
    opacity: .1;
    top: 59px;
    border-radius: 50%;
    animation: .5s linear infinite shadow
}

@keyframes loader {
    0% {
        left: -100px
    }

    100% {
        left: 110%
    }
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px
    }

    25% {
        transform: translateY(9px) rotate(22.5deg)
    }

    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px
    }

    75% {
        transform: translateY(9px) rotate(67.5deg)
    }

    100% {
        transform: translateY(0) rotate(90deg)
    }
}

@keyframes shadow {
    50% {
        transform: scale(1.2, 1)
    }
}

.navbar {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: .2s ease-in-out
}

.book-about-content,
.partner img {
    padding: 10px
}

.navbar.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    background-color: var(--whiteColor) !important;
    animation: .5s ease-in-out fadeInDown;
    border-radius: 0 0 1px 1px;
    border-bottom: 5px solid #009bcf
}

.navbar-light {
    background-color: transparent !important
}

.navbar-light .logo h3 {
    font-size: 35px;
    margin-bottom: 0
}

.navbar-light .navbar-nav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: end
}

.navbar-light .navbar-nav .nav-item {
    position: relative;
    padding: 0
}

.navbar-light .navbar-nav .nav-item a {
    font-size: 17px;
    color: var(--whiteColor);
    text-transform: capitalize;
    position: relative;
    padding: 0;
    margin-left: 13px;
    margin-right: 8px;
    font-weight: 500
}

h6,
nav.navbar.navbar-expand-lg.navbar-light.bg-light .call_any span {
    color: #524f4f
}

.navbar-light .navbar-nav .nav-item a.active,
.navbar-light .navbar-nav .nav-item a:focus,
.navbar-light .navbar-nav .nav-item a:hover {
    color: var(--mainColor);
    position: relative;
    transition: var(--transition)
}

.navbar-light .navbar-nav .nav-item a i {
    font-size: 16px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -4px;
    margin-right: -4px
}

.main-banner-content .banner-holder a:last-child,
.navbar-light .navbar-nav .nav-item:last-child a,
.navbar-light .others-option .option-item .social-icon li:last-child {
    margin-right: 0
}

.navbar-light .navbar-nav .nav-item:first-child a {
    margin-left: 0
}

.navbar-light .navbar-nav .nav-item.active a,
.navbar-light .navbar-nav .nav-item:hover a {
    color: var(--mainColor);
    transition: var(--transition)
}

.navbar-light .others-option .option-item .social-icon {
    padding-left: 0;
    margin-bottom: 0
}

.navbar-light .others-option .option-item .social-icon li {
    display: inline-block;
    list-style-type: none;
    margin-right: 5px
}

.navbar-light .others-option .option-item .social-icon li i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    transition: var(--transition);
    color: var(--blackColor)
}

.navbar-light .others-option .option-item .social-icon li i:hover {
    background-color: var(--mainColor);
    border: 1px solid var(--mainColor);
    color: var(--whiteColor)
}

.book-banner-area {
    position: relative;
    height: 800px;
    overflow: hidden;
    background: none;
}

.book-banner-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.book-banner-area>.d-table {
    position: relative;
    z-index: 2;
}

.main-banner-content,
.banner-main-form {
    position: relative;
    z-index: 2;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}


.book-banner-area .main-banner-content .text p,
.book-banner-area .main-banner-content p {
    color: var(--blackColor)
}

.book-about-area,
.main-banner-content {
    position: relative;
    z-index: 1
}

.main-banner-content span {
    font-size: 18px;
    color: #fff;
    font-weight: 500
}

.book-about-content strong,
.products-about-content span {
    display: block;
    font-weight: 400;
    letter-spacing: 2px
}

.main-banner-content h1 {
    font-size: 46px;
    margin-top: 15px;
    margin-bottom: 10px
}

.main-banner-content .banner-btn,
.main-banner-content .banner-holder {
    margin-top: 30px
}

.main-banner-content .text {
    margin-top: 10px
}

.main-banner-content .banner-holder a {
    margin-right: 10px
}

.book-item {
    transition: var(--transition)
}

.book-item .image {
    position: relative;
    text-align: center;
    z-index: 1;
    box-shadow: 4px 9px 8px 3px grey;
    margin-bottom: 28PX;
    overflow: hidden
}

.book-item .image::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition)
}

.book-item .image .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    transform: translateY(-40%);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition)
}

.book-item .image .icon a i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: var(--whiteColor);
    color: var(--mainColor);
    text-align: center;
    border-radius: 50px;
    font-size: 25px;
    transition: var(--transition)
}

.book-item .image .icon a i:hover {
    background-color: var(--mainColor);
    color: var(--whiteColor)
}

.book-item:hover .image::before {
    opacity: .5;
    visibility: visible
}

.book-item:hover .image .icon {
    opacity: 1;
    visibility: visible
}

.book-slider.owl-theme .owl-nav {
    margin-top: 0
}

.book-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    outline: 0;
    width: 45px;
    height: 45px;
    line-height: 47px;
    transition: var(--transition);
    background-color: var(--whiteColor);
    color: var(--mainColor);
    border-radius: 50%;
    opacity: 1;
    visibility: hidden
}

.book-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -10px
}

.book-slider.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible;
    left: 0;
    transition: var(--transition)
}

.book-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0
}

.book-about-image {
    background-image: url(../img/book-about.jpg);
    background-position: center center;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1
}

.book-about-content h3 {
    font-size: 40px;
    margin-bottom: 16px
}

.book-about-content p,
.products-about-content p {
    margin-top: 15px;
    margin-bottom: 0
}

.book-about-content .book-list,
.products-about-content .products-list {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0
}

.book-about-content .book-list li,
.products-about-content .products-list li {
    list-style-type: none;
    margin-bottom: 12px;
    text-transform: capitalize
}

.book-about-content .book-list li i,
.products-about-content .products-list li i {
    font-size: 20px;
    color: var(--mainColor);
    margin-right: 5px
}

.products-about-content span {
    color: var(--mainColor)
}

.products-about-content h3 {
    font-size: 40px;
    margin-bottom: 16px;
    margin-top: 12px
}

.products-about-image {
    text-align: right
}

.single-testimonial-item {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px
}

.single-testimonial-item .testimonial-desc {
    background-color: var(--whiteColor);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 45px 25px 25px;
    text-align: center
}

.single-testimonial-item .testimonial-desc p {
    margin-bottom: 0;
    position: relative
}

.single-testimonial-item .testimonial-desc::before {
    content: "";
    position: absolute;
    left: 35px;
    bottom: -12px;
    width: 25px;
    height: 25px;
    z-index: -1;
    background: var(--whiteColor);
    transform: rotate(45deg)
}

.single-testimonial-item .icon i {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    color: var(--whiteColor);
    background-color: #009bcf;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    z-index: 2;
    text-align: center;
    font-size: 35px
}

.single-testimonial-item .client-info {
    position: relative;
    padding-left: 58px;
    margin-top: 32px;
    margin-left: 26px
}

.single-testimonial-item .client-info img {
    width: 45px !important;
    height: 45px !important;
    display: inline-block !important;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--transition)
}

.single-testimonial-item .client-info h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600
}

.single-testimonial-item .client-info span {
    display: block;
    color: var(--optionalColor);
    margin-top: 4px;
    font-family: var(--optionalfontFamily);
    font-weight: 600
}

.testimonial-slides.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background-color: transparent;
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid var(--mainColor);
    position: relative;
    margin-top: 0;
    margin-bottom: 0
}

.testimonial-slides.owl-theme .owl-dots .owl-dot span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--mainColor);
    border-radius: 50%;
    margin: 4px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    transform: scale(0)
}

.testimonial-slides.owl-theme .owl-dots .owl-dot.active span::before,
.testimonial-slides.owl-theme .owl-dots .owl-dot:hover span::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.testimonial-slides.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 35px;
    line-height: 0
}

.c-rad {
    border-radius: 0 0 80px 80px
}

header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99
}

.current {
    font-weight: 600 !important;
    color: #ffce26 !important;
    text-decoration-style: double
}

.navbar .dark-logo,
.navbar.is-sticky .light-logo {
    display: none
}

.faq-accordion .accordion .accordion-content.show,
.navbar.is-sticky .dark-logo {
    display: block
}

.footer-box-1 img,
.logo img {
    max-width: 60px;
    margin: 20px;
}

#banner-vid,
.video-overlay {
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute
}

#home,
.banner-main-form,
.book-box,
.book-box img,
.book-list li {
    position: relative
}

#banner-vid {
    object-fit: cover
}

.banner-main-form {
    background: #ffffff21;
    border-radius: 20px;
    border: 1px solid #efefef;
    box-shadow: 0 3px 10px -6px #000;
    padding: 30px;
    z-index: 1
}

.banner-main-form .heading-four {
    color: #fff;
    margin: 0 0 20px;
    text-shadow: 2px 2px 3px #181223
}

.banner-main-form .form-group input {
    background: 0 0;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border: 1px solid #fff;
    padding: 12px 13px;
    border-radius: 5px
}

.banner-main-form .form-group .form-select,
.banner-main-form .form-group textarea {
    color: #fff;
    outline: 0;
    box-shadow: none;
    padding: 10px 30px 10px 10px;
    width: 100%;
    font-size: 16px;
    background: 0 0;
    cursor: pointer
}

.banner-main-form .form-group input::placeholder {
    color: #fff
}

.banner-main-form .form-group textarea::placeholder {
    color: #fff
}

.banner-main-form .form-group textarea {
    border-radius: 5px;
    border: 1px solid #fff;
    height: 110px
}

.banner-main-form .form-group .form-select {
    border-radius: 5px;
    border: 1px solid #fff
}

.partners-section {
    background: #f3f7ff;
    border-radius: 0;
    padding-top: 100px;
    margin-top: -60px;
    z-index: 0
}

.partner img {
    box-shadow: 1px 1px 6px 0 #ccccccb3;
    border-radius: 7px;
    margin: 5px;
    max-width: 200px;
    max-height: 56px
}

.main-color {
    color: #009bcf;
}

.book-list,
.contact-form .form-group {
    margin-bottom: 10px
}

.book-list li {
    font-size: 15px;
    padding: 4px 0;
    color: #000;
    font-weight: 600;
    margin-bottom: 0
}

.book-marketing,
.theme-bg {
    background: url(../img/backgrounds/home-banner1.webp)
}

.our-service {
    margin-top: -80px;
    padding-top: 150px;
    z-index: 3
}

.book-box {
    box-shadow: inset 1px 1px 10px #ccc;
    border-radius: 15px;
    background: #fff;
    height: 370px;
    padding: 20px;
    z-index: 1
}

.book-box:before {
    background-color: #cccccc87;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    clip-path: circle(0 at 0 0);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: -1
}

.book-box:hover:before {
    clip-path: circle(200% at 0 0)
}

.btn-learn {
    color: #008c71;
    font-size: 14px;
    position: absolute;
    bottom: 8px;
    right: 0
}

.btn-learn i.fal.fa-long-arrow-right {
    font-size: 24px;
    animation: 2s linear infinite headShake;
    -webkit-animation: 2s linear infinite headShake;
    -moz-animation: 2s linear infinite headShake
}

.our-books {
    background: #f4f4f4
}

.book-box img {
    max-width: 60% !important;
    right: -106px;
    height: 161px;
    animation: 2s linear infinite flipInY
}

.apart .book-box {
    height: 205px;
    display: flex
}

.book-box h3 {
    font-size: 18px;
    text-transform: capitalize;
    text-align: left;
    line-height: 21px;
    padding: 10px 0;
    color: var(--mainColor)
}

.book-box p {
    font-size: 12px;
    padding: 0;
    text-align: left;
    line-height: 20px;
    height: 90px
}

.cta-sec {
    /* background: linear-gradient(294deg, #ffce2638 0, #ffce2600 100%) fixed, url(../img/backgrounds/home-banner1.webp) fixed; */
    background: #fafafa;
    padding: 90px 50px;
    filter: drop-shadow(2px 4px 6px #fff);
    background-blend-mode: difference;
    border-radius: 13px
}

.cta-img-inner img {
    margin: auto;
    position: absolute;
    left: 0;
    top: -108px;
    bottom: 0;
    right: 0;
    max-height: 381px;
    filter: drop-shadow(2px 4px 6px black)
}

.accordion-button::after {
    display: flex;
    width: 22px;
    height: 22px;
    margin-right: 10px !important;
    background-size: 1.25rem !important;
    transition: transform .2s ease-in-out !important;
    color: #008aff;
    font-size: 16px;
    order: -1;
    position: unset !important;
    margin-left: 0;
    justify-content: center;
    align-items: center;
    filter: invert(20%) sepia(90%) saturate(2000%) hue-rotate(-20deg) brightness(105%) contrast(100%)
}

.cta-se-2:after,
.cta-se-2:before,
.cta-sec::after,
.cta-sec::before,
.our-process-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: -1
}

.accordion-button {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0;
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    background: 0 0 !important;
    justify-content: flex-start;
    border: none !important;
    box-shadow: none !important
}

.cta-se-2 {
    /* background: linear-gradient(to right, #325cb6, #ffffff7a, #1f425a), url(../img/backgrounds/home-banner.webp); */
    background-color: #fafafa;
    border-radius: 12px;
    padding: 50px 0;
    position: relative;
    z-index: 1
}

.cta-se-2:before,
.cta-sec::after {
    background: url(../img/marten.png) center/contain no-repeat;
    /* height: 300PX; */
    width: 242px;
    left: 0;
    top: -22px;
}

.cta-se-2:after,
.cta-sec::before {
    background: url(../img/ebook.png) center/contain no-repeat;
    /* height: 308px; */
    top: -22px;
    right: 0;
    width: 291px
}

@media only screen and (max-width:1300px) {

    .cta-se-2:after,
    .cta-sec::before {
        height: 220px;
        width: 196px
    }

    .cta-se-2:before,
    .cta-sec::after {
        height: 325px;
        width: 195px
    }
}

.cta-head-2 strong.h3 {
    color: #ffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    padding: 25px 0;
    display: block
}

.cta-head-2 span {
    color: #ffff;
    font-size: 20px
}

.process-box-content .heading-five,
.process-box-content p {
    color: #181223;
    transition: .3s ease-in-out
}

.contact-area {
    background: linear-gradient(to right, #ffffff52, #ffffffa6, #ffffff00) 0 0/cover, url(../img/contact-secbg.avif) 0 0/cover
}

.contact-form {
    background-color: #e2e2e2;
    padding: 35px
}

.contact-form form .form-control {
    height: 60px;
    padding: 0 15px;
    line-height: initial;
    color: var(--blackColor);
    background-color: #fff;
    border: 0 solid #cecfdf;
    border-radius: 2px;
    transition: var(--transition);
    box-shadow: unset !important;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px
}

.contact-form form textarea {
    height: auto !important
}

.box-shdows {
    box-shadow: rgba(118, 102, 102, .09) 3px 3px 11px 8px;
    position: relative;
    border-radius: 43px;
    background: #eee;
    padding: 44px 0
}

.box-shdows p {
    font-weight: 600 !important;
    text-transform: uppercase
}

.our-process-box {
    padding: 20px;
    margin: 0 0 20px;
    box-shadow: 0 5px 20px -5px #b2b2b2;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.our-process-box .process-box-img {
    margin: 0 0 20px;
    text-align: center
}

.process-box-img img {
    width: 100px;
    height: 100px;
    object-fit: contain
}

.our-process-box .process-box-content {
    padding: 0 5px;
    min-height: 200px;
    overflow-y: auto;
    text-align: center
}

.process-box-content .heading-five {
    margin: 0 0 10px
}

.c-drop-down a:hover,
.c-tab-p.active {
    color: #fff !important
}

.our-process-box:hover .process-box-content .heading-five,
.our-process-box:hover .process-box-content p,
select {
    color: #fff
}

.our-process-box::after {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #009bcf;
    transition: .5s ease-in-out
}

.clock-container {
    background: #80808036;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 15px;
    box-shadow: -12px 15px 10px rgba(0, 0, 0, .2);
    text-align: center;
    transition: .3s;
    max-width: 376px
}

.clock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px
}

.time-segment {
    background: rgb(0 0 0 / 0%);
    border-radius: 10px;
    min-width: 100px;
    color: #0000009c;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 12px 4px rgba(0, 0, 0, .3);
    transition: transform .2s
}

.time-segment:hover {
    transform: scale(1.05)
}

.segment-label {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    color: #4eb8dd;
    font-size: .8rem;
    text-transform: uppercase
}

.date {
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: left;
    font-weight: 700
}

@media (max-width:600px) {
    .time-segment {
        font-size: 2.5rem;
        padding: 10px;
        min-width: 60px
    }

    .clock-container {
        padding: 20px
    }
}

.banner-image img {
    animation: 7s linear infinite tada;
    -moz-animation: 7s linear infinite tada;
    -webkit-animation: 7s linear infinite tada
}

@keyframes tada {

    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
}

.chart {
    display: flex;
    column-gap: 20px;
    margin-bottom: 10px
}

.chart span {
    background: #009bcf;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    padding: 13px 10px;
    position: relative;
    width: 45px;
    height: 45px
}

.chart span::before {
    position: absolute;
    content: "";
    background: #1f425a;
    width: 4px;
    height: 145px;
    z-index: -1;
    top: 0
}

.chart-label h3 {
    color: #009bcf;
    font-size: 23px;
    font-weight: 700;
    line-height: 51px
}

.chart-label p {
    color: #000;
    font-weight: 400;
    font-size: 15px
}

.chart span,
.number-box {
    border-radius: 50%;
    display: flex;
    font-weight: 600
}

.chart span.before-hide::before {
    position: unset;
    height: unset;
    width: unset
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\f068";
    color: var(--mainColor)
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid grey;
    padding: 0
}

.faq-accordion .accordion .accordion-title {
    padding: 14px 56px 4px 9px;
    color: var(--blackColor);
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    background: 0 0
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--blackColor);
    font-size: 20px;
    transition: var(--transition)
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 18px 20px;
    border-top: 1px solid var(--mainColor);
    color: var(--optionalColor)
}

.c-drop-down {
    box-shadow: 0 0 4px 1px #eaf3fb40, 0 3px 6px rgb(0 0 0 / 5%);
    border-radius: 5px;
    background: #008aff08;
    width: 340px;
    top: 36px;
    -ms-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    border: 0;
    left: 0;
    padding: 18px 0 10px;
    transform: scale(0);
    right: 0;
    margin: auto;
    bottom: auto;
    z-index: 2;
    position: absolute;
    backdrop-filter: blur(12px)
}

.c-tab-p,
.glass-mor,
.morphishm {
    background: #f3f7ff
}

.list-tabs ul li:before {
    content: "";
    height: 8px;
    width: 8px;
    top: 9px;
    position: absolute;
    border-radius: 50%;
    left: -2px;
    box-shadow: inset 0 0 0 2px #fff
}

.drop-show:hover .c-drop-down {
    transform: scale(1)
}

.c-drop-down a {
    font-size: 15px !important
}

.list-tabs ul {
    padding: 0
}

.list-tabs ul li {
    margin-bottom: 9px;
    position: relative
}

.morphishm {
    box-shadow: 0 0 20px 0 #cccccc85;
    margin: 8px 0;
    padding: 15px 0;
    border-radius: 7px;
    transition: .5s ease-in-out;
    text-align: center;
    cursor: pointer
}

.morphishm:hover {
    scale: 1.1
}

.c-tab-p.active {
    background-color: #008aff !important;
    box-shadow: 0 0 11px 0 #808080d1;
    border: 0 !important
}

.c-tab-p {
    padding: 8px 37px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    border-radius: 44px !important
}

.contact-list li {
    list-style: circle;
    margin-bottom: 10px
}

.tankyou-sec {
    height: 800px;
    background-image: url(../img/backgrounds/home-banner.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat
}

.text-yellow {
    color: #ffce26
}

.Popup-form form input,
.Popup-form form select {
    min-height: 41px
}

.Popup-form form textarea {
    resize: none;
    min-height: 150px
}

.Popup-form form input[type=checkbox] {
    min-height: unset
}

.check-parent label {
    font-size: 14px;
    font-weight: 600;
    color: #000
}

.c-header {
    position: absolute;
    right: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: 9;
    border: 0
}

.c-header .btn-close {
    padding: 10px;
    margin: 0
}

.footer-box-1 .clock-box-links {
    margin: 0 0 10px;
    border-bottom: 2px solid #ccc;
    padding: 0 0 10px
}

.footer-box-1 h6,
.footer-box-1 strong.h6 {
    line-height: 25px;
    padding: 0 0 10px;
    font-weight: 700;
    color: #000
}

.social-links,
.social-links-list {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 0;
    justify-content: center;
    width: fit-content;
    margin-top: 10px
}

.clock-box-links li,
li {
    list-style: none
}

.footer-box-2 strong.h4 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 15px;
    display: block
}

.social-links-list li a {
    color: #000;
    padding: 10px 13px;
    border: 1px solid;
    border-radius: 50%
}

.services-links {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.services-links li {
    width: 50%
}

.services-links li i {
    padding: 0 5px 0 0;
    color: #008aff;
    font-size: 14px
}

.services-links li a {
    color: #000;
    font-size: 16px;
    padding: 0 0 15px;
    font-weight: 500
}

.awards-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0
}

button.navbar-toggler {
    filter: brightness(0) saturate(100%) invert(47%) sepia(98%) saturate(741%) hue-rotate(356deg) brightness(103%) contrast(105%)
}

.logo-banner {
    display: flex;
    align-items: center;
    gap: 35px;
    margin: 15px 0
}

.logo-banner img {
    filter: drop-shadow(2px 1px 0px black)
}

.bandown-brands-item img {
    filter: invert(1)
}

.blinking {
    animation: .5s ease-in-out infinite smoothBlink
}

h6.blinking {
    text-shadow: 0 0 #000 !important
}

.blinking:hover {
    animation: none
}

@keyframes smoothBlink {

    0%,
    100% {
        opacity: 1;
        text-shadow: -1px 1px 2px #000
    }

    50% {
        opacity: 0;
        text-shadow: -1px 1px 2px #000
    }
}

@media only screen and (max-width:767px) {

    .app-banner-area,
    .page-title-area,
    .ptb-100,
    .saas-banner-area {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .pt-100 {
        padding-top: 50px
    }

    .pb-100 {
        padding-bottom: 50px
    }

    .pb-70 {
        padding-bottom: 20px
    }

    .blog-details-desc .article-content .features-list li,
    .main-banner-content span,
    .products-details-tab .tabs li a,
    .section-title p,
    p {
        font-size: 15px
    }

    .section-title {
        margin: 0 auto 30px
    }

    .app-banner-area .main-banner-content h1,
    .main-banner-content h1,
    .saas-banner-area .main-banner-content h1,
    .section-title h2,
    .single-pricing-box .price {
        font-size: 30px
    }

    .navbar-light .navbar-nav .nav-item a {
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px
    }

    .main-banner-content .banner-btn,
    .navbar-light .others-option .option-item .social-icon {
        margin-top: 20px
    }

    .book-banner-area {
        height: 100%;
        padding-top: 150px;
        padding-bottom: 50px
    }

    .main-banner-content {
        text-align: center;
        max-width: 100%
    }

    .banner-image,
    .newsletter-form-content .newsletter-content {
        margin-top: 35px
    }

    .book-about-content {
        padding: 0
    }

    .app-about-content h3,
    .app-download-content h3,
    .book-about-content h3,
    .products-about-content h3,
    .saas-about-content h3 {
        font-size: 26px
    }

    .comments-area .comment-respond .comment-reply-title,
    .comments-area .comments-title,
    .products-details-tab .tab_content .tabs_item .products-details-tab-content h3,
    .reviews-slides .reviews-feedback .single-feedback p,
    .single-app-features h3,
    .single-blog-post .post-content h3,
    .single-book-feature h3,
    .single-gallery-item .gallery-content h3,
    .single-pricing-box .pricing-header h3,
    .single-saas-features h3 {
        font-size: 20px
    }

    .single-book-feature .icon i {
        height: 70px;
        width: 70px;
        line-height: 70px;
        font-size: 35px
    }

    .single-fun-fact h3 {
        font-size: 30px;
        margin: 6px 0 5px
    }

    .reviews-area {
        overflow: hidden
    }

    .newsletter-form-content .newsletter-content h2,
    .page-title-content h2,
    .users-content h3 {
        font-size: 25px
    }

    .newsletter-form-content .newsletter-form button {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 15px
    }

    .app-about-area .container,
    .author-content,
    .products-details-tab .tab_content {
        padding: 20px
    }

    .author-content h3 {
        font-size: 25px;
        margin-bottom: 15px
    }

    .author-content .social-icon {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .author-area .row .col-lg-4 {
        padding-right: 15px
    }

    .app-about-content,
    .app-banner-area .banner-image,
    .author-image,
    .newsletter-image,
    .products-banner-area .banner-image {
        text-align: center
    }

    .single-blog-post .post-content {
        padding: 16px
    }

    .contact-image,
    .faq-image,
    .specification-image {
        margin-bottom: 35px;
        text-align: center
    }

    .products-banner-area {
        height: 100%;
        padding-bottom: 50px;
        padding-top: 50px
    }

    .products-about-image,
    .saas-about-image {
        text-align: center;
        margin-top: 30px
    }

    .app-about-image,
    .app-download-content {
        margin-top: 35px;
        text-align: center
    }

    .why-choose-image {
        margin-bottom: 20px
    }

    .app-download-content .app-holder a img {
        max-width: 100px
    }

    .video-content {
        padding-top: 55px;
        padding-bottom: 70px
    }

    .video-content h3 {
        font-size: 28px
    }

    .app-banner-area .main-banner-content .banner-holder a img {
        max-width: 128px
    }

    .app-banner-area .banner-image img {
        max-width: 100%
    }

    .banner-form,
    .widget-area .widget:first-child {
        margin-top: 30px
    }

    .overview-item {
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 1px solid #f3f3f3
    }

    .overview-item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none
    }

    .overview-content,
    :nth-child(3) .overview-left-img {
        margin-bottom: 30px
    }

    .overview-content.text-color {
        padding-left: 0
    }

    .overview-content h3 {
        font-size: 24px
    }

    :nth-child(3) .overview-content {
        margin-bottom: 0
    }

    .page-title-content ul {
        margin-top: 12px
    }

    .blog-details-desc .article-content h3 {
        font-size: 20px;
        line-height: 1.4
    }

    .blockquote,
    blockquote {
        padding: 30px !important
    }

    .blockquote p,
    blockquote p {
        font-size: 18px !important
    }

    .comments-area .comment-body {
        padding-left: 70px
    }

    .comments-area .comment-author .avatar {
        height: 55px;
        width: 55px;
        left: -70px
    }

    .comments-area .comment-metadata {
        font-size: 12px
    }

    .comments-area .children {
        margin-left: 0
    }

    .product-details-image {
        height: 500px
    }

    .product-details-desc {
        padding: 0;
        margin-top: 25px
    }

    .product-details-desc .buy-checkbox-btn .cbx span:last-child {
        font-size: 14px
    }

    .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn {
        display: none
    }

    .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
        padding-right: 0
    }

    .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
        position: relative;
        top: 10px
    }

    .products-banner-area.two {
        height: 100%;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .products-banner-area.two .banner-image {
        margin-top: 0;
        margin-bottom: 35px;
        text-align: center
    }

    .products-banner-area.two .main-banner-content.two h1 {
        font-size: 30px;
        margin-bottom: 16px
    }

    .productsQuickView .modal-content {
        padding: 40px 10px
    }

    .productsQuickView .modal-content .product-content {
        margin-top: 25px
    }

    .example-demo-modal .inner {
        width: 280px
    }

    .services-links li {
        width: 100%
    }

    .logo img {
        max-width: 200px
    }

    .copyright-sec p {
        font-size: 13px;
        text-align: center
    }
}

@media only screen and (max-width:991px) {
    .list-tabs li {
        padding-left: 10px
    }

    .cta-se-2:after,
    .cta-se-2:before,
    .cta-sec::after,
    .cta-sec:before {
        position: unset
    }

    .navbar-collapse {
        background: #fff;
        padding: 25px 10px;
        position: fixed;
        top: 84px;
        left: 0;
        width: 100%;
        height: 100vh;
        color: #fff
    }

    .navbar-light .navbar-nav .nav-item a {
        color: #000
    }
}

@media only screen and (max-width:4800px) {
    .bandown-brands-item img {
        width: 100px;
        padding: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .app-banner-area,
    .ptb-100 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .pt-100 {
        padding-top: 70px
    }

    .pb-100 {
        padding-bottom: 70px
    }

    .pb-70 {
        padding-bottom: 40px
    }

    .section-title {
        margin: 0 auto 30px
    }

    .section-title h2 {
        font-size: 45px
    }

    .navbar-light .navbar-nav .nav-item a {
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px
    }

    .main-banner-content .banner-btn,
    .navbar-light .others-option .option-item .social-icon {
        margin-top: 20px
    }

    .book-banner-area {
        height: 100%;
        padding-top: 180px;
        padding-bottom: 70px
    }

    .main-banner-content {
        text-align: center;
        max-width: 100%
    }

    .main-banner-content span {
        font-size: 15px
    }

    .main-banner-content h1 {
        font-size: 31px
    }

    .banner-image,
    .newsletter-form-content .newsletter-content {
        margin-top: 35px
    }

    .book-about-content {
        padding: 0
    }

    .app-about-content h3,
    .app-download-content h3,
    .book-about-content h3,
    .products-about-content h3,
    .saas-about-content h3 {
        font-size: 36px
    }

    .reviews-slides .reviews-feedback .single-feedback p,
    .single-blog-post .post-content h3,
    .single-book-feature h3,
    .single-gallery-item .gallery-content h3,
    .single-pricing-box .pricing-header h3 {
        font-size: 20px
    }

    .single-book-feature .icon i {
        height: 70px;
        width: 70px;
        line-height: 70px;
        font-size: 35px
    }

    .single-fun-fact h3 {
        font-size: 30px;
        margin: 6px 0 5px
    }

    .reviews-area {
        overflow: hidden
    }

    .newsletter-form-content .newsletter-content h2,
    .users-content h3 {
        font-size: 35px
    }

    .newsletter-form-content .newsletter-form button {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 15px
    }

    .single-pricing-box .price {
        font-size: 30px
    }

    .app-about-area .container,
    .author-content {
        padding: 20px
    }

    .author-content h3 {
        font-size: 35px;
        margin-bottom: 15px
    }

    .author-content .social-icon {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .author-area .row .col-lg-4 {
        padding-right: 15px
    }

    .app-about-area,
    .app-banner-area .banner-image,
    .app-download,
    .author-image,
    .newsletter-image,
    .products-banner-area .banner-image {
        text-align: center
    }

    .single-blog-post .post-content {
        padding: 16px
    }

    .contact-image,
    .faq-image,
    .specification-image {
        margin-bottom: 35px;
        text-align: center
    }

    .products-banner-area {
        height: 100%;
        padding-bottom: 70px;
        padding-top: 70px
    }

    .products-about-image,
    .saas-about-image {
        text-align: center;
        margin-top: 30px
    }

    .app-about-image,
    .app-download-content {
        margin-top: 35px;
        text-align: center
    }

    .why-choose-image {
        margin-bottom: 20px
    }

    .video-content {
        padding-top: 55px;
        padding-bottom: 70px
    }

    .video-content h3 {
        font-size: 28px
    }

    .app-banner-area .main-banner-content h1,
    .saas-banner-area .main-banner-content h1 {
        font-size: 50px
    }

    .app-banner-area .main-banner-content .banner-holder a img {
        max-width: 128px
    }

    .app-banner-area .banner-image img {
        max-width: 100%
    }

    .saas-banner-area {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .banner-form,
    .widget-area .widget:first-child {
        margin-top: 30px
    }

    .overview-item {
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 1px solid #f3f3f3
    }

    .overview-item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none
    }

    .product-details-image {
        height: 500px
    }

    .product-details-desc {
        padding: 0;
        margin-top: 25px
    }

    .page-title-content h2 {
        font-size: 40px
    }

    .products-banner-area.two {
        height: 100%;
        padding-top: 70px;
        padding-bottom: 70px
    }

    .products-banner-area.two .banner-image {
        margin-top: 0;
        margin-bottom: 35px;
        text-align: center
    }

    .products-banner-area.two .main-banner-content.two h1 {
        font-size: 50px;
        margin-bottom: 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .main-banner-content h1 {
        font-size: 46px
    }

    .single-blog-post .post-content h3 {
        font-size: 20px
    }

    .single-products-feature {
        padding: 20px
    }

    .single-products-feature h3 {
        font-size: 18px
    }

    .single-app-features h3,
    .single-saas-features h3 {
        font-size: 22px
    }

    .single-fun-fact p {
        font-size: 16px
    }
}

.pacman {
    width: 16px;
    height: 16px;
    background: url('data:image/png;base64,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') 0 0/300% 100% no-repeat;
    animation: .5s steps(3, end) infinite pac;
    position: relative;
    left: 0;
    z-index: 99
}

.scrollbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: radial-gradient(8px 8px, #ffce26 2px, rgba(255, 200, 0, 0) 3px) #00000000;
    background-size: 18px 20px;
    background-repeat: repeat-x;
    padding: 2px;
    z-index: 999999999;
    pointer-events: none
}

.pacman::before {
    content: "";
    position: absolute;
    top: 0;
    right: 17px;
    height: 20px;
    width: 100vw;
    background: #ff000000;
    z-index: 9;
    backdrop-filter: blur(6px);
    border-radius: 200px
}

@keyframes pac {
    from {
        background-position-x: 0px
    }

    to {
        background-position-x: -48px
    }
}

::-webkit-scrollbar {
    display: none
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-10deg);
        opacity: 1
    }

    70% {
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        transform: perspective(400px) rotateY(0)
    }
}

marquee {
    font-size: 13px
}