.copyright,
.get-started-form form,
.menu-dot li,
.nav-bar ul.menu,
.top-bar ul.menu li,
footer,
header,
header nav ul li.dropdown,
section {
    position: relative
}

a,
btn,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Gilroy-SemiBold;
    font-weight: 600;
    margin: 0;
    color: #1e4787;
}

.counter-area .count .timer,
h1 span {
    font-family: Gilroy-ExtraBold
}

@font-face {
    font-family: Gilroy-ExtraBold;
    src: url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy-SemiBold;
    src: url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy-Medium;
    src: url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

a:focus,
a:hover,
button:focus,
button:hover {
    outline: 0!important;
    text-decoration: none!important;
    transition: auto;
    color: #d564ff;
}

.input-control:focus,
.input-control:hover {
    background: 0 0;
    transition: .7s;
    color: #fff;
    box-shadow: none;
    border-color: #fad011
}

.input-control:focus::-moz-placeholder,
.input-control:hover::-moz-placeholder {
    color: #fff
}

.input-control:focus::placeholder,
.input-control:hover::placeholder {
    color: #fff
}

.input-control::-moz-placeholder {
    color: #fff
}

.input-control::placeholder {
    color: #fff
}

section {
    padding: 40px 0;
    clear: both;
    scroll-behavior: smooth!important
}

h1 {
    font-size: 47px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0;
    line-height: 50px;
    margin: 0
}

h2 {
    color: #1e4687;
    font-size: 45px;
    letter-spacing: 0;
    margin: 0
}

.btn-black,
.btn-yellow,
p {
    font-family: Gilroy-Medium;
    font-size: 16px
}

p {
    margin: 0;
    color: #19233f
}

#cross,
.counter-area .count.last:after,
.dropdown-menu-submenu a:hover::before,
.mobile-screen,
.nav-bar ul li .btn-yellow:hover::before,
.nav-bar ul.menu.dropdown,
header nav ul li .dropdown-menu a:hover::before {
    display: none
}

.top-bar {
    padding: 10px 0 15px
}

.top-bar .menu.social-icons {
    display: flex;
    justify-content: center
}

.top-bar ul.menu {
    display: flex;
    justify-content: space-around
}

.top-bar ul.menu a {
    font-size: 15px;
    color: #000;
    font-weight: 600
}

.top-bar ul.menu a:hover {
    color: #29abe1
}

.top-bar ul.menu i {
    color: #29abe1;
    font-size: 17px
}

.sticky-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: .3s ease-in-out;
    border-bottom: 2px solid #9a44bd;
    background: #ffffffed;
    color: #fff;
    animation: 1s header-animation
}

@keyframes header-animation {
    0% {
        transform: translateY(-106px)
    }
    100% {
        transform: translateY(0)
    }
}

.nav-bar {
    padding: 10px 0
}

.nav-bar ul.menu {
    text-align: right
}

.nav-bar ul.menu li {
    display: inline-block;
    padding: 0 9px;
}

.nav-bar ul.menu li a {
    font-size: 16.5px;
    color: #6a757d;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    transition: .5s
}

.nav-bar ul li a.active::before,
.nav-bar ul li a::before {
    height: 2px;
    position: absolute;
    bottom: -15px;
    transition: width .5s!important;
    margin: auto;
    left: 0;
    right: 0;
    content: ""
}

.nav-bar ul.menu li a.btn.btn-yellow {
    padding: 8px 20px;
    font-size: 15px;
    font-family: Gilroy-SemiBold
}

a.btn.btn-white-border.btn-black {
    border-color: #ffffff;
    background: 0 0;
    color: #ffffff;
}

.nav-bar ul.menu li a.active,
.nav-bar ul.menu li a:focus,
.nav-bar ul.menu li a:hover {
    background: 0 0;
    color: #7042ab
}

.primary-color {
    color: #d564ff;
    display: contents
}

.btn-black,
.btn-yellow {
    padding: 13px 20px;
    background: #1e4787;
    border-radius: 10px;
    font-weight: 500;
    color: #ffffff;
    transition: .5s;
    border: 0
}

.btn-black:hover {
    background: 0 0;
    border: 1px solid #1c1c1c;
    color: #1c1c1c;
    box-shadow: 1px 1px 4px #454748
}

.dropdown-menu-submenu,
header nav ul li.dropdown:hover .dropdown-menu {
    position: absolute;
    z-index: 100!important;
    transform: scale(1);
    padding: 20px 0;
    top: 30px;
    left: 0;
}

