@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700);@import url(../../../netdna.bootstrapcdn.com/font-awesome/4.7.0/css/SpCMNNQYtCEO.css);@import url(../../../unpkg.com/boxicons%402.0.9/css/boxicons.min.css);@import url(bootstrap.css);@import url(animate.css);@import url(jquery.fancybox.min.css);@import url(slick.css);@import url(mobile-nav.css);@import url(../fonts/degular/stylesheet.css);@import url(../fonts/trajan/stylesheet.css);li,p,ul {
    margin: 0
}

.dark-theme-btn,a.light-theme-btn {
    padding: 14px 20px;
    position: relative
}

.icons-box a,body {
    font-family: "Outfit",sans-serif
}

.banner-text,header::before {
    left: 50%;
    transform: translate(-50%)
}

.banner-text h1,.banner-text h3,.banner-text h4,.heading-secs h3 {
    text-transform: uppercase
}

.icons-box a,.social-icons a,a {
    text-decoration: none
}

body {
    font-size: 16px
}

:root {
    --primary-color: #235541;
    --secondary-color: #194770;
    --background-color: #fff
}

*,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0
}

li,ul {
    list-style: none;
    padding: 0
}

a {
    color: #235541
}

::-moz-selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none
}

::selection {
    background: var(--secondary-color);
    color: #fff;
    text-shadow: none
}

::-webkit-scrollbar-button:end:increment,::-webkit-scrollbar-button:start:decrement {
    display: none
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track-piece {
    background-color: #ecedf1;
    -webkit-border-radius: 0;
    border-left: 1px solid #888
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0;
    background: var(--primary-color)
}

.ff-primary {
    font-family: var(--base-font-family)
}

.ff-secondary,.h3,.h4,.h5,.h6,h3,h4,h5,h6 {
    font-family: var(--secondary-font-family)
}

.book-detail h3 span,.fc-primary,.heading-secs h3 span:nth-child(2),.heading-secs h3 span:nth-child(3),.heading-secs h4 span,.heading-style-2 h3 span {
    color: var(--primary-color)
}

.fc-secondary,.heading h3 span {
    color: var(--secondary-color)
}

.fc-dark {
    color: var(--dark-color)
}

.fc-lite {
    color: var(--lite-color)
}

.h1,.h2,h1,h2 {
    font-family: var(--heading-font-family-primary)
}

.h2,h2 {
    font-size: 6.7vmin
}

.h3,h3 {
    font-size: var(--font-size-h3)
}

.h4,h4 {
    font-size: var(--font-size-h4)
}

.h5,h5 {
    font-size: var(--font-size-h5)
}

.h6,h6 {
    font-size: var(--font-size-h6)
}

p {
    font-size: var(--base-font-size);
    font-weight: 400;
    line-height: 22px;
    padding: 0 0 20px
}

.dark-theme-btn {
    background: #fff0;
    color: #FFF;
    z-index: 9;
    padding: 8px 40px;
    display: inline-block;
    transition: all 0.6s ease;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid var(--secondary-color);
    text-align: center;
    width: fit-content
}

a.light-theme-btn {
    background: #fff;
    border: 1px solid #000;
    transition: 0.2s ease-in-out;
    color: var(--secondary-color)!important;
    font-size: 18px;
    padding: 11px 20px;
    margin: 0 20px 0 0;
    display: inline-block;
    z-index: 9;
    position: relative;
    text-align: center
}

.main-navigation {
    position: relative;
    z-index: 99999999999999
}

.dark-theme-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    z-index: -1;
    transition: 0.2s ease-in-out
}

.dark-theme-btn:hover {
    background: #fff0;
    transform: translate(0,-10px);
    color: #000;
    border: 1px solid var(--primary-color);
    transform: translate(0,-10px);
    /* color: #fff; */
}

.dark-theme-btn:hover:before {
    width: 0;
    height: 100%;
    border-radius: 0;
    right: 0;
    left: auto
}

.icons-box a:first-child::before,.icons-box::before {
    width: 2px;
    background: #3333;
    transform: translate(-40%)
}

a.light-theme-btn:hover {
    color: #fff !important;
}

a.light-theme-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: var(--primary-color);
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.6s ease
}

a.light-theme-btn:hover:before {
    height: 100%;
    top: 0;
    bottom: auto
}

body.o-hidden,main.app-container {
    overflow: hidden
}

.top-bar {
    background: var(--primary-color);
    padding: 10px 60px
}

.top-icon a {
    color: #FFF;
    gap: 10px;
    font-weight: 500
}

.left-icon a {
    justify-content: end
}

