@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:wght@100;300;400;700;900&family=Playfair+Display+SC:wght@400;700;900&family=Playfair+Display:wght@400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: 'Inter', sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
span,
button {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display SC', serif;
}

input,
textarea {
    outline: none !important;
}

input:focus,
textarea:focus,
select:focus {
    box-shadow: none !important;
    outline: none !important;
}

.form-control:focus, .form-select:focus, .btn-close:focus {
    box-shadow: none !important;
}

.heading-1 {
    color: #1A3256;
}

.color-1 {
    color: #195676;
}

.color-2 {
    color: #525252;
}

.color-3 {
    color: #838181;
}

.color-4 {
    color: #AFAFAF;
}

.color-5 {
    color: #222222;
}

.font-2 {
    font-family: 'Playfair Display', serif;
}

.font-3 {
    font-family: 'Playfair Display SC', serif;
}

/* header {
    background-color: #1A3256;
} */

header nav {
    background: #1A3256;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

header nav.fixed-top {
    transition: all 0.5s ease;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-family: 'Playfair Display SC', serif;
    position: relative;
}

/* .navbar-light .navbar-nav .nav-link::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 0;
    left: 50%;
    height: 1px;
    background-color: white;
    transition: 0.4s ease-out;
} */

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: white !important;
}

/* .navbar-light .navbar-nav .nav-link:hover::after {
    left: 0;
    width: 100%;
} */

.navbar-light .navbar-toggler {
    color: white;
    border-color: transparent;
}

header .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

header .dropdown-menu[data-bs-popper] {
    margin-top: 0;
}

header .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 1px 2px 9px #949494a3;
    min-width: 15rem;
    transform: translateY(50px);
    top: 100%;
    left: 0;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    display: block;
}

header .dropdown-item {
    padding: 0.65rem 1.3rem;
    color: #1A3256;
    transition: all 0.5s ease;
}

header .dropdown-item:hover {
    color: #195676;
    padding-left: 1.5rem;
}

header .dropdown-item:focus {
    background-color: transparent;
}

header .caret {
    display: none;
}

/****************************banner****************************/

/* section.banner {
    position: relative;
}

section.banner img {
    object-fit: cover;
    width: 100%;
}

section.banner .caption {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
}

section.banner .caption p {
    width: 55%;
}

section.banner .caption .btn-1 {
    color: #195676;
    background-color: white;
    padding: 5px 35px;
    border-radius: 10px;
    font-weight: 600;
} */

section.home-banner .desk-view img {
    object-fit: cover;
    height: 80vh;
}

section.home-banner .carousel-caption {
    position: absolute;
    transform: translateY(-50%);
    top: 52%;
    left: 9%;
}

section.home-banner .carousel-caption h2 {
    font-size: 2.5rem;
}

section.home-banner .carousel-caption .innovative {
    width: 53%;
}

section.home-banner .caption {
    top: 55%;
}

section.home-banner .caption-2 {
    left: 58%;
    right: 6%;
    transform: translateY(-50%);
}

section.home-banner .caption-1 {
    left: 58%;
    right: 6%;
    transform: translateY(-58%);
}

section.home-banner .carousel-caption p {
    width: 55%;
}

/* section.home-banner .sec-para {
    width: 63% !important;
} */

.btn-1 {
    color: #195676;
    background-color: white;
    padding: 5px 35px;
    border-radius: 10px;
    font-weight: 600;
}

section.home-banner .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/****************************banner****************************/

section.about {
    padding: 5rem 0;
}

section.about h2 {
    font-size: 2.9rem;
}

section.about .about-para {
    letter-spacing: 0.5rem;
}

section.about .about_img {
    width: 80%;
    margin-left: auto;
}

.text_box {
    background: #FFFFFF;
    padding: 15px;
    border-radius: 15px;
    width: 80%;
    border: 1px solid #1A3256;
    margin-top: -77px;
}

.arrow {
    width: 80px;
}

section.about .para-1 {
    font-weight: 600;
}

section.about p {
    text-align: justify;
}

.btn-2 {
    transition: all 0.7s ease;
}

.btn-2:hover {
    transform: translateY(-5px);
    color: #195676;
}

section.skills {
    background-color: #1A3256;
}

section.skills .card {
    border-radius: 20px;
    padding: 1.3rem;
    border: none;
    transition: all 0.5s ease;
}

section.skills .card:hover {
    transform: translateY(-10px);
}

section.skills .card img {
    width: 50px;
    object-fit: cover;
}

section.skills .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.service {
    padding: 6rem 0;
}