header nav ul li .dropdown-menu {
    display: block;
    margin: 0;
    border-radius: 3px;
    position: absolute;
    top: 300%;
    transform: scale(0);
    transition: .5s;
    background: #454748;
    min-width: 240px;
}

header nav ul li.dropdown {
    visibility: visible;
    z-index: 100!important
}

header nav ul li .dropdown-menu a {
    color: #fff!important;
    padding: 5px 20px;
    font-size: 15px!important;
    margin: 0;
    z-index: 100!important;
}


/* Submenu Dropdown start*/

.dropdown-menu-submenu {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    background: #0A0A0A;
}

.submenu-list:hover .dropdown-menu-submenu {
    display: block;
}


/* Submenu Dropdown end*/

header nav ul li .dropdown-menu a:hover {
    position: relative;
    visibility: visible;
    z-index: 100!important;
    background: #6e42aa !important;
    color: #ffffff !important;
}

.nav-bar ul.menu a.dropdown-item.active::before {
    bottom: 0
}

header {
    background: 0 0;
    z-index: 2
}

.nav-bar ul li a img {
    max-width: 60%
}

.nav-bar ul li a.active::before {
    background: #7042ab;
    width: 100%;
    animation: 1s forwards fill;
    color: #606060!important
}

.nav-bar ul li a::before {
    width: 0;
    background: #7042ab;
}

.nav-bar ul li a:hover::before {
    width: 100%;
    animation: 1s forwards fill;
    color: #7042ab!important;
}

.btn-yellow:hover {
    background: #9e5ddd !important;
    box-shadow: 1px 2px 10px 1px #ad91ff;
    color: #ffffff !important;
    transition: .5s
}

.input-control {
    margin: 7px 0;
    font: -webkit-control;
    padding: 15px 15px 10px 0;
    width: 100%;
    font-family: Gilroy-Medium;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d1d3d4;
    outline: 0;
    border-radius: 0
}

.chota_fnt,
.menu-dot li,
.self-pub h3,
textarea.input-control.form-control {
    font-family: Gilroy-Medium
}

.btn-black,
.copyright,
footer {
    background: #001b46;
}

textarea.input-control.form-control {
    margin: 7px 0!important;
    width: 100%;
    height: 40px;
    padding: 15px 15px 30px 0;
    overflow: hidden;
    border-radius: 0;
    resize: none
}

.get-started-form form {
    padding: 40px 30px 30px;
    background: #7b889182;
    width: 75%;
    border-radius: 15px;
    margin: auto
}

input.required.error,
select.required.error,
textarea.required.error {
    border-bottom: 1.5px solid red!important;
    color: red
}

label.error {
    display: none!important
}

.chota_fnt {
    font-size: 10px;
    margin: 20px 0;
    color: #fff;
    display: block;
    line-height: 15px
}

.chota_fnt a {
    color: #fff;
    text-decoration: underline
}

.chota_fnt input {
    margin: 0 5px 0 0;
    height: auto!important;
    width: auto!important
}

a#goto-top {
    position: fixed;
    bottom: 70px;
    right: 30px;
    background: #fad011;
    color: #1c4586;
    width: 46px;
    height: 46px;
    font-size: 22px;
    border-radius: 50px;
    z-index: 999;
    transition: .5s!important;
    opacity: 0;
    visibility: hidden
}

a#goto-top i {
    padding-bottom: 3px;
    font-weight: 600
}

a#goto-top.show {
    opacity: 1;
    visibility: visible
}

a#goto-top:hover {
    transform: scale(1.2)
}

footer {
    padding: 50px 0 0
}

footer p {
    font-size: 14px;
    padding: 0 0 20px;
    font-weight: 300;
    color: #909090
}

footer ul li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #909090;
    cursor: pointer;
    letter-spacing: 0;
    transition: .5s
}

footer ul li a.active,
footer ul li a:hover {
    color: #e6a5ff !important;
    transition: .5s
}

footer i {
    color: #909090;
    margin-right: 10px
}

.copyright {
    padding: 10px 0;
    margin-top: 30px
}

.copyright ul.menu li a {
    color: #909090;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none
}

.copyright a,
.copyright p {
    color: #909090;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0
}

.btn-black {
    color: #fff;
    margin-right: 10px;
    border: 1px solid #1c1c1c
}

.banner img {
    max-width: 95%
}

