/* Hover Start ================================*/

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

.input-control:hover,
.input-control:focus {
    background: linear-gradient(141deg, #29abe13d 0%, #0b233f03 100%) !important;
    transition: 0.7s all;
    color: #fff;
}

/* Hover End ================================*/

.primary-color {
    color: #29abe1;
}

.secondary-color {
    background: #050A21;
    color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
a,
btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0;
}

p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

/*Mobile Screen viewport ================================*/

.mobile-screen {
    display: none;
}

#cross {
    display: none;
}

/*End Mobile Screene ================================*/

/* Topbar */

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

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

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

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

.top-bar .col-md-6 ul.menu i {
    color: #29ABE1;
}

.top-bar .menu li {
    position: relative;
}

.top-bar .menu li.side-bar::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 6px;
    width: 1px;
    height: 15px;
    background: #3a3835;
}

.top-bar .side-bar-one::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 6px;
    width: 1px;
    height: 15px;
    background: #3a3835;
}

/* Topbar End*/

/* Poooosition fixed============================================================ */

.nav-bar {
    padding: 0;
}

.sticky-nav-bar {
    position: fixed;
    top: 0;
    padding: 10px 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    background: #0e163bd1;
    color: #fff;
    animation: header-animation 1s;
}

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

.nav-bar ul.menu li a.active,
.nav-bar ul.menu li a:hover,
.nav-bar ul.menu li a:focus,
button:hover,
button:focus {
    color: #29ABE1;
    background: none;
}

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

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

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

