@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;family=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap');

/* font-family: "Playfair Display", serif; */
/* font-family: "Rubik", sans-serif; */

@font-face {
    font-family: "Brandon-text";
    src: url(../fonts/Brandon-text.otf);
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    text-transform: capitalize;
}

p,
ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

input,
textarea {
    margin: 0;
    padding: 0;
}

a,
button {
    margin: 0;
    padding: 0;
}

a:hover {
    color: inherit;
}

body {
    overflow-x: hidden;
    background: #fff;
}

main {
    overflow: hidden;
}

a,
button,
input,
textarea:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    font-family: "Playfair Display", serif;
}

#button_top i {
    color: #fff;
    line-height: 47px;
}

#button_top.show {
    visibility: visible;
    right: 51px;
}

#button_top {
    background: #ff642b;
    width: 48px;
    height: 48px;
    border-radius: 82px;
    position: fixed;
    transition: 0.4s ease-in-out;
    opacity: 1;
    visibility: hidden;
    z-index: 1016;
    bottom: 81px;
    right: -70px;
    cursor: pointer;
    text-align: center;
}


.hidefooter {
    display: none;
}

.social_links {
    display: flex;
    padding: 0 2rem;
}

.social_links li {
    margin: 0 15px 0 0;
    width: 40px;
    height: 40px;
    background: #f66224;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
}

.social_links li:hover {
    background: #ed601d9e;
}

.social_links li a {
    color: #fff;
    font-size: 22px;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.form-group input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}


::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #FF642B;
    border: 1px solid #fff
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.heading-one {
    font-size: 74px;
    line-height: 80px;
}

.heading-two {
    font-size: 60px;
    line-height: 66px;
}

.heading-three {
    font-size: 30px;
    line-height: 36px;
}

.heading-four {
    font-size: 21px;
    line-height: 33px;
}

.heading-five {
    font-size: 22px;
    line-height: 28px;
}

.heading-six {
    font-size: 20px;
    line-height: 26px;
}

.heading-seven {
    font-size: 18px;
    line-height: 24px;
}

p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 10px;
    font-family: "Rubik", sans-serif;
}

li {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
}

.website-main-buttons {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
}

.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn {
    font-size: 16px;
    font-weight: 600;
    width: 220px;
    height: 60px;
    border: 0;
    border-radius: 10px;
    padding: 5px 5px;
    margin: 0 25px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    position: relative;
    font-family: "Rubik", sans-serif;
}

.website-main-buttons button.popup-btn {
    animation: discoveryGlow 2s infinite;
}

.website-main-buttons a.call-btn {
    animation: chatGlow 2s infinite;
}

@keyframes discoveryGlow {
    0% {
        box-shadow: 0 0 5px rgba(255, 87, 51, 0.5), 0 0 15px rgba(255, 87, 51, 0.3);
    }

    50% {
        box-shadow: 0 0 15px rgba(255, 87, 51, 0.8), 0 0 15px rgba(255, 87, 51, 0.5), 0 0 15px rgba(255, 87, 51, 0.3);
    }

    100% {
        box-shadow: 0 0 5px rgba(255, 87, 51, 0.5), 0 0 15px rgba(255, 87, 51, 0.3);
    }
}

@keyframes chatGlow {
    0% {
        box-shadow: 0 0 5px rgba(26, 26, 26, 0.5), 0 0 15px rgba(26, 26, 26, 0.3);
    }

    50% {
        box-shadow: 0 0 15px rgba(26, 26, 26, 0.8), 0 0 15px rgba(26, 26, 26, 0.5), 0 0 15px rgba(26, 26, 26, 0.3);
    }

    100% {
        box-shadow: 0 0 5px rgba(26, 26, 26, 0.5), 0 0 15px rgba(26, 26, 26, 0.3);
    }
}

.main-header .website-main-buttons {
    margin: 0;
}

.main-header .website-main-buttons button {
    background: #e55a2b;
    color: #fff;
}

.desktop_menu {}

.desktop_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.desktop_menu ul li .drp-main {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 100;
}
.desktop_menu ul li .drp-main .drp-area {
    width: 100%;
    background: #e55a2b;
    border: 2px solid #f6642f;
    border-radius: 8px;
    margin: 0;
    padding: 5px 0 0;
    box-shadow: 0px 0.5px 0.5px #f6642f, 0px 1px 0.5px rgba(239, 239, 239, 0.5);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}
.desktop_menu ul li .drp-main .drp-area ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px;
    gap: 5px;
}
.desktop_menu ul li .drp-main .drp-area ul li {
    padding: 4px 8px;
    transition: all 0.3s ease-in;
    width: max-content;
    border-radius: 5px;
    margin: 0;
}

.desktop_menu ul li .drp-main .drp-area ul li:last-child {
    margin: 0;
}

.desktop_menu ul li .drp-main .drp-area ul li:hover {
    background: #191717;
}

.desktop_menu ul li .drp-main .drp-area ul li a {
    font-size: 16px;
    margin: 0;
}
.desktop_menu ul li .drp-main .drp-area ul li:first-child a {
    font-size: 20px;
    font-weight: 600;
}

.desktop_menu ul li .drp-main .drp-area ul li:hover a {
    color: #fff;
    transition: all 0.3s ease-in;
}

.desktop_menu ul li a {
    color: #000;
    font-size: 22px;
    padding: 0;
    margin: 0 1.5rem;
    text-transform: capitalize;
}

.desktop_menu ul li a {
    
}

.desktop_menu ul li a i {
    margin: 0 5px;
}

.main-header {
    background: transparent;
    padding: 18px 0 40px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.main-header-new {
    padding: 40px 0;
    width: 100%;
    top: 0;
    z-index: 1000;
    position: absolute;
}

.main-header-editing {
    padding: 40px 0;
    width: 100%;
    top: 0;
    z-index: 1000;
    position: absolute;
}


.main-header-editing nav.navbar {
    margin: 0 60px;
}

.main-header-new nav.navbar {
    margin: 0 60px;
}

.main-header nav.navbar {
    margin: 0 60px;
}


.navbar-brand img {
    max-height: 100px;
    width: auto;
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

.navbar-toggler {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: #ff6634;
    padding: 0;
    position: relative;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1060;
    animation: discoveryGlow 2s infinite;
    display: none;
}

.navbar-toggler:hover {
    background-color: #e55a2b;
    transform: scale(1.1) rotate(180deg);
}

.navbar-toggler:active {
    transform: scale(0.95);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(255, 102, 52, 0.3);
    outline: none;
}

.navbar-toggler-icon {
    background-image: none !important;
    position: relative;
    width: 24px;
    height: 2px;
    background-color: white;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: white;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    left: 0;
}

.navbar-toggler-icon::before {
    top: -8px;
    transform-origin: center;
}

.navbar-toggler-icon::after {
    bottom: -8px;
    transform-origin: center;
}

.navbar-toggler[aria-expanded="true"] {
    transform: rotate(360deg);
    background-color: #fff;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-color: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 0;
    transform: rotate(45deg);
    background-color: #ff6634;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    bottom: 0;
    transform: rotate(-45deg);
    background-color: #ff6634;
}


.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1040;
    backdrop-filter: blur(5px);
}

.menu-overlay.show {
    opacity: 1;
    visibility: visible;
}

.navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/bg-img/bg-nav.png) no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateX(100%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 1050;
}


.navbar-collapse.show {
    transform: translateX(0);
}


.navbar-nav {
    text-align: right;
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar-nav .nav-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    margin: 20px 35px;
}

.navbar-collapse.show .nav-item {
    opacity: 1;
    transform: translateY(0);
}

.nav-item:nth-child(1) {
    transition-delay: 0.2s;
}

.nav-item:nth-child(2) {
    transition-delay: 0.3s;
}

.nav-item:nth-child(3) {
    transition-delay: 0.4s;
}

.nav-item:nth-child(4) {
    transition-delay: 0.5s;
}

.nav-link {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    padding: 28px 30px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}

ul.navbar-nav li.nav-item {
    border-bottom: 2px solid #ff6634;
    width: 1500px;
    position: relative;
    left: 0;
}

ul.navbar-nav li.showDrop {
    border-bottom: 2px solid #ff6634;
}

ul.navbar-nav li.showDrop .drp-main .drp-area {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 30px 0 0;
}
ul.navbar-nav li.showDrop .drp-main .drp-area ul li:first-child a {
    font-size: 22px;
    font-weight: 600;
    color: #ff6634;
}
ul.navbar-nav li.showDrop .drp-main .drp-area ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 17px 0;
    display: block;
}



.nav-link:hover {
    color: #ff6634;
    transform: scale(1.1);
}

.nav-link:hover::after {
    width: 80%;
}

.nav-link.active {
    color: #fff !important;
}


.nav-link:hover.active {
    color: #ff6634 !important;
}

.nav-link.active::after {
    width: 80%;
}

section.banner-main-sec {
    padding: 12rem 50px 4rem;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.banner-main-sec .banner-main-content .heading-one {
    color: #191717;
    margin: 0 0 20px;
    line-height: 68px;
    font-weight: 700;
    font-size: 60px;
}

.banner-main-sec .banner-main-content p {
    color: #969696;
}

.banner-main-content .banner-brands {
    margin: 30px 0;
}

.banner-brands .banner-brands-items {
    display: flex;
    align-items: center;
}

.banner-main-img .website-main-buttons {
    justify-content: center;
}

.banner-main-img .website-main-buttons button.popup-btn {
    background: #FF642B;
    color: #fff;
}

.banner-main-img .website-main-buttons button.popup-btn:hover {
    transform: translateY(-7px);
    box-shadow: 20px 20px 60px #FF642B52, -20px -20px 60px #ffffff;
}

.banner-main-img .website-main-buttons a.call-btn {
    background: #191717;
    color: #E1E6E9;
}

.banner-main-img .website-main-buttons a.call-btn:hover {
    transform: translateY(-7px);
    box-shadow: 20px 20px 60px #1917173b, -20px -20px 60px #ffffff;
}

.banner-main-sec .banner-main-content {
    position: relative;
    text-align: right;
}

.banner-main-content img {
    width: 100%;
    height: 100%;
}

.banner-main-content img.wikipedia-browse {
    animation: Rotate 7s linear infinite;
}

.banner-main-content .banner-review-slider {
    margin: 3% 0 0 0;
}

.banner-review-slider .slick-arrow {
    display: none !important;
}

.banner-main-content .banner-review-box {
    padding: 30px 30px;
    position: relative;
    margin: 5px 32px 20px 52px;
    z-index: 1;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.1s ease-in-out;
    border-radius: 39px;
    background: #FFF;
}

.banner-main-content .banner-review-box:hover {
    background: #1E1E1E;
}

.banner-main-content .banner-review-box:hover .heading-five,
.banner-main-content .banner-review-box:hover span,
.banner-main-content .banner-review-box:hover p {
    color: #fff;
}

.banner-review-box.box-1 .review-rating-area img.img-fluid.test-bg {
    display: none;
}


.banner-main-content .banner-review-box.box-1:hover .review-rating-area img {
    display: none;
}

.banner-main-content .banner-review-box.box-1:hover .review-rating-area img.img-fluid.test-bg {
    display: block;
}

.review-rating-area img.img-fluid.test-bg {
    display: none;
}


.banner-main-content .banner-review-box:hover .review-rating-area img {
    display: none;
}

.banner-main-content .banner-review-box:hover .review-rating-area img.img-fluid.test-bg {
    display: block;
}


.banner-review-box.box-1:hover .review-rating-area img {
    display: block;
}


.banner-main-content .banner-review-box span {
    font-family: "Brandon-text";
    color: #00000080;
}

.banner-review-box.box-1 {
    width: 500px !important;
    position: relative;
    right: -20%;
    padding: 25px 18px 22px 39px;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15));
}


.banner-review-box.box-1 .review-box-img img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    object-position: center;
}

.banner-review-box.box-1 .review-box-img img.img-fluid.first {
    object-position: center;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.25));
}


.banner-review-box.box-1 .review-box-img {
    margin: 0;
}

.banner-main-img .banner-review-box {
    background: #F6F5F5;
    border-radius: 50px;
    padding: 50px 50px 50px 50px;
    position: relative;
    margin: 50px 80px 50px 50px;
    z-index: 1;
    width: 600px !important;
}

.banner-review-box .review-box-img {
    display: flex;
    gap: 20px;
    justify-content: start;
    align-items: center;
    margin: 0;
    text-align: left;
}

.banner-review-box .review-box-img-1 {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    text-align: left;
}

.banner-review-box .review-box-img-1 img {
    width: 90px;
    height: 90px;
    border-radius: 12%;
}

.banner-review-box .review-box-img img {
    width: 90px;
    height: 90px;
    border-radius: 12%;
}

.banner-review-box .review-box-content .heading-five {
    color: #141414;
    margin: 0;
}

.banner-review-box .review-box-content p {
    color: #676767;
}

.banner-review-box .review-rating-area {
    display: flex;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.banner-review-box .review-rating-area img {
    width: 140px;
    height: 50px;
}


.banner-review-box .review-rating-area p {
    color: #1C1C1C;
    overflow: auto;
    height: 47px;
    padding: 0 12px 0 0;
}


.banner-inner-img {
    position: absolute;
    top: 53%;
    right: 40%;
}


section.banner-bottom-wrap {
    border-radius: 12px;
    background-color: #141414;
    padding: 30px 0px;
    margin: 0 20px 0 20px;
}

.banner-bottom-wrap .banner-bottom-slider {
    margin: 0 20px 0;
}

.banner-bottom-slider .slick-arrow {
    top: 25%;
    position: absolute;
    background: none;
    border: none;
    font-size: 0;
    z-index: 9;
    display: none !important;
}

.banner-bottom-slider .slick-prev {
    left: -15px;
}

.banner-bottom-slider .slick-prev:before {
    content: '\f104';
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-size: 32px;
    color: #000;
}

.banner-bottom-slider .slick-next {
    right: -25px;
}

.banner-bottom-slider .slick-next:before {
    content: '\f105';
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-size: 32px;
    color: #000;
    right: 10px;
}

.banner-bottom-slider .banner-bottom-box {
    margin: 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-bottom-box img {
    width: 175px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
}

.banner-bottom-box .dot-image img {
    width: 20px;
    height: 20px;
}

.glowing-circle {
    width: 18px;
    height: 18px;
    background-color: #ff642b;
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
    box-shadow: 0 0 20px #FF4500, 0 0 20px #ff642b, 0 0 20px #ff642b, 0 0 20px #ff642b;
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 20px #FF642B,
            0 0 40px #FF642B,
            0 0 60px #FF642B,
            0 0 80px #FF642B;
    }

    50% {
        box-shadow: 0 0 40px #FF642B,
            0 0 60px #FF642B,
            0 0 80px #FF642B,
            0 0 100px #FF642B;
        transform: scale(1.1);
    }

    100% {
        box-shadow: 0 0 20px #FF642B,
            0 0 40px #FF642B,
            0 0 60px #FF642B,
            0 0 80px #FF642B;
        transform: scale(1);
    }
}


section.sec-portfolio-books {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 50px 0;
    overflow: hidden;
    background: #fff;
}

.portfolio-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.sec-portfolio-books .portfolio-content .heading-two {
    color: #191717;
    text-align: center;
    font-weight: 700;
    margin: 0 auto 4rem;
    width: 78%;
}

.portfolio-book-details {
    position: relative;
}

.portfolio-book-image {
    position: relative;
}

.portfolio-book-image img {
    width: 342px;
    max-height: 454px;
    transition: transform 0.3s ease;
    object-fit: contain;
    margin: 0 0 25px;
}

.portfolio-book-details:hover .portfolio-book-image img {
    transform: scale(1.1);

}

.portfolio-book-details::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    opacity: 0;
    z-index: -1;
    border-radius: 33px;
    padding: 12px 12px;
    height: 425px;
}

.portfolio-book-details:hover::before {
    opacity: 1;
    background: rgba(255, 100, 43, 0.20);
    filter: blur(42px);
    animation: books 2s infinite;
    transform: scale(1.1);

}

.portfolio-inner-details {
    text-align: center;
    position: relative;
}


@keyframes books {
    0% {
        box-shadow: 0 0 5px rgba(255, 100, 43, 0.20),
            0 0 15px rgba(255, 100, 43, 0.20);
    }

    50% {
        box-shadow: 0 0 15px rgba(255, 100, 43, 0.20),
            0 0 25px rgba(255, 87, 51, 0.5),
            0 0 35px rgba(255, 100, 43, 0.20);
    }

    100% {
        box-shadow: 0 0 5px rgba(255, 100, 43, 0.20),
            0 0 15px rgba(255, 100, 43, 0.20);
    }
}



section.cta-main-wrap {
    padding: 138px 0 0 23px;
    position: relative;
    margin: 20px 20px 0 20px;
    border-radius: 18px;
    background: #F2F2F2;
}