.left-icon {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: end
}

header .container-fluid {
    padding: 22px 60px 0 60px;
}

header .top-bar .container-fluid {
    padding: 0
}

.top-icon a span {
    display: inline-block;
    background: #265cae;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%
}

.left-icon a span {
    background: #2859b1;
    color: #fff;
    margin: 0 13px 0 0
}

.banner-txt {
    padding: 120px 0 0 0
}

.banner-txt a.light-theme-btn,a.dark-theme-btn {
    width: 230px;
    height: 57px;
    font-family: "Outfit";
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    border-radius: 5px!important
}

ul.main-navigation li a.dark-theme-btn {
    color: #FFF;
}

ul.drop-down {
    position: absolute;
    background: #fff;
    border: 1px solid #3333;
    top: 100px;
    transition: all 0.6s ease;
    opacity: 0;
    visibility: hidden
}

ul.drop-down li a {
    padding: 14px 9px;
    display: inline-block;
    border: 1px solid #3333;
    width: 100%;
    transition: all 0.6s ease
}

ul.drop-down li a:hover {
    background: var(--primary-color);
    color: white!important
}

ul.main-navigation li:hover ul.drop-down {
    top: 50px;
    opacity: 1;
    visibility: visible
}

ul.main-navigation li a:hover {
    color: var(--primary-color)
}

ul.main-navigation li a {
    color: #000;
    width: fit-content
}

ul.main-navigation li a:hover span {
    transform: rotate(-181deg)
}

ul.main-navigation li a span {
    display: inline-block;
    transition: all 0.6s ease
}

ul.main-navigation {
    display: flex;
    justify-content: end;
    gap: 30px;
    align-items: center
}

header {
    padding: 0 0 20px 0;
    background: #FFF;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    backdrop-filter: blur(31px)
}

.main-navigation ul li a {
    color: var(--secondary-color);
    font-weight: 500
}

.logo-main a img {
    width: 40%;
    align-items: center;
    margin-left: 50px
}

.books-grid-main {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin: -30px 0 0 0;
    z-index: -1;
    position: relative
}

.grid-of-books {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px 30px
}

.grid-of-books .book-item {
    width: 160px;
    z-index: -1;
    animation: bookFloat 2s ease-in-out infinite
}