.main-banner {
    background: url('../images/banner.webp') 0 0/cover no-repeat
}

.inner-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #303940;
    opacity: .85;
    z-index: 0
}

.inner-banner1 {
    background: url('../images/inner-banner1.jpg') 0 0/cover no-repeat
}

.inner-banner2 {
    background: url(../images/inner-banner2.jpg) 100% 20%/cover no-repeat
}

.inner-banner3 {
    background: url(../images/inner-banner3.webp) 100% 20%/cover no-repeat
}

.inner-banner4 {
    background: url(../images/inner-banner4.jpg) 100% 20%/cover no-repeat
}

.inner-banner5 {
    background: url(../images/inner-banner5.jpeg) 100% 20%/cover no-repeat
}

.inner-banner6 {
    background: url(../images/inner-banner6.jpg) 100% 50%/cover no-repeat
}

.inner-banner7 {
    background: url(../images/inner-banner7.webp) 100% 80%/cover no-repeat
}

.inner-banner8 {
    background: url(../images/inner-banner8.jpg) 100% 75%/cover no-repeat
}

.inner-banner9 {
    background: url(../images/inner-banner9.jpg) 100% 80%/cover no-repeat
}

.menu-dot li {
    font-size: 15px;
    padding: 3px 20px
}

.menu-dot li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    background: #fad011;
    border-radius: 20px
}

.pub-img:hover,
.pub-img:hover img {
    border-radius: 10px
}

.social-medias {
    position: absolute;
    z-index: 1;
    bottom: 250px;
    left: 35px
}

.social-medias ul li {
    padding: 0!important
}

.social-medias ul li a {
    color: #fff;
    line-height: 40px;
    font-size: 17px
}

.social-medias::before {
    content: "";
    width: 2px;
    height: 70px;
    background: #9e9e9e;
    position: absolute;
    bottom: -80px;
    left: 30%
}

.owl-dot.active span,
.owl-dot:hover span {
    background: #b960ff !important;
}

.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 210px;
    margin: 0 -20px;
    font-size: 33px;
    color: #1c4586;
    display: none;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -45px;
    bottom: 0
}

.owl-carousel .owl-nav button.owl-next {
    position: inherit;
    right: -45px;
    bottom: 0
}

[class*=owl-next]:hover,
[class*=owl-prev]:hover {
    color: #fad011!important;
    background: 0 0!important
}

.counter-area .counter--wrapper {
    justify-content: space-between
}

.counter-area .count {
    position: relative;
    transition: .5s;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center
}

.counter-area .count .timer::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    width: 1px;
    height: 40px;
    background: #c1c1c1
}

.counter-area .count .timer {
    color: #1e4687;
    font-size: 50px;
    position: relative;
    width: 120px
}

.counter-area .count img {
    padding-bottom: 20px;
    max-width: 37%;
    animation: 2s linear infinite tada;
    -webkit-animation: 2s linear infinite tada;
    -moz-animation: 2s linear infinite tada
}

.counter-area .count .couter-text {
    display: block;
    font-size: 15px!important;
    width: 200px;
    line-height: 17px
}

.counter-area .count .couter-text span {
    display: block;
    color: #1c4586;
    font-size: 18px;
    font-family: Gilroy-Medium;
    line-height: 20px
}

.pub-img img {
    max-width: 20%;
    filter: invert(1) hue-rotate(324deg);
}

.cta img,
.faq-sec img {
    max-width: 100%
}

.pub-img {
    position: relative;
    padding: 30px;
    transition: .5s
}

.pub-img:after,
.pub-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 1s;
    left: 0;
    top: 0;
    box-sizing: border-box;
    z-index: 1;
    border-radius: 10px;
    transform: scale(0)
}

.cta::after,
.faq-sec:after {
    right: 0;
    z-index: -1;
    content: "";
    position: absolute
}

.pub-img:after {
    border-top: 3px solid #a17af5;
    border-right: 3px solid #ac6fe5;
    -webkit-transform-origin: 0% 100%
}

.pub-img:before {
    border-bottom: 3px solid #1e4787;
    border-left: 3px solid #b8a4c7;
    -webkit-transform-origin: 100% 0%
}

.pub-img:hover::after,
.pub-img:hover::before {
    transform: scale(1)
}

.pub-img:hover {
    transform: scale(1.05);
    cursor: pointer;
    box-shadow: 1px 1px 6px #dd81ff;
}

