<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 320px) and (max-width: 767px) {
    .top-bar {
        display: block;
        padding: 5px;
        position: fixed;
        width: 100%;
        z-index: 11;
    }
    header.header-row {
        padding: 70px 0 20px;
    }
    header.header-row .row .col-sm-9 {
        width: 80%;
    }
    header.header-row .row .col-sm-2 {
        width: 20%;
    }
    .header-sec {
        flex-direction: column;
        text-align: center;
    }
    header.header-row .col-md-3 {
        width: 80%;
    }
    .header-sec img {
        width: 70%;
    }
    .header-sec ul {
        display: none;
    }
    .header-sec ul li {
        margin: 0 0 10px;
    }
    .header-sec ul li a img {
        width: auto;
        display: block;
        margin-bottom: 0;
    }
    .header-sec ul li a {
        font-size: 15px;
        display: flex;
    }
    nav.main-menu1.menu {
        display: block !important;
        opacity: 0;
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        height: 100%;
        z-index: 9999;
        background: #FA8520;
    }
    .menu-open nav .main-menu1.menu {
        transition-delay: 0.5s;
        opacity: 1;
    }
    .menu-open nav.main-menu1.menu {
        opacity: 1;
        transition-delay: 0.5s;
        opacity: 1;
        right: 0;
    }
    .menu-bottom.click {
        position: relative;
        top: -85px;
        right: -20px;
    }
    .menu-open nav.main-menu1.menu li {
        display: block;
        text-align: left;
    }
    .menu-open nav.main-menu1.menu li a {
        font-size: 16px;
        padding: 10px 40px;
        border-bottom: 1px solid;
    }
    .menu-open nav.main-menu1.menu li:last-child a {
        border: 0;
    }
    a.menu-bottom {
        display: block;
        width: 40px;
        height: 40px;
        padding: 5px;
        z-index: 999999;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 15px;
        top: 0;
    }
    .menu-bottom span {
        height: 3px;
        background: #000;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
        top: 9px;
    }
    .menu-bottom.click span:last-child {
        display: none;
    }
    .menu-bottom.click span:nth-child(2) {
        transform: rotate(315deg);
        top: 0;
    }
    .menu-bottom.click span {
        background: #fff;
        transform: rotate(45deg);
    }
    a.logo img {
        width: 90%;
    }
    header.header-row .col-md-2 {
        width: 80%;
    }
    header.header-row .col-md-12 {
        width: 20%;
    }
    header nav li.dropdown:after {
        right: 10px;
        top: 9px;
    }
    header nav li ul.sub-menu {
        width: 100%;
    }
    header nav li.dropdown:hover ul.sub-menu {
        display: block;
        position: relative;
    }
    section.banner-row {
        padding: 60px 0 66px;
        text-align: center;
    }
    .banner-sec h1 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .banner-sec p {
        margin: 0 auto 10px;
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }
    section.banner-row:before, section.banner-row:after {
        display: none;
    }
    .banner-sec ul li {
        width: 100%;
        text-align: left;
        font-size: 16px;
    }
    .banner-rgt {
        flex-direction: column;
    }
    .banner-rgt img.lft-img, .banner-rgt img.rgt-img {
        display: none;
    }
    .banner-rgt img {
        width: 100% !important;
        margin-top: 30px;
    }
    .banner-form {
        padding: 30px 20px;
        margin: 0;
    }
    .banner-form form {
        display: block;
    }
    .banner-form h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .banner-sec img {
        margin: 0;
    }
    .banner-form .form-group {
        margin-bottom: 10px;
    }
    .banner-form form input {
        width: 100%;
        margin-bottom: 0px !important;
        padding: 15px 20px;
    }
    .banner-form form button {
        width: 180px;
        padding: 10px;
        font-size: 16px;
    }
    div#staticBackdrop .btn-close {
        right: -5px;
        top: -5px;
    }
    .modal-body {
        padding: 20px 20px;
    }
    div#staticBackdrop h3.title {
        text-align: center;
        font-size: 30px;
    }
    button.w-btn {
        padding: 12px 30px;
        font-size: 16px;
    }
    section.publishing-row {
        padding: 50px 0;
        text-align: center;
    }
    section.publishing-row:before {
        display: none;
    }
    .w-head h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .publishing-head p {
        width: 100%;
    }
    .w-head p {
        font-size: 15px;
        line-height: 26px;
    }
    .publishing-head {
        margin-bottom: 30px;
    }
    .publishing-sec {
        padding: 40px 0px 0px;
        flex-direction: column;
        background-size: cover;
    }
    .publishing-sec .text {
        width: 90% !important;
    }
    section.publishing-row .col-xxl-3 .publishing-sec img {
        position: relative;
        bottom: 0 !important;
        width: 100% !important;
        height: 270px !important;
        left: 0 !important;
        right: 0 !important;
        object-fit: contain;
    }
    section.publishing-row .col-xxl-6 .publishing-sec {
        padding-left: 0 !important;
    }
    section.publishing-row .col-xxl-6:nth-child(2) .publishing-sec {
        padding-top: 40px;
    }
    .publishing-sec img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .publishing-sec h3 br {
        display: none;
    }
    section.cta-row {
        padding: 50px 0;
        text-align: center;
    }
    .cta-sec h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .cta-sec img {
        margin: 0;
    }
    .cta-sec {
        margin-bottom: 30px;
    }
    .cta-sec ul {
        text-align: center;
    }
    .cta-sec ul li {
        margin: 0 0 20px;
        display: block;
    }
    .cta-sec ul li a {
        font-size: 18px;
    }
    .cta-sec ul li.w-btn a {
        padding: 12px 30px;
        font-size: 16px;
        display: inline-block;
    }
    section.packages-row {
        padding: 50px 0 20px;
        text-align: center;
    }
    .packages-head p {
        width: 100%;
    }
    .packages-head {
        margin: 0;
    }
    .packages-sec {
        width: 85%;
        margin-top: 55px;
        padding: 30px 0 40px;
    }
    .packages-sec h2:before {
        height: 70px;
        background-size: cover;
        width: 15px;
        left: -14px;
    }
    .packages-sec h2 {
        font-size: 18px;
        padding: 8px 0;
        margin-bottom: 10px;
    }
    .packages-sec h2:after {
        height: 70px;
        background-size: cover;
        width: 15px;
        right: -14px;
    }
    .packages-sec h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 5px;
    }
    .packages-sec ul {
        padding: 10px 30px 20px 40px;
        text-align: left;
        min-height: 300px;
        max-height: 300px;
        margin-bottom: 20px;
    }
    .packages-sec p {
        font-size: 15px;
    }
    .packages-sec ul li {
        font-size: 15px;
    }
    .portfolio-head p {
        width: 100%;
    }
    .portfolio-main-sec ul {
        padding: 0;
    }
    .portfolio-main-sec ul li {
        width: 100%;
        font-size: 15px;
        margin: 0 4px 10px;
    }
    .portfolio-slider:before, .portfolio-slider:after {
        display: none;
    }
    .portfolio-slider img {
        height: 300px;
    }
    .portfolio-slider .slick-list {
        padding-bottom: 0 !important;
        padding-top: 20px !important;
    }
    section.portfolio-row {
        padding-bottom: 50px;
    }
    section.about-row {
        text-align: center;
        padding-bottom: 50px;
    }
    .about-sec button.w-btn2 {
        margin: 20px 0 40px;
        padding: 12px 84px;
    }
    .about-sec img {
        width: 100%;
    }
    section.logo-row .circle:before, section.logo-row .circle:after {
        display: none;
    }
    section.logo-row {
        padding-bottom: 50px;
    }
    .trust-sec h3 {
        font-size: 20px;
    }
    .trust-sec p {
        font-size: 16px;
        min-height: auto;
    }
    .trust-sec {
        text-align: center;
        margin-bottom: 30px;
    }
    .trust-sec img {
        margin-right: 60px;
    }
    section.trust-row {
        padding-bottom: 30px;
    }
    .book-head {
        margin-bottom: 30px;
    }
    .trust-head {
        margin-bottom: 30px;
    }
    .book-lft-sec img {
        margin-bottom: 30px;
    }
    .book-sec .heading-line:after {
        display: none;
    }
    .book-sec .heading-line {
        flex-direction: column;
    }
    .book-sec {
        text-align: center;
        padding: 0;
        margin-bottom: 20px;
    }
    .book-sec p {
        font-size: 15px;
    }
    .book-sec:before {
        display: none;
    }
    section.book-row {
        padding-bottom: 30px;
    }
    footer.footer-row {
        padding: 50px 0;
    }
    .footer-sec img {
        width: 80%;
        margin-bottom: 10px;
    }
    .footer-sec p {
        width: 100%;
        font-size: 15px;
        margin-bottom: 20px;
    }
    .footer-sec ul li {
        margin: 0 0 10px;
    }
    .footer-sec ul li a {
        font-size: 15px;
    }
    .footer-sec ul li a img {
        margin-right: 5px;
    }
    section.inner-banner-row {
        padding: 120px 0 50px;
    }
    .inner-banner-sec h1 {
        font-size: 30px;
        line-height: 35px;
    }
    section.terms-row {
        text-align: center;
        padding: 50px 0;
    }
    .terms-sec p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .terms-sec ul li {
        text-align: left;
        font-size: 15px;
        line-height: 26px;
    }
    .terms-sec h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .terms-sec ul {
        margin-bottom: 10px;
    }
    section.inner-page-banner-row {
        padding: 50px 0;
    }
    section.inner-page-banner-row .banner-sec h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    section.inner-page-banner-row .banner-sec p {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .mission-lft-sec img {
        width: 100%;
        margin-bottom: 30px;
    }
    .mission-tabs-sec ul#pills-tab .nav-link {
        margin: 0 5px;
        font-size: 25px;
    }
    .mission-tabs-sec {
        margin: 0;
    }
    section.mission-row {
        text-align: center;
    }
    .mission-tabs-sec ul#pills-tab {
        justify-content: center;
    }
    section.feature-row {
        padding: 50px 0;
    }
    .feature-sec ul li {
        width: 100%;
        padding: 0;
        font-size: 16px;
        line-height: 26px;
    }
    .feature-sec ul li img {
        position: relative;
        top: 0;
        display: block;
        margin: 0 auto 10px;
    }
    .feature-sec h2 {
        margin-bottom: 20px;
    }
    .feature-sec img {
        width: 100%;
    }
    section.services-row:before {
        display: none;
    }
    section.services-row {
        padding: 50px 0;
    }
    .services-head h2 {
        width: 100%;
    }
    .services-head {
        margin-bottom: 20px;
    }
    .services-head p {
        width: 100%;
    }
    section.services-row .container-fluid {
        padding: 0 12px;
    }
    .service-sec {
        flex-direction: column;
        padding: 30px 20px;
        text-align: center;
    }
    section.services-row .owl-item .service-sec img, section.services-row .owl-item.active .item .service-sec img {
        width: 100%;
        height: auto;
    }
    .service-sec .text, section.services-row .owl-item.active .item .service-sec .text {
        width: 100%;
        margin-bottom: 30px;
    }
    section.services-row .service-sec h3 {
        font-size: 30px;
        line-height: 40px;
    }
    section.services-row .service-sec p {
        font-size: 15px;
        margin: 0 auto 10px;
        line-height: 26px;
        width: 100%;
    }
    section.services-row .service-sec button.w-btn {
        margin: auto;
    }
    .service-sec:before {
        width: 100%;
        height: 300px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
    }
    section.services-row .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
    }
    .sidebar-sec {
        position: relative;
        top: 0;
        width: 100%;
        overflow-y: scroll;
        padding: 0;
    }
    .sidebar-sec ul li {
        width: 100%;
        margin: 0;
    }
    .sidebar-sec ul {
        display: flex;
    }
    .sidebar-sec ul li a {
        width: 300px;
        text-align: center;
        padding: 0;
    }
    section.choose-feature-row {
        padding: 50px 0;
    }
    section.choose-feature-row .row {
        padding: 0;
    }
    section.services-process-row {
        padding: 0 0 50px;
        text-align: center;
    }
    section.services-process-row::before {
        display: none;
    }
    .process-head h2 {
        width: 100%;
    }
    .process-head p {
        width: 100%;
    }
    section.services-process-row .process-head {
        margin-bottom: 20px;
    }
    .process-sec h2 {
        font-size: 80px;
        line-height: 110px;
    }
    .process-sec h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .process-sec p {
        font-size: 15px;
        line-height: 26px;
    }
    section.process-row:after {
        display: none;
    }
    .process-sec img {
        margin-top: 20px;
    }
    section.services-process-row .row {
        margin-bottom: 20px;
    }
    section.services-process-row .row-reverse {
        flex-direction: column-reverse;
    }
    section.publishing-services-row {
        padding: 50px 0;
    }
    .publishing-services-head p {
        width: 100%;
    }
    .publishing-services-head {
        margin-bottom: 20px;
    }
    .publishing-services-sec {
        margin-bottom: 20px;
        padding: 20px 25px;
    }
    .publishing-services-sec h3 {
        min-height: auto;
    }
    section.editing-ser-process-row {
        padding: 50px 0;
    }
    section.editing-ser-process-row .process-sec h3 {
        font-size: 25px;
    }
    section.book-porfolio-row {
        padding: 50px 0;
    }
    .book-portfolio-head {
        margin-bottom: 30px;
    }
    .book-portfolio-head p {
        width: 100% !important;
    }
    section.book-porfolio-row:before {
        width: 100%;
        display: none;
    }
    section.cover-process-row .row-reverse {
        flex-direction: column-reverse;
    }
    section.cover-process-row .feature-sec img {
        margin-bottom: 30px;
    }
    section.cover-process-row {
        padding-bottom: 30px;
    }
    section.ser-format-process-row {
        padding-top: 50px;
    }
    section.audio-page-portfolio-row {
        padding-top: 0;
    }
    section.web-offer-row {
        padding-top: 50px;
    }
    .offer-head p {
        width: 100%;
    }
    section.web-offer-row .row {
        padding: 0;
    }
    .web-offer-sec {
        padding: 25px 15px;
        text-align: center;
        margin-bottom: 20px;
    }
    .web-offer-sec img {
        width: 100%;
        margin-bottom: 15px;
    }
    .web-offer-sec h3 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .web-offer-sec p {
        font-size: 15px;
        line-height: 26px;
    }
    .web-offer-sec ul {
        text-align: left;
    }
    .web-offer-sec li {
        margin-bottom: 10px;
    }
    .web-offer-sec .overflow {
        margin-bottom: 15px;
    }
    .web-offer-sec button.w-btn {
        margin: auto;
    }
    .web-offer-sec:before {
        width: 100%;
        left: 0;
        right: 0;
    }
    section.trailer-process-row .book-trailer-sec img {
        height: 300px;
    }
    section.trailer-process-row:before, section.trailer-process-row:after {
        display: none;
    }
    .review-sec {
        padding: 30px 15px;
    }
    .review-flx img {
        width: 25% !important;
    }
    .review-flx .text h3 {
        font-size: 20px;
        margin: 0;
    }
    .review-flx {
        margin-bottom: 10px;
    }
    .review-sec p {
        font-size: 15px;
        text-align: center;
        line-height: 26px;
        overflow-y: scroll;
        height: 200px;
    }
    .review-sec img.rating {
        margin: auto;
        width: 150px;
    }
    section.inner-portfolio-row {
        padding-top: 50px;
    }
    .accordion-button {
        padding: 20px 20px 20px 0;
        font-size: 18px;
    }
    .accordion-button::after {
        margin: 0 20px;
    }
    .accordion-collapse.collapse.show .accordion-body {
        padding: 0 20px 25px 30px;
    }
    .accordion-collapse.collapse.show .accordion-body p {
        font-size: 15px;
        line-height: 26px;
    }
    .accordion-item {
        margin-bottom: 20px;
    }
    .contact-rgt img {
        width: 100%;
        margin-top: 40px;
    }
    .contact-head-sec ul li a {
        font-size: 15px;
    }
    .contact-head-sec ul li {
        margin: 0;
    }
    section.contact-head-row {
        padding-bottom: 0;
    }
    .contact-sec {
        padding: 30px 15px;
    }
    .contact-sec h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .contact-sec .form-group {
        margin-bottom: 15px;
    }
    .contact-sec .form-group input, .contact-sec .form-group textarea {
        height: 55px;
        padding-left: 20px;
        font-size: 15px;
    }
    .contact-sec .form-group textarea {
        height: 120px;
        border-radius: 15px;
        padding-top: 15px;
    }
    .contact-sec button.w-btn {
        padding: 12px 50px;
        margin: auto;
    }
    section.contact-row {
        padding-bottom: 50px;
    }
    .review-sec h3 {
        font-size: 20px;
        text-align: center;
    }
    section.book-reviews-row .review-sec img.rating {
        margin: auto;
        width: 150px;
    }
    section.book-reviews-row .review-sec {
        margin-bottom: 20px;
    }
    section.book-reviews-row .review-rgt-sec {
        margin: 0;
    }
    .book-reviews-main-sec .swiper.mySwiper2 {
        padding-bottom: 20px;
    }
    section.review-about-row:before {
        display: none;
    }
    section.review-about-row img {
        height: 300px;
        width: 100%;
    }
    section.choose-feature-row .row-reverse {
        flex-direction: column-reverse;
    }   
    section.process-row {
        padding: 50px 0;
        text-align: center;
    }
    section.process-row:before {
        display: none;
    }
    section.process-row .row-reverse {
        flex-direction: column-reverse;
    }
    section.audio-portfolio-row {
        padding: 50px 0;
        text-align: center;
    }
    section.audio-portfolio-row:after, section.trailer-portfolio-row:before {
        display: none;
    }
    .book-trailer-head {
        margin: 40px 0 0;
    }
    section.trailer-portfolio-row {
        padding-bottom: 50px;
        text-align: center;
    }
    .packages-process-sec h2 {
        margin-bottom: -50px;
    }
    section.packages-process-row .packages-sec {
        width: 90%;
    }
    section.packages-process-row .packages-sec:after {
        top: -80px;
    }
    section.packages-page-row:before {
        display: none;
    }
    section.packages-page-row {
        padding-top: 0;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -15px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
    .top-bar {
        display: block;
        padding: 5px;
        position: fixed;
        width: 100%;
        z-index: 11;
    }
    header.header-row {
        padding: 50px 0 20px;
    }
    a.logo img {
        width: 70%;
    }
    header .col-md-8 {
        display: none !important;
    }
    .header-sec {
        flex-direction: column;
        text-align: center;
    }
    .header-sec img {
        width: 90%;
    }
    .header-sec ul {
        display: none;
    }
    .header-sec ul li {
        margin: 0 0 10px;
    }
    .header-sec ul li a img {
        width: auto;
        display: block;
        margin-bottom: 0;
    }
    .header-sec ul li a {
        font-size: 15px;
        display: flex;
    }
    nav.main-menu1.menu {
        display: block !important;
        opacity: 0;
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        height: 100%;
        z-index: 9999;
        background: #FA8520;
    }
    .menu-open nav .main-menu1.menu {
        transition-delay: 0.5s;
        opacity: 1;
    }
    .menu-open nav.main-menu1.menu {
        opacity: 1;
        transition-delay: 0.5s;
        opacity: 1;
        right: 0;
    }
    .menu-bottom.click {
        position: relative;
        top: -60px;
        right: -20px;
    }
    .menu-open nav.main-menu1.menu li {
        display: block;
        text-align: left;
    }
    .menu-open nav.main-menu1.menu li a {
        font-size: 16px;
        padding: 10px 40px;
        border-bottom: 1px solid;
    }
    .menu-open nav.main-menu1.menu li:last-child a {
        border: 0;
    }
    a.menu-bottom {
        display: block;
        width: 40px;
        height: 40px;
        padding: 5px;
        z-index: 999999;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 15px;
        top: 0;
    }
    .menu-bottom span {
        height: 3px;
        background: #000;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
        top: 9px;
    }
    .menu-bottom.click span:last-child {
        display: none;
    }
    .menu-bottom.click span:nth-child(2) {
        transform: rotate(315deg);
        top: 0;
    }
    .menu-bottom.click span {
        background: #fff;
        transform: rotate(45deg);
    }
    section.banner-row {
        padding: 60px 0 0px 30px;
    }
    .banner-sec h1 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .banner-sec p {
        margin: 0 auto 10px;
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }
    section.banner-row:before, section.banner-row:after {
        display: none;
    }
    .banner-sec ul li {
        width: 100%;
        text-align: left;
        font-size: 16px;
    }
    .banner-rgt {
        flex-direction: column;
    }
    .banner-rgt img.lft-img, .banner-rgt img.rgt-img {
        display: none;
    }
    .banner-rgt img {
        width: 100% !important;
    }
    .banner-form {
        padding: 35px;
        margin-top: 30px;
        margin-right: 0;
    }
    .banner-form form {
    flex-wrap: wrap;
    justify-content: center;
    }
    .banner-form h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .banner-form form input {
        width: 100%;
        margin-bottom: 15px;
        padding: 15px 20px;
    }
    .banner-form form button {
        width: 180px;
        padding: 10px;
        font-size: 16px;
    }
    div#staticBackdrop .btn-close {
        right: -5px;
        top: -5px;
    }
    .modal-body {
        padding: 20px 20px;
    }
    div#staticBackdrop h3.title {
        text-align: center;
        font-size: 30px;
    }
    button.w-btn {
        padding: 12px 30px;
        font-size: 16px;
    }
    section.publishing-row {
        padding: 70px 0 50px;
    }
    .w-head h2 {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .publishing-head p {
        width: 100%;
    }
    .w-head p {
        font-size: 16px;
        line-height: 28px;
    }
    .publishing-head {
        margin-bottom: 40px;
    }
    .publishing-sec {
        padding: 50px 0px 0px !important;
        flex-direction: column;
        background-size: cover;
    }
    .publishing-sec .text {
        width: 90% !important;
    }
    section.publishing-row .col-xxl-3 .publishing-sec img {
        position: relative;
        bottom: 0 !important;
        height: 260px !important;
        width: 100% !important;
        margin: 0 !important;
    }
    section.publishing-row .col-xxl-6 .publishing-sec {
        padding-left: 0;
    }
    section.publishing-row .col-xxl-6:nth-child(2) .publishing-sec {
        padding: 50px 0 40px 0px;
    }
    .publishing-sec img {
        width: 100%;
        height: 280px !important;
        margin: 0 auto;
    }
    section.publishing-row:before {
        display: none;
    }
    section.publishing-row .col-xxl-3:nth-child(4) .publishing-sec img {
        height: 239px !important;
    }
    section.publishing-row .col-xxl-6:last-child .publishing-sec img {
        height: 260px !important;
    }
    .publishing-sec h3 br {
        display: none;
    }
    section.cta-row {
        padding: 30px 10px;
    }
    .cta-sec h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .cta-sec img {
        margin: 0;
    }
    .cta-sec {
        margin-bottom: 0;
    }
    .cta-sec ul {
        text-align: center;
    }
    .cta-sec ul li {
        margin: 0 0 20px;
        display: block;
    }
    .cta-sec ul li a {
        font-size: 18px;
    }
    .cta-sec ul li.w-btn a {
        padding: 12px 30px;
        font-size: 16px;
        display: inline-block;
    }
    section.packages-row {
        padding: 70px 0 40px;
        text-align: center;
    }
    .packages-head p {
        width: 100%;
    }
    .packages-head {
        margin: 0;
    }
    .packages-sec {
        width: 85%;
        margin-top: 55px;
        padding: 30px 0 40px;
    }
    .packages-sec h2:before {
        height: 70px;
        background-size: cover;
        width: 15px;
        left: -14px;
    }
    .packages-sec h2 {
        font-size: 18px;
        padding: 8px 0;
        margin-bottom: 10px;
    }
    .packages-sec h2:after {
        height: 70px;
        background-size: cover;
        width: 15px;
        right: -14px;
    }
    .packages-sec h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 5px;
    }
    .packages-sec ul {
        padding: 10px 30px 20px 40px;
        text-align: left;
        min-height: 300px;
        max-height: 300px;
        margin-bottom: 20px;
    }
    .packages-sec p {
        font-size: 15px;
    }
    .packages-sec ul li {
        font-size: 15px;
    }
    .portfolio-head p {
        width: 80%;
    }
    .portfolio-main-sec ul {
        padding: 0;
    }
    .portfolio-main-sec ul li {
        width: 48%;
        font-size: 15px;
        margin: 0 5px 10px;
    }
    .portfolio-slider:before, .portfolio-slider:after {
        display: none;
    }
    .portfolio-slider img {
        height: 300px;
    }
    .portfolio-slider .slick-list {
        padding-bottom: 0 !important;
        padding-top: 20px !important;
    }
    section.portfolio-row {
        padding-bottom: 70px;
    }
    section.about-row {
        padding-bottom: 50px;
    }
    .about-sec button.w-btn {
        padding: 12px 20px;
    }
    .about-sec button.w-btn2 {
        margin: 20px 0 0px;
        padding: 12px 40px !important;
    }
    .about-sec img {
        width: 100%;
    }
    section.logo-row .circle:before, section.logo-row .circle:after {
        width: 200px;
    }
    section.logo-row {
        padding-bottom: 60px;
    }
    .trust-sec h3 {
        font-size: 22px;
    }
    .trust-sec p {
        font-size: 16px;
        min-height: auto;
    }
    .trust-sec {
        text-align: center;
        margin-bottom: 30px;
        padding: 30px 15px;
    }
    .trust-sec img {
        margin-right: 60px;
    }
    section.trust-row {
        padding-bottom: 50px;
    }
    .book-head {
        margin-bottom: 30px;
    }
    .trust-head {
        margin-bottom: 40px;
    }
    .book-lft-sec img {
        margin-bottom: 0;
    }
    .book-sec .heading-line:after {
        display: none;
    }
    .book-sec .heading-line {
        flex-direction: column;
        align-items: baseline;
    }
    .book-sec {
        padding: 0 0 0px 30px;
        margin-bottom: 20px;
    }
    .book-sec p {
        font-size: 16px;
    }
    section.book-row {
        padding-bottom: 60px;
    }
    footer.footer-row {
        padding: 60px 0;
    }
    .footer-sec img {
        width: 50%;
        margin-bottom: 20px;
    }
    .footer-sec p {
        width: 80%;
        font-size: 16px;
        margin-bottom: 30px;
    }
    .footer-sec ul li {
        margin: 0 15px 0;
    }
    .footer-sec ul li a {
        font-size: 16px;
    }
    .footer-sec ul li a img {
        margin-right: 10px;
    }
    .banner-form form .form-group {
        width: 49%;
        margin: 0 3px;
    }
    section.trust-row .row {
        justify-content: center;
    }
    .book-sec:before {
        left: -10px;
        top: 100px;
    }
    section.inner-banner-row {
        padding: 150px 0 70px;
    }
    .inner-banner-sec h1 {
        font-size: 40px;
        line-height: 45px;
    }
    section.terms-row {
        padding: 60px 0;
    }
    .terms-sec p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .terms-sec ul li {
        text-align: left;
        font-size: 15px;
        line-height: 26px;
    }
    .terms-sec h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .terms-sec ul {
        margin-bottom: 15px;
    }
    section.inner-page-banner-row .banner-sec p {
        font-size: 16px;
        line-height: 28px;
        width: 90%;
    }
    section.inner-page-banner-row {
        padding: 60px 35px 0;
    }
    .mission-lft-sec img {
        width: 100%;
    }
    .mission-tabs-sec ul#pills-tab .nav-link {
        font-size: 22px;
        margin: 0 14px 0 0;
    }
    .mission-tabs-sec ul#pills-tab {
        margin-bottom: 15px !important;
    }
    section.feature-row {
        padding: 60px 0;
    }
    .feature-sec img {
        width: 100%;
    }
    .feature-sec ul li {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    section.inner-page-banner-row .banner-sec h1 {
        font-size: 33px;
    }
    section.services-row {
        padding: 70px 0;
    }
    section.services-row:before {
        display: none;
    }
    .services-head h2 {
        width: 80%;
    }
    .services-head p {
        width: 80%;
    }
    .service-sec {
        padding: 35px 25px;
    }
    section.services-row .service-sec h3 {
        font-size: 30px;
        line-height: 40px;
    }
    section.services-row .service-sec p {
        font-size: 16px;
        line-height: 26px;
    }
    section.services-row .owl-item .service-sec img {
        height: 300px;
    }
    section.services-row .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 20px;
    }
    .service-sec:before {
        height: 400px;
        bottom: 0;
    }
    section.faq-row {
        padding: 70px 80px;
    }
    .accordion-button {
        padding: 30px 0;
        font-size: 18px;
    }
    .accordion-button::after {
        margin: 0 20px 0 25px;
    }
    .accordion-collapse.collapse.show .accordion-body {
        padding: 0 50px 20px;
    }
    .accordion-item {
        margin-bottom: 20px;
    }
    section.choose-feature-row {
        padding: 70px 0 40px;
    }
    section.choose-feature-row .row {
        padding-bottom: 30px;
    }
    section.process-row {
        padding: 70px 50px;
    }
    section.process-row::before {
        display: none;
    }
    .process-head h2 {
        width: 70%;
    }
    .process-head p {
        width: 85%;
    }
    .process-sec h2 {
        font-size: 100px;
        line-height: 130px;
    }
    .process-sec h3 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .process-sec p {
        font-size: 16px;
        line-height: 28px;
    }
    section.process-row:after {
        top: 332px;
        height: 650px;
        background-size: contain;
    }
    section.book-porfolio-row {
        padding: 70px 0;
    }
    .book-portfolio-head {
        margin-bottom: 30px;
    }
    .book-portfolio-head h2 {
        width: 75%;
        margin: 0 auto 15px;
    }
    .book-portfolio-head p {
        width: 90% !important;
    }
    section.book-porfolio-row:before {
        height: 70%;
        width: 90%;
        top: 230px;
    }
    section.audio-portfolio-row {
        padding: 70px 0 70px 50px;
    }
    .audio-book-head h2, .book-trailer-head h2 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    section.audio-portfolio-row .swiper.mySwiper .swiper-wrapper {
        padding-bottom: 20px;
    }
    section.audio-portfolio-row:after {
        height: 400px;
    }
    section.trailer-portfolio-row:before {
        height: 850px;
        left: 0;
        width: 470px;
        top: -260px;
    }
    .book-trailer-sec img {
        height: 300px;
    }
    .book-trailer-head {
        margin-top: 0;
        margin-left: 20px;
    }
    section.trailer-portfolio-row .swiper.mySwiper2 .swiper-wrapper {
        padding-bottom: 50px;
    }
    section.trailer-portfolio-row {
        padding-bottom: 70px;
    }
    section.packages-page-row:before {
        top: 20px;
        height: 690px;
        background-size: contain;
    }
    section.packages-process-row .packages-sec {
        width: 100%;
    }
    section.packages-process-row .packages-sec:after {
        top: 0;
        background-size: contain;
        height: 450px;
    }
    section.packages-process-row:after {
        left: 50px;
        height: 2240px;
        top: -120px;
        width: 620px;
        display: none;
    }
    .contact-rgt img {
        width: 100%;
    }
    .contact-head-sec ul li a {
        font-size: 16px;
    }
    .contact-head-sec p {
        margin-bottom: 15px;
    }
    .contact-sec {
        padding: 30px 40px;
    }
    .contact-sec h2 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 25px;
    }
    .contact-sec .form-group {
        margin-bottom: 15px;
    }
    .contact-sec .form-group input, .contact-sec .form-group textarea {
        height: 55px;
        font-size: 16px;
        padding-left: 25px;
    }
    .contact-sec .form-group textarea {
        height: 150px;
    }
    .contact-sec button.w-btn {
        padding: 14px 50px;
    }
    section.contact-row {
        padding-bottom: 70px;
    }
    .sidebar-sec {
        position: relative;
        top: 0;
        width: 100%;
        overflow-y: scroll;
        padding: 5px 0;
    }
    .sidebar-sec ul li {
        width: 100%;
        margin: 0;
        list-style: none;
    }
    .sidebar-sec ul {
        display: flex;
    }
    .sidebar-sec ul li a {
        width: 270px;
        text-align: center;
        padding: 0;
    }
    section.services-process-row {
        padding: 0px 50px 70px;
    }
    section.services-process-row::after {
        height: 880px;
    }
    section.services-process-row .row {
        margin-bottom: 10px;
    }
    section.publishing-services-row {
        padding: 70px 0 20px;
    }
    section.services-process-row .process-head {
        margin-bottom: 20px;
    }
    section.editing-ser-process-row {
        padding: 70px 50px;
    }
    section.editing-ser-process-row .process-sec h3 {
        font-size: 27px;
    }
    section.editing-ser-process-row::after {
        top: 270px;
        height: 450px;
        width: 250px;
    }
    section.ser-format-process-row {
        padding-top: 70px;
    }
    section.audio-page-portfolio-row {
        padding-top: 0;
    }
    section.audio-page-portfolio-row::before {
        top: 90px;
        height: 80%;
    }
    section.illustration-services-row {
        padding-bottom: 0;
    }
    section.web-offer-row {
        padding-top: 70px;
    }
    section.web-offer-row .row {
        padding: 0;
    }
    .web-offer-sec img {
        width: 100%;
        margin-bottom: 15px;
    }
    .web-offer-sec {
        padding: 25px 15px;
    }
    .web-offer-sec:before {
        width: 100%;
        height: 300px;
    }
    .web-offer-sec h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .web-offer-sec p {
        font-size: 16px;
        line-height: 26px;
    }
    .publishing-services-sec {
        margin-bottom: 25px;
    }
    section.trailer-process-row:before {
        width: 50%;
    }
    section.trailer-process-row .book-trailer-sec img {
        height: 350px;
    }
    section.trailer-process-row:after {
        width: 56%;
    }
    .review-sec {
        padding: 40px 30px;
    }
    .review-flx {
        margin-bottom: 15px;
    }
    .review-flx .text h3 {
        font-size: 20px;
        margin: 0;
    }
    .review-sec p {
        font-size: 17px;
        line-height: 28px;
    }
    .review-sec img.rating {
        width: 150px;
    }
    section.book-reviews-row .review-rgt-sec {
        margin: 0 0 0 -80px;
    }
    section.book-reviews-row::before {
        width: 50%;
        height: 40%;
        right: -310px;
        top: 280px;
    }
    .review-flx .text h4 {
        font-size: 15px;
    }
    section.book-porfolio-row .swiper-slide .review-flx img {
        width: 20% !important;
    }
    .review-sec h3 {
        font-size: 20px;
    }
    section.book-reviews-row .review-sec img.rating {
        width: 150px;
    }
    .book-reviews-main-sec .swiper.mySwiper2 {
        padding-bottom: 40px;
    }
    section.review-about-row img {
        height: 300px;
    }
    section.review-about-row:before {
        width: 50%;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) { 
    header.header-row {
        padding: 20px 10px 0 30px;
    }
    .header-sec img {
        width: 80%;
    }
    .header-sec ul li a img {
        width: auto;
        margin-right: 5px;
    }
    .header-sec ul li {
        margin-left: 4px;
    }
    .header-sec ul li a {
        font-size: 14px;
    }
    .header-sec ul li.w-btn a {
        padding: 12px 25px;
    }
    header .top-menu li, header .main-menu li {
        margin-left: 10px;
    }
    header .top-menu li a, header .main-menu li a {
        font-size: 14px;
    }
    header nav li a {
        padding: 12px 10px;
        font-size: 16px;
    }
    header nav li.dropdown:after {
        top: 14px;
        right: -5px;
    }
    section.banner-row {
        padding: 70px 0 0 50px;
    }
    .banner-sec h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .banner-form {
        margin: 0 50px 0 0;
    }
    .banner-sec img {
        margin-bottom: -30px;
    }
    .banner-sec p {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 10px;
    }
    .banner-sec ul li {
        font-size: 16px;
        width: 100%;
    }
    .banner-rgt img {
        width: 100% !important;
    }
    .banner-form {
        padding: 35px 15px;
        margin-top: 30px;
    }
    .banner-form h2 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .banner-form form {
        flex-wrap: wrap;
        justify-content: left;
    }
    .banner-form form .form-group {
        width: 19%;
        margin: 0 4px;
    }
    .banner-form form input {
        width: 100%;
        padding: 14px 0px 14px 20px;
    }
    .banner-form form button {
        width: 100%;
        padding: 14px;
        font-size: 16px;
    }
    section.publishing-row {
        padding: 70px 50px 140px;
    }
    .publishing-head {
        margin-bottom: 40px;
    }
    .w-head h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .publishing-head p {
        width: 80%;
    }
    .w-head p {
        font-size: 16px;
        line-height: 26px;
    }
    .publishing-sec {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .publishing-sec img {
        width: 44%;
    }
    section.publishing-row .col-xxl-6:last-child .publishing-sec img {
        height: 201px;
        width: 54%;
        object-fit: contain;
    }
    section.publishing-row .col-xxl-3 .publishing-sec img {
        bottom: 0;
        width: 45%;
    }
    section.publishing-row .col-xxl-3:first-child .publishing-sec img {
        height: 240px;
        width: 46%;
        margin: 0;
        bottom: 0px;
        object-fit: cover;
        object-position: top;
    }
    section.publishing-row .col-xxl-3:first-child .publishing-sec {
        padding-top: 80px;
        padding-bottom: 92px;
    }
    section.publishing-row .col-xxl-6:nth-child(2) .publishing-sec img {
        height: 247px;
    }
    section.publishing-row .col-xxl-3:nth-child(4) .publishing-sec img {
        bottom: 0;
        width: 42%;
    }
    section.publishing-row .col-xxl-3:nth-child(3) .publishing-sec img {
        height: auto;
    }
    section.publishing-row .col-xxl-3:nth-child(3) .publishing-sec {
        padding: 38px 0 25px 21px;
    }
    section.publishing-row .col-xxl-3:nth-child(5) .publishing-sec img {
        bottom: 10px;
        width: 30%;
        right: 0;
        height: 162px;
        position: relative;
    }
    section.publishing-row .col-xxl-6:last-child .publishing-sec {
        padding-top: 24px;
    }
    section.publishing-row .col-xxl-3:nth-child(5) .publishing-sec {
        padding: 38px 0 25px 21px;
    }
    .cta-sec h2 {
        font-size: 30px;
        line-height: 40px;
    }
    section.cta-row {
        padding: 0 0px 0 50px;
    }
    .cta-sec ul li {
        margin: 0 0 0 9px;
    }
    .cta-sec ul {
        text-align: left;
    }
    .cta-sec ul li a {
        font-size: 15px;
    }
    .cta-sec ul li a i {
        margin-right: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .cta-sec ul li.w-btn a {
        font-size: 16px;
        padding: 10px 20px;
        text-align: center;
    }
    .cta-sec img {
        margin-bottom: 0px;
        margin-top: -50px;
    }
    section.packages-row {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .packages-sec {
        margin-top: 50px;
        padding: 30px 0 40px;
        margin-bottom: 40px;
    }
    .packages-sec h2 {
        font-size: 20px;
        padding: 6px 0;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .packages-sec h2:before, .packages-sec h2:after {
        width: 21px;
        height: 93px;
    }
    .packages-sec h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 5px;
    }
    .packages-sec ul {
        padding: 10px 20px 10px 40px;
    }
    .packages-sec p {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .packages-sec ul li {
        font-size: 15px;
        line-height: 24px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -30px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -30px;
    }
    button.w-btn {
        padding: 14px 40px;
        font-size: 16px;
        line-height: 28px;
    }
    section.portfolio-row {
        padding-bottom: 70px;
    }
    .portfolio-head p {
        width: 70%;
    }
    .portfolio-main-sec ul {
        padding: 0 20px;
    }
    .portfolio-main-sec ul li {
        margin-bottom: 10px;
    }
    .about-sec img {
        width: 100%;
    }
    section.logo-row .circle:before, section.logo-row .circle:after {
        width: 320px;
    }
    section.logo-row {
        padding-bottom: 50px;
    }
    .trust-head {
        margin-bottom: 50px;
    }
    .trust-sec {
        padding: 35px 18px 32px;
    }
    .trust-sec img {
        margin-right: 50px;
        margin-bottom: 20px;
    }
    .trust-sec h3 {
        width: 95%;
    }
    .trust-sec p {
        font-size: 16px;
        min-height: 130px;
    }
    section.trust-row {
        padding-bottom: 70px;
    }
    .book-head {
        margin-bottom: 30px;
    }
    .book-sec .heading-line h3 {
        font-size: 20px;
    }
    .book-sec .heading-line:after {
        width: 45%;
    }
    .book-sec:nth-child(2) .heading-line:after {
        width: 14%;
    }
    .book-sec:nth-child(3) .heading-line:after {
        width: 48%;
    }
    .book-sec:nth-child(4) .heading-line:after {
        width: 47%;
    }
    .book-sec:last-child .heading-line:after {
        width: 39%;
    }
    section.book-row {
        padding-bottom: 60px;
    }
    footer.footer-row {
        padding: 60px 0 50px;
    }
    .footer-sec img {
        height: 50px;
        margin-bottom: 20px;
    }
    .footer-sec p {
        font-size: 16px;
        width: 70%;
        margin-bottom: 20px;
    }
    .footer-sec ul li {
        margin: 0 15px;
    }
    .footer-sec ul li a {
        font-size: 16px;
    }
    .portfolio-slider:before, .portfolio-slider:after {
        width: 610px;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .portfolio-slider img {
        height: 420px;
    }
    section.inner-banner-row {
        padding: 150px 0 70px;
    }
    .inner-banner-sec h1 {
        font-size: 40px;
        line-height: 45px;
    }
    section.terms-row {
        padding: 60px 0;
    }
    .terms-sec p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .terms-sec ul li {
        text-align: left;
        font-size: 16px;
        line-height: 26px;
    }
    .terms-sec h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .terms-sec ul {
        margin-bottom: 15px;
    }
    .mission-lft-sec img {
        width: 100%;
    }
    section.mission-row:before {
        bottom: 20px;
    }
    section.mission-row {
        padding: 80px 0 150px;
    }
    .mission-tabs-sec ul#pills-tab .nav-link {
        font-size: 30px;
    }
    .mission-tabs-sec ul#pills-tab {
        margin-bottom: 10px !important;
    }
    section.feature-row {
        padding: 80px 0;
    }
    .feature-sec h2 {
        margin-bottom: 25px;
    }
    .feature-sec img {
        width: 100%;
    }
    .feature-sec ul li {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 26px;
    }
    section.inner-page-banner-row .banner-sec p {
        font-size: 17px;
        line-height: 30px;
    }
    section.banner-row:before, section.banner-row:after {
        width: 170px;
        height: 150px;
    }
    section.inner-page-banner-row .banner-form {
        margin-right: 50px;
    }
    section.services-row {
        padding: 80px 0 100px;
    }
    section.services-row:before {
        width: 200px;
        height: 193px;
    }
    .services-head h2 {
        width: 65%;
    }
    .services-head p {
        width: 60%;
    }
    section.services-row .service-sec h3 {
        font-size: 34px;
        line-height: 40px;
    }
    section.services-row .service-sec p {
        font-size: 15px;
        line-height: 26px;
        width: 100%;
    }
    section.services-row .owl-item .service-sec img {
        height: 300px;
    }
    .service-sec:before {
        height: 400px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    section.services-row .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 20px;
    }
    .review-sec {
        padding: 35px 25px;
    }
    .review-flx .text h3 {
        font-size: 20px;
    }
    .review-flx {
        margin-bottom: 10px;
    }
    .review-sec p {
        font-size: 17px;
        overflow-y: scroll;
        height: 250px;
    }
    .review-sec img.rating {
        width: 150px;
    }
    section.inner-portfolio-row {
        padding-top: 80px;
    }
    section.faq-row {
        padding: 80px 70px 100px;
    }
    .accordion-button {
        padding: 30px 20px 30px 0;
        font-size: 18px;
        line-height: 30px;
    }
    .accordion-button::after {
        margin: 0 20px;
    }
    .accordion-collapse.collapse.show .accordion-body {
        padding: 0 50px 20px;
    }
    .accordion-collapse.collapse.show .accordion-body p {
        font-size: 16px;
    }
    section.publishing-row:before {
        width: 200px;
        height: 193px;
    }
    section.contact-head-row {
        padding: 80px 0 50px;
    }
    .contact-rgt img {
        width: 100%;
    }
    .contact-head-sec p {
        margin-bottom: 15px;
    }
    .contact-head-sec ul li a {
        font-size: 16px;
    }
    .contact-sec {
        padding: 40px;
    }
    .contact-sec h2 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .contact-sec .form-group {
        margin-bottom: 20px;
    }
    .contact-sec .form-group input, .contact-sec .form-group textarea {
        height: 60px;
        padding-left: 25px;
        font-size: 16px;
    }
    .contact-sec .form-group textarea {
        height: 180px;
        padding-top: 15px;
    }
    .contact-sec button.w-btn {
        padding: 14px 60px;
    }
    section.contact-row {
        padding-bottom: 80px;
    }
    section.inner-page-banner-row .banner-sec h1 {
        font-size: 40px;
        width: 85%;
        margin: 0 auto 10px;
    }
    section.choose-feature-row {
        padding: 80px 0 40px;
    }
    section.choose-feature-row .row {
        padding-bottom: 40px;
    }
    section.process-row:before {
        width: 200px;
        height: 193px;
    }
    section.process-row {
        padding: 80px 70px;
    }
    .process-head h2 {
        width: 75%;
    }
    .process-head p {
        width: 72%;
    }
    .process-sec h2 {
        font-size: 150px;
        line-height: 150px;
    }
    .process-sec h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .process-sec p {
        font-size: 16px;
        line-height: 28px;
    }
    section.process-row:after {
        top: 370px;
        height: 780px;
        background-size: contain;
    }
    section.book-porfolio-row {
        padding: 80px 0 100px;
    }
    .book-portfolio-head {
        margin-bottom: 40px;
    }
    .book-portfolio-head h2 {
        width: 75%;
        margin: 0 auto 15px;
    }
    section.book-porfolio-row:before {
        width: 50%;
        height: 46%;
        top: 260px;
    }
    section.audio-portfolio-row {
        padding: 80px 0 70px 80px;
    }
    .w-head h2 {
        font-size: 32px;
    }
    section.audio-portfolio-row:after {
        height: 380px;
    }
    section.trailer-portfolio-row:before {
        width: 60%;
        height: 700px;
    }
    .book-trailer-sec img {
        height: 300px;
    }
    section.trailer-portfolio-row {
        padding-bottom: 80px;
    }
    .book-trailer-head {
        margin-top: 50px;
        margin-left: 50px;
    }
    section.trailer-portfolio-row .swiper.mySwiper2 .swiper-wrapper {
        padding-bottom: 50px;
    }
    section.packages-page-row {
        padding: 20px 0 100px;
    }
    section.packages-page-row:before {
        top: 0;
        height: 800px;
        width: 600px;
    }
    section.packages-process-row .process-sec h2 {
        margin-bottom: -71px;
    }
    section.packages-process-row .packages-sec {
        width: 75%;
    }
    section.packages-process-row .packages-sec:after {
        width: 504px;
        height: 550px;
        left: -90px;
    }
    section.packages-process-row:after {
        width: 735px;
        height: 3320px;
        left: -270px;
        background-size: contain;
        top: 0;
    }
    section.packages-process-row {
        padding-bottom: 50px;
    }
    .sidebar-sec {
        position: relative;
        top: 0;
        width: 100%;
        overflow-y: scroll;
        padding: 0;
        margin-top: 21px;
    }
    .sidebar-sec ul li {
        width: 100%;
        margin: 0;
        list-style: none;
    }
    .sidebar-sec ul {
        display: flex;
    }
    .sidebar-sec ul li a {
        width: 300px;
        text-align: center;
        padding: 0;
        height: 45px;
        line-height: 45px;
    }
    section.choose-row {
        padding: 80px 0 100px;
    }
    section.services-process-row {
        padding: 0 80px 50px;
    }
    section.services-process-row .process-head {
        margin-bottom: 30px;
    }
    section.services-process-row .row {
        margin-bottom: 30px;
    }
    section.publishing-services-row {
        padding: 80px 0;
    }
    .publishing-services-sec {
        margin-bottom: 30px;
        padding: 21px 10px;
    }
    .publishing-services-sec h3 {
        font-size: 17px;
        line-height: 26px;
    }
    section.editing-ser-process-row {
        padding-top: 80px;
    }
    section.editing-ser-process-row .process-sec h3 {
        font-size: 28px;
    }
    section.editing-ser-process-row::after {
        height: 509px;
        top: 270px;
    }
    section.cover-process-row {
        padding: 80px 40px 50px 70px;
    }
    section.ser-format-process-row {
        padding-top: 80px;
    }
    section.audio-page-portfolio-row {
        padding-top: 0;
    }
    section.illustration-services-row {
        padding-bottom: 0;
    }
    section.web-offer-row {
        padding-top: 80px;
    }
    .web-offer-sec img {
        width: 100%;
        margin-bottom: 15px;
    }
    .web-offer-sec {
        padding: 25px 20px;
    }
    .web-offer-sec h3 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .web-offer-sec p {
        font-size: 16px;
        line-height: 26px;
    }
    .web-offer-sec:before {
        width: 100%;
    }
    section.marketing-process-row {
        padding-top: 0;
    }
    section.trailer-process-row:before {
        width: 62%;
    }
    section.trailer-process-row .book-trailer-sec img {
        height: 400px;
    }
    section.trailer-process-row:after {
        width: 70%;
    }
    .book-reviews-main-sec {
        padding-left: 80px;
    }
    .book-portfolio-head p {
        width: 75% !important;
    }
    section.book-reviews-row .review-rgt-sec {
        margin-left: -100px;
    }
    .review-flx .text h4 {
        font-size: 16px;
    }
    .review-sec h3 {
        font-size: 20px;
    }
    section.book-porfolio-row .swiper-slide .review-flx img {
        width: 30% !important;
    }
    section.book-reviews-row .review-sec img.rating {
        width: 150px;
    }
    section.review-about-row:before {
        width: 60%;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1600px) { 
    header.header-row {
        padding: 30px 70px 0;
    }
    .header-sec img {
        width: 95%;
    }
    .header-sec ul li a img {
        width: auto;
        margin-right: 8px;
    }
    .header-sec ul li {
        margin-left: 25px;
    }
    .header-sec ul li a {
        font-size: 16px;
    }
    .header-sec ul li.w-btn a {
        padding: 14px 32px;
    }
    header nav {
        background-size: 100%;
    }
    section.banner-row {
        padding: 60px 50px 0 90px;
    }
    section.banner-row:before {
        top: 0;
        width: 160px;
        height: 144px;
    }
    section.banner-row:after {
        top: 400px;
    }
    .banner-sec h1 {
        font-size: 39px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .banner-sec p {
        font-size: 17px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 15px;
    }
    .banner-sec ul li {
        font-size: 17px;
        width: 47%;
    }
    .banner-rgt img {
        width: 100% !important;
    }
    .banner-form {
        padding: 35px 30px;
        margin-top: 40px;
        margin-right: 40px;
    }
    .banner-form h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 25px;
    }
    .banner-form form {
        flex-wrap: wrap;
        justify-content: left;
    }
    .banner-form form .form-group {
        width: 19%;
        margin: 0 4px;
    }
    .banner-form form input {
        width: 100%;
        padding: 15px 0px 15px 20px;
    }
    .banner-form form button {
        width: 100%;
        padding: 15px;
        font-size: 16px;
    }
    section.publishing-row {
        padding: 70px 0px 150px;
    }
    .publishing-head {
        margin-bottom: 40px;
    }
    .w-head h2 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .publishing-head p {
        width: 80%;
    }
    .w-head p {
        font-size: 17px;
        line-height: 26px;
    }
    .publishing-sec {
        padding-left: 27px;
        margin-bottom: 20px;
        padding-top: 40px;
    }
    .publishing-sec img {
        width: 44%;
    }
    section.publishing-row .col-xxl-3 .publishing-sec img {
        bottom: 0;
        width: 45%;
    }
    section.publishing-row .col-xxl-6:last-child .publishing-sec img {
        height: 232px;
        width: 56%;
    }
    section.publishing-row .col-xxl-3:nth-child(3) .publishing-sec {
        padding: 50px 0 56px 27px;
    }
    section.publishing-row .col-xxl-3:nth-child(3) .publishing-sec .text {
        width: 60%;
    }
    section.publishing-row .col-xxl-3:nth-child(3) .publishing-sec img {
        top: 0;
    }
    section.publishing-row .col-xxl-3:nth-child(4) .publishing-sec {
        padding: 24px 0 6px 27px;
    }
    section.publishing-row .col-xxl-3:nth-child(4) .publishing-sec .text {
        width: 59%;
    }
    section.publishing-row .col-xxl-3:nth-child(5) .publishing-sec {
        padding: 30px 0 20px 27px;
    }
    section.publishing-row .col-xxl-6:last-child .publishing-sec {
        padding: 80px 0 0px 27px;
    }
    section.publishing-row .col-xxl-6:last-child .publishing-sec .text {
        width: 55%;
    }
    section.publishing-row .col-xxl-3:first-child .publishing-sec {
        padding-top: 30px;
        padding-bottom: 79px;
    }
    .cta-sec h2 {
        font-size: 32px;
        line-height: 40px;
    }
    section.cta-row {
        padding: 0 60px;
    }
    .cta-sec ul li {
        margin: 0 0 0 12px;
    }
    .cta-sec ul li a {
        font-size: 18px;
    }
    .cta-sec ul li a i {
        margin-right: 10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .cta-sec ul li.w-btn a {
        font-size: 16px;
        padding: 16px 32px;
        text-align: center;
    }
    section.packages-row {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .packages-sec {
        margin-top: 50px;
        padding: 40px 0 50px;
        margin-bottom: 50px;
    }
    .packages-sec h2 {
        padding: 8px 0;
        line-height: 30px;
        margin-bottom: 20px;
        font-size: 23px;
    }
    .packages-sec h2:before, .packages-sec h2:after {
        width: 21px;
        height: 93px;
    }
    .packages-sec h3 {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 5px;
    }
    .packages-sec ul {
        padding: 10px 20px 10px 40px;
        min-height: 350px;
        max-height: 350px;
    }
    .packages-sec p {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .packages-sec ul li {
        font-size: 15px;
        line-height: 24px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -40px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -40px;
    }
    button.w-btn {
        padding: 16px 50px;
        font-size: 17px;
        line-height: 30px;
    }
    section.portfolio-row {
        padding-bottom: 80px;
    }
    .portfolio-head p {
        width: 60%;
    }
    .portfolio-main-sec ul {
        padding: 0px 55px;
    }
    .portfolio-main-sec ul li {
        margin-bottom: 10px;
    }
    .about-sec img {
        width: 100%;
    }
    section.logo-row .circle:before, section.logo-row .circle:after {
        width: 400px;
    }
    section.logo-row {
        padding-bottom: 50px;
    }
    .trust-head {
        margin-bottom: 50px;
    }
    .trust-sec {
    padding: 35px 16px 32px;
    }
    .trust-sec img {
        margin-right: 70px;
        margin-bottom: 20px;
    }
    .trust-sec h3 {
        width: 100%;
        font-size: 20px;
    }
    .trust-sec p {
        font-size: 16px;
        min-height: 0;
    }
    section.trust-row {
        padding-bottom: 80px;
    }
    .book-head {
        margin-bottom: 40px;
    }
    .book-sec .heading-line h3 {
        font-size: 22px;
    }
    .book-sec .heading-line:after {
        width: 50%;
    }
    .book-sec:nth-child(2) .heading-line:after {
        width: 22%;
    }
    .book-sec:nth-child(3) .heading-line:after {
        width: 53%;
    }
    .book-sec:nth-child(4) .heading-line:after {
        width: 51%;
    }
    .book-sec:last-child .heading-line:after {
        width: 44%;
    }
    section.book-row {
        padding-bottom: 80px;
    }
    footer.footer-row {
        padding: 70px 0 50px;
    }
    .footer-sec img {
        height: 60px;
        margin-bottom: 25px;
    }
    .footer-sec p {
        font-size: 17px;
        width: 60%;
        margin-bottom: 25px;
    }
    .footer-sec ul li {
        margin: 0 15px;
    }
    .footer-sec ul li a {
        font-size: 17px;
    }
    .portfolio-slider:before, .portfolio-slider:after {
        width: 500px;
        height: 500px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .portfolio-slider img {
        height: 330px;
    }
    section.publishing-row .col-xxl-6:nth-child(2) .publishing-sec {
        padding-top: 33px;
        padding-bottom: 40px;
    }
    section.inner-banner-row {
        padding: 150px 0 70px;
    }
    .inner-banner-sec h1 {
        font-size: 40px;
        line-height: 45px;
    }
    section.terms-row {
        padding: 70px 0;
    }
    .terms-sec p {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 17px;
    }
    .terms-sec ul li {
        text-align: left;
        font-size: 17px;
        line-height: 28px;
    }
    .terms-sec h2 {
        font-size: 38px;
        line-height: 45px;
        margin-bottom: 18px;
    }
    .terms-sec ul {
        margin-bottom: 18px;
    }
    .mission-lft-sec img {
        width: 100%;
    }
    section.mission-row:before {
        bottom: 20px;
    }
    section.mission-row {
        padding: 90px 0 160px;
    }
    .mission-tabs-sec ul#pills-tab .nav-link {
        font-size: 30px;
    }
    .mission-tabs-sec ul#pills-tab {
        margin-bottom: 10px !important;
    }
    section.feature-row {
        padding: 90px 0;
    }
    .feature-sec h2 {
        margin-bottom: 25px;
    }
    .feature-sec img {
        width: 100%;
    }
    .feature-sec ul li {
        font-size: 17px;
        margin-bottom: 20px;
        line-height: 26px;
    }
    section.inner-page-banner-row .banner-sec p {
        font-size: 18px;
        line-height: 30px;
        width: 65%;
    }
    section.banner-row:before, section.banner-row:after {
        width: 170px;
        height: 150px;
    }
    section.inner-page-banner-row .banner-form {
        margin-right: 50px;
    }
    section.services-row {
        padding: 80px 0 150px;
    }
    section.services-row:before {
        width: 200px;
        height: 193px;
    }
    .services-head h2 {
        width: 65%;
    }
    .services-head p {
        width: 60%;
    }
    section.services-row .service-sec h3 {
        font-size: 38px;
        line-height: 45px;
    }
    section.services-row .service-sec p {
        font-size: 17px;
        line-height: 28px;
        width: 100%;
    }
    section.services-row .owl-item .service-sec img {
        height: 350px;
    }
    .service-sec:before {
        height: 400px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    section.services-row .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 40px;
    }
    .review-sec {
        padding: 35px 25px;
    }
    .review-flx .text h3 {
        font-size: 20px;
    }
    .review-flx {
        margin-bottom: 10px;
    }
    .review-sec p {
        font-size: 18px;
        overflow-y: scroll;
        height: 190px;
    }
    .review-sec img.rating {
        width: 170px;
    }
    section.inner-portfolio-row {
        padding-top: 80px;
    }
    section.faq-row {
        padding: 90px 150px 150px;
    }
    .accordion-button {
        padding: 30px 20px 30px 0;
        font-size: 18px;
        line-height: 30px;
    }
    .accordion-button::after {
        margin: 0 20px;
    }
    .accordion-collapse.collapse.show .accordion-body {
        padding: 0 50px 20px;
    }
    .accordion-collapse.collapse.show .accordion-body p {
        font-size: 16px;
    }
    section.publishing-row:before {
        width: 200px;
        height: 193px;
    }
    section.contact-head-row {
        padding: 80px 0 0px;
    }
    .contact-rgt img {
        width: 100%;
    }
    .contact-head-sec p {
        margin-bottom: 15px;
    }
    .contact-head-sec ul li {
        margin-right: 20px;
    }
    .contact-head-sec ul li a {
        font-size: 17px;
    }
    .contact-sec {
        padding: 50px 60px;
    }
    .contact-sec h2 {
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 30px;
    }
    .contact-sec .form-group {
        margin-bottom: 20px;
    }
    .contact-sec .form-group input, .contact-sec .form-group textarea {
        height: 60px;
        padding-left: 25px;
        font-size: 17px;
    }
    .contact-sec .form-group textarea {
        height: 180px;
        padding-top: 20px;
    }
    .contact-sec button.w-btn {
        padding: 15px 70px;
    }
    section.contact-row {
        padding-bottom: 90px;
    }
    section.inner-page-banner-row .banner-sec h1 {
        font-size: 40px;
        width: 85%;
        margin: 0 auto 10px;
    }
    section.choose-feature-row {
        padding: 90px 0 50px;
    }
    section.choose-feature-row .row {
        padding-bottom: 70px;
    }
    section.process-row:before {
        width: 200px;
        height: 193px;
    }
    section.process-row {
        padding: 90px 100px;
    }
    .process-head h2 {
        width: 55%;
    }
    .process-head p {
        width: 72%;
    }
    .process-sec h2 {
        font-size: 160px;
        line-height: 160px;
    }
    .process-sec h3 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 12px;
    }
    .process-sec p {
        font-size: 17px;
        line-height: 30px;
    }
    section.process-row:after {
        top: 300px;
        height: 900px;
        background-size: contain;
    }
    section.book-porfolio-row {
        padding: 90px 0 150px;
    }
    .book-portfolio-head {
        margin-bottom: 50px;
    }
    .book-portfolio-head h2 {
        width: 75%;
        margin: 0 auto 15px;
    }
    section.book-porfolio-row:before {
        width: 50%;
        height: 46%;
        top: 260px;
    }
    section.audio-portfolio-row {
        padding: 90px 0 80px 120px;
    }
    section.audio-portfolio-row:after {
        height: 380px;
    }
    section.trailer-portfolio-row:before {
        width: 60%;
        height: 560px;
        top: -110px;
    }
    .book-trailer-sec img {
        height: 350px;
    }
    section.trailer-portfolio-row {
        padding-bottom: 90px;
    }
    .book-trailer-head {
        margin-top: 60px;
        margin-left: 60px;
    }
    section.trailer-portfolio-row .swiper.mySwiper2 .swiper-wrapper {
        padding-bottom: 50px;
    }
    section.packages-page-row {
        padding: 50px 0 150px;
    }
    section.packages-page-row:before {
        top: 60px;
        height: 800px;
        width: 600px;
    }
    section.packages-process-row .process-sec h2 {
        margin-bottom: -71px;
    }
    section.packages-process-row .packages-sec {
        width: 65%;
    }
    section.packages-process-row .packages-sec:after {
        width: 504px;
        height: 550px;
        left: -90px;
    }
    section.packages-process-row:after {
        width: 970px;
        height: 3030px;
        left: -270px;
        background-size: contain;
        top: 0;
    }
    section.packages-process-row {
        padding: 90px 150px 70px;
    }
    .sidebar-sec {
        position: relative;
        top: 0;
        width: 100%;
        overflow-y: scroll;
        padding: 0;
        margin-top: 21px;
    }
    .sidebar-sec ul li {
        width: 100%;
        margin: 0;
        list-style: none;
    }
    .sidebar-sec ul {
        display: flex;
    }
    .sidebar-sec ul li a {
        width: 300px;
        text-align: center;
        padding: 0;
        height: 45px;
        line-height: 45px;
    }
    section.choose-row {
        padding: 90px 0 150px;
    }
    section.services-process-row {
        padding: 0 80px 50px;
    }
    section.services-process-row .process-head {
        margin-bottom: 60px;
    }
    section.services-process-row .row {
        margin-bottom: 60px;
    }
    section.publishing-services-row {
        padding: 90px 0;
    }
    .publishing-services-sec {
        margin-bottom: 40px;
        padding: 21px 30px;
    }
    .publishing-services-sec h3 {
        font-size: 17px;
        line-height: 26px;
        min-height: 52px;
    }
    section.editing-ser-process-row {
        padding-top: 80px;
    }
    section.editing-ser-process-row .process-sec h3 {
        font-size: 38px;
    }
    section.editing-ser-process-row::after {
        height: 509px;
        top: 360px;
    }
    section.cover-process-row {
        padding: 90px 70px 60px 100px;
    }
    section.ser-format-process-row {
        padding-top: 80px;
    }
    section.audio-page-portfolio-row {
        padding-top: 0;
    }
    section.illustration-services-row {
        padding-bottom: 0;
    }
    section.web-offer-row {
        padding-top: 90px;
    }
    .web-offer-sec img {
        width: 100%;
        margin-bottom: 20px;
    }
    .web-offer-sec {
        padding: 25px 40px;
    }
    .web-offer-sec h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 14px;
    }
    .web-offer-sec p {
        font-size: 16px;
        line-height: 28px;
    }
    .web-offer-sec:before {
        width: 100%;
    }
    section.marketing-process-row {
        padding: 0px 90px 90px 90px;
    }
    section.marketing-process-row .row {
        padding: 0;
    }
    section.trailer-process-row:before {
        width: 62%;
    }
    section.trailer-process-row .book-trailer-sec img {
        height: 400px;
    }
    section.trailer-process-row:after {
        width: 70%;
    }
    .book-reviews-main-sec {
        padding-left: 80px;
    }
    .book-portfolio-head p {
        width: 75% !important;
    }
    section.book-reviews-row .review-rgt-sec {
        margin-left: -100px;
    }
    .review-flx .text h4 {
        font-size: 16px;
    }
    .review-sec h3 {
        font-size: 20px;
    }
    section.book-porfolio-row .swiper-slide .review-flx img {
        width: 30% !important;
    }
    section.book-reviews-row .review-sec img.rating {
        width: 150px;
    }
    section.review-about-row:before {
        width: 60%;
    }
    section.services-process-row:after {
        top: 330px;
    }
    section.audio-service-row {
        padding-bottom: 90px;
    }
    section.audio-service-row .row {
        padding-bottom: 0;
    }
    section.illustration-about-row {
        padding-bottom: 100px;
    }
    section.web-process-row, section.book-translation-row {
        padding: 90px 90px;
    }
    section.web-process-row .row, section.book-translation-row .row {
        padding: 0;
    }
}</pre></body></html>