section.banner-hero {
    position: relative;
    height: 870px;
    overflow: hidden;
    background: url(../images/banner-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.books-grid-sec .book-item:nth-child(2) {
    width: 120px
}

.books-grid-first .book-item:nth-child(1) {
    width: 140px
}

.books-grid-first {
    align-items: self-start
}

.books-grid-sec .book-item:nth-child(1) {
    width: 145px
}

.books-grid-sec .book-item:nth-child(3) {
    width: 180px;
    height: 260px
}

.books-grid-sec .book-item:nth-child(3) img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner-txt h2 {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    font-family: "Outfit"
}

.banner-txt p {
    font-size: 18px;
    line-height: normal;
    padding: 20px 0 40px 0;
    color: #fff
}

.books-grid-first .book-item:nth-child(1) {
    animation-delay: 0.1s
}

.books-grid-first .book-item:nth-child(2) {
    animation-delay: 0.3s
}

.books-grid-sec .book-item:nth-child(1) {
    animation-delay: 0.2s
}

input#flexCheckTop {
    width: 16px;
    height: 20px;
    margin-top: 3px
}

.books-grid-sec .book-item:nth-child(2) {
    animation-delay: 0.4s
}

.books-grid-sec .book-item:nth-child(3) {
    animation-delay: 0.6s
}

.books-grid-third .book-item:nth-child(1) {
    animation-delay: 0.3s
}

.books-grid-third .book-item:nth-child(2) {
    animation-delay: 0.5s
}

@keyframes bookFadeUp {
    from {
        opacity: 0;
        transform: translateY(40px) scale(.96)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

@keyframes bookFloat {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-12px)
    }

    100% {
        transform: translateY(0)
    }
}

section.about-us {
    padding: 170px 0 90px 0;
    background: url(../images/about-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50%
}

.about-us-txt h3 {
    font-size: 65px;
    line-height: 70px;
}

.about-us-txt h4 {
    font-size: 23px;
    font-weight: 600;
    position: relative;
    padding: 0 0 20px 0
}

.about-us-txt h4::before {
    content: "";
    width: 251px;
    height: 63px;
    background: var(--primary-color);
    position: absolute;
    left: -200px;
    z-index: -1;
    bottom: 0
}

.about-us-txt p {
    font-size: 21px;
    padding: 20px 0 30px 0
}

.about-us-txt ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 0 0 14px 0
}

.about-us-txt ul li span img {
    width: 24px
}

.about-us-txt ul li p {
    padding: 0
}

.about-us-txt {
    padding: 0 0 0 40px;
    position: relative
}

.about-us-txt p {
    font-size: 18px;
    padding: 14px 50px 20px 0;
    font-family: "Outfit"
}

.audio-testimo-service {
    background-image: url(../images/service-audiobg.png);
    background-color: var(--primary-color);
    margin: 130px 0 0 0;
    padding: 10px 0 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.testimonials-main {
    background: #2c59af;
    margin: -140px 70px 0 70px;
    padding: 60px 60px 120px 90px;
    border-radius: 10px 10px 130px 130px
}

.testimonials-content-box p {
    font-size: 23px;
    color: #fff;
    padding: 0 30px 20px 30px;
    font-weight: 200;
    line-height: normal
}

.customer-comment p {
    border: 1px solid var(--primary-color);
    padding: 18px 18px 18px 18px;
    font-style: italic;
    border-radius: 4px;
    font-size: 20px
}

.customer-comment {
    padding: 0 30px 0 30px;
    position: relative
}

.customer-comment h5 {
    font-size: 20px;
    position: absolute;
    color: #fff;
    left: 120px;
    bottom: -44px;
    font-weight: 400;
    text-transform: math-auto
}

.testimonials-content-box {
    display: flex;
    flex-direction: column;
    height: fit-content;
    align-items: end;
    justify-content: end;
    position: relative;
    padding: 70px 0 58px 30px
}

.customer-comment h5::before {
    position: absolute;
    content: "";
    width: 33px;
    height: 21px;
    background: var(--primary-color);
    clip-path: polygon(50% 0%,0% 100%,100% 100%);
    left: 50%;
    transform: translate(-50%,0) rotate(540deg);
    right: 50%;
    top: -20px
}

.video-comment {
    height: 340px;
    width: 100%
}

.video-comment a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonials-content-box::before {
    position: absolute;
    content: "";
    width: 130px;
    height: 116px;
    background: url(../images/quote.png);
    top: 10px;
    left: 4px;
    background-size: 70px;
    background-repeat: no-repeat
}

.services-main {
    margin: 0 70px;
    padding: 60px 60px 120px 90px
}

.sec-title {
    text-align: center;
    padding: 10px 0 60px 0
}

.sec-title h3 {
    font-size: 56px;
    font-family: "Outfit";
    color: #FFF;
}

.sec-title h4 {
    font-size: 20px
}

.service-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.6s ease
}

.service-title {
    padding: 11px 0 0 0
}

.service-title h3 {
    font-size: 32px;
    color: #fff
}

.service-box-main {
    background: var(--secondary-color);
    padding: 20px;
    cursor: pointer
}

.service-img {
    height: 360px;
    width: 100%;
    overflow: hidden
}

.service-box-main:hover .service-img img {
    transform: scale(1.2)
}

.service-box-main:hover .service-title h3 {
    color: var(--primary-color)
}

section.form-qoute {
    background: #2c59af;
    padding: 80px 0 80px 0
}

.form-main {
    background: #fff;
    padding: 32px;
    margin: 0 47px;
    position: relative;
    z-index: 99999999;
    border-radius: 10px
}

.form-main h3 {
    font-size: 20px
}

.form-main h2 {
    font-size: 52px;
    font-weight: 600;
    padding: 0 0 30px 0
}

.form-group input,.form-group textarea {
    height: 50px;
    border-radius: 0;
    border: 0;
    background: #3333
}

.form-group {
    padding: 0 0 17px 0
}

.form-group textarea {
    height: 180px;
    resize: none
}

.form-group button.dark-theme-btn {
    width: 100%;
    background: var(--secondary-color)!important;
    color: #fff
}

.form-group button.dark-theme-btn::before {
    background: var(--secondary-color)!important
}

.form-main span {
    width: 150px;
    height: 98%;
    background: var(--primary-color);
    right: 0;
    transform: rotate(15deg);
    z-index: -1
}

.get-qoute-img-floating {
    position: absolute;
    width: 430px;
    height: 390px;
    top: -30px;
    right: 0
}

.get-qoute-img-floating img {
    width: 100%
}

.form-txt {
    position: relative;
    padding: 220px 0 0 0
}

.form-txt h3 {
    font-size: 20px;
    color: #fff
}

.form-txt h2 {
    font-size: 43px;
    width: 60%;
    color: #fff
}

.form-txt p {
    color: #fff;
    padding: 12px 0 30px 0
}

section.feature-section .about-us-txt h3 {
    font-size: 50px;
    font-weight: 600
}

section.feature-section {
    background: none;
    position: relative;
    padding: 40px 0 0 0
}

.books-featured {
    width: 140px;
    position: absolute;
    top: -170px;
    right: 0
}

.audio-card {
    max-width: 720px;
    margin: 24px auto;
    text-align: center;
    padding: 22px;
    font-family: "Helvetica Neue",Arial,sans-serif
}

.audio-meta {
    color: #333;
    font-size: 19px;
    margin-bottom: 6px;
    font-weight: 600;
    letter-spacing: .6px;
    font-family: "Outfit"
}

.audio-title {
    font-size: 34px;
    margin: 6px 0 16px;
    font-weight: 800;
    letter-spacing: -1px
}

.chapter-row {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: space-between;
    margin: 0 auto 18px;
    position: relative;
    padding: 20px 0 0 0
}

.chapter-label {
    flex: 0 0 auto;
    font-weight: 600;
    color: #222;
    position: absolute;
    min-width: 110px;
    text-align: left;
    top: 0
}

.progress-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto
}