.cta-main-wrap .website-main-buttons a.call-btn {
    background: #fff;
    color: #191717;
    animation: chatGlow 2s infinite;
}


.cta-main-wrap .cta-main-content {
    margin: 30px 30px 70px 35px;
}



.cta-main-wrap .cta-main-content .heading-two {
    margin: 0 0 15px 0;
    color: #191717;
    font-weight: 700;
}

.cta-inner-logos img {
    margin: 25px 0;
}

.cta-main-wrap .cta-main-content p {
    margin: 0 0 20px;
    line-height: 28px;
    color: #191717;
    font-size: 20px;
    font-weight: 400;
}

    .cta-main-wrap .cta-main-content h6 {
    display: block;
    color: #191717;
    font-size: clamp(24px,4vw,33px);
    font-family: "Poppins", sans-serif;
    margin: 39px 0 0 0;
    font-weight: 700;
}
.cta-main-wrap .cta-main-content ul {
    padding: 13px 0 0 0;
}

.cta-main-wrap .cta-main-content ul li {
    list-style: disc;
    line-height: 26px;
    font-size: 16px;
    color: #191717;
    font-family: "Rubik", sans-serif;
}
.cta-main-wrap .cta-main-content ul li::marker {
    color: #FF642B;
}

.cta-inner-image {
    margin: 50px 0 0 0;
    display: flex;
    justify-content: end;
    align-items: end;
}


.cta-main-wrap .cta-inner-image img {
    object-fit: cover;
    object-position: right;
    position: relative;
    z-index: 2;
    border-radius: 20px 0 0 20px;
    width: 883px;
    height: 690px;
}

.cta-main-wrap .cta-inner-image::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 810px;
    height: 851px;
    background: url(../images/cta-img-1.png)no-repeat;
    z-index: 0;
}

.cta-main-wrap .cta-inner-image::after {
    position: absolute;
    content: "";
    right: 0;
    top: 10%;
    width: 856px;
    height: 773px;
    background: url(../images/cta-img-2.png)no-repeat;
    z-index: 0;
}


.cta-main-wrap .website-main-buttons button.popup-btn {
    color: #fff;
    background: #FF642B;

}

.cta-main-wrap .website-main-buttons button.popup-btn:hover {
    transform: translateY(-7px);
    box-shadow: 20px 20px 60px #FF642B52, -20px -20px 60px #ffffff;
}

.cta-main-wrap .website-main-buttons a.call-btn {
    background: #191717;
    color: #E1E6E9;
}

.cta-main-wrap .website-main-buttons a.call-btn:hover {
    transform: translateY(-7px);
    box-shadow: 20px 20px 60px #1917173b, -20px -20px 60px #ffffff;
}


section.customer-feedback-wrap-service-sec {
    padding: 100px 0;
    border-radius: 27px;
    background: #ECECEC;
    margin: 20px 20px 12px 20px;
}

.customer-feedback-wrap-service-sec .customer-feedback-head {
    margin: 0 0 30px;
    text-align: center;
}

.customer-feedback-wrap-service-sec .customer-feedback-head .heading-two {
    color: #000;
    margin: 0 0 20px;
    font-size: 63px;
    font-weight: 600;
}


.customer-feedback-wrap-service-sec .customer-feedback-inner .feedback-inner-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 95px 50px;
}

.customer-feedback-wrap-service-sec .feedback-inner-head .feedback-inner-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-feedback-wrap-service-sec .feedback-inner-left span {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 10px 0 0;
}

.customer-feedback-wrap-service-sec .feedback-inner-left .rating-star-icons {
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
}

.customer-feedback-wrap-service-sec .feedback-inner-left small {
    color: #FF642B;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    margin: 0;
}

.customer-feedback-wrap-service-sec .feedback-inner-head .feedback-inner-right {
    display: flex;
    align-items: center;
}

.customer-feedback-wrap-service-sec .feedback-inner-right small {
    color: #191717;
    font-size: 12px;
    line-height: 16px;
    margin: 0 5px 0 0;
    font-weight: 400;
}

.customer-feedback-wrap-service-sec .feedback-inner-right img {
    width: 75px;
    height: 15px;
    object-fit: contain;
}

.customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-arrow {
    bottom: 7%;
    top: inherit;
    position: absolute;
    background: none;
    border: none;
    font-size: 0;
    z-index: 9;
}

.customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-prev {
    left: 47%;
}

.customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-prev::before {
    content: '\f104';
}

.customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-next {
    right: 47%;
}

.customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-next::before {
    content: '\f105';
}

.customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-prev::before,
.customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-next::before {
    font-family: 'Font Awesome 6 Pro';
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    text-align: center;
    display: block;
    opacity: 1;
    transition: all .3s ease-in-out;
    background: #FF642B;
}

.customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-arrow:hover::before {
    background: #000;
}

.customer-feedback-wrap-service-sec .testimonials-serv-slider .feedback-slider-box {
    padding: 35px 35px;
    margin: 140px 15px;
    transition: all .3s ease-in-out;
    position: relative;
    user-select: text;
    background: #191717;
    border-radius: 20px;

}

.customer-feedback-wrap-service-sec .testimonials-serv-slider .feedback-slider-box.slick-active {
    filter: blur(4px);
}

.customer-feedback-wrap-service-sec .testimonials-serv-slider .feedback-slider-box.slick-slide.slick-current.slick-active.slick-center {
    filter: blur(0px);
    transform: scaleY(1.1) scaleX(1.3) translateY(-80px);
    z-index: 9;
    background: #fff;
    box-shadow: 0px 5.052px 30.314px 5.052px rgba(0, 0, 0, 0.25);
}

.customer-feedback-wrap-service-sec .testimonials-serv-slider .feedback-slider-box.slick-slide.slick-current.slick-active.slick-center .heading-five,
.customer-feedback-wrap-service-sec .feedback-box-content span,
.customer-feedback-wrap-service-sec .testimonials-serv-slider .feedback-slider-box.slick-slide.slick-current.slick-active.slick-center p {
    color: #1E1E1E !important;
}

.customer-feedback-wrap-service-sec .feedback-slider-box .feedback-box-head {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 16px;
}

.customer-feedback-wrap-service-sec .feedback-box-head .feedback-box-thumb {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    ;
}

.customer-feedback-wrap-service-sec .feedback-box-thumb img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.customer-feedback-wrap-service-sec .feedback-box-head .feedback-box-content {
    width: 75%;
}

.customer-feedback-wrap-service-sec .feedback-box-content .heading-five {
    margin: 5px 0 13px !important;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 25px;
}

.customer-feedback-wrap-service-sec .feedback-box-content span {
    color: #B9B9B9;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 0 10px;
    display: block;
}

.customer-feedback-wrap-service-sec .feedback-box-content p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
}

.customer-feedback-wrap-service-sec .feedback-slider-content p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
    border-radius: 0px;
}

.customer-feedback-wrap-service-sec .feedback-slider-content p::-webkit-scrollbar {
    width: 3px;
    background: #b2b2b2;
    border-radius: 0px;
}

.customer-feedback-wrap-service-sec .feedback-slider-content p::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 0px;
}

.customer-feedback-wrap-service-sec .feedback-slider-box .feedback-slider-verify {
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-feedback-wrap-service-sec .feedback-slider-verify img {
    width: 80px;
    margin: 0 12px 0 0;
    display: none;
}

.customer-feedback-wrap-service-sec .feedback-slider-verify span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: block;
    color: #FF642B;
}


section.our-portfolio-wrap {
    padding: 50px 50px;
    margin: 0 20px 0 20px;
    border-radius: 18px;
    background: #191717;
}

.our-portfolio-wrap .our-portfolio-head {
    margin: 0 0 50px;
    text-align: center;
}

.our-portfolio-head .heading-two {
    margin: 0 0 20px;
    color: #FFF;
    text-align: center;
    font-weight: 700;
}

.our-portfolio-head p {
    color: #111111;
}

.our-portfolio-inner .our-portfolio-buttons {
    margin: 0 0 30px;
}

.our-portfolio-buttons .nav-pills {
    justify-content: space-between;
    margin-bottom: 30px;
}

.our-portfolio-buttons .nav-pills .nav-link.active {
    background: #FF4500;
    color: white;
}

.our-portfolio-tabitem .tab-pane {
    transition: all 0.3s ease;
}

.our-portfolio-buttons ul.nav-pills li.nav-item {
    margin: 0;
}


.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link {
    color: #fff !important;
    border: none;
    font-size: 20px;
    border-radius: 0px;
    padding: 8px 7px;
    margin: 0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
    background: transparent;
    font-family: "Rubik", sans-serif;
    font-weight: 400;

}


.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link.active {
    color: #FF642B !important;
}

.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link::after {
    content: '';
    position: absolute;
    bottom: -8px;
    background: #FF642B;
    width: 100%;
    height: 2px;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link.active::after,
.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link:hover::after,
.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link:hover::before {
    opacity: 1;
}


.portfolio-tabitem-books .portfolio-books-box {
    text-align: center;
    margin: 0 0px 20px;
}

.portfolio-books-box a {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
        border-radius: 10px;
}

.portfolio-books-box a img {
    object-position: top center;
    transition: all .7s ease;
    width: 230px;
    height: 292px;
    object-fit: cover;
}

.portfolio-books-box a:hover img {
    object-position: bottom center;
}

.portfolio-books-box a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #0c0c0c9e;
    width: 100%;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100px);
    transition: all .3s ease-in-out;
}

.portfolio-books-box a:hover::before {
    width: 100%;
    height: 100%;
    transform: translateY(0px);
}

.our-portfolio-inner .portfolio-carousel-slider .owl-nav .owl-prev, .our-portfolio-inner .portfolio-carousel-slider .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    left: -40px;
    transition: all 0.3s ease-in-out;
}
.our-portfolio-inner .portfolio-carousel-slider .owl-nav .owl-next {
    left: auto;
    right: -40px;
}

.our-portfolio-inner .portfolio-carousel-slider .owl-nav .owl-prev i, .our-portfolio-inner .portfolio-carousel-slider .owl-nav .owl-next i {
    font-size: 30px;
    color: #cacac9;
    transition: all 0.3s ease-in-out;
}

section.unlock-story-wrap {
    padding: 50px 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 20px 12px 20px;
    border-radius: 18px;
    background: #F2F2F2;
}

.unlock-story-content .heading-two {
    color: #141414;
    margin: 0 0 10px;
}

.unlock-story-content p {
    color: #9A9999;
}

.unlock-story-content .website-main-buttons button.popup-btn {
    background: #FF642B;
    color: #fff;
}

.unlock-story-content .website-main-buttons button.popup-btn:hover {
    transform: translateY(-7px);
    box-shadow: 20px 20px 60px #FF642B52, -20px -20px 60px #ffffff;
}

.unlock-story-content .website-main-buttons a.call-btn {
    background: #191717;
    color: #E1E6E9;
}

.unlock-story-content .website-main-buttons a.call-btn:hover {
    transform: translateY(-7px);
    box-shadow: 20px 20px 60px #1917173b, -20px -20px 60px #ffffff;
}

.unlock-story-inner .unlock-story-img {
    text-align: center;
}

.unlock-story-img img {
    width: 750px;
    height: 719px;
    object-fit: scale-down;
    object-position: center;
}

section.service-offer-wrap {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    z-index: 9;
    margin: 0 20px 0 20px;
}

.service-offer-wrap .service-offer-head {
    text-align: center;
    margin: 0 0 50px;
}

.service-offer-head .heading-two {
    color: #141414;
    margin: 0 0 10px;
}

.service-offer-head p {
    color: #9A9999;
}

.service-offer-inner .service-offer-box {
    background: #fff;
    border: 1px solid #FF642B;
    padding: 35px 35px;
    margin: 0 0 50px;
    transition: all .3s ease-in-out;
    position: relative;
    border-radius: 30px;
    min-height: 285px;
    max-height: 285px;
}


.service-offer-inner .service-offer-box.box-1 {
    background: #191717;
}

.service-offer-box.box-1 .offer-box-content .heading-four {
    color: #fff;
}


.service-offer-box:hover {
    background: #191717;
}

.service-offer-box:hover .offer-box-content p {
    color: #9A9999;
}

.service-offer-box .offer-box-img {
    margin: 10px 0 35px;
    position: relative;
    transition: all .4s ease-in-out;
    display: flex;
    align-items: center;
}

.offer-box-img img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin: 0 auto 30px;
    transition: all .3s ease-in-out;
}


.offer-box-content .heading-four {
    color: #141414;
    margin: 0 29px 0;
    transition: all .3s ease-in-out;
}

.service-offer-box:hover .offer-box-content .heading-four {
    color: #fff;
}

.offer-box-content p {
    color: #9A9999;
    padding: 0 10px 10px 0;
    min-height: 85px;
    max-height: 85px;
    overflow-y: auto;
    transition: all .3s ease-in-out;
}


.offer-box-content p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
    border-radius: 5px;
}

.offer-box-content p::-webkit-scrollbar {
    width: 3px;
    background: #b2b2b2;
    border-radius: 5px;
}

.offer-box-content p::-webkit-scrollbar-thumb {
    background-color: #FD5240;
    border-radius: 5px;
}

/* Calendary Section CSS Start Here */

section.calendly_Intergrate {
    background: #f6f6f6;
    padding: 80px 0;
    position: relative;
    z-index: 2;
  }
  
  section.calendly_Intergrate::after {
    content: "";
    position: absolute;
    width: 95%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../../404.html);
    z-index: -1;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
  }
  
  section.calendly_Intergrate h3 {
    color: #191717;
    margin: 0 0 20px;
    font-size: 3rem;
    font-weight: 600;
  }
  
  section.calendly_Intergrate p {
    color: #191717;
    font-size: 17px;
    line-height: 1.7;
  }
  
  section.calendly_Intergrate span {
    display: block;
    color: #191717;
    font-size: 33px;
    font-family: "Poppins", sans-serif;
    margin: 39px 0 0 0;
    font-weight: 400;
  }
  
  section.calendly_Intergrate ul {
    color: #fff;
    padding: 13px 0 0 0;
  }
  
  section.calendly_Intergrate ul li {
    list-style: disc;
    line-height: 26px;
    font-size: 16px;
    color: #191717;
    font-family: "Rubik", sans-serif;
  }
    section.calendly_Intergrate ul li::marker {
        color: #FF642B;
    }
  .calendly-inline-widget {
    height: 785px;
  }
  
  section.calendly_Intergrate img {
    width: 206px;
    margin: 0 0 20px 0;
  }

/* Calendary Section CSS End Here */

section.faqs-sec-wrap {
    padding: 50px 0;
}

.faqs-sec-wrap .faqs-sec-head {
    text-align: center;
    margin: 0 0 50px;
}

.faqs-sec-head .heading-two {
    color: #141414;
    margin: 0 0 10px;
}

.faqs-sec-head p {
    color: #9A9999;
}