.btn-blue {
    padding: 13px 20px 13px 20px;
    background: linear-gradient(90deg, #29ABE19E 50%, #0B233F 100%);
    border: 1px solid #0B233F;
    font-family: 'Poppins', sans-serif;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
}

/* Dropdown List Start */

.nav-bar ul.menu.dropdown {
    display: none;
}

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

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

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

header nav ul li .dropdown-menu a {
    padding: 8px 20px 8px 20px;
    margin: 0;
    z-index: 100 !important;
}

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

header nav ul li .dropdown-menu a:hover::before,
.dropdown-menu-submenu a:hover::before {
    display: none;
}

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

/* Submenu Dropdown start*/

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

.submenu-list:hover .dropdown-menu-submenu {
    display: block;
    background: #070F30;
}

/* Submenu Dropdown end*/

/* Dropdown List end*/

/* Header Fixed Position */

/* End Header Fixed Position */

.nav-bar a.logo img {
    position: relative;
    vertical-align: top;
    max-width: 100%;
    filter: brightness(100);
}

header {
    background: transparent;
    position: relative;
    z-index: 2;
}

.nav-bar ul.menu li a.active::before {
    content: "";
    height: 2px;
    background: #29ABE1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
    transition: width 0.5s !important;
    width: 100%;
    animation: fill 1s forwards;
    color: #606060 !important;
}

.nav-bar ul.menu li a::before {
    content: "";
    width: 0;
    height: 2px;
    background: #29ABE1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
    transition: width 0.5s !important;
}

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

.btn-blue:hover {
    background: linear-gradient(90deg, #0B233F 50%, #29ABE19E 100%) !important;
}

.nav-bar ul.menu li .btn-blue:hover::before {
    display: none;
}

/* Form ================================*/

.get-started-form h3 {
    color: #fff;
    font-size: 25px;
    padding-bottom: 8px;
    line-height: 35px;
}

input.input-control {
    margin: 7px 0;
    font: -webkit-control;
    padding: 8px 15px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    font-size: 16px;
    color: #848484;
    background: #fff;
    border: 1px solid #fff;
    outline: 0;
    border-radius: 4px;
}

textarea.input-control.form-control {
    margin: 7px 0 !important;
    width: 100%;
    height: 130px;
    padding: 7px 15px;
    font-family: "Poppins", sans-serif;
    resize: unset;
    border-radius: 5px;
}

.get-started-form form {
    padding: 70px 40px 20px 40px;
    position: relative;
    background: linear-gradient(180deg, #29ABE19E 0%, #0B233F 100%);
    border-radius: 15px;
}

.get-started-form {
    width: 80%;
    margin: auto;
    position: relative;
}

.get-started-form::before {position: absolute;content: "";background: url('../images/upto-off.webp');width: 200px;height: 110px;z-index: 1;left: -47px;}

.get-started-form .btn-blue {
    border-color: #fff;
}

/* Validation ================================*/

.required.error,
.required.error {
    border: 1.5px solid red !important;
}

label.error {
    display: none !important;
}

/*End Form  =============================*/

.copyright {
    position: relative;
    padding: 10px 0;
    background: #6985f9;
    z-index: 1;
}

a#goto-top {
    position: fixed;
    bottom: 80px;
    right: 30px;
    background: linear-gradient(180deg, #29ABE19E 0%, #1f7ca9 100%);
    background: #1a668f;
    color: #fff;
    width: 46px;
    height: 46px;
    font-size: 22px;
    border-radius: 50px;
    z-index: 999;
    transition: 0.5s all !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);
}

h1 {
    color: #fff;
    text-align: left;
    font-size: 37px;
    font-weight: 700;
    padding: 0px;
    line-height: 38px;
    letter-spacing: -1px;
    margin: 0;
}

/* Footer */

footer {
    position: relative;
    padding: 50px 0 0px;
    background: #050A21;
    color: #fff;
}

footer ul.menu li.f-logo {
    padding-bottom: 20px;
}

footer ul p {
    font-size: 13px;
    padding: 0 0 20px;
    font-weight: 300;
}

footer ul.menu li a:hover,
footer ul.menu li a:active {
    color: #1a80c5 !important;
}

footer ul.menu li a {
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0px;
    transition: 0.5s all;
}

footer .book-categories li a {
    line-height: 0 !important;
}

footer ul.menu li a i {
    color: #ffffff;
    margin-right: 5px;
}

footer ul.menu li a .d-block {
    line-height: 10px;
    padding-left: 25px;
}

.copyright {
    padding: 20px 0 10px;
    margin-top: 30px;
    position: relative;
    background: transparent;
}

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

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

/* Footer end */

.copyright::before {
    content: "";
    background: #292e41;
    width: 75%;
    height: 1.5px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

h2 {
    font-size: 40px;
    line-height: 39px;
    margin: 0;
    letter-spacing: -1px;
}

.banner {
    position: relative;
    margin-top: -140px;
    padding: 200px 0 100px;
    background-position: 100% 30%;
}

/*  */

.banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.85;
}

.banner .container {
    position: relative;
    z-index: 1;
}

.banner video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*  */

.banner p {
    color: #fff;
    padding: 20px 0px;
    line-height: 25px;
}

.trusted-images ul li {
    display: inline-block;
    padding-right: 20px;
}

.trusted-images p {
    font-weight: 300;
    font-size: 15px;
}

.btn.white-border {
    padding: 13px 20px 13px 20px;
    border: 1px solid #fff;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #000;
}

.btn.white-border:hover {
    background: #0B233F;
    border-color: #0B233F;
}

.head-dot {
    position: relative;
    color: #29ABE1;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 20px;
}

.head-dot::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    background: #29ABE1;
    border-radius: 30px;
}

.book-pub,
.publishing-icons {
    background: #050A21;
    text-align: center;
    color: #fff;
}

.book-pub .pub-column h3 {
    font-size: 25px;
    text-align: left;
    padding: 20px 0 15px;
}

.book-pub .pub-column img {
    max-width: 90%;
}

.book-pub .pub-column {
    background-image: linear-gradient(180deg, #050A22 0%, #0C174B 100%);
    padding: 30px 30px;
}

.book-pub .pub-column:hover {
    background-image: linear-gradient(180deg, #0C174C 0%, #050A22 100%);
}

.book-pub .pub-column p {
    font-size: 15px;
    line-height: 28px;
    text-align: left;
}

.publishing-icons p {
    font-size: 19px;
    padding: 10px 0;
}

.publishing-icons .icon1 {
    background: linear-gradient(180deg, #27a4d9, #0b223d);
    border-radius: 50%;
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    cursor: pointer;
    z-index: 9;
    transition: 0.5s all;
}

.publishing-icons .icon1::after {
    content: "";
    width: 165px;
    height: 60px;
    position: absolute;
    right: -165px;
    bottom: 0px;
    background: url("../images/dot.png") no-repeat;
    z-index: 0;
}

.last-icon::after {
    display: none;
}

.publishing-icons .icon1 img {
    width: 40%;
}

.publishing-icons h5 {
    font-size: 15px;
    padding: 10px 0;
    text-transform: uppercase;
}

.pub-icons-parent {
    padding-top: 180px;
}

/*  */

.icon-content {
    opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    background: #1D2343;
    padding: 20px 15px 30px 15px;
    border-radius: 0px 30px 0px 30px;
    height: 190px;
    text-align: left;
    box-shadow: 1px 0px 5px 0px #28A5DA;
    position: absolute;
    top: -180px;
}

.icon1:hover {
    transform: scale(0.9);
}

.icon1:hover img {
    filter: brightness(0.1);
}

.icon1:hover~.icon-content {
    opacity: 1.0;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}

.icon-content p {
    font-size: 11.5px !important;
}

.bussiness-grow {
    background: #050A21;
    color: #fff;
}

.ser-book {
    position: relative;
    height: 350px;
    padding: 230px 20px 0px;
    border-radius: 8px;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}

.ser-book1 {
    background: url('../images/audio-book.jpg') no-repeat 60% / 100% 80%;
    background-size: cover;
}

.ser-book2 {
    background: url('../images/magzine.jpg') no-repeat 60% / 100% 80%;
    background-size: cover;
}

.ser-book3 {
    background: url('../images/pc-girl.jpg') no-repeat 60% / 100% 80%;
    background-size: cover;
}

.ser-book4 {
    background: url('../images/ebook.jpg') no-repeat 60% / 100% 80%;
    background-size: cover;
}

.ser-book::before {
    content: "";
    background: #2C3553D4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
    border-radius: 8px;
}

.ser-book h4 {
    font-size: 18px;
}

.ser-book p {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0;
}

.ser-book:hover:before {
    background: linear-gradient(#F4F9F9 0%, #29ABE1 80%);
    opacity: 0.7;
}

.book-pub-testmonial h2 {
    padding-bottom: 30px;
    text-align: center;
}

.book-pub-testmonial img {
    max-width: 80% !important;
}

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

/* Portfilio */

.portfolio .tab .tablinks {
    transition: 0.5s;
    margin: 7px;
    display: inline-block;
    padding: 0;
}

.portfolio .tab li.tablinks:hover {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    border-radius: 10px;
    cursor: pointer;
}

.portfolio-slider {
    padding: 10px 0;
}

.portfolio .tab .tablinks.active {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    background: rgba(13, 110, 253, .25);
    border-radius: 10px;
    padding: 8px;
}

.portfolio .tabcontent {
    max-width: 90%;
}

.portfolio h3 {
    font-family: "Poppins", sans-serif;
    padding-top: 20px;
    font-size: 30px;
    margin-bottom: 10px;
}

.portfolio .bg-circle .port-content {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    padding-top: 50px;
}

.portfolio p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.port-img {
    display: inline-block;
    width: 40%;
    padding-left: 15px;
    margin: -10px 0 0 0;
}

.portfolio .tablinks img {
    border-radius: 10px;
    transition: 0.5s all;
    max-width: 100%;
}

.portfolio .tablinks img:hover {
    transform: scale(1.1);
}

.portfolio .tabcontent img {
    border-radius: 10px;
    max-width: 80%;
    height: 400px !important;
}

.portfolio .bg-circle {
    background: url('../images/pro-bg.png') no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    position: relative;
    z-index: 0;
}

.portfolio .bg-circle::before {
    content: "";
    background: #050a21;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
    border-radius: 50%;
    width: 35%;
    opacity: 0.8;
    height: 100%;
    z-index: -1;
}

.portfolio-slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
}

.portfolio-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #1a668f;
}

.portfolio-slider .owl-nav button.owl-next {
    position: inherit;
    right: 0;
    bottom: 0;
    color: #1a668f;
}

.portfolio-slider [class*=owl-]:hover {
    color: #0e163b !important;
    background: none !important;
}

/* Portfilio */

/* Slider Show onclick images */

.illustration-testmonial .slider {
    position: relative;
    padding-top: 85%;
}

/*Last thing remaining is to add transitions*/

.illustration-testmonial .slider>img {
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.5s;
    max-width: 86%;
    z-index: 1;
}

.illustration-testmonial .slider input[name='slide_switch'] {
    display: none;
}

.illustration-testmonial .slider label {
    /*Lets add some spacing for the thumbnails*/
    cursor: pointer;
    transition: all 0.5s;
    /*Default style = low opacity*/
    opacity: 0.6;
    margin: 15px 2px;
}

.illustration-testmonial .slider label img {
    display: inline-block;
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 99999 !important;
}

/*Time to add the click effects*/

.illustration-testmonial .slider input[name='slide_switch']:checked+label {
    border-color: #666;
    opacity: 1;
}

/*Clicking any thumbnail now should change its opacity(style)*/

/*Time to work on the main images*/

.illustration-testmonial .slider input[name='slide_switch']~img {
    opacity: 0;
    transform: scale(1);
}

/*That hides all main images at a 110% sizeOn click the images will be displayed at normal size to complete the effect*/

.illustration-testmonial .slider input[name='slide_switch']:checked+label+img {
    opacity: 1;
    transform: scale(1);
}

/* Slider Show onclick images End */

.illustration .head-dot::before {
    margin: auto;
    right: 0;
    left: -250px;
}

.illustration .illust-content {
    background: #050A21;
    color: #fff;
    padding: 60px 30px;
    border-radius: 10px;
}

.video-trailer .ser-book i {
    font-size: 40px;
    color: #fff;
    background: #124162BA;
    padding: 30px;
    border-radius: 50%;
}

.video-trailer .ser-book {
    padding: 100px 20px 0px;
    color: #fff;
    height: 400px;
}

.video-trailer .ser-book::before {
    z-index: -2;
}

.video-trailer h4 {
    font-size: 28px;
    padding-top: 20px;
}

.video-trailer p {
    font-size: 18px;
    padding: 0;
}

.video-trailer video {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
    z-index: -2;
}

.mission {
    background: #0E163B;
    color: #fff;
}

.mission h2 {
    font-size: 35px;
    line-height: 34px;
}

.owl-stage {
    display: flex;
    align-items: center;
}

.blogs .ser-book {
    color: #fff;
    text-align: left;
    padding: 170px 20px 0;
}

.blogs .ser-book h4 {
    font-size: 22px;
}

.blog1 {
    background: url('../images/blog1.jpg') no-repeat 60% / 100% 80%;
    background-size: cover;
}

.blog2 {
    background: url('../images/blog2.jpg') no-repeat 60% / 100% 80%;
    background-size: cover;
}

.blog3 {
    background: url('../images/blog3.jpg') no-repeat 60% / 100% 80%;
    background-size: cover;
}

/* Signup Form  Start*/

.signup,
.testmonial {
    background: #050A21;
    color: #fff;
    text-align: center;
}

.signup-form input.input-control,
.signup textarea.input-control.form-control {
    width: 34%;
    background: #12162C;
    border-color: #12162C;
}

.signup textarea.input-control.form-control {
    width: 68.5%;
    height: 44px;
    margin: 7px auto !important;
}

.signup input[type="date"] {
    width: 55%;
}

/* Signup Form End */

.testmonial-slider {
    padding: 40px 0;
    position: relative;
}

.testmonial-slider p {
    padding: 20px;
}

.testmonial-slider .owl-nav,
.portfolio-slider .owl-nav {
    position: absolute;
    left: -50px;
    right: -50px;
    margin: 0;
    font-size: 40px;
    top: 150px;
}

.testmonial-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    bottom: 20px;
}

.testmonial-slider .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.testmonial-slider .owl-nav [class*=owl-]:hover {
    background: none;
    color: #1e79a5;
}

/* Frequenctly ASk Question*/

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

.faq-sec .card-header a {
    display: block;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    padding: 6px 0px;
}

.faq-sec .card {
    margin-bottom: 15px;
    border: none;
    background: #fff;
    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: "\f078";
    font-family: 'Font Awesome 5 Pro';
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
    color: #2985b0;
    top: 20px;
}

.faq-sec .card-header a.card-link:after {
    content: "\f077";
    font-family: 'Font Awesome 5 Pro';
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #2a85b1;
}

/* End FQs */

.book-writing .banner-img {
    max-width: 100%;
    box-shadow: 20px 25px 0px 0px #0C164A;
    border-radius: 10px;
}

.book-writing {
    background: url('../images/book-writing.jpg') no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.book-banner {
    text-align: center;
    background: #050A21;
    color: #fff;
    padding: 60px 0;
}

.book-banner .col-md-6 {
    text-align: left;
}

.book-banner h2 {
    font-size: 53px;
    line-height: 40px;
    font-weight: 700;
}

h2.stork-text {
    color: #FFFFFF00;
    font-size: 68px;
    font-weight: 800;
    letter-spacing: -0.1px;
    -webkit-text-stroke-width: 0.8px;
    stroke-width: 0.8px;
    -webkit-text-stroke-color: #FFFFFF;
    stroke: #FFFFFF;
}

.cta {
    background: #00B5FF;
    padding: 0;
    color: #fff;
}

.cta img {
    width: 600px;
}

.cta p {
    font-weight: 500;
    font-size: 17px;
}

h3.bookwriting {
    font-size: 38px;
    line-height: 35px;
}

.circle-bg {
    background: url('../images/circle.png') no-repeat;
    background-position: center center;
    padding: 80px 0;
    background-size: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-bg img {
    max-width: 80%;
}

.illustration-inner {
    background: url('../images/illus9.png') no-repeat;
    background-size: cover;
}

.thankyou {
    padding: 130px 0;
}

/* Blog */

.blog h1 {
    font-size: 42px;
    letter-spacing: -1px;
}

.blog--wraper h2.stork-text,
.blog--wraper h2 {
    font-size: 50px;
}

.book1 ul li {
    list-style: disc;
    padding: 10px 0px 10px 10px;
}

footer .menu .pb-3 img {
    filter: brightness(100);
    max-width: 100%;
}