.progress-track {
    height: 6px;
    background: #c5b9b9;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    flex: 1
}

.progress-fill {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg,#141926,#141926);
    transition: width 900ms cubic-bezier(.2,.8,.2,1)
}

.progress-percent {
    min-width: 36px;
    text-align: right;
    color: #6b6b6b;
    font-weight: 700
}

.audio-actions {
    display: flex;
    margin-top: 8px;
    flex-wrap: wrap;
    justify-content: space-between
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 10px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px
}

.btn svg {
    display: block
}

.btn-continue {
    background: #ffd400;
    color: #111;
    box-shadow: 0 6px 0 rgb(0 0 0 / .06)
}

.btn-list {
    background: #141926;
    color: #fff
}

.featured-serive-main {
    text-align: center;
    width: 390px;
    margin: 0 auto
}

.offpath {
    position: absolute;
    top: 0;
    width: 170px
}

.bottom-offpath {
    bottom: 0;
    top: auto;
    width: 260px
}

.testimonials button.slick-prev.slick-arrow,.testimonials button.slick-next.slick-arrow {
    position: absolute;
    width: 20px;
    bottom: -20px;
    right: 56%;
    font-size: 0;
    border: 0;
    transform: translate(-50%,10px)
}

.testimonials button.slick-next.slick-arrow {
    right: 50%;
    transform: translate(-50%,10px)
}

.testimonials button.slick-prev.slick-arrow::before,.testimonials button.slick-next.slick-arrow::before {
    position: absolute;
    content: "\f053";
    width: 70px;
    font-size: 29px;
    height: 70px;
    font-family: "FontAwesome";
    background: var(--primary-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.testimonials button.slick-prev.slick-arrow:hover:before,.testimonials button.slick-next.slick-arrow:hover:before {
    background: #fff;
    color: #275542;
}

.testimonials button.slick-next.slick-arrow::before {
    content: "\f054"
}

footer.site-footer {
    background: var(--secondary-color);
    padding: 50px 0 0 0
}

.quick-link-two p {
    color: #fff;
    padding: 20px 0 10px 0;
    text-align: left
}

ul.socails-icons {
    display: flex;
    gap: 30px;
    padding: 20px 0 10px 0
}

ul.socails-icons li a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 100px;
    color: #194770
}

ul.socails-icons li a:hover {
    background: #1b444a
}

.quick-link h4 {
    font-size: 30px;
    font-family: playfair;
    color: #fff;
    padding: 0 0 20px 0;
    position: relative
}

.quick-link {
    padding: 0 0 60px 40px
}

.quick-link h4::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #fff;
    bottom: 10px;
    left: -20px
}

.quick-link ul li {
    padding: 0 0 10px 10px
}

.quick-link ul li a {
    color: #fff;
    font-size: 15px;
    position: relative
}

.quick-link ul li a span {
    color: #fff
}

.quick-link ul li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    bottom: 0;
    transition: all 0.7s ease
}

.quick-link ul li a:hover:before {
    width: 100%
}

.copyright-text.text-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.copyright-text.text-center p {
    color: #FFF;
    padding: 0
}

.copyright-text.text-center ul {
    display: flex;
    gap: 30px
}

.ftr-btm {
    background: var(--primary-color);
    padding: 12px 0
}

.copyright-text.text-center ul li a {
    color: #194770
}