.faqs-sec-item .accordion .accordion-item {
    margin: 0 0 10px;
    border-radius: 0px;
    background: transparent;
    border: none;
}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    background: transparent;
    line-height: 24px;
    box-shadow: none;
    border-radius: 0px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    margin: 0;
    border-bottom: 1px solid #191717;
    color: #292929;
    font-size: 24px;
    font-weight: 400;
}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button.collapsed {
    background: #fff;
}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button.collapsed:hover {
    color: #FF642B;
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button::after {
    background: url(../images/elements/arrow-down.png);
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background: url(../images/elements/arrow-right.png);
    transform: rotate(0deg);
}

.faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    margin: 0;
    padding: 20px 20px;
    border-radius: 0;
    font-family: "Rubik", sans-serif;
    color: #787878;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

section.main-contact-form {
    background: url(../images/bg-img/bg-nav.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    padding: 170px 0 50px;
    margin: 12px 20px 12px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 18px;
}

.contact-main-details {
    margin-left: 35px;
    margin-bottom: 50px;
}

.contact-main-details .heading-two {
    color: #FFF;
    font-weight: 700;
    line-height: 98px;
    font-size: 90px;
    margin: 0 0 40px;
}

.contact-main-details p {
    color: #EAEAEA;
    font-size: 20px;
    line-height: 28px;
}

.contact-box-main {
    margin: 15px 0;
    padding: 0;
}

.contact-box-main .contact-box-content a {
    color: #fff;
    font-weight: 500;
    transition: all .3s ease-in-out;
    font-size: 33px;
    line-height: 43px;
    margin: 0;
}

.contact-box-main .contact-box-content a:hover,
.contact-box-main .contact-box-content p:hover {
    color: #FF642B;
}

.contact-box-content {
    display: flex;
    align-items: center;
}

.contact-box-content img {
    margin: 0 15px 0;
    animation: discoveryGlow 2s infinite;
    border-radius: 50px;
    min-height: 12px;
    max-height: 12px;
}


.contact-box-main .contact-box-content p {
    font-size: 33px;
    color: #fff;
    font-family: "Playfair Display", serif;
    line-height: 43px;
}


.contact-inner-form {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    background: #1E1E1E;
    padding: 25px 20px 0 30px;
}

.contact-form-side .form-group {
    margin: 0 0 10px;
}

.contact-form-side .form-group .iti__selected-dial-code {
    color: white;
}

.contact-form-side .form-group .iti__arrow {
    border-top-color: #fff;
}


.contact-form-side .form-group.select-form-group {
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
}

.contact-form-side .form-group.select-form-group::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    color: #9A9999;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: -1;
}

.contact-form-side .form-group input {
    background: transparent;
    font-size: 17px;
    color: #fff;
    padding: 10px 5px 12px;
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
}

.contact-form-side .form-group input::placeholder {
    color: #fff;
}

.contact-form-side .form-group textarea {
    background: transparent;
    font-size: 17px;
    color: #fff;
    border: none;
    width: 100%;
    height: 100px;
    padding: 20px 5px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    resize: none;
    font-family: "Playfair Display", serif;
    border-bottom: 1px solid #fff;
}

.contact-form-side .form-group textarea::placeholder {
    color: #fff;
}

.contact-form-side .form-group button.submit-btn {
    background: #FF642B;
    color: #fff;
    font-size: 17px;
    border-radius: 8px;
    font-weight: 600;
    width: 293px;
    height: 50px;
    padding: 5px 5px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    position: relative;
    border: 0;
}

.contact-form-side .form-group button.submit-btn:hover {
    background: #fff;
    color: #FD5240;
}


.contact-main-details .website-main-buttons button.popup-btn {
    animation: chatGlow 2s infinite;
    background: #FFF;
    color: #FF642B;
}

.contact-main-details .website-main-buttons button.popup-btn:hover {
    transform: translateY(-7px);
    box-shadow: 20px 20px 60px #FF642B52, -20px -20px 60px #ffffff;
}

.contact-main-details .website-main-buttons a.call-btn {

    background: #FF642B;
    color: #fff;
    animation: discoveryGlow 2s infinite;
}

.contact-main-details .website-main-buttons a.call-btn:hover {
    transform: translateY(-7px);
    box-shadow: 20px 20px 60px #1917173b, -20px -20px 60px #ffffff;
}

.sec-inner-banner {
    padding-top: clamp(80px,19vw,350px);
    padding-bottom: 50px;
    /* padding: 350px 0 50px; */
    margin: 12px 20px 12px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 18px;
}

.sec-inner-banner .banner-main-content .heading-one {
    color: #191717;
    font-weight: 700;
    font-size: 60px;
    line-height: 68px;
    text-shadow: none;
}

.sec-inner-banner .banner-main-content p {
    color: #191717;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.sec-inner-banner .banner-main-content .website-main-buttons a.call-btn {
    background: #FF642B;
    color: #E1E6E9;
    animation: discoveryGlow 2s infinite;
    &:hover {
            transform: translateY(-7px);
    }
}

.sec-inner-banner .banner-main-content .website-main-buttons button.popup-btn {
    background: #191717;
    color: #E1E6E9;
    animation: chatGlow 2s infinite;
    &:hover {
            transform: translateY(-7px);
    }
}

.sec-inner-banner .banner-main-content .banner-review-box  {
    background: #1E1E1E;
    z-index: 1;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.1s ease-in-out;
    border-radius: 39px;
    max-width: 500px;
    position: relative;
    padding: 25px 18px 22px 39px;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15));
    &:hover {
        background: #fff;
    }
}

.sec-inner-banner .banner-main-content .banner-review-box .review-box-img img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    object-position: center;
}

.sec-inner-banner .banner-main-content .banner-review-box .review-box-content .heading-five {
    color: #FFF;
}
.sec-inner-banner .banner-main-content .banner-review-box:hover .review-box-content .heading-five {
    color: #000;
}

.sec-inner-banner .banner-main-content .banner-review-box .review-box-content img {
    width: 60px;
    height: 10px;
}

.sec-inner-banner .banner-main-content .banner-review-box .review-rating-area .review-info p {
    color: #F2F2F2;
        font-size: 16px;
    line-height: 22px;
}
.sec-inner-banner .banner-main-content .banner-review-box:hover .review-rating-area .review-info p {
    color: #000;
}
.sec-inner-banner .banner-main-content .banner-review-box span {
    font-family: "Brandon-text";
    color: #F2F2F2;
}
.sec-inner-banner .banner-main-content .banner-review-box:hover span {
    color: #000;
}

.about-main-sec {
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    padding: 350px 0 50px;
    margin: 12px 20px 12px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 18px;
}

.about-main-sec .banner-main-content {
    margin-left: 35px;
}

.about-main-sec .banner-review-box.box-1:hover {
    background: #fff;
}

.about-main-sec .banner-review-box.box-1:hover .review-box-content .heading-five,
.about-main-sec .banner-review-box.box-1:hover span,
.about-main-sec .banner-review-box.box-1:hover .review-rating-area p {
    color: #000;

}

.about-main-sec .banner-main-content .website-main-buttons button.popup-btn {
    background: #FFF;
    color: #FF642B;
}

.about-main-sec .banner-main-content .website-main-buttons a.call-btn {
    background: #191717;
    color: #E1E6E9;
}

.about-main-sec .banner-review-box.box-1 .review-box-content .heading-five {
    font-weight: 400;
}

.about-main-sec .banner-review-box .review-box-content .heading-five {
    font-weight: 900;
}
.about-main-sec .banner-main-content .heading-one {
    color: #FFF;
    font-size: 110px;
    line-height: 120px;
    font-weight: 700;
    margin: 0 0 25px;
}
.about-main-sec .banner-main-content p.para {
    color: #EAEAEA;
    font-size: 20px;
    line-height: 28px;
}


.about-main-sec .banner-review-box.box-1 {
    background: #1E1E1E;
}

.about-main-sec .banner-review-box.box-1 .review-box-content .heading-five,
.about-main-sec .banner-review-box.box-1 span,
.about-main-sec .banner-review-box.box-1 .review-rating-area p {
    color: #FFF;
}

.about-main-sec .banner-review-box.box-1 .review-box-content img {
    width: 60px;
    height: 10px;

}

section.unlock-story-wrap.about {
    margin: 12px 20px 12px 20px;
}


.unlock-story-wrap.about .unlock-story-inner {
    margin: 0 30px 0 30px;
}

.unlock-story-wrap.about .unlock-story-img img {
    width: 881px;
    height: 898px;

}

section.cta-main-wrap.about {
    background: #fff;
    padding: 50px 0;

}

.cta-main-wrap.about .website-main-buttons button.popup-btn {
    background: #FF642B;
    color: #fff;
    animation: discoveryGlow 2s infinite;
}

.cta-main-wrap.about .website-main-buttons a.call-btn {
    background: #191717;
    color: #E1E6E9;
    animation: chatGlow 2s infinite;
}


.cta-main-wrap.about .cta-inner-image img {
    width: 818px;
    height: 494px;
}

.cta-main-wrap.about .cta-inner-image::after,
.cta-main-wrap.about .cta-inner-image::before {
    display: none;
}

.about-main-sec .banner-review-box.box-1 .review-rating-area p {
    font-size: 16px;
    line-height: 22px;
}

.about-main-sec .banner-review-box.box-1 .review-rating-area p::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);

}

.about-main-sec .banner-review-box.box-1 .review-rating-area p::-webkit-scrollbar {
    width: 3px;
    background: #b2b2b2;
    border-radius: 5px;
}

.about-main-sec .banner-review-box.box-1 .review-rating-area p::-webkit-scrollbar-thumb {
    background-color: #FD5240;
    border-radius: 5px;
}


.about-main-sec.editing .banner-review-box.box-1 .review-box-content img {
    width: 60px;
    height: 10px;
}

section.sec-manuscipts {
    padding: 100px 0 215px;
    position: relative;
    margin: 20px 20px 0 20px;
    border-radius: 18px;
    background: #F2F2F2;
    overflow: hidden;
    z-index: 9;
}

.sec-manuscipts .manuscripts-title {
    text-align: center;
}

.sec-manuscipts .manuscripts-title .heading-one {
    color: #191717;
    font-weight: 700;
    margin: 0 0 25px;
    font-size: 55px;
    line-height: 65px;
}


.sec-manuscipts .manuscripts-title p {
    color: #191717;
    font-size: 20px;

}

.manuscipt-innert-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-manuscipts .manuscipt-innert-image img {
    position: relative;
    z-index: 1;
    width: 694px;
    height: 627px;
    object-fit: contain;
    object-position: center;
}

.sec-manuscipts .manuscipt-innert-image .center-circle::before {
    background: url(../images/elements/circle.png) no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    width: 550px;
    height: 550px;
    position: absolute;
    right: -15px !important;
    top: 24% !important;
    left: -9px !important;
    bottom: 0 !important;
    content: "";
    z-index: 1;
    box-shadow: 0px 2px 10px 18px #FF642B;
    border-radius: 10%;
    animation: glowPulse 2s infinite;
}

.sec-manuscipts .service-item {
    margin: 100px 0 80px 67px;
}

.sec-manuscipts .service-right .service-item:nth-child(2) {
    margin: 0 -87px 0 0;
}

.sec-manuscipts .service-left .service-item:nth-child(2) {
    margin: 0 30px 0 0;
}


.sec-manuscipts .service-left .service-item .heading-four,
.sec-manuscipts .service-right .service-item .heading-four {
    color: #191717;
    font-size: 25px;
    font-weight: 700;

}

.sec-manuscipts .service-left .service-item img {
    object-fit: contain;
    width: 232px;
    height: 18px;
    object-position: center;
    animation: line-grow-shrink 5s infinite ease-in-out;

}

.sec-manuscipts .service-right .service-item img {
    object-fit: contain;
    width: 232px;
    height: 18px;
    object-position: center;
    animation: line-grow-shrink 5s infinite ease-in-out;
}


.service-right {
    text-align: right;
}


.service-left {
    text-align: left;
}

.manuscript-inner .website-main-buttons {
    justify-content: center;
}

.sec-manuscipts .manuscript-inner .website-main-buttons button.popup-btn {
    background: #191717;
    color: #E1E6E9;
    animation: chatGlow 2s infinite;
}

.sec-manuscipts .manuscript-inner .website-main-buttons button.popup-btn:hover {
    transform: translateY(-7px);
    box-shadow: 20px 20px 60px #FF642B52, -20px -20px 60px #ffffff;
}

.sec-manuscipts .manuscript-inner .website-main-buttons a.call-btn {
    background: #FF642B;
    color: #fff;
    animation: discoveryGlow 2s infinite;
}

.sec-manuscipts .manuscript-inner .website-main-buttons a.call-btn:hover {
    transform: translateY(-7px);
    box-shadow: 20px 20px 60px #1917173b, -20px -20px 60px #ffffff;
}

@keyframes glowPulse {
    0% {
        box-shadow: inset 0 0 20px #FF5722;
        border-radius: 50%;
    }

    50% {
        box-shadow: inset 0 0 45px #FF5722;
        border-radius: 50%;
    }

    100% {
        box-shadow: inset 0 0 10px #FF5722;
        border-radius: 50%;
    }
}


@keyframes line-grow-shrink {
    0% {
        width: 232px;
    }

    50% {
        width: 180px;

    }

    100% {
        width: 232px;
    }
}

@keyframes rotateCircles {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

section.cta-main-wrap.about.edit {
    background: #191717;
}


.cta-main-wrap.about.edit .website-main-buttons button.popup-btn {
    background: #FF642B;
    color: #fff;
    animation: discoveryGlow 2s infinite;
}


.cta-main-wrap.about.edit .website-main-buttons a.call-btn {
    background: #fff;
    color: #191717;
    animation: chatGlow 2s infinite;
}

.cta-main-wrap.about.edit .cta-main-content .heading-two {
    color: #FFF;
    font-weight: 700;


}

.cta-main-wrap.about.edit .cta-main-content p {
    color: #FFF;
    font-size: 20px;

}

.cta-main-wrap.about.edit .cta-inner-image img {
    width: 598px;
    height: 600px;
    object-fit: contain;
    object-position: center;
}

.cta-main-wrap.about.edit .cta-main-content {
    margin: 30px 70px 70px 70px;
}


.cta-main-wrap.about.edit .cta-inner-image {
    margin: 50px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.cta-banner-one {
    padding: 80px 0;
    position: relative;
    margin: 20px 20px 0 20px;
    border-radius: 18px;
    background: #F2F2F2;
}
.cta-banner-one.dark-bg {
    background: #191717;
}

.cta-banner-one .cta-main-content .heading-two {
    margin: 0 0 15px 0;
    color: #191717;
    font-weight: 700;
}
.cta-banner-one.dark-bg .cta-main-content .heading-two {
    color: #fff;
}
.cta-banner-one .cta-main-content p {
    margin: 0 0 20px;
    line-height: 28px;
    color: #191717;
    font-size: 20px;
    font-weight: 400;
}
.cta-banner-one.dark-bg .cta-main-content p {
   color: #fff;
}

.cta-banner-one .cta-main-content h6 {
    display: block;
    color: #191717;
    font-size: clamp(24px,4vw,33px);
    font-family: "Poppins", sans-serif;
    margin: 39px 0 0 0;
    font-weight: 700;
}
.cta-banner-one.dark-bg .cta-main-content h6 {
    color: #fff;
}
.cta-banner-one .cta-main-content ul {
    padding: 13px 0 0 0;
}

.cta-banner-one .cta-main-content ul li {
    list-style: disc;
    line-height: 26px;
    font-size: 16px;
    color: #191717;
    font-family: "Rubik", sans-serif;
}
.cta-banner-one.dark-bg .cta-main-content ul li  {
    color: #fff;
}
.cta-banner-one .cta-main-content ul li::marker {
    color: #FF642B;
}
.cta-banner-one .cta-main-content .website-main-buttons .popup-btn {
    background: #FF642B;
    color: #fff;
    animation: discoveryGlow 2s infinite;
        &:hover {
        transform: translateY(-7px);
    }
}
.cta-banner-one .cta-main-content .website-main-buttons .call-btn {
background: #191717;
    color: #E1E6E9;
    animation: chatGlow 2s infinite;
    &:hover {
        transform: translateY(-7px);
    }
}
.cta-banner-one.dark-bg .cta-main-content .website-main-buttons .call-btn {
    background: #fff;
    color: #191717;
}
.cta-banner-one .cta-image .img-fluid {
    
}

section.about-main-sec.editing.marketing {
    background-image: url(../images/marketing-bg.png);
}

.about-main-sec.editing.marketing .banner-main-content .heading-one {
    color: #F2F2F2;
    font-weight: 700;
}

.about-main-sec.editing.marketing .banner-main-content p {
    color: #F2F2F2;
}

.about-main-sec.editing.marketing .banner-main-content .banner-review-box:hover {
    background: #fff !important;
}


.about-main-sec.editing.marketing .banner-main-content .banner-review-box:hover .review-box-content .heading-five,
.about-main-sec.editing.marketing .banner-main-content .banner-review-box:hover span,
.about-main-sec.editing.marketing .banner-main-content .banner-review-box:hover .review-rating-area p {
    color: #000;

}

section.cta-main-wrap.about.edit.marketing {
    border-radius: 18px;
    background: #FF642B;
    padding: 30px 0;

}

.cta-main-wrap.about.edit.marketing .website-main-buttons a.call-btn {
    background: #191717;
    color: #E1E6E9;
    animation: chatGlow 2s infinite;

}

.cta-main-wrap.about.edit.marketing .website-main-buttons button.popup-btn {
    background: #fff;
    color: #FF642B;
    animation: discoveryGlow 2s infinite;
}



.sec-manuscipts.marketing .manuscipt-innert-image img {
    width: 726px;
    height: 726px;
    object-fit: cover;
}



section.customer-feedback-wrap-service-sec.marketing {
    background: #fff;
}


section.sec-manuscipts.writing {
    border-radius: 18px;
    background: #191717;
}

.sec-manuscipts.writing .manuscript-inner .website-main-buttons button.popup-btn {
    background: #191717;
    color: #E1E6E9;
    animation: chatGlow 2s infinite;
}

.sec-manuscipts.writing .manuscript-inner .website-main-buttons a.call-btn {
    background: #FF642B;
    color: #E1E6E9;
    animation: discoveryGlow 2s infinite
}


.sec-manuscipts.writing .manuscripts-title .heading-one {
    color: #FFF;
}

.sec-manuscipts.writing .manuscripts-title p {
    color: #FFF;
}

.sec-manuscipts.writing .service-left .service-item .heading-four,
.sec-manuscipts.writing .service-right .service-item .heading-four {
    color: #FFF;
}


section.cta-main-wrap.about.edit.writing .website-main-buttons button.popup-btn {
    background: #FFF;
    color: #FF642B;
    animation: chatGlow 2s infinite;
}


.cta-main-wrap.about.edit.writing .website-main-buttons a.call-btn {
    background: #FF642B;
    color: #E1E6E9;
    animation: discoveryGlow 2s infinite;
}


section.customer-feedback-wrap-service-sec.writing {
    margin: 120px 20px 120px 20px;
    background: #ECECEC;
}

.cta-main-wrap.about.edit.writing.publishing {
    background: #FF642B;
    margin: 20px 20px 80px 20px;
}

.cta-main-wrap.about.edit.writing.publishing .website-main-buttons button.popup-btn {
    background: #FFF;
    color: #FF642B;
    animation: discoveryGlow 2s infinite;
}

.cta-main-wrap.about.edit.writing.publishing .website-main-buttons a.call-btn {
    background: #1B1B1B;
    color: #FFF;
    animation: chatGlow 2s infinite;
}

/*Footer Css Start Here*/
footer.footer-main-sec {
    position: relative;
    margin: 20px 20px 12px 25px;
    background: #191717;
    border-radius: 18px;
}

.footer-main-sec .footer-top {
    padding: 77px 0 120px;
    background: #191717;
    border-radius: 18px;
    margin: 0 140px 0 140px;
}

.footer-main-sec .footer-top::before {
    position: absolute;
    height: 0px;
    top: 25%;
    left: 8%;
    bottom: 0;
    right: 7%;
    content: "";
    z-index: 0;
    border-top: 1px solid #ff642b;
}

.footer-logo-area .footer-logo {
    width: 250px;
    margin: 0 0 80px;
}

.footer-logo-area p {
    color: #FFF;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    width: 75%;
}

.footer-top .footer-links-area {
    margin: 15px 10px 20px 0;
}

.footer-links-area .heading-three {
    color: #fff;
    margin: 0 0 80px;
}

.footer-links-area ul.footer-nav-links li {
    margin: 0 0 10px;
}

.footer-links-area ul.footer-nav-links a {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    display: block;
    text-transform: capitalize;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #FF642B 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition: all .3s ease-in-out;
    font-family: "Rubik", sans-serif;
    margin: 0 0 40px;
}

.footer-links-area ul.footer-nav-links a:hover {
    transition: all 0.9s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
}

.footer-top .footer-disclaimer-area p {
    color: #B4B4B4;
}

.footer-top .footer-links-area .contact-box-main .contact-box-content a,
.footer-top .footer-links-area .contact-box-main .contact-box-content p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    display: block;
    text-transform: capitalize;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #FF642B 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition: all .3s ease-in-out;
    font-family: "Rubik", sans-serif;
    margin: 20px 0 25px;
}

.footer-top .footer-links-area .contact-box-main .contact-box-content a:hover,
.footer-top .footer-links-area .contact-box-main .contact-box-content p:hover {
    transition: all 0.9s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
}



.footer-top .footer-disclaimer-area p span {
    color: #FD5240;
}

.footer-main-sec .footer-bottom {
    padding: 30px 36px;
    border-top: 1px solid #FF642B;
    margin: 0 140px 0 140px;
}

.footer-bottom .footer-copyright {
    display: flex;
    align-items: center;
}

.footer-copyright p {
    margin: 0;
    color: #FFF;
    font-size: 20px;
}

ul.footer-nav-links {
    margin: 50px 0 0 0;
}


ul.footer-social-list {
    display: flex;
}

ul.footer-social-list li a {
    background: #FCC127;
    color: #212121;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    margin: 0 5px 0 0;
    display: block;
    position: relative;
    transition: all .5s ease-in-out;
    background: linear-gradient(to right, #FDFDFE 50%, #FCC127 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

ul.footer-social-list li a:hover {
    background-position: left bottom;
}

ul.footer-social-list li a img {
    padding: 8px;
    margin: -5px 0 0 0;
}

.footer-links {
    display: flex;
    justify-content: end;
    align-items: center;
}

.footer-copyright-links ul.footer-links li a {
    color: #fff;
    font-size: 20px;
    font-family: "Rubik", sans-serif;
}

.footer-copyright-links ul.footer-links li a:hover {
    color: #f66224;
}

.footer-copyright-links ul.footer-links li {
    padding: 0 10px;
    margin: 0;
}


.footer-copyright-links ul.footer-links li:first-child {
    border-right: 2px Solid #fff;
}



#staticBackdrop .modal-dialog {
    max-width: 550px !important;
    margin: 150px auto 0;
}

#staticBackdrop .modal-content {
    background: transparent;
    border-radius: 0px;
    border: none;
    position: relative;
    z-index: 1;
}

#staticBackdrop .modal-content .btn-close {
    position: absolute;
    right: -10px;
    margin: 0 auto;
    top: -5px;
    background: #FD5240;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: #fff;
    border-radius: 100%;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    z-index: 4;
    opacity: 1;
}