section.service .card {
    border: 1px solid #195676;
    border-radius: 20px;
    transition: all 0.5s ease;
}

section.service .card:hover {
    transform: translateY(-10px);
}

section.service .card-title,
section.skills .card-title,
section.partner .card-title {
    font-family: 'Playfair Display', serif;
}

section.service .card img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: contain;
}

section.service p {
    font-size: 0.875rem;
}

/* section.service .btn-3 {
    transition: all 0.7s ease;
} */

section.service .btn-3:hover {
    /* transform: translateY(-5px); */
    color: #195676;
}

section.work {
    background-color: #195676;
}

section.work .work-text {
    font-family: 'Lato', sans-serif;
}


section.work .work-text::after {
    content: '+';
    display: inline-block;
}

/************************* HOME-PRODUCT CATEGORY START**************************/

section.category {
    padding: 6rem 0;
    background-color: #f6f6f6;
    /* background-color: #eaeaea; */
}

section.category .card {
    background-color: transparent;
    border-radius: 15px;
}

section.category .card img {
    object-fit: cover;
    border-radius: 15px;
    height: 356px;
}

section.category .card-img-overlay {
    border-radius: 15px;
    padding: 0;
}

section.category .bg_div {
    background-color: #00000082;
    padding: 1rem;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

section.category .btn-1 {
    padding: 4px 25px;
}

/************************* HOME-PRODUCT CATEGORY END**************************/

section.partner {
    padding: 6rem 0;
}

section.partner .card-image {
    display: flex;
    justify-content: flex-start;
    padding: 1.5rem 0.4rem 1rem 0.4rem;
}

section.partner .card-image img {
    width: 130px;
    object-fit: contain;
}

section.partner .card {
    border-radius: 20px;
    border: 1px solid #D8D8D8;
}

section.partner .card-text {
    color: #767676;
}

section.partner .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}


section.review {
    background-color: #1A3256;
}

section.review .card {
    background-color: transparent;
    border: 1px solid #AFAFAF;
    border-radius: 20px;
    /* padding: 0; */
    /* width: 808px; */
    width: 927px;
    margin: 0 auto;
}

section.review .card-content img {
    width: 90px;
    object-fit: contain;
}

/* section.review .card {
    width: 700px;
    margin: 0 auto;
} */

section.contact-us {
    padding: 5rem 0;
}

section.contact-us .connect {
    font-weight: 500;
}

.fill-out {
    background-color: #195676;
    border-radius: 20px;
}

.contact-form .form-control {
    padding: 0.7rem 1.1rem;
    border: none;
    border-radius: 10px;
}

.modal-backdrop.show {
    opacity: .7;
}

.contact-form .form-control::placeholder {
    color: #838383;
}

.contact-form .btn {
    border-radius: 20px;
    border: 1px solid white;
    padding: 0.375rem 2.75rem;
    color: white;
}

section.contact-us .social-icon {
    display: inline-grid;
}

section.contact-us .social-icon .icon-1 i {
    color: white;
    background-color: #195676;
    border-radius: 50%;
    padding: 10px 10px;
}

section.contact-us .social-icon .icon-1:hover {
    color: #222222;
}

section.contact-us .facebook img {
    transition: all 0.5s ease;
}

section.contact-us .facebook img:hover {
    transform: translateY(-5px);
}

section.contact-us .color-5 {
    font-weight: 500;
    font-size: 16px;
}

section.contact-us .color-5:hover {
    color: #222222;
}

section.contact-us .contact-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.heading-2 {
    font-family: 'Playfair Display', serif;
}

section.newsletter {
    padding: 4rem 0;
    background-color: #1A3256;
}

.heading-6 {
    font-family: 'Fira Sans', sans-serif;
}

.para-2 {
    font-family: 'Roboto', sans-serif;
}

section.newsletter .form-control {
    width: 426px;
    border: none;
    border-radius: 20px;
    padding: 0.375rem 1rem;
}

section.newsletter .btn {
    color: #195676;
    border-radius: 20px;
    background-color: white;
    border: none;
    width: 100px;
    font-weight: 500;
}

footer {
    background-color: #0E1929;
}

/*******************about-banner start*****************************/
section.other-banner {
    position: relative;
}

section.other-banner .banner-content h2 {
    font-size: 2rem !important;
}

section.other-banner img {
    object-fit: cover;
    /* height: 47vh; */
    height: 49vh;
}