section.inner-page .form-main {
    flex-direction: column;
    width: 67%;
    margin: 0 auto;
    gap: 12px;
    box-shadow: 0 0 0 #333;
    background: var(--secondary-color);
    border: 1px solid #3333;
    padding: 30px;
    border-radius: 52px
}

section.inner-page .form-main .form-group {
    width: 100%
}

section.inner-page .form-main .form-groupbtn {
    width: 100%;
    text-align: center
}

section.inner-page .form-main .form-groupbtn button {
    width: 70%
}

section.inner-page {
    height: 550px;
    padding: 0 0 30px 0
}

section.inner-page .form-main h2 {
    font-size: 27px;
    color: #fff;
    padding: 0 0 14px 0;
    text-align: center;
    text-transform: uppercase
}

section.inner-page .form-main .form-groupbtn button::before {
    border-radius: 14px
}

.cta-section div h3 {
    text-align: left;
    padding: 0 0 6px 0
}

.cta-section div p {
    width: 70%;
    color: #fff;
    padding: 20px 0 0 0
}

.cta-section div a.dark-theme-btn {
    width: 200px;
    color: white!important
}

.cta-section .booking-form-main.d-flex.justify-content-between.align-items-center.gap-5 {
    padding: 0 0 0 30px
}

@media (max-width: 991px) {
    .top-bar {
        display:none
    }
}

@media (max-width: 767px) {
    section.audio-testimo-service {
        margin:60px 0 0 0
    }
}

section.main-banner-st {
    position: relative;
    min-height: 930px;
    width: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(rgb(0 0 0 / .7),rgb(0 0 0 / .7)),url(../images/audiobook.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0
}

.slide-text h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2
}

.slide-text h3 span {
    display: block;
    font-size: 24px;
    font-weight: 400
}

.slide-text p {
    color: rgb(255 255 255 / .9);
    margin-top: 20px
}

.popup-btn {
    display: inline-block;
    background-color: #2859b1d1;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 30px;
    transition: 0.3s
}

.bnr-form {
    background-color: #2859b16b;
    padding: 40px 30px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .5)
}

.bnr-form input.medium-input {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: none;
    border-radius: 8px
}

.form-check {
    margin-bottom: 20px;
    color: #fff
}

.form-check-label a {
    color: #fff;
    text-decoration: underline
}

.btn-yellow-ochre {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 15px;
    font-weight: 700;
    border-radius: 50px;
    transition: 0.3s
}

.btn-yellow-ochre:hover {
    background-color: #eee
}

section.pg-contact {
    background: #fff0;
    padding: 0
}

.map-col {
    height: 100%;
    width: 100%;
    margin: -50px 0 0 0;
    z-index: 999;
    position: relative
}

.map-col iframe {
    height: 100%;
    width: 100%;
    filter: brightness(.5)
}

.map-col iframe:hover {
    filter: brightness(1)
}

.term__content__tab h4 {
    font-size: 37px;
    padding: 0 0 10px 0
}

.term__content__tab {
    padding: 0 0 26px 0
}

.term__content__tab p {
    font-size: 21px
}

section.terms__content {
    padding: 50px 0 50px 0
}

.term__content__tab p a {
    color: #194770;
    font-weight: 600
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    display: none;
    z-index: 9999
}

.form-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    justify-content: center;
    align-items: center;
    transform: translate(-50%,-50%);
    background: #051d38db;
    border: 1px solid #fff;
    border-radius: 10px;
    display: none;
    box-shadow: 0 4px 20px #000;
    top: 50%;
    backdrop-filter: blur(7px);
    z-index: 99999999999999
}

.popup_form_inner {
    position: relative;
    width: 100%;
    overflow: hidden auto;
    padding: 40px;
    height: 80vh;
    display: flex;
    align-items: center
}

.close_popup {
    position: absolute;
    top: -17px;
    right: -17px;
    font-size: 20px;
    cursor: pointer;
    color: #000;
    z-index: 9999999999;
    background: #ffda51;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    border-radius: 70px;
    border: 2px solid #333
}

form.form-get-quote input,form.form-get-quote select {
    width: 100%;
    height: 43px;
    border: 1px solid #3333;
    border-radius: 4px;
    padding: 0 10px;
    background: #d5eeff;
    color: #000001
}

form.form-get-quote textarea {
    width: 100%;
    height: 170px;
    resize: none;
    border: 1px solid #3333;
    padding: 10px;
    border-radius: 6px;
    background: #d5eeff
}

form.form-get-quote .row div {
    padding: 7px 10px
}

.popup_form_wrpp h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 0 0;
    font-family: "Pathway Extreme"
}