#staticBackdrop .modal-content .btn-close i {
    color: #fff;
    font-weight: 600;
}

#staticBackdrop .modal-header {
    padding: 0px;
    border-bottom: none;
}

#staticBackdrop .modal-body {
    padding: 0;
}

#staticBackdrop .modal-body .modal-body-form {
    border-radius: 25px;
    background: #FF642B;
    padding: 30px 30px;
    text-align: center;
}

.modal-body-form h3 {
    font-size: 40px;
    line-height: 42px;
    color: #fff;
    margin: 0 0 20px;
}

.modal-body-form h3 span {
    font-weight: 600;
    color: #191717;
}


.modal-body-form .popup-form-list .form-group {
    width: 100%;
    margin: 0 0 10px;
}

.modal-body-form .popup-form-list .form-group.form-group-last {
    margin: 0;
}

.modal-body-form .popup-form-list .form-group input {
    background: #fff;
    color: #141414;
    font-size: 16px;
    width: 100%;
    border: none;
    border-radius: 0px;
    outline: none;
    padding: 15px 20px;
}

.modal-body-form .popup-form-list .form-group input::placeholder {
    color: #b2b2b2;
}

.modal-body-form .popup-form-list .form-group textarea {
    background: #fff;
    color: #141414;
    font-size: 16px;
    width: 100%;
    height: 120px;
    border: none;
    border-radius: 0px;
    resize: none;
    outline: none;
    padding: 10px 20px;
    box-shadow: none;
    font-family: "Playfair Display", serif;
}

.modal-body-form .popup-form-list .form-group textarea::placeholder {
    color: #b2b2b2;
}

.modal-body-form .popup-form-list .form-group button.submit-btn {
    background: #191717;
    color: #E1E6E9;
    font-size: 16px;
    font-weight: 600;
    width: 220px;
    height: 60px;
    border: 0;
    border-radius: 10px;
    padding: 5px 5px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    position: relative;
    font-family: "Rubik", sans-serif;

}

.modal-body-form .popup-form-list .form-group button.submit-btn:hover {
    background: #fff;
    color: #FD5240;
    border: 0;
}

.modal.show {
    padding-right: 0px !important;
}

section.terms-conditions-banner {
    padding: 175px 0 200px;

}

.terms-conditions-banner .terms-banner-content {
    text-align: center;
}


section.terms-privacy-wrap {
    padding: 30px 0;
    position: relative;
    margin: 20px 20px 12px 25px;
    border-radius: 18px;
    background: #ECECEC;
}

.terms-privacy-content .heading-two {
    color: #181223;
    margin: 0 0 20px;
}

.terms-privacy-content p {
    color: #181223;
    padding: 0;
}

.terms-privacy-content p strong {
    color: #ff6634;
}

.terms-privacy-content span {
    color: #181223;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 10px 0;
    display: block;
}

.terms-privacy-content .heading-four {
    color: #181223;
    margin: 0 0 15px;
}

.terms-privacy-content ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

.terms-privacy-content li {
    color: #181223;
    margin: 0 0 5px;
    list-style: disc;
}

.terms-privacy-content li::marker {
    color: #211930;
}

.terms-privacy-content a {
    color: #211930;
    transition: all .3s ease-in-out;
}

.terms-privacy-content a:hover {
    color: #ff6634;
}



section.thankyou-page-wrap {
    padding: 150px 0 100px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: #000;
}

.thankyou-page-wrap .thankyou-page-content {
    padding: 50px 50px;
    border-radius: 20px;
    text-align: center;
}

.thankyou-page-content .heading-one {
    font-size: 100px;
    line-height: 100px;
    color: transparent;
    margin: 0 auto 30px;
    width: 75%;
    letter-spacing: 30px;
    position: relative;
    -webkit-text-stroke: 0.3vw #fff;
}

.thankyou-page-content .heading-one::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    color: #fff;
    margin: 0 auto 30px;
    border-right: 2px solid #000;
    -webkit-text-stroke: 0vw #080731;
    overflow: hidden;
    animation: animate 6s linear infinite;
}

@keyframes animate {

    0%,
    10%,
    100% {
        width: 0;
    }

    70%,
    90% {
        width: 100%;
    }
}

.thankyou-page-content a.back-home-btn {
    font-family: "Rubik", sans-serif;
    background: linear-gradient(to right, #FDFDFE 50%, #ff6634 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    border: 2px solid #ff6634;
    color: #fff;
    font-size: 20px;
    width: 210px;
    height: 52px;
    border-radius: 50px;
    padding: 8px 10px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.thankyou-page-content a.back-home-btn:hover {
    background-position: left bottom;
    color: #000;
}

section.terms-conditions-banner {
    padding: 175px 0 200px;

}

.terms-conditions-banner .terms-banner-content {
    text-align: center;
}

.terms-banner-content .heading-one {
    font-size: 100px;
    line-height: 100px;
    color: #FF642B;
    position: relative;
}

section.terms-privacy-wrap {
    padding: 30px 0;
    position: relative;
    margin: 20px 20px 12px 25px;
    border-radius: 18px;
    background: #ECECEC;
}

.terms-privacy-content .heading-two {
    color: #181223;
    margin: 0 0 20px;
}

.terms-privacy-content p {
    color: #181223;
    padding: 0;
}

.terms-privacy-content p strong {
    color: #FF642B;
}

.terms-privacy-content span {
    color: #181223;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 10px 0;
    display: block;
}

.terms-privacy-content .heading-four {
    color: #181223;
    margin: 0 0 15px;
}

.terms-privacy-content ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

.terms-privacy-content li {
    color: #181223;
    margin: 0 0 5px;
    list-style: disc;
}

.terms-privacy-content li::marker {
    color: #211930;
}

.terms-privacy-content a {
    color: #211930;
    transition: all .3s ease-in-out;
}

.terms-privacy-content a:hover {
    color: #FF642B;
}


.terms-conditions-banner .website-main-buttons button.popup-btn {
    background: #FF642B;
    color: #fff;
}

.terms-conditions-banner .website-main-buttons button.popup-btn:hover {
    transform: translateY(-7px);
    box-shadow: 20px 20px 60px #FF642B52, -20px -20px 60px #ffffff;
}

.terms-conditions-banner .website-main-buttons{
    justify-content: center;
}

.terms-conditions-banner .website-main-buttons a.call-btn {
    background: #191717;
    color: #E1E6E9;
}

.terms-conditions-banner .website-main-buttons a.call-btn:hover {
    transform: translateY(-7px);
    box-shadow: 20px 20px 60px #1917173b, -20px -20px 60px #ffffff;
}
.sec-new-release {
    position: relative;
    overflow: hidden;
    margin: 10px 20px 10px;
        /* border-radius: 2rem; */
    /* min-height: 100vh; */
}
.release-slider .owl-item {
    min-height: 100vh;
}
.release-slider .item {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.release-slider .item .py-ct {
    padding-top: 150px;
    padding-bottom: 150px;
}
.release-slider .item>figure {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 2rem;
    /* height: 100%; */
    display: block;
    /* min-height: 100vh; */
}
.release-slider .item>figure::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 10;
}
.release-slider .item>figure>.bg-img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    border-radius: 2rem;
}
.release-slider .item .content-over {
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.release-slider .item .content-over .desc h6 {
    color: #fff;
    font-size: clamp(24px,3.5vw,60px);
    text-transform: capitalize;
}
.release-slider .item .content-over .desc p {
    color: #fff;
    font-size: clamp(14px,3vw,18px);
    line-height: clamp(18px,3vw,24px);
    margin: 1rem 0;
}
.release-slider .item .content-over .desc .btn-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    margin-top: 2rem;
}
.release-slider .item .content-over .desc .btn-area .btn-buy {
    font-size: 16px;
    font-weight: 600;
    min-width: 150px;
    height: 45px;
    border: 0;
    border-radius: 10px;
    padding: 5px 5px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    position: relative;
    font-family: "Rubik", sans-serif;
    background: #FF642B;
    color: #fff;
    &:hover {
        background: #fff;
        color: #FF642B;
    }
}
.release-slider .item .content-over .desc .btn-area .btn-release {
    font-size: 16px;
    font-weight: 600;
    min-width: 200px;
    height: 45px;
    border: 0;
    border-radius: 10px;
    padding: 5px 5px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    position: relative;
    font-family: "Rubik", sans-serif;
    background: #191717;
    color: #E1E6E9;
        &:hover {
        background: #fff;
        color: #191717;
    }
}
.release-slider .item .content-over .desc .btn-area .btn-release>img {
    height: 25px;
    width: auto;
    max-width: 100%;
}
.release-slider .item .content-over .desc .btn-area .btn-release:hover>img {
    filter: invert(100%);
}
.release-slider .item .content-over figure img {
    height: clamp(350px,34vw,650px);
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}
.release-slider .owl-nav {
  margin: 0;
}
.release-slider .owl-nav .owl-prev,.release-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: 10px;
  background: #191717;
  height: clamp(30px,3vw,50px);
  width: clamp(30px,3vw,50px);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
      &:hover {
    background: transparent !important;
  }
}
.release-slider .owl-nav .owl-next {
  left: auto;
  right: 10px;
background: #191717;
}
.release-slider .owl-nav .owl-prev i,.release-slider .owl-nav .owl-next i {
    font-size: clamp(20px,2vw,40px);
  color: #cacac9;
    transition: all 0.3s ease-in-out;
    &:hover {
    color: #fff;
  }
}
.release-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.release-slider .owl-dots .owl-dot span {

}