section.other-banner .banner-content {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

section.about-us .para-1 {
    padding-top: 1rem !important;
}

/*******************about-banner end*****************************/
section.company {
    padding-bottom: 5rem;
}


/*******************about end*****************************/

/*******************book-details start*****************************/

section.book-details .card {
    border: 1px solid #D8D8D8;
    border-radius: 20px;
    padding: 0;
}

section.book-details .book-image {
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.book-details .book-image img {
    object-fit: contain;
    height: 470px;
}

.line {
    background-color: #505050;
}

section.book-details .stock {
    color: #1CBF2C;
}

section.book-details .btn-6 {
    background-color: #195676;
    border: 1px solid transparent;
    padding: 7px 25px;
    color: white;
    font-weight: 500;
    display: inline-block;
    border-radius: 27px;
    transition: all 0.5s ease;
}

section.book-details .btn-6:hover {
    transform: translateY(-5px);
}

section.project .project-card {
    background-color: #f0f0f0;
}

/********** related books start **************/

section.project .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 35px;
}

section.project .owl-theme .owl-dots .owl-dot.active span {
    background: #1A3256;
}

section.project .owl-theme .owl-dots .owl-dot span {
    background: #90add8;
}

section.project .offer-1 {
    right: 18px !important;
}

section.related-product {
    background-color: transparent;
}

/********** related books end **************/

/********** product-page start **************/

section.all-product label {
    font-weight: 600;
}

section.all-product .card {
    position: relative;
    border: 1px solid #D8D8D8;
    border-radius: 20px;
    background-color: transparent;
    height: 100%;
}

section.all-product .card-body {
    padding: 1rem 1rem;
}

section.all-product .card .offer {
    position: absolute;
    top: 9px;
    right: 9px;
    background-color: #FF0707;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 600;
    padding: 7px 14px;
}

section.all-product .card-img {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 1rem 1.5rem;
    padding-bottom: 0 !important;
}

section.all-product .card-img img {
    object-fit: contain;
}

section.all-product .card-title {
    font-family: 'Lato', sans-serif;    
    height: 79px;
}

section.all-product del {
    font-size: 14px;
    color: #AAA8A8;
}

section.all-product .price {
    font-size: 1.4rem;
}

section.all-product .btn-4 {
    background-color: #838383;
    font-weight: 500;
    padding: 4px 29px;
    border-radius: 11px;
    transition: all 0.5s ease;
}

section.all-product .btn-4:hover,
section.all-product .btn-5:hover {
    transform: translateY(-5px);
}

section.all-product .btn-5, section.project .btn-5{
    background-color: #195676;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 9px;
    transition: all 0.5s ease;
    width: 100%;
    text-align: center;
}

section.all-product .btn-7 {
    background-color: transparent;
}

section.all-product .text_descrip {
    height: 96px;
}

/********** product-page end **************/

/***********contact-page start**************/

section.contact-us .form-select {
    border-radius: 10px;
    padding: 0.7rem 1.1rem;
    color: #838383;
}

/***********contact-page end**************/

/***********event-page start**************/
.font-1 {
    font-family: 'Playfair Display', serif;
}

section.event-card .card {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0;
    cursor: pointer;
}

section.event-card .card img {
    height: 357px;
    object-fit: cover;
    width: 100%;
}

section.event-card .card-title {
    font-size: 16px;
}

section.event-card .btn-8 {
    color: white;
    background-color: #195676;
    border-radius: 8px;
    padding: 5px 22px;
}

/***********event-page end**************/



/***********advisor-page start**************/

section.advisor-body {
    padding: 5rem 0;
}

/***********advisor-page end**************/

/***********training-page start**************/

section.training-body {
    padding: 5rem 0;
}

section.topic {
    /* padding-bottom: 5rem; */
    padding: 5rem 0;
    background-color: #f4f4f4;
}

section.topic .card-body {
    padding: 1.3rem 1.3rem;
}

section.topic .card {
    border-radius: 10px;
    background-color: white;
    border: none;
    box-shadow: 0px 2px 11px #9292925e;
}

section.topic .card-body ul {
    padding-left: 1.2rem;
}

section.topic .card-body ul li {
    list-style: disc;
}

section.topic .card-body ul li::marker {
    font-size: 18px;
    color: #0E1929;
}

/* section.topic .business {
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} */

section.sample-agenda {
    background-color: #1A3256;
    padding: 3rem 0;
}

section.sample-agenda a {
    padding: 7px;
    font-weight: 600;
    border: 1px solid transparent;
    background-color: white;
    border-radius: 10px;
    color: #195676;
    width: 189px;
    display: flex;
    justify-content: center;
}


/***********training-page end**************/

/***********author-page start**************/

section.author-body {
    padding: 5rem 0;
}

section.author-body .book {
    width: 522px;
}

section.author-body .btn-8 {
    color: white;
    background-color: #195676;
    padding: 7px 22px;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    border-radius: 8px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.author-body .btn-8:hover {
    transform: translateY(-5px);
}

section.full-list {
    padding: 5rem 0;
    background-color: #eaeaea;
}

section.full-list .accordion-body {
    font-weight: 500;
}

section.full-list .accordion-button:not(.collapsed) {
    color: #195676;
    background-color: white;
    border-bottom: 1px solid #dedede;
}

section.full-list .accordion-button:focus {
    box-shadow: 0px 0px 0px transparent;
}

/* section.full-list .accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow.png);
}

section.full-list .accordion-button::after {
    background-image: url(../images/down-arrow.png);
} */

section.more-books {
    padding: 5rem 0;
    padding-top: 0;
}

section.more-books .more-image {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 363px;
    padding: 1rem;
    border-radius: 25px;
    border: 1px solid rgb(201, 201, 201);
}

section.more-books .more-image img {
    object-fit: contain;
}



/***********author-page end**************/

/***********mentor-page start**************/



/***********mentor-page end**************/


/***********blog start**************/

section.blog {
    padding: 6rem 0;
}

section.blog .card-img .img {
    object-fit: cover;
}

section.blog .card {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    border-radius: 0;
    border: none;
}

section.blog .card-body h5 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/***********blog end**************/

/***********blog-detail start**************/

section.blog-detail {
    padding: 6rem 0;
}

section.blog-detail .card {
    box-shadow: none;
    border: none;
    /* border-radius: 20px; */
}

section.blog-detail .form-control {
    border-radius: 20px;
    border: 1px solid #dadada;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

section.blog-detail .s-btn {
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #dadada;
    border-left: none;
    background-color: transparent;
    padding-right: 1rem;
    color: #195676;
}

section.blog-detail .image {
    width: 87px;
}

section.blog-detail .image img {
    border-radius: 8px;
}

section.blog-detail .date {
    font-size: 11px;
}

section.blog-detail .box {
    background-color: #f4f4f4;
    padding: 1rem;
}

section.blog-detail .tags {
    background-color: white;
    border-radius: 18px;
    padding: 7px 20px;
}


/***********blog-detail end**************/


/***********webinar-page start**************/

section.service-page {
    padding: 6rem 0;
}

/***********webinar-page end**************/

/*****************************PROJECT START / RELATED BOOKS START**************************************/
section.project {
    padding: 6rem 0;
    /* background-color: #eaeaea; */
}

section.project .card {
    position: relative;
    border: none;
    /* border-radius: 0; */
    background-color: #f0f0f0;
    border-radius: 25px;
    height: 575px !important;
}

section.project .card-body {
    padding: 1.5rem;
}

section.project .card .offer {
    position: absolute;
    top: 10px;
    right: 32px;
    background-color: #FF0707;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 600;
    padding: 7px 14px;
}

section.project .card-img {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 1.5rem;
    padding-bottom: 0 !important;
}

section.project .card-img img {
    object-fit: contain;
    height: 323px;
}

section.project .card-title {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    height: 79px;
}

section.project del {
    font-size: 14px;
    color: #AAA8A8;
}

section.project .price {
    font-size: 1.4rem;
}

section.project .btn-4 {
    background-color: #838383;
    font-weight: 500;
    padding: 4px 29px;
    border-radius: 11px;
    transition: all 0.5s ease;
}

section.project .btn-4:hover,
section.project .btn-5:hover {
    transform: translateY(-5px);
}

/* section.project .btn-5 {
    background-color: #195676;
    font-weight: 500;
    padding: 4px 15px;
    border-radius: 11px;
    transition: all 0.5s ease;
} */

/*****************************PROJECT / RELATED BOOKS END**************************************/

section.valued_customer {
    /* background-color: #195676; */
    /* background-image: url(../images/background.jpg); */
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* padding: 3.5rem 0 0 0; */
}

section.coming_Soon {
    height: 85vh;
    display: flex;
    justify-content: center;
    /* align-items: center;
    text-align: center; */
    position: relative;
    z-index: -1;
}

.modal-body {
    padding: 21px;
    padding-top: 6px;
}

.modal-header {
    padding: 16px 26px;
    border-bottom: transparent;
}

.modal-content {
    background-color: #008ad19e;
    border: none;
    border-radius: 0;
    backdrop-filter: blur(10px);
}

.btn-close {
    background: url(../images/cross.png) center / 1em auto no-repeat;
    opacity: 1 !important;
}

.form-control[readonly] {
    background-color: white;
    color: #838383;
}