.popup_form_wrpp p {
    font-size: 25px;
    color: #fff;
    padding: 20px 0 30px 0
}

.audio-testimo-service-inner-page {
    background-image: url(../images/service-audiobg.png);
    background-color: var(--primary-color);
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.ftr-logo a img {
    width: 70%!important;
}

@media (max-width: 991px) {
    ul.main-navigation {
        display:none
    }

    .logo-main {
        text-align: center
    }

    .banner-txt {
        text-align: center;
        padding: 0 0 0 0
    }

    .banner-txt .d-flex.gap-3 {
        justify-content: center
    }

    .banner-txt h2 {
        font-size: 34px
    }

    .banner-txt p {
        font-size: 16px
    }

    .banner-txt a.light-theme-btn,a.dark-theme-btn {
        width: fit-content;
        font-size: 15px
    }

    section.about-us {
        padding: 50px 0 0 0;
        background: none
    }

    .about-us-txt {
        text-align: center
    }

    .about-us-txt h4::before {
        left: 50%;
        right: 50%;
        transform: translate(-50%,0);
        width: 100%
    }

    .about-us-txt h3 {
        font-size: 50px
    }

    .about-us-txt ul li {
        justify-content: center
    }

    .about-us-txt .d-flex.gap-3 {
        justify-content: center
    }

    .about-us-img {
        width: 60%;
        margin: 0 auto;
        padding: 0 0 50px 0;
        text-align: center
    }

    .services-main {
        padding: 40px 0 0 0
    }

    .form-group input,.form-group textarea {
        height: 38px
    }

    .form-group textarea {
        height: 80px
    }

    .form-txt {
        padding: 0;
        text-align: center;
        z-index: 99999;
        padding: 50px 0 0 0
    }

    .get-qoute-img-floating {
        z-index: -1;
        width: 160px;
        height: 200px;
        top: 0;
        right: 0
    }

    .form-txt h2 {
        margin: 0 auto;
        font-size: 38px
    }

    .form-txt p {
        font-size: 14px
    }

    section.form-qoute .row {
        flex-direction: column-reverse
    }

    .form-main h3 {
        text-align: center
    }

    .form-main h2 {
        text-align: center
    }

    .about-us-txt h4 {
        width: fit-content;
        margin: 0 auto;
        padding: 0 20px 17px 20px
    }

    .about-us-img img {
        width: 50%
    }

    .audio-actions button.btn-continue {
        width: 194px
    }

    .audio-actions button.btn img {
        width: 26px;
        z-index: 9999;
        position: relative
    }

    section.banner-hero {
        height: 680px
    }

    .testimonials button.slick-next.slick-arrow {
        right: 42%
    }

    .testimonials button.slick-prev.slick-arrow,.testimonials button.slick-next.slick-arrow {
        right: 40%
    }

    .testimonials button.slick-prev.slick-arrow {
        right: 70%
    }

    .testimonials .slick-track {
        height: 208px
    }

    .service-box-main {
        margin: 0 0 20px 0
    }

    .service-img {
        height: 200px
    }

    .service-title h3 {
        font-size: 24px
    }

    .quick-link {
        text-align: center;
        padding: 21px 0 0 0
    }

    .quick-link-two,.quick-link-two p {
        text-align: center
    }

    ul.socails-icons {
        justify-content: center
    }

    .quick-link h4::before {
        opacity: 0
    }
}

@media (max-width: 767px) {
    .product_detail_sec {
        padding:60px 10px!important
    }

    .pkg_list_detail {
        margin: 50px 0 0 0px!important
    }

    .top-icon a {
        justify-content: center!important
    }

    .mobile-nav a img {
        width: 100px
    }

    .logo-main a img {
        width: 25%;
        filter: brightness(1000000000);
        margin: 0
    }

    .banner-txt h2 {
        font-size: 23px
    }

    .banner-txt p {
        font-size: 14px
    }

    .about-us-txt h3 {
        font-size: 28px;
        padding: 20px 0 0 0
    }

    .about-us-txt {
        padding: 0 10px
    }

    .about-us-txt p {
        padding: 20px 0 30px 0;
        font-size: 14px
    }

    .about-us-txt ul li p {
        font-size: 13px
    }

    .about-us-txt ul li span img {
        width: 15px
    }

    .testimonials-main {
        margin: 0;
        padding: 0;
        border-radius: 0
    }

    .sec-title h3 {
        font-size: 41px
    }

    .get-qoute-img-floating {
        top: -80px
    }

    .form-txt h2 {
        font-size: 27px;
        width: 100%
    }

    .form-main {
        margin: 0
    }

    .offpath {
        display: none
    }

    .about-us-img {
        width: 100%;
        padding: 0
    }

    .copyright-text.text-center {
        flex-direction: column;
        gap: 11px;
        margin: 0 0 0 0
    }

    .customer-comment p {
        font-size: 13px
    }

    .audio-actions {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 13px
    }

    .audio-actions {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 13px
    }

    .copyright-text.text-center ul {
        flex-direction: column;
        gap: 10px
    }

    .testimonials-content-box::before {
        width: 30px;
        height: 30px;
        background-size: 29px;
        left: 20px
    }

    .testimonials-content-box {
        height: 100%;
        padding: 0;
        justify-content: center
    }

    section.main-banner-st {
        padding: 210px 0 40px 0
    }

    .slide-text h3 span {
        font-size: 21px
    }

    .slide-text h3 {
        font-size: 30px
    }

    .slide-text {
        text-align: center;
        padding: 0 0 30px 0
    }

    .slide-text .d-flex.gap-3 {
        justify-content: center
    }

    .form-check input#flexCheckTop {
        display: inline;
        height: 21px;
        width: 14px
    }

    .books-featured {
        width: 60px;
        position: absolute;
        top: -100px;
        right: 0
    }

    section.feature-section .about-us-txt h3 {
        font-size: 30px
    }

    .banner-txt h3 {
        font-size: 23px
    }
}