@media only screen and (min-width: 1500px) and (max-width: 1799px) {

    html {
        overflow-x: hidden;
    }


    .heading-one {
        font-size: 60px !important;
        line-height: 68px !important;
    }

    .heading-two {
        font-size: 50px !important;
        line-height: 52px !important;
    }

    .heading-three {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .heading-four {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .heading-five {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .heading-six {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .heading-seven {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 16px !important;
        line-height: 23px !important;
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }




    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        font-size: 14px;
        margin: 0 5px 14px;
    }



    .main-header,
    .main-header-new {
        padding: 15px 0;
    }

    header nav.navbar,
    .main-header-new nav.navbar {
        padding: 20px 0 20px;
        margin: 0 25px !important;
    }

    .navbar-brand-new img,
    .navbar-brand img {
        width: 200px;
    }

    ul.navbar-nav li.nav-item {
        width: 700px;
        margin: 12px 12px;
    }

    .nav-link {
        font-size: 45px;
        padding: 20px 20px;
    }

    .navbar-toggler {
        width: 40px;
        height: 40px;

    }


    .navbar-toggler-icon {
        width: 15px;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        width: 15px;

    }

    .desktop_menu ul li a {
        margin: 0 1.5rem;
    }


    section.banner-main-sec {
        padding: 12rem 35px 2rem;
    }


    .banner-review-box {
        right: 0;
        margin: 5px 15px 20px 22px;
    }


    .banner-review-box.box-1 {
        width: 400px !important;
        margin: 5px 20px 20px 20px;
    }

    .banner-review-box.box-1 .review-box-img img,
    .banner-review-box .review-box-img img {
        width: 70px;
        height: 70px;
    }


    .banner-review-box .review-rating-area p {
        min-height: 70px;
        max-height: 70px;
    }

    .banner-review-box .review-rating-area {
        display: block;
    }

    .banner-review-box .review-rating-area img {
        width: 115px;
    }

    .banner-main-sec .banner-main-content .heading-one {
        font-size: 50px !important;
        line-height: 60px !important;
    }

    .banner-inner-img {
        top: 31% !important;
        right: 30%;
    }

    .banner-inner-img img {
        width: 80%;
    }


    section.banner-bottom-wrap {
        padding: 15px 0;
    }

    .banner-bottom-box img {
        width: 120px;
    }

    .cta-main-wrap .cta-inner-image::before {
        height: 306px;
        object-position: center;
        top: 1%;
        right: 0%;
        width: 350px;
    }

    .cta-main-wrap .cta-inner-image::after {

        height: 306px;
        object-position: center;
        border-radius: 0;
        top: 13%;
        right: 0%;
        width: 420px;

    }

    .cta-main-wrap .cta-main-content,
    .cta-main-wrap.about.edit .cta-main-content {
        margin: 30px 0px 15px 0px;
    }


    .cta-main-wrap .cta-main-content p,
    .cta-main-wrap.about.edit .cta-main-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .cta-main-wrap .cta-inner-image img {
        height: 505px;
        object-position: center;
    }


    .cta-inner-image,
    .cta-main-wrap.about.edit .cta-inner-image {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    section.our-portfolio-wrap {
        padding: 30px 0;
    }


    .our-portfolio-wrap .our-portfolio-head {
        margin: 0 0 30px;
    }

    .our-portfolio-buttons ul.nav-pills {
        flex-wrap: wrap;
    }

    .our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link {
        font-size: 15px;
        height: 50px;
        margin: 0 0 12px 0;
    }

    .portfolio-tabitem-books .portfolio-books-box {
        margin: 0 10px 20px;
    }

    .portfolio-inner-details {
        margin: 0 0 25px;
    }

    .portfolio-book-image img {
        max-height: 350px;
        min-height: 350px;
    }

    .portfolio-book-details::before {
        height: 350px;
    }

    .portfolio-book-details {
        text-align: center;
    }

    section.service-offer-wrap {
        padding: 30px 0;
    }

    .service-offer-box .offer-box-img {
        margin: 10px 0 20px;
    }

    .offer-box-content .heading-four {
        margin: 0 15px 0;
        font-size: 20px !important;
    }

    .offer-box-content p {
        min-height: 120px;
        max-height: 120px;
    }

    .service-offer-inner .service-offer-box {
        padding: 30px 30px;
        margin: 0 0 25px;
    }

    .service-left {
        text-align: left;
    }


    .service-offer-inner .service-offer-box .glowing-circle {
        animation: none !important;
        box-shadow: none;
    }


    section.unlock-story-wrap {
        padding: 15px 15px;
    }

    .unlock-story-wrap.about .unlock-story-inner {
        margin: 0;
    }



    section.customer-feedback-wrap-service-sec {
        padding: 46px 0;
    }


    .customer-feedback-wrap-service-sec .customer-feedback-head .heading-two {
        font-size: 50px;
        line-height: 58px;
    }


    .customer-feedback-wrap-service-sec .customer-feedback-inner .feedback-inner-head {
        margin: 0 0 20px;
    }


    .customer-feedback-wrap-service-sec .testimonials-serv-slider .feedback-slider-box {
        margin: 150px 0 0 0;

    }



    .customer-feedback-wrap-service-sec .feedback-box-content .heading-five {
        font-size: 20px;
    }


    .customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-prev {
        bottom: 0%;
    }

    .customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-next {
        right: 38%;
        bottom: 0%;
    }

    .customer-feedback-wrap-service-sec .feedback-slider-verify img {
        width: 30%;
    }


    .customer-feedback-wrap-service-sec .feedback-inner-head .feedback-inner-right {
        justify-content: center;
    }

    section.customer-feedback-wrap-service-sec.writing {
        margin: 120px 20px 25px 20px;
    }

    .customer-feedback-wrap-service-sec .feedback-box-thumb img {
        width: 60px;
        height: 60px;
    }

    .customer-feedback-wrap-service-sec .feedback-box-content p {
        font-size: 14px !important;
    }


    section.faqs-sec-wrap {
        padding: 30px 0;
    }

    .faqs-sec-wrap .faqs-sec-head {
        margin: 0 0 30px;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 20px;
        line-height: 28px;
    }

    .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
        font-size: 16px;
        line-height: 26px;
    }

    .faqs-sec-item .accordion .accordion-item {
        margin: 0 6px 10px;
    }

    /* .sec-inner-banner {
       padding: 120px 5px 0 0; 
    } */

    .about-main-sec {
        padding: 120px 5px 0 0;
    }

    .about-main-sec .banner-main-content {
        margin-left: 0;
    }

    .about-main-sec .banner-main-content .banner-review-slider {
        margin-top: 0;

    }

    .about-main-sec .banner-main-content p.para {
        font-size: 16px;
    }


    .about-main-sec .banner-main-content .banner-review-box {
        margin: 5px 17px 20px 40px;
    }

    .banner-main-content .banner-review-box .review-box-content img {
        display: none;
    }


    .banner-review-box .review-box-img-1 img {
        width: 49px;
        height: 50px;
    }

    .banner-review-box .review-box-img-1 {
        gap: 6px;
    }


    .about-main-sec.editing.marketing .banner-main-content p {
        font-size: 16px;
    }

    .about-main-sec.editing.writing .banner-main-content p {
        font-size: 16px;
    }


    .sec-manuscipts .manuscipt-innert-image .center-circle::before {
        width: 450px;
        height: 450px;
        top: 22% !important;
    }

    section.sec-manuscipts.marketing .manuscipt-innert-image .center-circle::before {
        top: 22% !important;
    }


    .sec-manuscipts .manuscripts-title p {
        font-size: 16px;
    }

    .sec-manuscipts .service-left .service-item .heading-four,
    .sec-manuscipts .service-right .service-item .heading-four {
        font-size: 20px !important;
    }

    .sec-manuscipts.marketing .manuscipt-innert-image img,
    .sec-manuscipts .manuscipt-innert-image img {
        width: 450px;
        height: 448px;
    }

    .sec-manuscipts .service-item {
        margin: 23px 0 40px 15px;
    }

    .service-right {
        text-align: left;
    }

    section.sec-manuscipts.marketing,
    section.sec-manuscipts {
        padding: 50px 0;
    }


    .main-contact-form .contact-box-main .contact-box-content p {
        font-size: 20px;
    }

    .main-contact-form .contact-box-main .contact-box-content a {
        font-size: 20px;
    }


    .contact-form-side .form-group button.submit-btn {
        width: 200px;
        margin: 32px 0 0 0;
    }

    .contact-inner-form {
        padding: 11px 12px 0 12px;
        background: transparent;
        justify-content: start;
    }

    .contact-inner-img {
        display: none;
    }


    .footer-main-sec .footer-top {
        margin: 0 10px 0 10px;
        padding: 40px 40px;
    }

    footer.footer-main-sec {
        margin: 20px 10px 12px 10px;
    }

    .footer-logo-area p {
        width: 100%;
        font-size: 16px;
    }

    .footer-logo-area .footer-logo {
        width: 190px;
        margin: 0 0 25px;
    }

    .footer-links-area ul.footer-nav-links a {
        margin: 0 0 15px;
        font-size: 16px;
    }

    .footer-links-area .heading-three {
        margin: 0;
    }

    .footer-top .footer-links-area .contact-box-main .contact-box-content a,
    .footer-top .footer-links-area .contact-box-main .contact-box-content p {
        margin: 7px 0 12px;
        font-size: 15px;
    }

    .footer-main-sec .footer-top::before {
        display: none;
    }

    .footer-copyright-links ul.footer-links li a {
        font-size: 16px;
    }

    .footer-main-sec .footer-bottom {
        margin: 0 8px 0 6px;
        padding: 8px 8px;
    }

    ul.footer-nav-links {
        margin: 30px 0 0 0;
    }

    .footer-copyright p {
        font-size: 16px;
        line-height: 28px;
    }

    .contact-box-content {
        justify-content: left;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
    }

    .contact-box-content img {
        margin: 0 15px 0 0;
    }

    .footer-top .footer-links-area {
        margin: 0;
    }

    .thankyou-page-content .heading-one{
        width: 50%;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {

    html {
        overflow-x: hidden;
    }


    .heading-one {
        font-size: 60px !important;
        line-height: 68px !important;
    }

    .heading-two {
        font-size: 50px !important;
        line-height: 52px !important;
    }

    .heading-three {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .heading-four {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .heading-five {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .heading-six {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .heading-seven {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 16px !important;
        line-height: 23px !important;
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }




    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        font-size: 14px;
        margin: 0 5px 14px;
    }



    .main-header,
    .main-header-new {
        padding: 15px 0;
    }

    header nav.navbar,
    .main-header-new nav.navbar {
        padding: 20px 0 20px;
        margin: 0 25px !important;
    }

    .navbar-brand-new img,
    .navbar-brand img {
        width: 200px;
    }

    ul.navbar-nav li.nav-item {
        width: 700px;
        margin: 12px 12px;
    }

    .nav-link {
        font-size: 45px;
        padding: 20px 20px;
    }

    .navbar-toggler {
        width: 40px;
        height: 40px;

    }


    .navbar-toggler-icon {
        width: 15px;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        width: 15px;

    }

    .desktop_menu ul li a {
        margin: 0 1rem;
            font-size: 18px;
    }

    .desktop_menu ul li .drp-main .drp-area {
        grid-template-columns: repeat(2, 1fr);
    }


    section.banner-main-sec {
        padding: 12rem 35px 2rem;
    }


    .banner-review-box {
        right: 0;
        margin: 5px 15px 20px 22px;
    }


    .banner-review-box.box-1 {
        width: 300px !important;
        margin: 5px 20px 20px 20px;
    }

    .banner-review-box.box-1 .review-box-img img,
    .banner-review-box .review-box-img img {
        width: 70px;
        height: 70px;
    }


    .banner-review-box .review-rating-area p {
        min-height: 70px;
        max-height: 70px;
    }

    .banner-review-box .review-rating-area {
        display: block;
    }

    .banner-review-box .review-rating-area img {
        width: 115px;
    }

    .banner-main-sec .banner-main-content .heading-one {
        font-size: 50px !important;
        line-height: 60px !important;
    }

    .banner-inner-img {
        top: 31% !important;
        right: 26%;
    }

    .banner-inner-img img {
        width: 80%;
    }


    section.banner-bottom-wrap {
        padding: 15px 0;
    }

    .banner-bottom-box img {
        width: 120px;
    }

    .cta-main-wrap .cta-inner-image::before {
        height: 306px;
        object-position: center;
        top: 1%;
        right: 0%;
        width: 350px;
    }

    .cta-main-wrap .cta-inner-image::after {

        height: 306px;
        object-position: center;
        border-radius: 0;
        top: 13%;
        right: 0%;
        width: 420px;

    }

    .cta-main-wrap .cta-main-content,
    .cta-main-wrap.about.edit .cta-main-content {
        margin: 30px 0px 15px 0px;
    }


    .cta-main-wrap .cta-main-content p,
    .cta-main-wrap.about.edit .cta-main-content p {
        font-size: 16px;
        line-height: 25px;
    }



    .cta-main-wrap .cta-inner-image img {
        height: 505px;
        object-position: center;
    }


    .cta-inner-image,
    .cta-main-wrap.about.edit .cta-inner-image {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    section.our-portfolio-wrap {
        padding: 30px 0;
    }


    .our-portfolio-wrap .our-portfolio-head {
        margin: 0 0 30px;
    }

    .our-portfolio-buttons ul.nav-pills {
        flex-wrap: wrap;
    }

    .our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link {
        font-size: 15px;
        height: 50px;
        margin: 0 0 12px 0;
    }

    .portfolio-tabitem-books .portfolio-books-box {
        margin: 0 10px 20px;
    }

    .portfolio-inner-details {
        margin: 0 0 25px;
    }

    .portfolio-book-image img {
        max-height: 350px;
        min-height: 350px;
    }

    .portfolio-book-details::before {
        height: 350px;
    }

    .portfolio-book-details {
        text-align: center;
    }

    section.service-offer-wrap {
        padding: 30px 0;
    }

    .service-offer-box .offer-box-img {
        margin: 10px 0 20px;
    }

    .offer-box-content .heading-four {
        margin: 0 15px 0;
        font-size: 20px !important;
    }

    .offer-box-content p {
        min-height: 120px;
        max-height: 120px;
    }

    .service-offer-inner .service-offer-box {
        padding: 30px 30px;
        margin: 0 0 25px;
    }

    .service-left {
        text-align: left;
    }


    .service-offer-inner .service-offer-box .glowing-circle {
        animation: none !important;
        box-shadow: none;
    }


    section.unlock-story-wrap {
        padding: 15px 15px;
    }

    .unlock-story-wrap.about .unlock-story-inner {
        margin: 0;
    }



    section.customer-feedback-wrap-service-sec {
        padding: 46px 0;
    }


    .customer-feedback-wrap-service-sec .customer-feedback-head .heading-two {
        font-size: 50px;
        line-height: 58px;
    }


    .customer-feedback-wrap-service-sec .customer-feedback-inner .feedback-inner-head {
        margin: 0 0 20px;
    }


    .customer-feedback-wrap-service-sec .testimonials-serv-slider .feedback-slider-box {
        margin: 150px 0 0 0;

    }



    .customer-feedback-wrap-service-sec .feedback-box-content .heading-five {
        font-size: 20px;
    }


    .customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-prev {
        bottom: 0%;
    }

    .customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-next {
        right: 38%;
        bottom: 0%;
    }

    .customer-feedback-wrap-service-sec .feedback-slider-verify img {
        width: 30%;
    }


    .customer-feedback-wrap-service-sec .feedback-inner-head .feedback-inner-right {
        justify-content: center;
    }

    section.customer-feedback-wrap-service-sec.writing {
        margin: 120px 20px 25px 20px;
    }

    .customer-feedback-wrap-service-sec .feedback-box-thumb img {
        width: 60px;
        height: 60px;
    }

    .customer-feedback-wrap-service-sec .feedback-box-content p {
        font-size: 14px !important;
    }


    section.faqs-sec-wrap {
        padding: 30px 0;
    }

    .faqs-sec-wrap .faqs-sec-head {
        margin: 0 0 30px;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 20px;
        line-height: 28px;
    }

    .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
        font-size: 16px;
        line-height: 26px;
    }

    .faqs-sec-item .accordion .accordion-item {
        margin: 0 6px 10px;
    }

    /* .sec-inner-banner {
      padding: 120px 5px 0 0;  
    } */

    .about-main-sec {
        padding: 120px 5px 0 0;
    }

    .about-main-sec .banner-main-content {
        margin-left: 0;
    }

    .about-main-sec .banner-main-content .banner-review-slider {
        margin-top: 0;

    }

    .about-main-sec .banner-main-content p.para {
        font-size: 16px;
    }


    .about-main-sec .banner-main-content .banner-review-box {
        margin: 5px 17px 20px 40px;
    }

    .banner-main-content .banner-review-box .review-box-content img {
        display: none;
    }


    .banner-review-box .review-box-img-1 img {
        width: 49px;
        height: 50px;
    }

    .banner-review-box .review-box-img-1 {
        gap: 6px;
    }


    .about-main-sec.editing.marketing .banner-main-content p {
        font-size: 16px;
    }

    .about-main-sec.editing.writing .banner-main-content p {
        font-size: 16px;
    }


    .sec-manuscipts .manuscipt-innert-image .center-circle::before {
        width: 450px;
        height: 450px;
        top: 22% !important;
    }

    section.sec-manuscipts.marketing .manuscipt-innert-image .center-circle::before {
        top: 22% !important;
    }


    .sec-manuscipts .manuscripts-title p {
        font-size: 16px;
    }

    .sec-manuscipts .service-left .service-item .heading-four,
    .sec-manuscipts .service-right .service-item .heading-four {
        font-size: 20px !important;
    }

    .sec-manuscipts.marketing .manuscipt-innert-image img,
    .sec-manuscipts .manuscipt-innert-image img {
        width: 450px;
        height: 448px;
    }

    .sec-manuscipts .service-item {
        margin: 23px 0 40px 15px;
    }

    .service-right {
        text-align: left;
    }

    section.sec-manuscipts.marketing,
    section.sec-manuscipts {
        padding: 50px 0;
    }


    .main-contact-form .contact-box-main .contact-box-content p {
        font-size: 20px;
    }

    .main-contact-form .contact-box-main .contact-box-content a {
        font-size: 20px;
    }


    .contact-form-side .form-group button.submit-btn {
        width: 200px;
        margin: 32px 0 0 0;
    }

    .contact-inner-form {
        padding: 11px 12px 0 12px;
        background: transparent;
        justify-content: start;
    }

    .contact-inner-img {
        display: none;
    }


    .footer-main-sec .footer-top {
        margin: 0 10px 0 10px;
        padding: 40px 40px;
    }

    footer.footer-main-sec {
        margin: 20px 10px 12px 10px;
    }

    .footer-logo-area p {
        width: 100%;
        font-size: 16px;
    }

    .footer-logo-area .footer-logo {
        width: 190px;
        margin: 0 0 25px;
    }

    .footer-links-area ul.footer-nav-links a {
        margin: 0 0 15px;
        font-size: 16px;
    }

    .footer-links-area .heading-three {
        margin: 0;
    }

    .footer-top .footer-links-area .contact-box-main .contact-box-content a,
    .footer-top .footer-links-area .contact-box-main .contact-box-content p {
        margin: 7px 0 12px;
        font-size: 15px;
    }

    .footer-main-sec .footer-top::before {
        display: none;
    }

    .footer-copyright-links ul.footer-links li a {
        font-size: 16px;
    }

    .footer-main-sec .footer-bottom {
        margin: 0 8px 0 6px;
        padding: 8px 8px;
    }

    ul.footer-nav-links {
        margin: 30px 0 0 0;
    }

    .footer-copyright p {
        font-size: 16px;
        line-height: 28px;
    }

    .contact-box-content {
        justify-content: left;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
    }

    .contact-box-content img {
        margin: 0 15px 0 0;
    }

    .footer-top .footer-links-area {
        margin: 0;
    }

    .thankyou-page-content .heading-one{
        width: 50%;
    }



}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    html {
        overflow-x: hidden;
    }


    .heading-one {
        font-size: 60px !important;
        line-height: 68px !important;
    }

    .heading-two {
        font-size: 50px !important;
        line-height: 52px !important;
    }

    .heading-three {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .heading-four {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .heading-five {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .heading-six {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .heading-seven {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 16px !important;
        line-height: 23px !important;
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }



    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        font-size: 14px;
        margin: 0 5px 14px;
    }

    .main-header,
    .main-header-new {
        padding: 15px 0;
    }

    header nav.navbar,
    .main-header-new nav.navbar {
        padding: 20px 0 20px;
        margin: 0 25px !important;
    }

    .navbar-brand-new img,
    .navbar-brand img {
        width: 200px;
    }

    ul.navbar-nav li.nav-item {
        width: 700px;
        margin: 12px 12px;
    }

    .nav-link {
        font-size: 45px;
        padding: 20px 20px;
    }

    .navbar-toggler {
        width: 40px;
        height: 40px;

    }


    .navbar-toggler-icon {
        width: 15px;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        width: 15px;

    }


    section.banner-main-sec {
        padding: 12px 12px;
    }

    .banner-review-box {
        right: 0;
    }


    .banner-review-box.box-1 {
        right: 0;
        width: 300px !important;
    }

    .banner-review-box.box-1 .review-box-img img,
    .banner-review-box .review-box-img img {
        width: 70px;
        height: 70px;
    }

    .banner-review-box .review-rating-area p {
        min-height: 70px;
        max-height: 70px;
    }

    .banner-review-box .review-rating-area {
        display: block;
    }

    .banner-review-box .review-rating-area img {
        width: 115px;
    }

    .banner-main-sec .banner-main-content {
        margin: 80px 0 0 0;
    }

    .banner-inner-img {
        top: 60% !important;
    }

    .banner-main-img {
        margin: 90px 0 0 0;
    }

    section.banner-bottom-wrap {
        padding: 15px 0;
    }

    .banner-bottom-box img {
        width: 120px;
    }


    .cta-main-wrap .cta-inner-image::before {
        height: 306px;
        object-position: center;
        top: 1%;
        right: 0%;
        width: 350px;
    }

    .cta-main-wrap .cta-inner-image::after {

        height: 306px;
        object-position: center;
        border-radius: 0;
        top: 13%;
        right: 0%;
        width: 420px;

    }

    .cta-main-wrap .cta-main-content,
    .cta-main-wrap.about.edit .cta-main-content {
        margin: 30px 0px 15px 0px;
    }


    .cta-main-wrap .cta-main-content p,
    .cta-main-wrap.about.edit .cta-main-content p {
        font-size: 16px;
        line-height: 25px;
    }



    .cta-main-wrap .cta-inner-image img {
        object-position: center;
        object-fit: scale-down;
    }


    .cta-inner-image,
    .cta-main-wrap.about.edit .cta-inner-image {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }


    section.our-portfolio-wrap {
        padding: 30px 0;
    }


    .our-portfolio-wrap .our-portfolio-head {
        margin: 0 0 30px;
    }

    .our-portfolio-buttons ul.nav-pills {
        flex-wrap: wrap;
    }

    .our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link {
        font-size: 15px;
        height: 50px;
        margin: 0 0 12px 0;
    }

    .portfolio-tabitem-books .portfolio-books-box {
        margin: 0 10px 20px;
    }

    .portfolio-inner-details {
        margin: 0 0 25px;
    }

    .portfolio-book-image img {
        max-height: 350px;
        min-height: 350px;
    }

    .portfolio-book-details::before {
        height: 350px;
    }

    .portfolio-book-details {
        text-align: center;
    }



    section.terms-conditions-banner {
        padding: 100px 0;
    }


    .terms-banner-content .heading-one {
        font-size: 70px;
    }



    section.service-offer-wrap {
        padding: 30px 0;
    }

    .service-offer-inner .service-offer-box {
        padding: 30px 30px;
        margin: 0 0 25px;
        min-height: 250px;
        max-height: 250px;
    }



    .service-left {
        text-align: left;
    }


    .service-offer-inner .service-offer-box .glowing-circle {
        animation: none !important;
        box-shadow: none;
    }



    section.unlock-story-wrap {
        padding: 15px 15px;
    }

    .unlock-story-wrap.about .unlock-story-inner {
        margin: 0;
    }



    section.customer-feedback-wrap-service-sec {
        padding: 46px 0;
    }


    .customer-feedback-wrap-service-sec .customer-feedback-head .heading-two {
        font-size: 50px;
        line-height: 58px;
    }


    .customer-feedback-wrap-service-sec .customer-feedback-inner .feedback-inner-head {
        margin: 0 0 20px;
    }


    .customer-feedback-wrap-service-sec .testimonials-serv-slider .feedback-slider-box {
        margin: 150px 0 0 0;

    }



    .customer-feedback-wrap-service-sec .feedback-box-content .heading-five {
        font-size: 20px;
    }


    .customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-prev {
        bottom: 0%;
    }

    .customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-next {
        right: 38%;
        bottom: 0%;
    }

    .customer-feedback-wrap-service-sec .feedback-slider-verify img {
        width: 30%;
    }


    .customer-feedback-wrap-service-sec .feedback-inner-head .feedback-inner-right {
        justify-content: center;
    }

    section.customer-feedback-wrap-service-sec.writing {
        margin: 120px 20px 25px 20px;
    }

    .customer-feedback-wrap-service-sec .feedback-box-thumb img {
        width: 60px;
        height: 60px;
    }

    .customer-feedback-wrap-service-sec .feedback-box-content p {
        font-size: 14px !important;
    }


    section.faqs-sec-wrap {
        padding: 30px 0;
    }

    .faqs-sec-wrap .faqs-sec-head {
        margin: 0 0 30px;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 20px;
        line-height: 28px;
    }

    .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
        font-size: 16px;
        line-height: 26px;
    }

    .faqs-sec-item .accordion .accordion-item {
        margin: 0 6px 10px;
    }

    /* .sec-inner-banner {
       padding: 120px 5px 0 0; 
    } */

    .about-main-sec {
        padding: 120px 5px 0 0;
    }

    .about-main-sec .banner-main-content {
        margin-left: 0;
    }

    .about-main-sec .banner-main-content .banner-review-slider {
        margin-top: 0;

    }

    .about-main-sec .banner-main-content p.para {
        font-size: 16px;
    }


    .about-main-sec .banner-main-content .banner-review-box {
        margin: 5px 17px 20px 40px;
        width: 300px !important;
    }

    .banner-main-content .banner-review-box .review-box-content img {
        display: none;
    }


    .banner-review-box .review-box-img-1 img {
        width: 49px;
        height: 50px;
    }

    .banner-review-box .review-box-img-1 {
        gap: 6px;
    }


    .about-main-sec.editing.marketing .banner-main-content p {
        font-size: 16px;
    }

    .about-main-sec.editing.writing .banner-main-content p {
        font-size: 16px;
    }

    .sec-manuscipts .manuscipt-innert-image .center-circle::before {
        width: 450px;
        height: 450px;
        top: 22% !important;
    }

    section.sec-manuscipts.marketing .manuscipt-innert-image .center-circle::before {
        top: 22% !important;
    }


    .sec-manuscipts .manuscripts-title p {
        font-size: 16px;
    }

    .sec-manuscipts .service-left .service-item .heading-four,
    .sec-manuscipts .service-right .service-item .heading-four {
        font-size: 20px !important;
    }

    .sec-manuscipts.marketing .manuscipt-innert-image img,
    .sec-manuscipts .manuscipt-innert-image img {
        width: 450px;
        height: 448px;
    }

    .sec-manuscipts .service-item {
        margin: 23px 0 40px 15px;
    }

    .service-right {
        text-align: left;
    }

    section.sec-manuscipts.marketing,
    section.sec-manuscipts {
        padding: 50px 0;
    }

    .main-contact-form .contact-box-main .contact-box-content p {
        font-size: 20px;
    }

    .main-contact-form .contact-box-main .contact-box-content a {
        font-size: 20px;
    }


    .contact-form-side .form-group button.submit-btn {
        width: 200px;
        margin: 32px 0 0 0;
    }

    .contact-inner-form {
        padding: 11px 12px 0 12px;
        background: transparent;
        justify-content: start;
    }

    .contact-inner-img {
        display: none;
    }


    section.terms-conditions-banner {
        padding: 100px 0;
    }

    .terms-banner-content .heading-one {
        font-size: 70px;
    }


    .thankyou-page-content .heading-one {
        font-size: 100px !important;
        line-height: 110px !important;
        letter-spacing: 20px;
        width: 95%;
    }

    .thankyou-page-content .heading-one::before {
        width: 90%;
    }


    .footer-main-sec .footer-top {
        margin: 0 10px 0 10px;
        padding: 40px 40px;
    }

    footer.footer-main-sec {
        margin: 20px 10px 12px 10px;
    }

    .footer-logo-area p {
        width: 100%;
        font-size: 16px;
    }

    .footer-logo-area .footer-logo {
        width: 190px;
        margin: 0 0 25px;
    }

    .footer-links-area ul.footer-nav-links a {
        margin: 0 0 15px;
        font-size: 16px;
    }

    .footer-copyright-links ul.footer-links li a {
        font-size: 16px;
    }

    .footer-links-area .heading-three {
        margin: 0;
    }

    .footer-top .footer-links-area .contact-box-main .contact-box-content a,
    .footer-top .footer-links-area .contact-box-main .contact-box-content p {
        margin: 7px 0 12px;
        font-size: 15px;
    }

    .footer-main-sec .footer-top::before {
        display: none;
    }

    .footer-main-sec .footer-bottom {
        margin: 0 8px 0 6px;
        padding: 8px 8px;
    }

    ul.footer-nav-links {
        margin: 30px 0 0 0;
    }

    .footer-copyright p {
        font-size: 16px;
        line-height: 28px;
    }

    .contact-box-content {
        justify-content: left;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
    }

    .contact-box-content img {
        margin: 0 15px 0 0;
    }

    .footer-top .footer-links-area {
        margin: 0;
    }

    .desktop_menu {
        display: none;
    }

    .navbar-toggler {
        display: block;
    }

    .main-header .website-main-buttons button {
        display: none;
    }

    .navbar-toggler {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .navbar-toggler {
        display: block;
    }

    .main-header .website-main-buttons button {
        display: none;
    }

    html {
        overflow-x: hidden;
    }



    .heading-one {
        font-size: 42px !important;
        line-height: 48px !important;
    }

    .heading-two {
        font-size: 34px !important;
        line-height: 40px !important;
    }

    .heading-three {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .heading-four {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .heading-five {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .heading-six {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .heading-seven {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    p {
        font-size: 15px;
        line-height: 22px;
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }


    .website-main-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        font-size: 14px;
        margin: 0 5px 20px;
        width: 200px;
    }

    .main-header,
    .main-header-new {
        padding: 15px 0;
    }

    header nav.navbar,
    .main-header-new nav.navbar {
        padding: 20px 0 20px;
        margin: 0 25px !important;
    }

    .navbar-brand-new img,
    .navbar-brand img {
        width: 200px;
    }

    ul.navbar-nav li.nav-item {
        width: 700px;
        margin: 12px 12px;
    }

    .nav-link {
        font-size: 45px;
        padding: 20px 20px;
    }

    .navbar-toggler {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
    }


    .navbar-toggler-icon {
        width: 15px;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        width: 15px;

    }

    section.banner-main-sec {
        padding: 12px 12px;
    }


    .banner-review-box.box-1 {
        right: 0;
    }

    .banner-review-box.box-1 .review-box-img img,
    .banner-review-box .review-box-img img {
        width: 70px;
        height: 70px;
    }

    .banner-main-sec .banner-main-content {
        text-align: center;
    }


    .banner-main-sec .banner-main-content .heading-one {
        font-size: 42px;
    }


    .banner-review-box .review-rating-area p {
        min-height: 70px;
        max-height: 70px;
    }

    .banner-review-box .review-rating-area {
        display: block;
    }

    .banner-review-box .review-rating-area img {
        width: 115px;
    }

    .banner-inner-img {
        top: 35%;
        right: 12%;
        position: relative;
    }

    section.banner-bottom-wrap {
        padding: 15px 0;
    }

    .banner-bottom-box img {
        width: 120px;
    }

    .banner-main-img {
        margin: 80px 0 0 0;
    }


    section.terms-conditions-banner {
        padding: 100px 0;
    }

    .terms-banner-content .heading-one {
        font-size: 52px;
        line-height: 58px;
    }


    .terms-privacy-content span {
        font-size: 16px;
        line-height: 22px;
    }



    section.cta-main-wrap {
        padding: 30px 0 0 0;
    }


    .cta-main-wrap .cta-inner-image::before {
        height: 306px;
        object-position: center;
        border-radius: 0;
        top: 54%;
        right: 0%;
        width: 562px;
    }

    .cta-main-wrap .cta-inner-image::after {
        height: 306px;
        object-position: center;
        border-radius: 0;
        top: 59%;
        right: 0%;
        width: 630px;
    }

    .cta-main-wrap .cta-main-content,
    .cta-main-wrap.about.edit .cta-main-content {
        margin: 30px 0px 15px 0px;
        text-align: center;
        padding: 12px 12px;
    }


    .cta-main-wrap .cta-main-content p,
    .cta-main-wrap.about.edit .cta-main-content p {
        font-size: 16px;
        line-height: 25px;
    }



    .cta-main-wrap .cta-inner-image img {
        height: 300px;
        object-position: center;
        border-radius: 0;
    }

    .cta-main-wrap.about .cta-inner-image img,
    .cta-main-wrap.about.edit .cta-inner-image img {
        width: 300px;
        height: 300px;
        object-position: center;
        border-radius: 0;
    }

    .cta-inner-image,
    .cta-main-wrap.about.edit .cta-inner-image {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 40px 0 0 0;
    }



    .portfolio-main {
        display: block !important;
    }

    section.our-portfolio-wrap {
        padding: 30px 0;
    }


    .our-portfolio-wrap .our-portfolio-head {
        margin: 0 0 30px;
    }

    .our-portfolio-buttons ul.nav-pills {
        flex-wrap: wrap;
    }

    .our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link {
        font-size: 15px;
        height: 50px;
        margin: 0 0 12px 0;
    }

    .portfolio-tabitem-books .portfolio-books-box {
        margin: 0 10px 20px;
    }

    .portfolio-inner-details {
        margin: 0 0 25px;
    }

    .portfolio-book-image img {
        width: 350px;
        max-height: 350px;
        min-height: 350px;
    }

    .portfolio-book-details::before {
        height: 350px;
    }

    .portfolio-book-details {
        text-align: center;
    }


    section.service-offer-wrap {
        padding: 30px 0;
    }

    .service-offer-inner .service-offer-box {
        padding: 15px 15px;
        margin: 0 0 25px;
        min-height: 250px;
        max-height: 250px;
    }

    .offer-box-content .heading-four {
        margin: 0 15px 0;

    }


    .service-left {
        text-align: center;
    }


    .service-offer-inner .service-offer-box .glowing-circle {
        animation: none !important;
        box-shadow: none;
    }

    section.unlock-story-wrap {
        padding: 15px 15px;
    }


    .unlock-story-content {
        text-align: center;
    }

    .unlock-story-img img,
    .unlock-story-wrap.about .unlock-story-img img {
        width: 400px;
        height: 400px;
    }

    .unlock-story-wrap.about .unlock-story-inner {
        margin: 0;
    }



    section.customer-feedback-wrap-service-sec {
        padding: 46px 0;
    }


    .customer-feedback-wrap-service-sec .customer-feedback-head .heading-two {
        font-size: 34px;
        line-height: 40px;
    }


    .customer-feedback-wrap-service-sec .customer-feedback-inner .feedback-inner-head {
        margin: 0 0 20px;
        display: block;
    }

    .customer-feedback-wrap-service-sec .feedback-box-head .feedback-box-content {
        width: 100%;
        text-align: center;
    }

    .customer-feedback-wrap-service-sec .testimonials-serv-slider .feedback-slider-box {
        box-shadow: none;
        margin: 150px 0 0 0;
        padding: 30px 20px;
    }

    .customer-feedback-wrap-service-sec .feedback-box-head .feedback-box-thumb {
        position: absolute;
        top: -8%;
        right: 40%;
        background: #000;
        width: 55px;
        height: 55px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .customer-feedback-wrap-service-sec .feedback-box-thumb img {
        width: 40px;
        height: 40px;
        margin: 12px 0;
        object-fit: contain;
    }

    .customer-feedback-wrap-service-sec .feedback-box-content .heading-five {
        font-size: 20px;
    }

    .customer-feedback-wrap-service-sec .feedback-slider-box .feedback-box-head {
        display: block;

    }

    .customer-feedback-wrap-service-sec .feedback-box-content p {
        padding: 0 12px 0;
        min-height: 229px;
        max-height: 230px;
    }

    .customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-prev {
        bottom: 0%;
    }

    .customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-next {
        right: 38%;
        bottom: 0%;
    }

    .customer-feedback-wrap-service-sec .feedback-slider-verify img {
        width: 30%;
    }


    .customer-feedback-wrap-service-sec .feedback-inner-head .feedback-inner-right {
        justify-content: center;
    }

    section.customer-feedback-wrap-service-sec.writing {
        margin: 40px 20px 25px 20px;
    }

    section.terms-conditions-banner {
        padding: 100px 0;
    }

    .terms-banner-content .heading-one {
        font-size: 52px;
        line-height: 58px;
    }


    .terms-privacy-content span {
        font-size: 16px;
        line-height: 22px;
    }

    section.faqs-sec-wrap {
        padding: 30px 0;
    }

    .faqs-sec-wrap .faqs-sec-head {
        margin: 0 0 30px;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 20px;
        line-height: 28px;
    }

    .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
        font-size: 16px;
        line-height: 26px;
    }

    .faqs-sec-item .accordion .accordion-item {
        margin: 0 6px 10px;
    }

    /* .sec-inner-banner {
        padding: 120px 5px 0 0;
    } */

    .about-main-sec {
        padding: 120px 5px 0 0;
    }

    .about-main-sec .banner-main-content {
        margin-left: 0;
        text-align: center;
    }

    .about-main-sec .banner-main-content .banner-review-slider {
        margin-top: 0;

    }

    .about-main-sec .banner-main-content p.para {
        font-size: 16px;
    }


    .about-main-sec .banner-main-content .banner-review-box {
        margin: 0 17px 20px 15px;
        width: 315px !important;
    }

    .banner-review-box .review-box-img {
        gap: 10px;
    }

    .banner-main-content .banner-review-box .review-box-content img {
        display: none;
    }


    .banner-review-box .review-box-img-1 img {
        width: 49px;
        height: 50px;
    }

    .banner-review-box .review-box-img-1 {
        gap: 6px;
    }


    .about-main-sec.editing.marketing .banner-main-content p {
        font-size: 16px;
    }

    .about-main-sec.editing.writing .banner-main-content p {
        font-size: 16px;
    }


    .sec-manuscipts .manuscipt-innert-image .center-circle::before {
        width: 450px;
        height: 450px;
        top: 35% !important;
    }

    section.sec-manuscipts.marketing .manuscipt-innert-image .center-circle::before {
        top: 35% !important;
    }


    .sec-manuscipts .manuscripts-title p {
        font-size: 16px;
    }

    .sec-manuscipts .service-left .service-item .heading-four,
    .sec-manuscipts .service-right .service-item .heading-four {
        font-size: 20px !important;
    }

    .sec-manuscipts.marketing .manuscipt-innert-image img,
    .sec-manuscipts .manuscipt-innert-image img {
        width: 450px;
        height: 448px;
    }

    .sec-manuscipts .service-item {
        margin: 23px 0 40px 15px;
    }

    .service-right {
        text-align: center;
    }

    section.sec-manuscipts.marketing,
    section.sec-manuscipts {
        padding: 50px 0;
    }


    .contact-main-details {
        margin: 0;
        text-align: center;
    }


    .main-contact-form .contact-box-main .contact-box-content p {
        font-size: 20px;
    }

    .main-contact-form .contact-box-main .contact-box-content p br {
        display: none;
    }

    .main-contact-form .contact-box-main .contact-box-content a {
        font-size: 20px;
    }


    .contact-form-side .form-group button.submit-btn {
        width: 200px;
        margin: 32px 0 0 0;
    }

    .contact-inner-form {
        padding: 11px 12px 0 12px;
        background: transparent;
        justify-content: start;
    }

    .contact-inner-img {
        display: none;
    }

    .thankyou-page-wrap::before {
        width: 300px;
        height: 300px;
    }

    .thankyou-page-wrap::after {
        width: 300px;
        height: 300px;
    }

    .thankyou-page-content .heading-one {
        font-size: 75px !important;
        line-height: 75px !important;
        letter-spacing: 20px;
        width: 100%;
    }

    .thankyou-page-content .heading-one::before {
        width: 100%;
    }

    .thankyou-page-content a.back-home-btn {
        font-size: 16px;
    }

    .footer-main-sec .footer-top {
        margin: 0 10px 0 10px;
        padding: 30px 0 10px;
    }

    footer.footer-main-sec {
        margin: 20px 10px 12px 10px;
    }

    .footer-logo-area p {
        width: 100%;
        font-size: 16px;
    }

    .footer-logo-area .footer-logo {
        width: 190px;
        margin: 0 0 25px;
    }

    .footer-links-area ul.footer-nav-links a {
        margin: 0 0 15px;
        font-size: 17px;


    }

    .footer-links-area .heading-three {
        margin: 0;
    }

    .footer-top .footer-links-area .contact-box-main .contact-box-content a,
    .footer-top .footer-links-area .contact-box-main .contact-box-content p {
        margin: 7px 0 12px;
        font-size: 15px;
    }

    .footer-main-sec .footer-top::before {
        display: none;
    }

    .footer-copyright-links ul.footer-links li a {
        font-size: 16px;
    }

    .footer-main-sec .footer-bottom {
        margin: 0 8px 0 6px;
        padding: 8px 8px;
    }

    ul.footer-nav-links {
        margin: 30px 0 0 0;
    }

    .footer-copyright p {
        font-size: 16px;
        line-height: 28px;
    }

    .contact-box-content {
        justify-content: left;
    }



    .contact-box-content img {
        margin: 0 15px 0 0;
    }


    .desktop_menu {
        display: none;
    }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {


    html {
        overflow-x: hidden;
    }

    .navbar-toggler {
        display: block;
    }

    .main-header .website-main-buttons button {
        display: none;
    }

    .navbar-toggler {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
    }

    .heading-one {
        font-size: 42px !important;
        line-height: 48px !important;
    }

    .heading-two {
        font-size: 34px !important;
        line-height: 40px !important;
    }

    .heading-three {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .heading-four {
        font-size: 23px !important;
        line-height: 28px !important;
    }

    .heading-five {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .heading-six {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .heading-seven {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    p {
        font-size: 15px;
        line-height: 22px;
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }


    .website-main-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        font-size: 14px;
        margin: 0 5px 20px;
        width: 200px;
    }



    .main-header,
    .main-header-new {
        padding: 15px 0;
    }

    header nav.navbar,
    .main-header-new nav.navbar {
        padding: 20px 0 20px;
        margin: 0 25px !important;
    }

    .navbar-brand-new img,
    .navbar-brand img {
        width: 200px;
    }

    ul.navbar-nav li.nav-item {
        width: 530px;
        margin: 12px 12px;
    }

    .nav-link {
        font-size: 35px;
        padding: 15px 15px;
    }

    .navbar-toggler {
        width: 40px;
        height: 40px;

    }


    .navbar-toggler-icon {
        width: 15px;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        width: 15px;

    }



    section.banner-main-sec {
        padding: 12px 12px;
    }


    .banner-review-box.box-1 {
        right: 0;
        width: 450px !important;
    }

    .banner-review-box.box-1 .review-box-img img,
    .banner-review-box .review-box-img img {
        width: 70px;
        height: 70px;
    }

    .banner-main-sec .banner-main-content {
        text-align: center;
    }


    .banner-main-sec .banner-main-content .heading-one {
        font-size: 42px;
    }


    .banner-review-box .review-rating-area p {
        min-height: 70px;
        max-height: 70px;
    }

    .banner-review-box .review-rating-area {
        display: block;
    }

    .banner-review-box .review-rating-area img {
        width: 115px;
    }

    .banner-main-content .banner-review-slider {
        /* margin-top: 70%; */
    }

    .banner-main-content .banner-review-slider:nth-child(4) {
        margin-top: 5% !important;
    }

    .banner-inner-img {
        top: 45%;
        right: 13%;
    }

    .banner-main-img {
        margin: 80px 0 0 0;
    }



    section.banner-bottom-wrap {
        padding: 15px 0;
    }

    .banner-bottom-box img {
        width: 120px;
    }

    section.terms-conditions-banner {
        padding: 100px 0;
    }

    .terms-banner-content .heading-one {
        font-size: 42px;
        line-height: 48px;
    }


    .terms-privacy-content span {
        font-size: 16px;
        line-height: 22px;
    }



    section.cta-main-wrap {
        padding: 30px 0 0 0;
    }

    .cta-main-wrap .cta-inner-image::after,
    .cta-main-wrap .cta-inner-image::before {
        display: none;
    }

    .cta-main-wrap .cta-main-content,
    .cta-main-wrap.about.edit .cta-main-content {
        margin: 30px 0px 15px 0px;
        text-align: center;
        padding: 12px 12px;
    }


    .cta-main-wrap .cta-main-content p,
    .cta-main-wrap.about.edit .cta-main-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .cta-inner-logos {
        display: none;
    }

    .cta-main-wrap .cta-inner-image img {
        height: 300px;
        object-position: center;
        border-radius: 0;
    }

    .cta-main-wrap.about .cta-inner-image img,
    .cta-main-wrap.about.edit .cta-inner-image img {
        width: 300px;
        height: 300px;
        object-position: center;
        border-radius: 0;
    }

    .cta-inner-image,
    .cta-main-wrap.about.edit .cta-inner-image {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .portfolio-main {
        display: block !important;
    }


    section.our-portfolio-wrap {
        padding: 30px 0;
    }


    .our-portfolio-wrap .our-portfolio-head {
        margin: 0 0 30px;
    }

    .our-portfolio-buttons ul.nav-pills {
        flex-wrap: wrap;
    }

    .our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link {
        font-size: 15px;
        height: 50px;
        margin: 0 0 12px 0;
    }

    .portfolio-tabitem-books .portfolio-books-box {
        margin: 0 10px 20px;
    }

    .portfolio-inner-details {
        margin: 0 0 25px;
    }

    .portfolio-book-image img {
        width: 350px;
        max-height: 350px;
        min-height: 350px;
    }

    .portfolio-book-details::before {
        height: 350px;
    }

    .portfolio-book-details {
        text-align: center;
    }

    .thankyou-page-wrap::before {
        width: 300px;
        height: 300px;
    }

    .thankyou-page-wrap::after {
        width: 300px;
        height: 300px;
    }

    .thankyou-page-content .heading-one {
        font-size: 60px !important;
        line-height: 50px !important;
        letter-spacing: 10px;
        width: 100%;
    }

    .thankyou-page-content .heading-one::before {
        width: 100%;
    }

    .thankyou-page-content a.back-home-btn {
        font-size: 16px;
    }


    section.service-offer-wrap {
        padding: 30px 0;
    }

    .service-offer-inner .service-offer-box {
        padding: 15px 15px;
        margin: 0 0 25px;
        min-height: 200px;
        max-height: 200px;
    }

    .service-left {
        text-align: center;
    }


    .service-offer-inner .service-offer-box .glowing-circle {
        animation: none !important;
        box-shadow: none;
    }

    .offer-box-content .heading-four {
        margin: 0 0 0 15px;

    }


    section.unlock-story-wrap {
        padding: 15px 15px;
    }


    .unlock-story-content {
        text-align: center;
    }

    .unlock-story-img img,
    .unlock-story-wrap.about .unlock-story-img img {
        width: 400px;
        height: 400px;
    }

    .unlock-story-wrap.about .unlock-story-inner {
        margin: 0;
    }


    section.terms-conditions-banner {
        padding: 100px 0 50px;
    }

    .terms-banner-content .heading-one {
        font-size: 42px;
        line-height: 48px;
    }


    .terms-privacy-content span {
        font-size: 16px;
        line-height: 22px;
    }


    section.customer-feedback-wrap-service-sec {
        padding: 46px 0;
    }


    .customer-feedback-wrap-service-sec .customer-feedback-head .heading-two {
        font-size: 34px;
        line-height: 40px;
    }


    .customer-feedback-wrap-service-sec .customer-feedback-inner .feedback-inner-head {
        margin: 0 0 20px;
        display: block;
    }

    .customer-feedback-wrap-service-sec .feedback-box-head .feedback-box-content {
        width: 100%;
        text-align: center;
    }

    .customer-feedback-wrap-service-sec .testimonials-serv-slider .feedback-slider-box.slick-slide.slick-current.slick-active.slick-center {
        box-shadow: none;
        background: #efefef;
    }

    .customer-feedback-wrap-service-sec .testimonials-serv-slider .feedback-slider-box {
        transform: scaleY(1.1) scaleX(1.3) translateY(15px) !important;
        border-radius: 0;
        box-shadow: none;
    }

    .customer-feedback-wrap-service-sec .feedback-box-head .feedback-box-thumb {
        position: absolute;
        top: -8%;
        right: 44%;
        background: #000;
        width: 55px;
        height: 55px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .customer-feedback-wrap-service-sec .feedback-box-thumb img {
        width: 40px;
        height: 40px;
        margin: 12px 0;
        object-fit: contain;
    }

    .customer-feedback-wrap-service-sec .feedback-box-content .heading-five {
        font-size: 20px;
    }

    .customer-feedback-wrap-service-sec .feedback-slider-box .feedback-box-head {
        display: block;

    }

    .customer-feedback-wrap-service-sec .feedback-box-content p {
        padding: 0 12px 0;
    }

    .customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-prev {
        left: 15%;
    }

    .customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-next {
        right: 15%;
    }

    .customer-feedback-wrap-service-sec .feedback-slider-verify img {
        width: 20%;
    }


    .customer-feedback-wrap-service-sec .feedback-inner-head .feedback-inner-right {
        justify-content: center;
    }

    section.customer-feedback-wrap-service-sec.writing {
        margin: 120px 20px 25px 20px;
    }

    section.faqs-sec-wrap {
        padding: 30px 0;
    }

    .faqs-sec-wrap .faqs-sec-head {
        margin: 0 0 30px;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 20px;
        line-height: 28px;
    }

    .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
        font-size: 16px;
        line-height: 26px;
    }

    .faqs-sec-item .accordion .accordion-item {
        margin: 0 6px 10px;
    }

    /* .sec-inner-banner {
        padding: 120px 5px 0 0;
    } */

    .about-main-sec {
        padding: 120px 5px 0 0;
    }

    .about-main-sec .banner-main-content {
        margin-left: 0;
        text-align: center;
    }

    .about-main-sec .banner-main-content .banner-review-slider {
        margin-top: 0;

    }

    .about-main-sec .banner-main-content p.para {
        font-size: 16px;
    }


    .about-main-sec .banner-main-content .banner-review-box {
        margin: 5px 17px 20px 40px;
    }

    .banner-main-content .banner-review-box .review-box-content img {
        display: none;
    }


    .banner-review-box .review-box-img-1 img {
        width: 60px;
        height: 60px;
    }

    .banner-review-box .review-box-img-1 {
        gap: 6px;
    }


    .about-main-sec.editing.marketing .banner-main-content p {
        font-size: 16px;
    }

    .about-main-sec.editing.writing .banner-main-content p {
        font-size: 16px;
    }


    .sec-manuscipts .manuscipt-innert-image .center-circle::before {
        width: 450px;
        height: 450px;
        top: 35% !important;
    }

    section.sec-manuscipts.marketing .manuscipt-innert-image .center-circle::before {
        top: 35% !important;
    }


    .sec-manuscipts .manuscripts-title p {
        font-size: 16px;
    }

    .sec-manuscipts .service-left .service-item .heading-four,
    .sec-manuscipts .service-right .service-item .heading-four {
        font-size: 20px !important;
    }

    .sec-manuscipts.marketing .manuscipt-innert-image img,
    .sec-manuscipts .manuscipt-innert-image img {
        width: 450px;
        height: 448px;
    }

    .sec-manuscipts .service-item {
        margin: 23px 0 40px 15px;
    }

    .service-right {
        text-align: center;
    }

    section.sec-manuscipts.marketing,
    section.sec-manuscipts {
        padding: 50px 0;
    }

    .contact-main-details {
        margin: 0;
        text-align: center;
    }


    .main-contact-form .contact-box-main .contact-box-content p {
        font-size: 20px;
    }

    .main-contact-form .contact-box-main .contact-box-content a {
        font-size: 20px;
    }


    .contact-form-side .form-group button.submit-btn {
        width: 200px;
        background: #191717;
        margin: 32px 0 0 0;
    }

    .contact-inner-form {
        padding: 11px 12px 0 12px;
        background: transparent;
    }

    .footer-main-sec .footer-top {
        margin: 0 10px 0 10px;
        padding: 30px 0 10px;
    }

    footer.footer-main-sec {
        margin: 20px 10px 12px 10px;
    }

    .footer-logo-area p {
        width: 100%;
        font-size: 16px;
    }

    .footer-logo-area .footer-logo {
        width: 190px;
        margin: 0 0 25px;
    }

    .footer-links-area ul.footer-nav-links a {
        margin: 0 0 15px;
        font-size: 17px;


    }

    .footer-links-area .heading-three {
        margin: 0;
    }

    .footer-top .footer-links-area .contact-box-main .contact-box-content a,
    .footer-top .footer-links-area .contact-box-main .contact-box-content p {
        margin: 7px 0 12px;
        font-size: 15px;
    }

    .footer-main-sec .footer-top::before {
        display: none;
    }

    .footer-main-sec .footer-bottom {
        margin: 0 8px 0 6px;
        padding: 8px 8px;
    }

    ul.footer-nav-links {
        margin: 30px 0 0 0;
    }

    .footer-copyright p {
        font-size: 16px;
        line-height: 28px;
    }

    .contact-box-content {
        justify-content: left;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
    }

    .contact-box-content img {
        margin: 0 15px 0 0;
    }

    #staticBackdrop .modal-dialog {
        max-width: 475px !important;
        margin: 100px auto 0;
    }

    #staticBackdrop .modal-content .btn-close {
        right: -17px;
        left: inherit;
        margin: 0;
        top: -5px;
    }

    .modal-body-form h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .modal-body-form .popup-form-list .form-group input {
        height: 50px;
    }

    .modal-body-form .popup-form-list .form-group textarea {
        height: 100px;
    }

    .modal-body-form .popup-form-list .form-group button.submit-btn {
        height: 50px;
    }

    .desktop_menu {
        display: none;
    }

    .footer-links {
        justify-content: left;
    }

    .footer-copyright-links ul.footer-links li {
        margin: 5px 0 12px;
    }

    .footer-copyright-links ul.footer-links li a {
        font-size: 16px;
    }

    .footer-copyright-links ul.footer-links li:first-child {
        border-right: none;
    }

}

@media only screen and (min-width: 300px) and (max-width: 575px) {

    html {
        overflow-x: hidden;
    }

    .navbar-toggler {
        display: block;
    }

    .main-header .website-main-buttons button {
        display: none;
    }

    .navbar-toggler {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
    }

    .heading-one {
        font-size: 35px !important;
        line-height: 42px !important;
    }

    .heading-two {
        font-size: 34px !important;
        line-height: 40px !important;
    }

    .heading-three {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .heading-four {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .heading-five {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .heading-six {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .heading-seven {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }


    .website-main-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        font-size: 14px;
        margin: 0 5px 20px;
        width: 200px;
    }

    .main-header,
    .main-header-new {
        padding: 15px 0;
    }

    header nav.navbar,
    .main-header-new nav.navbar {
        padding: 20px 0 20px;
        margin: 0 25px !important;
    }

    .navbar-brand-new img,
    .navbar-brand img {
        width: 170px;
    }

    ul.navbar-nav li.nav-item {
        width: 270px;
        margin: 15px 15px;
    }

    .nav-link {
        font-size: 25px;
        padding: 15px 15px;
    }

    .navbar-toggler {
        width: 40px;
        height: 40px;

    }


    .navbar-toggler-icon {
        width: 15px;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        width: 15px;

    }

    section.banner-main-sec {
        padding: 12px 0 12px 0;
    }



    .banner-review-box.box-1 {
        right: 0%;
        width: 250px !important;
        filter: none;
        padding: 15px 15px;
        margin: 5px 5px 20px 25px;
    }

    .banner-review-box.box-1 .review-box-img img,
    .banner-review-box .review-box-img img {
        width: 50px;
        height: 50px;

    }

    .banner-main-sec .banner-main-content {
        text-align: center;
    }


    .banner-main-sec .banner-main-content .heading-one {
        font-size: 42px;
    }


    .banner-review-box .review-rating-area p {
        min-height: 70px;
        max-height: 70px;
    }

    .banner-review-box .review-rating-area {
        display: block;
    }

    .banner-review-box .review-rating-area img {
        width: 115px;
    }

    .banner-main-content .banner-review-slider {
        /* margin-top: 70%; */
    }

    .banner-main-content .banner-review-slider:nth-child(4) {
        margin-top: 5% !important;
    }

    .banner-review-box .review-box-img {
        gap: 15px !important;
    }

    .banner-inner-img {
        top: 45%;
        right: 6%;
    }

    .banner-main-img {
        margin: 80px 0 0 0;
    }

    section.terms-conditions-banner {
        padding: 100px 0;
    }

    .terms-banner-content .heading-one {
        font-size: 42px;
        line-height: 48px;
    }


    .terms-privacy-content span {
        font-size: 16px;
        line-height: 22px;
    }


    section.banner-bottom-wrap {
        padding: 15px 0;
    }

    .banner-bottom-box img {
        width: 120px;
    }

    .thankyou-page-wrap::before {
        width: 200px;
        height: 200px;
    }

    .thankyou-page-wrap::after {
        width: 200px;
        height: 200px;
    }

    .thankyou-page-content .heading-one {
        font-size: 32px !important;
        line-height: 30px !important;
        letter-spacing: 5px;
        width: 100%;
    }

    .thankyou-page-content .heading-one::before {
        width: 100%;
    }

    .thankyou-page-content a.back-home-btn {
        font-size: 16px;
    }

    section.cta-main-wrap,
    section.cta-main-wrap.about {
        padding: 25px 0 0 0;
    }

    .cta-main-wrap .cta-inner-image::after,
    .cta-main-wrap .cta-inner-image::before {
        display: none;
    }

    .cta-main-wrap .cta-main-content,
    .cta-main-wrap.about.edit .cta-main-content {
        margin: 30px 0px 15px 0px;
        text-align: center;
        padding: 12px 12px;
    }


    .cta-main-wrap .cta-main-content p,
    .cta-main-wrap.about.edit .cta-main-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .cta-inner-logos {
        display: none;
    }

    .cta-main-wrap .cta-inner-image img,
    .cta-main-wrap.about .cta-inner-image img,
    .cta-main-wrap.about.edit .cta-inner-image img {
        width: 300px;
        height: 300px;
        object-position: center;
        border-radius: 0;

    }

    .cta-inner-image,
    .cta-main-wrap.about.edit .cta-inner-image {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .portfolio-main {
        display: block !important;
    }

    section.terms-conditions-banner {
        padding: 100px 0 30px;
    }

    .terms-banner-content .heading-one {
        font-size: 42px;
        line-height: 48px;
    }


    .terms-privacy-content span {
        font-size: 16px;
        line-height: 22px;
    }


    section.our-portfolio-wrap {
        padding: 30px 0;
    }


    .our-portfolio-wrap .our-portfolio-head {
        margin: 0 0 30px;
    }

    .our-portfolio-buttons ul.nav-pills {
        flex-wrap: wrap;
    }

    .our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link {
        font-size: 14px;
        height: 50px;
        margin: 0 0 12px 0;
    }

    .portfolio-tabitem-books .portfolio-books-box {
        margin: 0 10px 20px;
    }

    .portfolio-inner-details {
        margin: 0 0 25px;
    }

    .portfolio-book-image img {
        width: 250px;
        max-height: 250px;
        min-height: 250px;
    }

    .portfolio-book-details::before {
        height: 200px;
    }

    .portfolio-book-details {
        text-align: center;
    }

    section.service-offer-wrap {
        padding: 30px 0;
    }

    .service-offer-inner .service-offer-box {
        padding: 15px 15px;
        margin: 0 0 25px;
        min-height: 190px;
        max-height: 190px;
    }

    .offer-box-content p {
        min-height: 100px;
        max-height: 100px;
    }

    .service-offer-inner .service-offer-box .glowing-circle {
        display: none;
    }

    .offer-box-content .heading-four {
        margin: 0;
    }

    .service-offer-box .offer-box-img {
        margin: 10px 0 15px;
    }


    section.unlock-story-wrap {
        padding: 15px 15px;
    }


    .unlock-story-content {
        text-align: center;
    }

    .unlock-story-img img,
    .unlock-story-wrap.about .unlock-story-img img {
        width: 300px;
        height: 300px;
    }

    .unlock-story-wrap.about .unlock-story-inner {
        margin: 0;
    }


    section.customer-feedback-wrap-service-sec {
        padding: 46px 0;
    }


    .customer-feedback-wrap-service-sec .customer-feedback-head .heading-two {
        font-size: 34px;
        line-height: 40px;
    }


    .customer-feedback-wrap-service-sec .customer-feedback-inner .feedback-inner-head {
        margin: 0 0 20px;
        display: block;
    }

    .customer-feedback-wrap-service-sec .feedback-box-head .feedback-box-content {
        width: 100%;
        text-align: center;
    }

    .customer-feedback-wrap-service-sec .testimonials-serv-slider .feedback-slider-box {
        padding: 30px 12px;
        margin: 34px 15px;
        transform: scaleY(1.1) scaleX(1.3) translateY(39px) !important;
        border-radius: 0;
        box-shadow: none;
    }

    .customer-feedback-wrap-service-sec .testimonials-serv-slider .feedback-slider-box.slick-slide.slick-current.slick-active.slick-center {
        box-shadow: none;
    }

    .customer-feedback-wrap-service-sec .feedback-box-head .feedback-box-thumb {
        display: none;
    }


    .customer-feedback-wrap-service-sec .feedback-box-content .heading-five {
        font-size: 20px;
    }

    .customer-feedback-wrap-service-sec .feedback-slider-box .feedback-box-head {
        display: block;

    }

    .customer-feedback-wrap-service-sec .feedback-box-content p {
        padding: 0 12px 0;
    }

    .customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-prev {
        left: 15%;
    }

    .customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-next {
        right: 15%;
    }

    .customer-feedback-wrap-service-sec .feedback-slider-verify img {
        width: 40%;
        margin: 0 auto 12px;
    }


    .customer-feedback-wrap-service-sec .feedback-inner-head .feedback-inner-right {
        justify-content: center;
    }

    section.customer-feedback-wrap-service-sec.writing {
        margin: 70px 20px 25px 20px;
    }


    .customer-feedback-wrap-service-sec .feedback-slider-box .feedback-slider-verify {
        display: block;
    }


    .customer-feedback-wrap-service-sec .testimonials-serv-slider .slick-arrow {
        bottom: -6%;

    }


    section.faqs-sec-wrap {
        padding: 30px 0;
    }

    .faqs-sec-wrap .faqs-sec-head {
        margin: 0 0 30px;
    }

    .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
        font-size: 16px;
        line-height: 22px;
    }

    .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
        font-size: 14px;
        line-height: 20px;
    }

    .faqs-sec-item .accordion .accordion-item {
        margin: 0 6px 10px;
    }



    .about-main-sec {
        padding: 120px 5px 0 0;
        margin: 12px 9px 12px 9px;
    }

    .banner-review-box .review-box-img {
        gap: 5px;
    }


    .about-main-sec .banner-main-content {
        margin-left: 0;
        text-align: center;
    }

    .about-main-sec .banner-main-content .banner-review-slider {
        margin-top: 0;

    }

    .about-main-sec .banner-main-content p.para {
        font-size: 16px;
    }


    .about-main-sec .banner-main-content .banner-review-box {
        right: 0%;
        width: 250px !important;
        filter: none;
        padding: 25px 20px 22px 10px;
        margin: 5px 5px 20px 23px;
    }

    .banner-main-content .banner-review-box .review-box-content img {
        display: none;
    }


    .banner-review-box .review-box-img-1 img {
        width: 35px;
        height: 35px;
    }

    .banner-review-box .review-box-img-1 {
        gap: 9px;
    }


    .about-main-sec.editing.marketing .banner-main-content p {
        font-size: 16px;
    }

    .banner-review-box .review-box-content .heading-five {
        font-size: 15px !important;
    }

    .about-main-sec.editing.writing .banner-main-content p {
        font-size: 16px;
    }


    .about-main-sec.editing .banner-main-content p {
        font-size: 16px;
        line-height: 22px;
    }


    .sec-manuscipts .manuscipt-innert-image .center-circle::before {
        width: 250px;
        height: 250px;
        top: 40% !important;
    }

    section.sec-manuscipts.marketing .manuscipt-innert-image .center-circle::before {
        top: 40% !important;
    }


    .sec-manuscipts .manuscripts-title p {
        font-size: 16px;
    }

    .sec-manuscipts .service-left .service-item .heading-four,
    .sec-manuscipts .service-right .service-item .heading-four {
        font-size: 16px;
    }

    .sec-manuscipts.marketing .manuscipt-innert-image img,
    .sec-manuscipts .manuscipt-innert-image img {
        width: 250px;
        height: 250px;


    }

    .sec-manuscipts .service-item {
        margin: 0;
    }

    .service-right {
        text-align: left;
    }

    section.sec-manuscipts.marketing,
    section.sec-manuscipts {
        padding: 50px 0;
    }


    .contact-main-details {
        margin: 0;
        text-align: center;
    }

    .contact-info-details {
        text-align: center;
    }


    .main-contact-form .contact-box-main .contact-box-content p br {
        display: none;
    }

    .main-contact-form .contact-box-main .contact-box-content p {
        font-size: 16px;
        line-height: 27px;
    }

    .main-contact-form .contact-box-main .contact-box-content a {
        font-size: 16px;
    }

    .main-contact-form .contact-box-content img,
    .contact-inner-img img {
        display: none;
    }

    .contact-form-side .form-group button.submit-btn {
        width: 200px;
        background: #191717;
        margin: 32px 0 0 0;
    }

    .contact-inner-form {
        padding: 11px 12px 0 12px;
        background: #ff642b;
    }

    .contact-main-details p {
        font-size: 15px;
    }



    .footer-main-sec .footer-top {
        margin: 0 10px 0 10px;
        padding: 30px 0 10px;
    }

    footer.footer-main-sec {
        margin: 20px 10px 12px 10px;
    }

    .footer-logo-area p {
        width: 100%;
        font-size: 16px;
    }

    .footer-logo-area .footer-logo {
        margin: 0 auto 20px;
        width: 190px;
    }

    .footer-links-area ul.footer-nav-links a {
        margin: 0 0 15px;
        font-size: 17px;


    }

    .footer-links-area .heading-three {
        margin: 0;
    }

    .footer-top .footer-links-area .contact-box-main .contact-box-content a,
    .footer-top .footer-links-area .contact-box-main .contact-box-content p {
        margin: 7px 0 12px;
        font-size: 15px;
    }

    .footer-top .footer-links-area .contact-box-main .contact-box-content p br {
        display: none;
    }

    .footer-main-sec .footer-top::before {
        display: none;
    }

    .footer-main-sec .footer-bottom {
        margin: 0 8px 0 6px;
        padding: 8px 8px;
    }

    ul.footer-nav-links {
        margin: 30px 0 0 0;
    }

    .footer-copyright p {
        font-size: 16px;
        line-height: 28px;
    }


    .footer-bottom .footer-copyright {
        text-align: center;
    }

    .footer-logo-area,
    .footer-top .footer-links-area {
        text-align: center;
    }

    .contact-box-content {
        display: block;
    }

    .contact-box-content img {
        margin: 0 15px 0 0;
    }


    #staticBackdrop .modal-dialog {
        max-width: 100% !important;
        margin: 100px 20px 0;
    }

    #staticBackdrop .modal-content .btn-close {
        right: -17px;
        left: inherit;
        margin: 0;
        top: -5px;
    }

    .modal-body-form h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .modal-body-form .popup-form-list .form-group input {
        height: 50px;
    }

    .modal-body-form .popup-form-list .form-group textarea {
        height: 100px;
    }

    .modal-body-form .popup-form-list .form-group button.submit-btn {
        height: 50px;
    }

    .desktop_menu {
        display: none;
    }

    .footer-links {
        display: block;
    }

    .footer-copyright-links ul.footer-links li {
        text-align: center;
        margin: 5px 0 12px;
    }

    .footer-copyright-links ul.footer-links li a {
        font-size: 16px;
    }

    .footer-copyright-links ul.footer-links li:first-child {
        border-right: none;
    }

}