.cta::after {
    top: 10%;
    width: 68%;
    height: 90%;
    background: linear-gradient(45deg, #5743a0, #9a42bd);
}

.cta img {
    position: absolute;
    left: 0;
    top: -163px
}

.cta h3 {
    font-size: 40px;
    color: #454748;
    line-height: 40px
}

.self-pub {
    padding: 40px;
    background: #fff;
    border-bottom: 5px solid #fad011;
    /* box-shadow: 0px 0px 5px #ccc; */
    cursor: pointer;
    border: 1px solid #dfdfdf;
}

.fulfil1,
.fulfil2,
.fulfil3,
.testmonial {
    padding: 60px 0
}

.self-pub h3 {
    padding: 10px 0;
    line-height: 30px
}

.self-publishing .self-pub h3 {
    font-size: 22px;
    line-height: 24px
}

.blog_details_sec_newwrp h5,
.web-tabs p {
    padding: 20px 0
}

.self-publishing {
    background: #f8f8f8
}

.owl-carousel .owl-nav button {
    border: 1px solid #1c4586!important;
    width: 45px!important;
    height: 45px!important;
    border-radius: 30px!important;
    transition: .5s;
    display: flex!important;
    align-items: center;
    justify-content: center
}

.owl-carousel .owl-nav button:hover {
    color: #fad011!important;
    border-color: #fad011!important
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    margin: 60px 3px 0;
    height: 4px
}

.cta-get-started {
    background: url('../images/cta2.webp') 0 0/cover no-repeat
}

.cta-get-started img {
    position: absolute;
    bottom: -195px;
    right: 0;
    width: 80%
}

.testmonial {
    background: #f8f8f8
}

.self-pub .author .auth-img {
    background: #89959f;
    display: inline-block;
    padding: 6px 13px;
    border-radius: 40px
}

.self-pub .author .auth-img span {
    font-size: 20px;
    font-family: Gilroy-SemiBold;
    color: #fff
}

.self-pub .author .auth-bio {
    display: inline-block;
    padding-left: 8px
}

.self-pub .author .auth-bio h6 {
    font-size: 15px;
    line-height: 8px
}

.self-pub .author .auth-bio span {
    font-size: 13px;
    font-family: Gilroy-Medium;
    color: #909090
}

.self-pub .author {
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
    display: flex;
    align-items: end
}

.self-pub i.fas.fa-star {
    background: #00b67a;
    padding: 4px;
    font-size: 11px;
    color: #fff;
    margin: 0 -1px;
    cursor: pointer
}

.testmonial .self-pub h3 {
    font-size: 18px;
    font-family: Gilroy-SemiBold;
    line-height: 21px;
    padding: 14px 0
}

.testmonial .self-pub {
    height: 460px
}

.testmonial .self-pub .date {
    font-family: Gilroy-Medium;
    font-size: 14px
}

.self-publishing .self-pub p,
.testmonial .self-pub p {
    overflow: auto;
    height: 200px;
    padding: 5px 5px 5px 0;
    font-size: 14.5px
}

.testmonial .self-pub p::-webkit-scrollbar {
    width: 5px
}

.testmonial .self-pub p::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #1c4586
}

.testmonial .self-pub p::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 6px
}

.faq-sec .card-header {
    background: 0 0;
    border: none;
    outline: 0!important
}

.faq-sec .card-header a {
    display: block;
    font-size: 16px;
    font-family: Gilroy-Medium
}

.faq-sec .card {
    margin: 0 5px 15px;
    border: none;
    background: #f8f8f8;
    box-shadow: -1.216px 6.894px 15px 0 rgba(37, 117, 252, .2);
    line-height: 24px;
    padding: 0;
    border-radius: 0
}

.faq-sec .card-body {
    padding: 0 25px 20px
}

.faq-sec .card-header a.card-link.collapsed:after {
    content: "\f067";
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    position: absolute;
    right: 20px;
    color: #1e4787;
    top: 13px;
    transition: .5s
}

.faq-sec .card-header a.card-link:after {
    content: "\f068";
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 17px;
    color: #fad011
}

.signup {
    background: linear-gradient(45deg, #5743a0, #9a42bd);
}

.signup .input-control,
.signup select#ser-select {
    color: #ffffff;
    border-color: #fdfdfd;
    width: 46%;
    margin: 7px;
    height: 48px
}

.signup .input-control::placeholder {
    color: #fff;
}