.our-pricing-plans {
    background: #f5f3f3;
    padding: 60px 0;
    position: relative;
    overflow: hidden
}

.our-pricing-plans .container {
    position: relative;
    z-index: 9
}

.our-pricing-plans h3 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 32px;
    color: #3a3a3a
}

.our-pricing-plans p {
    font-size: 18px;
    color: #3a3a3a;
    line-height: 23px;
    margin-bottom: 30px;
    padding: 0 40px;
    font: 500 20px / 31px Poppins,sans-serif
}

.our-pricing-plans .package {
    background: ivory;
    padding: 0 0 25px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #b1adad;
    box-shadow: 0 4px 5px rgb(0 0 0 / 25%)
}

a.det {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #000
}

.our-pricing-plans .package .head {
    background: #194770!important;
    padding: 15px 21px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border-bottom: 2px solid #194770!important;
    height: 60px
}

.our-pricing-plans .package .head .left {
    display: inline-block;
    width: 32%
}

.our-pricing-plans .package .head .left i {
    height: 80px;
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #194770!important;
    display: inline-block;
    line-height: 80px;
    position: relative
}

.our-pricing-plans .package .head .left i img {
    max-width: 70%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.our-pricing-plans .package .head .right {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    width: 100%;
    float: right;
    margin-top: 10px
}

.our-pricing-plans .package .head .right h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 3px;
    text-shadow: unset!important
}

.our-pricing-plans .package .head .right h6 {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    text-shadow: unset!important
}

.our-pricing-plans .package .price {
    width: 100%;
    margin: auto;
    padding: 10px 0;
    background: #fffff0!important;
    text-align: center;
    border-bottom: 1px solid #194770
}

.our-pricing-plans .package .price .left h2 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
    margin: 0;
    letter-spacing: -2.5px
}

.price .left {
    display: inline-block
}

.our-pricing-plans .package .price .left h2 sup {
    font-size: 20px;
    color: #000;
    top: -1em;
    left: -4px;
    font-weight: 700
}

.our-pricing-plans .package .price .right {
    display: inline-block;
    text-align: left;
    float: none!important
}

.listing {
    text-align: left
}

.our-pricing-plans .package .price .right strike {
    color: #d10a00;
    font-weight: 600;
    margin-bottom: 8px;
    display: block
}

.our-pricing-plans .package .price .right span {
    font-weight: 700;
    display: block;
    margin-left: 5px;
    position: relative;
    top: -10px;
    font-size: 10px;
    color: grey
}

