.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: #000;
}

.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: #000;
}

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

.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: #000;
    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: 0.3s ease-in-out;
    border-bottom: 2px solid #fa9801;
    background: #fff;
    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 15px;
}

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

.nav-bar ul li a.active::before,
.nav-bar ul li a::before {
    height: 2px;
    position: absolute;
    bottom: -15px;
    transition: width 0.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: #000;
    background: 0 0;
    color: #000;
}

.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: #fa9801;
}

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

.btn-black,
.btn-yellow {
    padding: 13px 20px;
    background: #fa9801;
    border-radius: 10px;
    font-weight: 500;
    color: #000;
    transition: 0.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: -50px;
}

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

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;
}

header nav ul li .dropdown-menu a:hover {
    position: relative;
    visibility: visible;
    z-index: 100 !important;
    background: #fa9801 !important;
    color: #000 !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: #fa9801;
    width: 100%;
    animation: 1s forwards fill;
    color: #606060 !important;
}

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

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

.btn-yellow:hover {
    background: #fa9801 !important;
    box-shadow: 1px 2px 10px 1px #fa9801;
    color: #000 !important;
    transition: 0.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: #1c1c1c;
}

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: #fa9801;
    color: #000;
    width: 46px;
    height: 46px;
    font-size: 22px;
    border-radius: 50px;
    z-index: 999;
    transition: 0.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: 20px 0;
}

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

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

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

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

.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: 0.5;
    z-index: 0;
}

.inner-banner1 {
    background: url("../images/inner-banner1.webp") 0 0 / cover no-repeat;
}

.inner-banner2 {
    background: url(../images/inner-banner2.webp) 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.webp) 100% 20% / cover no-repeat;
}

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

.inner-banner6 {
    background: url(../images/inner-banner6.webp) 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.webp) 100% 75% / cover no-repeat;
}

.inner-banner9 {
    background: url(../images/inner-banner9.webp) 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: #fa9801;
    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: #fa9801 !important;
}

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

.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: #fa9801 !important;
    background: 0 0 !important;
}

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

.counter-area .count {
    position: relative;
    transition: 0.5s;
    width: 100%;
    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: #000;
    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: #000;
    font-size: 18px;
    font-family: Gilroy-Medium;
    line-height: 20px;
}

.pub-img img {
    max-width: 25%;
}

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

.pub-img {
    position: relative;
    padding: 30px;
    transition: 0.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 #fa9801;
    border-right: 3px solid #fa9801;
    -webkit-transform-origin: 0% 100%;
}

.pub-img:before {
    border-bottom: 3px solid #fa9801;
    border-left: 3px solid #fa9801;
    -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 #fa9801;
}

.cta::after {
    top: 10%;
    width: 68%;
    height: 90%;
    background: #fa9801;
}

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

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

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

.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 #000 !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 30px !important;
    transition: 0.5s;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-nav button:hover {
    color: #fa9801 !important;
    border-color: #fa9801 !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: 70%;
}

.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: #000;
}

.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, 0.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: "+";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    position: absolute;
    right: 20px;
    color: #fa9801;
    top: 13px;
    transition: 0.5s;
}

.faq-sec .card-header a.card-link:after {
    content: "-";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 17px;
    color: #fa9801;
}

.signup {
    background: #fa9801;
}

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

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

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

.signup textarea.input-control.form-control {
    width: 95%;
}

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

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

.blogs .pub-img h6 {
    padding: 0px 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: #fa9801;
    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: #000;
    padding: 10px 5px;
    border: 1px solid #000;
    border-radius: 5px;
    margin: 0 2px;
}

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

.borrow-tab ul.nav.nav-tabs li a.active::before {
    content: "";
    border-color: #fa9801 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 #fa9801;
    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: #fa9801 !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.pb-4.blog-img {
    max-width: 100%;
    border-radius: 15px;
}

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

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

p a {
    color: #fa9801;
}

.pub-img img {
    filter: brightness(0);
}

.self-pub img {
    filter: brightness(0);
}

section.thankyou_sec {
    text-align: center;
    padding: 5rem 0;
}

.main-content svg {
    font-size: 7rem;
    color: #fa9801;
}