.signup .chota_fnt,
.signup .chota_fnt a {
    color: #ffffff;
    font-size: 14px
}

.signup textarea.input-control.form-control {
    width: 46%;
    margin-bottom: -16px !important;
    margin-left: 7px !important;
}

.blogs .pub-img {
    box-shadow: 1px 1px 10px #ccc;
    margin: 10px 0;
    height: 260px;
    padding: 0;
    border-bottom: 5px solid #fad011;
    border-radius: 15px
}

.blogs {
    display: flex;
    justify-content: center;
    align-items: center
}

.blogs .pub-img h6 {
    padding: 10px;
}

.blogs .pub-img p {
    font-size: 15px
}

.blog_details_sec_newwrp h2 {
    font-size: 30px;
    padding: 20px 0
}

.client-review-audio audio {
    width: 100%;
    margin: 20px 0;
    color: #fad011;
    filter: invert(1)
}

.web-tabs p {
    font-size: 17px
}

.web-tabs .tab-pane {
    height: 180px
}

.borrow-tab h2 {
    font-size: 21px
}

.borrow-tab ul.nav.nav-tabs {
    border: 0;
    padding-bottom: 30px
}

.borrow-tab ul.nav.nav-tabs li a {
    font-size: 14px;
    font-weight: 600;
    color: #1c4586;
    padding: 10px 5px;
    border: 1px solid #1c4586;
    border-radius: 5px;
    margin: 0 2px
}

.borrow-tab ul.nav.nav-tabs li a.active {
    background: #8e41b8;
    border: 2px solid #8e41b8;
    position: relative;
    color: #fff;
}

.borrow-tab ul.nav.nav-tabs li a.active::before {
    content: "";
    border-color: #8e41b8 transparent transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    left: 45%;
    bottom: -20px;
    width: 10px;
    height: 10px
}

.testimonial-videos video {
    border-bottom: 7px solid #fad011;
    border-radius: 5px
}

.fulfil1 {
    background: url(../images/fulfil1.webp) 100%/100% no-repeat
}

.fulfil3 {
    background: url(../images/fulfil3.webp) 100%/100% no-repeat
}

.fulfil .fba {
    padding: 0 0 30px
}

.fulfil .fba img {
    padding-right: 10px
}

.fulfil .fba li {
    color: #fff;
    font-family: Gilroy-Medium;
    font-size: 17px
}

.fulfil .fba1 li {
    list-style: circle;
    margin-left: 21px
}

.fulfil h4 {
    padding: 15px 0 0
}

.fba2 li {
    list-style: auto;
    margin-left: 20px
}

.social-icons li {
    display: inline-block;
    padding: 10px 10px 0 0
}

.social-icons li a {
    font-size: 20px
}

.social-icons li a i:hover {
    color: #fad011!important
}

.call-btn span {
    text-align: left;
    display: inline-block;
}

.call-btn a {
    font-size: 15px !important;
    color: #fff !important;
    !i;
    !;
}

.call-btn a:hover {
    color: #fad011 !important;
}

.get-started-form label.time {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding-top: 10px;
}

.get-started-form input[type="time"].time {
    padding: 50px;
    margin: 0;
    padding: 0px 0px 10px;
}

.lazy.blog-img {
    max-width: 100%;
    border-radius: 15px;
}

header nav ul li .dropdown-menu a {
    display: inline-block;
}

header nav ul li .dropdown-menu h6 {
    color: #fad011;
    border-bottom: 2px solid #fad011;
    margin-left: 20px;
    padding-bottom: 10px;
}

.book-stone img {
    max-width: 100%;
}

p a {
    color: #fad011;
}

.blog_details_sec_newwrp h2,
.blog_details_sec_newwrp h3,
.blog_details_sec_newwrp h4 {
    padding: 10px 0;
}

button.wrapper-AtBcr {
    display: none !IMPORTANT;
}

.btn.btn-yellow span a:last-child {
    display: none;
}

.py-2 img {
    background: #ffffff;
    border-radius: 10px;
}

.signup h2,
.signup p {
    color: #fff;
}

.disclimers p.text-center {
    font-size: 13px;
}

.cta h4.py-4 {
    color: #fff;
}
.signup select#ser-select option {
    background: #1e4787;
}
.fancybox-slide.fancybox-slide--image.fancybox-slide--current.fancybox-slide--complete {
    display: block;
}

.self-pub img {
    width: auto !important;
}