.our-pricing-plans .package .listing ul,section.bundle-offer .combo-btn li a.combo_tel {
    padding-left: 30px
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.our-pricing-plans .package .listing ul li {
    font-size: 14px;
    color: #000;
    margin-bottom: 9px;
    font-weight: 400;
    line-height: 30px
}

.our-pricing-plans .package .listing ul li:before {
    content: "";
    background: #2c59af!important;
    height: 6px;
    width: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.our-pricing-plans .package .content {
    overflow: auto;
    position: relative;
    max-width: 97%;
    padding: 20px 0;
    height: 360px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.our-pricing-plans .package .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    background-color: #f5f5f5
}

.our-pricing-plans .package .content::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
    border-left: 1px solid #888
}

.our-pricing-plans .package .content::-webkit-scrollbar-track-piece {
    border-left: unset
}

.our-pricing-plans .package .content::-webkit-scrollbar-thumb {
    background-color: #2c59af!important
}

.our-pricing-plans .owl-item:nth-child(2) .content::-webkit-scrollbar-thumb {
    background-color: #ec9c10
}

.our-pricing-plans .owl-item:nth-child(3) .content::-webkit-scrollbar-thumb {
    background-color: #17478f
}

.our-pricing-plans .owl-item:nth-child(4) .content::-webkit-scrollbar-thumb {
    background-color: #e75700
}

.our-pricing-plans .owl-item:nth-child(5) .content::-webkit-scrollbar-thumb {
    background-color: #4531c3
}

.our-pricing-plans .owl-item:nth-child(6) .content::-webkit-scrollbar-thumb {
    background-color: #ec0000
}

.our-pricing-plans .package .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #d2f1e9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.our-pricing-plans .package .mCSB_scrollTools .mCSB_dragger {
    height: 30px!important
}

.our-pricing-plans .package .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #2b9479;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.custom-btn {
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    width: auto!important;
    display: inline-block!important;
    margin: 0 10px 0 0;
    position: relative;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    background: var(--primary-color);
    color: #fff;
    border: 1px solid;
    margin: 30px 0 0 0
}

section.thankyou_page {
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #194770;
    color: #fff;
    padding: 170px 0 0 0
}

section.banner-hero.packages {
    padding: 230px 0!important;
    height: 600px
}

.banner-txt.packages h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2
}

ul.pkg-list li {
    font-size: 15px;
    color: #252525;
    font-weight: 400;
    padding-bottom: 10px;
    position: relative;
    padding-left: 23px
}

ul.pkg-list li:before {
    content: "\f00c";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
    color: #17478e;
    font-size: 19px
}

ul.pkg-list::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px
}

ul.pkg-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e6e5e5;
    border-radius: 10px;
    background: #e6e5e5
}

ul.pkg-list {
    height: 290px;
    overflow-y: scroll
}

.pkg_detail_sec {
    padding: 40px 30px;
    background: ivory;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 6px 40px 0 rgb(0 0 0 / 14%)!important;
    margin-top: 40px;
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 40px #fff0
}

.pkg_detail_sec h4,.pkg_detail_sec h1 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px
}

.pkg_detail_sec span.line_through {
    margin-bottom: 10px;
    display: block;
    font-size: 24px;
    text-decoration: line-through;
    color: #fff
}

.pkg_detail_sec span.h5 {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 45px;
    font-weight: 700;
    color: #000
}

.product_detail_sec {
    padding: 60px 0;
    position: relative;
    z-index: 1;
    background: #f5f3f3
}

.pkg_detail_sec:before {
    content: "";
    border: 3px solid #17478e;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    right: -20px;
    bottom: -20px
}

.pkg_detail_sec:after {
    content: "";
    background: linear-gradient(180deg,rgb(255 255 255 / 59%) 0,rgb(255 255 255 / 42%) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    left: -20px;
    top: -20px;
    box-shadow: 0 0 40px rgb(0 0 0 / 54%)
}

.pkg_list_detail {
    margin: 0 10px 0 60px
}

.pkg_list_detail ul.pkg-list {
    height: 510px
}

.pkg_list_detail ul.pkg-list li {
    border-bottom: 1px solid #194770;
    padding: 15px 30px;
    font-size: 16px;
    color: #252525;
    font-weight: 500;
    margin-right: 20px
}

.pkg_list_detail h4 {
    font-weight: 700;
    font-size: 32px;
    color: #252525
}

.pkg_detail_sec .btn_pkg a {
    text-align: center;
    line-height: 30px;
    width: auto!important;
    display: inline-block!important;
    position: relative;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    background: #235541;
    color: #000;
    border: 1px solid #000
}

.pkg_detail_sec .btn_pkg a:hover {
    color: #0a58ca;
    border: 1px solid #0a58ca
}
a:hover {
    color: #fff;
}

/* section.banner-hero .banner-txt a.light-theme-btn, a.dark-theme-btn:hover {
    color: #fff;
} */

section.banner-hero .banner-txt a.light-theme-btn:hover {
    color: #fff !important;
}
section.banner-hero {}section.banner-hero a.dark-theme-btn:hover {
    color: #fff;
}

.bnr-form button.dark-theme-btn:hover {
    color: #fff !important;
}

