* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
}
body {
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
.modal-content {
    background: #FEA22A !important;
}
html body p, html body label, html body span, html body li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #333333;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", serif;
}
html body ul, html body li {
    padding: 0;
    margin: 0;
    list-style: none;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
    padding: 0;
    margin: 0;
}
html body h1 {
    font-size: 55px;
    color: #000000;
    font-weight: 700;
    line-height: 65px;
}
html body h2 {
    font-size: 55px;
    color: #ffffff;
    line-height: 65px;
    font-weight: 800;
    text-transform: uppercase;
}
html body h3 {
    font-size: 40px;
    color: #000;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
}
html body h4 {
    font-size: 40px;
    color: #000;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
}
html body h5 {
    font-size: 35px;
    color: #FFDC16;
    line-height: 40px;
    font-weight: 400;
}
html body h6 {
    font-size: 22px;
    color: #ffffff;
    line-height: 32px;
    font-weight: 600;
}
span.clr-changed {
    font-size: 40px;
    color: #FEA22A;
    line-height: 50px;
    font-weight: 600;
}
a {
    text-decoration: none;
}
a.web-btn-black {
    background: #000;
    padding: 10px 30px;
    border: 5px solid #000;
    color: #FEA22A;
    font-size: 20px;
    font-weight: 600;
    min-width: 230px;
    text-align: center;
    font-family: "Montserrat", serif;
}
a.web-btn-black:hover {
    color: #FEA22A;
    border: 5px solid #FEA22A;
    background-color: transparent;
    transition: 0.5s ease;
}
a.web-btn-orange {
    background: #FEA22A;
    padding: 10px 30px;
    border: 5px solid #FEA22A;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    min-width: 230px;
    text-align: center;
    font-family: "Montserrat", serif;
}
a.web-btn-orange:hover {
    color: #000;
    border: 5px solid #000;
    background-color: transparent;
    transition: 0.5s ease;
}
a.web-btn-white {
    background: #fff;
    padding: 10px 30px;
    border: 5px solid #fff;
    color: #FEA22A;
    font-size: 20px;
    font-weight: 600;
    min-width: 230px;
    text-align: center;
    font-family: "Montserrat", serif;
}
a.web-btn-white:hover {
    color: #FEA22A;
    border: 5px solid #FEA22A;
    background-color: transparent;
    transition: 0.5s ease;
}
.main-header-section {
    display: inline-block;
    width: 100%;
    padding: 20px 0 20px 0;
}
.main-hero-banner-section {
    padding: 100px 0 50px 0;
    display: inline-block;
    width: 100%;
}
.container-wrapper {
    width: 100%;
    max-width: 1640px;
    padding: 0 20px 0 20px;
    margin: 0 auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-prev {
    top: 90px;
    width: 55px;
    height: 55px;
    background: transparent;
    border-radius: 50px;
    left: 0;
    border: 2px solid #000;
    color: #000;
}
.swiper-button-next {
    top: 90px;
    width: 55px;
    height: 55px;
    background: transparent;
    border-radius: 50px;
    left: 70px;
    border: 2px solid #000;
    color: #000;
}
.swiper {
    width: 100%;
    height: 100%;

}
.swiper {
    margin-left: auto;
    margin-right: auto;
}
.main-hero-banner-inner-section {
    position: relative;
}
.client-rating-image-box img {
    padding: 0 30px 0 0;
}
.main-counter-section {
    display: inline-block;
    width: 100%;
}
.main-counter-inner-section {
    display: flex;
    width: 100%;
    position: relative;
}
    .main-counter-inner-section .left-counter-box:after {
        content: "";
        position: absolute;
        width: 65%;
        height: 100px;
        background: #000;
        top: -50px;
        left: 0;
    }
.left-counter-box {
    width: 65%;
    display: flex;
    align-items: center;
    padding: 85px 140px;
    background-color: #000;
    justify-content: space-between;
}
.right-counter-box {
    width: 35%;
    display: flex;
    align-items: center;
    padding: 85px 150px;
    background-color: #FEA22A;
}
.count-box p {
    color: #fff;
    font-size: 20px;
}
.main-about-section {
    display: inline-block;
    width: 100%;
}
.main-about-inner-section {
    display: flex;
    width: 100%;
}
.left-about-box {
    width: 50%;
    display: flex;
    align-items: center;
    background-color: #FEA22A;
    justify-content: space-between;
}
.right-about-box {
    width: 50%;
    display: flex;
    padding: 70px 50px;
    background-color: #F3F3F3;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.right-about-box span.tagline {
    background: #FEA22A;
    display: inline-block;
    width: auto;
    max-width: max-content;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.right-about-box h3 {
    text-transform: uppercase;
}
.icon-row {
    gap: 60px;
    padding: 25px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: start;
}
.icon-row div {
    display: flex;
    align-items: center;
}
.icon-row p {
    padding: 0 0 0 15px;
    line-height: 20px;
}
.icon-row img {
    width: 100%;
    padding: 0px;
    max-width: 70px;
    height: 70px;
}
.main-featuring-services-section {
    display: inline-block;
    width: 100%;
    padding: 100px 0 100px 0;
}
.featuring-service-cta-row {
    display: flex;
    gap: 50px;
}
.featuring-service-cta-row .featuring-service-left-box{
    width: 60%;
}
.featuring-service-cta-row .featuring-service-right-box {
    width: 40%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: end;
}
.featuring-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    padding: 80px 0 0 0;
}
.img-card p {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin: 10px 0 0 0;
}
.img-card img {
    background: #000;
}
.main-cta-section {
    display: inline-block;
    padding: 100px 0 100px 0;
    background-image: url(../images/blurry-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.main-cta-inner-section h2 {
    text-transform: uppercase;
    font-size: 90px;
    font-weight: 800;
    line-height: 90px;
}
.main-cta-inner-section h2 span.clr-changed {
    text-transform: uppercase;
    font-size: 90px;
    font-weight: 800;
    line-height: 90px;
}
.main-cta-inner-section p {
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    padding: 15px 0 15px 0;
}
.double-btn-box {
    display: flex;
    padding: 20px 0 20px 0;
    gap: 30px;
}
.main-cta-inner-section .double-btn-box a.web-btn-orange:hover {
    border: 5px solid #fff;
    color: #fff;
}
.main-full-width-cta-inner-section {
    display: flex;
    width: 100%;
}
.full-width-cta-left-box {
    width: 58%;
    display: flex;
    align-items: center;
    padding: 50px 151px;
    background-color: #fff;
    justify-content: space-between;
}
.full-width-cta-right-box {
    width: 42%;
    display: flex;
    align-items: center;
    padding: 50px 50px;
    background-color: #FEA22A;
    justify-content: center;
}
.full-width-cta-right-box a.web-btn-black:hover {
    border: 5px solid #000;
    background: transparent;
    color: #000;
}
.full-width-cta-right-box a.web-btn-white:hover {
    border: 5px solid #fff;
    background: transparent;
    color: #fff;
}
.main-portfolio-section {
    width: 100%;
    display: inline-block;
    padding: 50px 0 50px 0;
    position: relative;
}
.main-portfolio-inner-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.portfolio-title-box h2 {
    color: #000;
}
ul#myTab {
    border: none;
    gap: 10px;
}
ul#myTab li.nav-item button {
    border-radius: 0;
    color: #333333;
    border: none !important;
    padding: 8px 10px;
}
ul#myTab li.nav-item button.active {
    background: #FEA22A;
    border-radius: 0;
    color: #fff !important;
}
section#portfolio-section:after {
    content: "";
    position: absolute;
    width: 58%;
    background: #F3F3F3;
    height: 100%;
    top: 0;
    left: 0;
}
div#myTabContent {
    position: relative;
    z-index: 1;
}
.main-vision-section {
    display: inline-block;
    width: 100%;
    padding: 100px 0 100px 0;
}
.main-vision-inner-section {
    max-width: 1350px;
    margin: auto;
    display: flex;
}
.vision-left-box {
    width: 50%;
    position: relative;
}
.vision-right-box {
    width: 50%;
    padding: 40px 0;
}
.vision-left-box img {
    width: 100%;
}
.vision-right-inner-box {
    padding: 40px;
    background: #000;
    margin: 0 0 0 -60px;
    border-right: 10px solid #FEA22A;
    position: relative;
}
.vision-right-inner-box p span {
    font-size: 25px;
    line-height: 20px;
}
    .vision-right-inner-box p {
        color: #fff;
        padding: 20px 0 50px 0;
        font-size: 16.5px;
    }
p.bold-text {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}
.vision-title {
    position: absolute;
    background: #FEA22A;
    padding: 20px;
    top: 30px;
}
.vision-title h3 {
    color: #fff;
}
.main-multiple-book-section {
    display: inline-block;
    width: 100%;
    padding: 100px 0 100px 0;
    background-image: url(../images/multiple-book-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    position: relative;
}
.main-multiple-book-inner-section {
    text-align: center;
}
.main-multiple-book-inner-section p {
    color: #fff;
}
.main-multiple-book-inner-section a {
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
    max-width: 220px;
    margin: auto;
}
.main-reviews-section {
    display: inline-block;
    width: 100%;
    padding: 100px 0 100px 0;
}    
.main-reviews-inner-section {
    display: flex;
    align-items: center;
    gap: 30px;
}
    .main-reviews-inner-section h2 {
        color: #FEA22A;
    }
.review-left-box{
    width: 40%;
}
.review-right-box{
    width: 60%;
}
.review-left-box h3 {
    color: #FEA22A;
    font-weight: 800;
}
.review-box-row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.review-box {
    padding: 20px;
    background: #FEA22A;
}
.review-box p {
    color: #fff;
    font-size: 14px;
}
p.rating-text {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
}
footer.main-footer-section {
    background: #000;
    width: 100%;
    display: inline-block;
    padding: 100px 0 0 0;
}

.main-contact-inner-section {
    display: flex;
    gap: 50px;
}

.contact-left-box {
    width: 50%;
}

.contact-right-box {
    width: 50%;
}

.company-info-box {
    display: flex;
    padding: 60px 0 0 0;
}

.company-info-left-box {
    width: 50%;
}

.company-info-right-box {
    width: 50%;
}

    .company-info-left-box h4, .company-info-right-box h4 {
        color: #fff;
        font-size: 30px;
        line-height: 30px;
    }

.contact-left-box p, .contact-left-box p a {
    color: #fff;
}

.contact-left-box h2 {
    padding-bottom: 20px;
}

.contact-left-box img {
    padding-top: 20px;
}

.contact-right-box h3 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 40px;
}

input.form-control {
    background: transparent;
    border-radius: 0;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    max-width: 100%;
}

textarea.form-control {
    background: transparent;
    border-radius: 0;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    max-width: 100%;
}

.form-box .col-12 {
    margin-bottom: 25px;
}

button.btn.btn-primary, input.btn.btn-primary {
    background: #FF9900;
    border: 1px solid #FF9900;
    border-radius: 50px;
    padding: 12px 60px;
}

.form-control:focus {
    color: #fff !important;
    background-color: transparent;
    border-color: #FF9900;
    outline: 0;
    box-shadow: none;
}

.form-control::placeholder {
    color: #fff;
}

.main-loop-slider-inner-section {
    padding: 20px 0 20px 0;
    width: 100%;
    display: inline-block;
    background: #000;
    pointer-events: none;
    border-top: 2px solid #FF9900;
    border-bottom: 2px solid #FF9900;
    margin-bottom: 50px;
    margin-top: 100px;
    overflow-x: hidden;
}

    .main-loop-slider-inner-section h4 {
        white-space: nowrap;
        color: #fff;
        font-weight: 500;
    }

    .main-loop-slider-inner-section .swiper-wrapper {
        transition-timing-function: linear !important;
    }

    .main-loop-slider-inner-section .swiper-slide {
        transition: 0.3s all;
        width: auto !important;
    }

.column-rows {
    display: flex;
}

.footer-left-col {
    width: 35%;
}

.footer-right-col {
    width: 45%;
}

.footer-mid-col {
    width: 20%;
}

.column-rows ul li a {
    color: #fff;
    text-transform: uppercase;
}

ul.services-list {
    display: flex;
    flex-wrap: wrap;
}

    ul.services-list li {
        width: 50%;
    }

span.footer-ul-title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    display: block;
}

.footer-left-col p {
    color: #fff;
    margin: 20px 0 0 0;
}

.column-rows ul li {
    margin-bottom: 15px;
}

.copright-row {
    padding: 20px 0 20px 0;
    width: 100%;
    display: inline-block;
    background: #000;
    border-top: 2px solid #FF9900;
    border-bottom: 2px solid #FF9900;
    margin-top: 50px;
    text-align: center;
}

    .copright-row p {
        color: #fff;
    }
a.navbar-brand img {
    max-width: 250px;
}
a.navbar-brand {
    padding: 0;
}
.main-services-hero-banner-section {
    padding: 50px 0 100px 0;
    display: inline-block;
    width: 100%;
}
.main-services-hero-banner-inner-section {
    position: relative;
}
    .main-services-hero-banner-inner-section h1,
    .main-services-hero-banner-inner-section h1 span.clr-changed {
        font-size: 40px;
        line-height: 45px;
        text-transform: uppercase;
    }
span.services-banner-tagline, span.services-banner-tagline span {
    font-size: 20px;
}
.main-services-hero-banner-inner-section ul {
    padding: 20px 0 20px 0;
}
ul.services-banner-ul li {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 0 40px;
    position: relative;
}
    ul.services-banner-ul li:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        top: 4px;
        left: 0px;
        background: #FEA22A;
    }

p.trusted-client-para, p.trusted-client-para span.clr-changed {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
}
.services-form-box {
    background: #FEA22A;
    padding: 25px;
}
    .services-form-box h2 {
        font-size: 40px;
        text-transform: uppercase;
        line-height: 40px;
    }
span.form-tagline {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 15px 0;
    display: block;
}
.services-form-box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
html body .services-form-box .form-control {
    background: #fff;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #000;
    padding: 10px 15px;
    border: 1px solid #fff;
}
html body .services-form-box .form-control:focus {
    color: #000 !important;
}
.services-form-box button.btn.btn-primary, .services-form-box input.btn.btn-primary {
    background: #000;
    padding: 12px 50px;
    border-radius: 0px;
    width: 100%;
    max-width: 250px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.services-form-box.audiobook:after {
    content: "";
    position: absolute;
    width: 550px;
    height: 530px;
    top: 0;
    right: 380px;
    background-image: url(../images/audiobook-banner-image.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.services-form-box.book-publishing:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 530px;
    top: 0px;
    right: 320px;
    background-image: url(../images/bookpublishing-banner-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.services-form-box.book-writing:after {
    content: "";
    position: absolute;
    width: 385px;
    height: 547px;
    top: 0px;
    right: 530px;
    background-image: url(../images/bookwriting-banner-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.services-form-box.book-design:after {
    content: "";
    position: absolute;
    width: 710px;
    height: 575px;
    top: 0px;
    right: 465px;
    background-image: url(../images/bookdesign-banner-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.services-form-box.book-editing:after {
    content: "";
    position: absolute;
    width: 380px;
    height: 555px;
    top: 45px;
    right: 535px;
    background-image: url(../images/bookediting-banner-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.services-form-box.book-marketing:after {
    content: "";
    position: absolute;
    width: 385px;
    height: 500px;
    top: 30px;
    right: 535px;
    background-image: url(../images/bookmarketing-banner-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.main-our-process-section {
    width: 100%;
    display: inline-block;
    padding: 100px 0 100px 0;
    background: #F7F7F7;
}
.process-card {
    width: 33.333%;
    padding: 0 50px 0 50px;
}
    .process-card h2 {
        font-size: 100px;
        line-height: 80px;
        font-weight: 800;
        color: #000;
    }
    .process-card h4 {
        color: #ff9801;
        font-weight: 800;
    }
    .process-card p {
        margin-top: 20px;
    }

.main-our-process-inner-section h3, .main-our-process-inner-section > h5 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.main-our-process-inner-section h3 span.clr-changed {
    font-size: 40px;
}
.process-card h5 {
    color: #FEA22A;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}
.main-our-process-inner-section .row {
    padding-top: 80px;
    padding-bottom: 60px;
    border-bottom: 2px solid #FEA22A;
}
.main-service-info-section {
    padding: 0 0 100px 0;
    width: 100%;
    display: inline-block;
    background-color: #F7F7F7;
}
span.comprehensive-tag {
    background: #ff9801;
    color: #fff;
    padding: 8px;
    font-size: 25px;
    max-width: max-content;
    width: 100%;
    display: flex;
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 10px;
}
.main-service-info-section .row .left-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-service-info-section .row .right-content {
    width: 50%;
    text-align: center;
}
.main-service-info-section ul.banner-listing-box {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    padding: 20px 0 20px 0;
}
.main-service-info-section li.banner-list-item span {
    color: #000;
}
.main-service-info-section li.banner-list-item {
    width: 50%;
    color: #000;
    position: relative;
    padding: 0 0 0 30px;
}
li.banner-list-item:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0px;
    background: #FEA22A;
}

.main-exp-services-section {
    width: 100%;
    padding: 100px 0 100px 0;
    display: inline-block;
}
.main-exp-services-inner-section {
    display: flex;
}
.exp-services-left-box {
    width: 35%;
    position: relative;
}
.exp-services-right-box {
    width: 65%;
    padding: 0 0 0 50px;
}
img.callimage {
    position: absolute;
    left: 0;
    bottom: 50px;
    right: 0;
    margin: auto;
    max-width: 400px;
}
.exp-title-box {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 0 0 50px 0;
}
.exp-title-box h3 {
    color: #000;
    text-transform: uppercase;
}
.exp-content-box h5 {
    color: #000;
}
.exp-content-box p {
    line-height: 35px;
    font-size: 25px;
}
.exp-content-box {
    padding: 30px 0 30px 0;
    border-top: 2px solid #000;
}
.main-why-our-service-section {
    display: inline-block;
    width: 100%;
    padding: 100px 0 100px 0;
    background: #FF9801;
}
.why-serv-card h5, .why-serv-card span, .why-serv-card p {
    color: #fff;
    text-transform: uppercase;
}
.why-serv-card h5 {
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
}
.why-serv-card span {
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}
.why-serv-card.text-right-card {
    text-align: right;
}
.why-serv-card {
    margin-bottom: 100px;
}
.main-cta-inner-section h4 {
    color: #FEA22A;
    font-style: italic;
}
p.cta-serv-desc {
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
}
.main-meet-our-service-section.audiobook {
    display: inline-block;
    padding: 100px 0 100px 0;
    background-image: url(../images/meetaudiobook-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}
.main-meet-our-service-section.book-publishing {
    display: inline-block;
    padding: 100px 0 100px 0;
    background-image: url(../images/meetbookpublishing-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}
.main-meet-our-service-section.book-writing {
    display: inline-block;
    padding: 100px 0 100px 0;
    background-image: url(../images/meetbookwriting-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}
.main-meet-our-service-section.book-design {
    display: inline-block;
    padding: 100px 0 100px 0;
    background-image: url(../images/meetbookdesign-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}
.main-meet-our-service-section.book-editing {
    display: inline-block;
    padding: 100px 0 100px 0;
    background-image: url(../images/meetbookediting-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}
.main-meet-our-service-section.book-marketing {
    display: inline-block;
    padding: 100px 0 100px 0;
    background-image: url(../images/meetbookmarketing-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}
.iti__selected-flag > div {
    color: #fff !important;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.body-content {
    margin: 0 !important;
    padding: 0;
}
.footer-left-col img {
    max-width: 250px;
}
li.nav-item a {
    color: #333333;
}
li.nav-item a:hover {
    color: #FEA22A;
}
.navbar-collapse.collapse.show li.nav-item a {
    color: #fff;
}
.navbar-collapse.collapse.show li.nav-item a:hover {
    color: #000;
}
@media screen and (max-width: 1700px) {
    .services-form-box.audiobook:after {
        height: 525px;
        right: 160px;
    }
    .services-form-box.book-marketing:after {
        top: 30px;
        right: 355px;
    }
    .services-form-box.book-editing:after {
        top: 65px;
        right: 275px;
    }
    .services-form-box.book-design:after {
        top: 50px;
        right: 335px;
    }
    .services-form-box.book-publishing:after {
        right: 130px;
    }
    html body h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        top: 0px;
    }
    .container-wrapper {
        max-width: 1440px;
    }
    .services-form-box.book-writing:after {
        width: 385px;
        height: 507px;
        right: 330px;
    }
    .process-card h5 {
        font-size: 25px;
        line-height: 30px;
    }
    .process-card h2 {
        font-size: 70px;
        line-height: 50px;
    }
    html body h6 {
        font-size: 18px;
        line-height: 28px;
    }
    .review-left-box img {
        max-width: 450px;
    }
}
@media screen and (max-width: 1500px) {
    .main-services-hero-banner-section {
        padding: 20px 0 100px 0;
    }
    .services-form-box h2 {
        font-size: 28px;
        line-height: 35px;
    }
        .services-form-box.audiobook:after {
        height: 525px;
        right: 30px;
    }
    .services-form-box.book-marketing:after {
        top: 70px;
        right: 215px;
    }
    .services-form-box.book-editing:after {
        top: 65px;
        right: 175px;
    }
    .services-form-box.book-design:after {
        top: 50px;
        right: 200px;
    }
    .services-form-box.book-publishing:after {
        right: 0px;
        width: 600px;
        height: 430px;
        top: 50px;
    }
    .main-cta-inner-section h2,
    .main-cta-inner-section h2 span.clr-changed {
        font-size: 80px;
        line-height: 90px;
    }
    .main-cta-inner-section p {
        font-size: 30px;
        line-height: 40px;
    }
    .container-wrapper {
        max-width: 1300px;
    }
    .services-form-box.book-writing:after {
        right: 200px;
    }
    html body h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .left-counter-box {
        padding: 85px 120px;
    }
    .count-box p {
        font-size: 16px;
    }
    html body p, html body label, html body span, html body li {
        font-size: 14px;
        line-height: 24px;
    }
    .full-width-cta-left-box {
        padding: 50px 100px;
    }
    .exp-content-box p {
        line-height: 30px;
        font-size: 20px;
    }
    html body h5 {
        font-size: 25px;
        line-height: 35px;
    }
    .why-serv-card span {
        font-size: 20px;
    }
    .main-why-our-service-inner-section .col-6 {
        display: flex;
        align-items: center;
    }
    html body h1 {
        font-size: 45px;
        line-height: 55px;
    }
}


@media screen and (max-width: 1366px) {
    .main-hero-banner-section {
        padding: 50px 0 50px 0;
    }
    .swiper-button-prev, .swiper-button-next {
        top: 65px;
    }
    html body h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .vision-right-inner-box p {
        padding: 20px 0 40px 0;
        font-size: 14px;
    }
    .full-width-cta-left-box {
        padding: 50px 50px;
    }
    .double-btn-box {
        gap: 10px;
    }
    a.web-btn-white,
    a.web-btn-black,
    a.web-btn-orange {
        font-size: 14px;
        min-width: 190px;
    }
    html body h6 {
        font-size: 14px;
        line-height: 28px;
    }
    p.cta-serv-desc {
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
    }
    .left-counter-box,
    .right-counter-box {
        padding: 45px 70px;
    }
    .services-form-box.book-writing:after {
        height: 505px;
    }
    .main-cta-section {
        padding: 70px 0 70px 0;
    }
    .client-rating-image-box img {
        max-width: 160px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 45px;
        height: 45px;
    }
}
@media screen and (max-width: 1280px) {

    .services-form-box.book-writing:after {
        right: 150px;
    }

    .vision-right-inner-box p {
        padding: 20px 0 0px 0;
        font-size: 9.5px;
    }
}
    @media screen and (max-width: 1024px) {
        .review-left-box .double-btn-box {
            justify-content: center;
        }
        .main-hero-banner-section {
            padding: 50px 0 50px 0;
        }
        .swiper-button-prev, .swiper-button-next {
            display: none;
        }
        br {
display: none;        
        }
        .main-multiple-book-section {
            padding: 50px 0 50px 0;
            height: 100vh;
        }
        .main-vision-section {
            padding: 50px 0 50px 0;
        }
        .vision-right-inner-box p {
            font-size: 14px;
        }
        .vision-left-box {
            width: 100%;
        }
        .vision-right-box {
            width: 100%;
            padding: 0;
        }
        .vision-right-inner-box {
            padding: 40px 20px;
            margin: 0;
            position: relative;
        }
        .main-vision-inner-section {
            flex-direction: column;
        }
        .featuring-service-cta-row {
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }
        .img-card img {
            width: 100%;
        }
        .featuring-row {
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            padding: 40px 0 0 0;
        }
        .featuring-service-cta-row .featuring-service-left-box {
            width: 100%;
            text-align: center;
        }
            .featuring-service-cta-row .featuring-service-right-box {
                width: 100%;
                justify-content: center;
            }
        .main-featuring-services-section {
            padding: 50px 0 50px 0;
        }
        .image-box, .image-box img {
            width: 100% !important;
        }
        .main-about-inner-section {
            flex-direction: column;
        }
        .left-about-box {
            width: 100%;
        }
        .right-about-box {
            width: 100%;
            padding: 50px 20px;
        }
        .contact-right-box {
            padding-top: 0;
        }
        .company-info-left-box h4, .company-info-right-box h4 {
            font-size: 16px;
            line-height: 26px;
        }
        .company-info-box {
            padding: 20px 0 0 0;
        }
        .contact-left-box {
            width: 100%;
        }
        .contact-right-box {
            width: 100%;
        }

        .main-contact-inner-section {
            flex-direction: column;
        }
        footer.main-footer-section {
            padding: 50px 0 0 0;
        }
        .main-reviews-section {
            padding: 50px 0 50px 0;
        }
        .review-left-box p {
            margin-top: 10px !important;
        }
        .review-left-box {
            width: 100%;
            margin-bottom: 20px;
            text-align: center;
        }
        .review-right-box {
            width: 100%;
        }
        .main-reviews-inner-section {
            flex-direction: column;
        }
        .why-serv-card {
            margin-bottom: 20px;
            margin-top: 20px;
        }
        .review-left-box img {
            max-width: 350px;
        }
        .main-why-our-service-inner-section .col-6 {
            justify-content: center;
        }
        .main-why-our-service-inner-section .row > div {
            width: 100%;
            text-align: center;
        }
        .why-serv-card.text-right-card {
            text-align: center;
        }
        .main-why-our-service-section {
            padding: 50px 0 50px 0;
        }
        .main-exp-services-section {
            padding: 50px 0 50px 0;
        }
        .main-exp-services-inner-section {
            flex-direction: column;
        }
        .exp-services-left-box {
            width: 100%;
        }
        .exp-services-right-box {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }
        .exp-services-left-box img {
            width: 100%;
        }
        .main-full-width-cta-inner-section {
            flex-direction: column;
        }
        .full-width-cta-left-box {
            padding: 50px 20px;
            width: 100%;
        }
        .full-width-cta-right-box {
            padding: 50px 20px;
            width: 100%;
        }
        html body h4 {
            font-size: 25px;
            line-height: 35px;
        }
        span.clr-changed {
            font-size: 25px;
            line-height: 35px;
        }
        .main-meet-our-service-section {
            padding: 50px 0 50px 0 !important;
        }
        .main-service-info-section {
            padding: 0 0 50px 0;
        }

        .main-our-process-inner-section .row {
            padding-top: 30px;
            padding-bottom: 25px;
            border-bottom: 0px solid transparent;
        }

        .main-service-info-inner-section .row {
            flex-direction: column;
        }

            .main-service-info-inner-section .row .left-content,
            .main-service-info-inner-section .row .right-content {
                width: 100%;
            }

        .left-counter-box {
            padding: 50px 20px;
        }

        .right-counter-box {
            padding: 50px 20px;
        }

        .main-counter-inner-section .left-counter-box:after {
            display: none;
        }

        .main-counter-inner-section {
            flex-direction: column;
        }

        .left-counter-box,
        .right-counter-box {
            width: 100%;
        }

        .main-our-process-section {
            padding: 50px 0 50px 0;
        }

        .process-card {
            width: 100%;
            padding: 20px 10px;
            border: none !important;
        }

        .services-form-box.book-writing:after,
        .services-form-box.book-editing:after,
        .services-form-box.book-marketing:after,
        .services-form-box.book-design:after,
        .services-form-box.book-publishing:after,
        .services-form-box.audiobook:after {
            display: none;
        }

        .main-services-hero-banner-inner-section .row {
            flex-direction: column;
        }

            .main-services-hero-banner-inner-section .row > div {
                width: 100%;
            }

                .main-services-hero-banner-inner-section .row > div:first-child {
                    margin-bottom: 30px;
                }
        .contact-left-box .company-info-box:last-child {
            padding: 0;
        }
        .column-rows {
            flex-direction: column;
        }
        .footer-left-col, .footer-mid-col, .footer-right-col {
            width: 100%;
        }
        ul#myTab li.nav-item button {
            padding: 4px 10px;
            font-size: 10px;
        }
        .client-rating-image-box img {
            max-width: 160px;
            display: block;
            margin: auto;
            margin: 0 auto 25px auto;
            padding: 0;
        }
        .main-hero-banner-inner-section .left-column h1 {
            text-align: center;
        }
        section#hero-banner-section p {
            text-align: center;
        }
        section#hero-banner-section .main-hero-banner-inner-section .row {
            flex-direction: column;
        }
            section#hero-banner-section .main-hero-banner-inner-section .row > div {
                width: 100%;
            }
        button.navbar-toggler {
            border-radius: 0;
            border: 2px solid #FEA22A;
        }
    }


@media screen and (max-width: 641px) {
    .icon-row {
        gap: 20px;
    }
    .icon-row div {
        flex-direction: column;
        gap: 20px;
    }
    .icon-row {
        flex-direction: column;
    }
    .main-portfolio-inner-section {
        flex-direction: column;
        gap: 20px;
    }
    .company-info-box {
        flex-direction: column;
    }
    .main-contact-inner-section {
        gap: 10px;
    }
    .contact-right-box h3 {
        margin-bottom: 0px;
        font-size: 20px;
    }
    ul.services-list li {
        width: 100%;
    }
    .main-services-hero-banner-section {
        padding: 50px 0 50px 0;
    }
    .featuring-row {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media screen and (max-width: 480px) {
    section.thankyou-banner p {
        font-size: 15px !important;
        line-height: 25px !important;
    }
    a.navbar-brand img {
        max-width: 150px;
    }
    .review-left-box img {
        max-width: 280px;
    }
    .client-rating-image-box img {
        max-width: 160px;
        display: block;
        margin: auto;
        margin: 0 auto 25px auto;
        padding: 0;
    }
    .client-rating-image-box {
        width: 100%;
    }
    .main-hero-banner-section {
        padding: 30px 0 30px 0;
    }
    .right-about-box p, .right-about-box h3 {
        text-align: center;
    }
    .full-width-cta-inner-box h4, .full-width-cta-inner-box p {
        text-align: center;
    }
    .right-about-box {
        align-items: center;
    }
    .main-cta-inner-section p {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
    .main-cta-inner-section h2, .main-cta-inner-section h2 span.clr-changed {
        font-size: 45px;
        line-height: 55px;
        text-align: center;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
    html body h1 {
        font-size: 30px;
        line-height: 40px;
    }
    section#hero-banner-section html body h1 {
        text-align: center;
    }
    section#hero-banner-section p {
        text-align: center;
    }
    br {
    display: none;
    }
    ul#myTab li.nav-item button {
        padding: 4px 5px;
        font-size: 8px;
    }
    .main-services-hero-banner-inner-section h1, .main-services-hero-banner-inner-section h1 span.clr-changed {
        font-size: 25px;
        line-height: 35px;
        text-transform: uppercase;
    }
    span.services-banner-tagline, span.services-banner-tagline span {
        font-size: 12px;
    }
    ul.services-banner-ul li {
        font-size: 14px;
        line-height: 24px;
        padding: 0 0 0 25px;
    }
        ul.services-banner-ul li:after {
            width: 15px;
            height: 15px;
            top: 5px;
        }
    .main-services-hero-banner-inner-section ul {
        padding: 10px 0 0px 0;
    }
    .services-form-box h2 {
        font-size: 20px;
        line-height: 25px;
    }
    span.form-tagline {
        font-size: 14px;
    }
    .services-form-box {
        padding: 15px;
    }
    .main-services-hero-banner-section {
        padding: 10px 0 30px 0;
    }
    .left-counter-box {
        flex-direction: column;
    }
    .count-box {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;

    }
    .left-counter-box, .right-counter-box {
        width: 100%;
        justify-content: center;
    }
    html body h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .main-our-process-inner-section h3 span.clr-changed {
        font-size: 25px;
    }
    p.trusted-client-para, p.trusted-client-para span.clr-changed {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .process-card h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .main-our-process-section {
        padding: 30px 0 30px 0;
    }
    .left-counter-box {
        padding: 30px 20px;
    }
    .right-counter-box {
        padding: 30px 20px;
    }
    span.comprehensive-tag {
        font-size: 16px;
        line-height: 16px;
    }
    .main-service-info-section li.banner-list-item {
        width: 100%;
    }
    .main-meet-our-service-section {
        padding: 30px 0 30px 0 !important;
    }
    .main-our-process-inner-section .row {
        padding-bottom: 0;
    }
    p.cta-serv-desc {
        font-size: 14px;
        line-height: 25px;
        font-weight: 300;
    }
    .full-width-cta-left-box {
        padding: 30px 20px;
    }
    .full-width-cta-right-box {
        padding: 30px 20px;
    }
    a.web-btn-white, a.web-btn-black, a.web-btn-orange {
        font-size: 10px;
        min-width: 150px;
        padding: 6px 20px;
    }
    .exp-content-box p {
        line-height: 26px;
        font-size: 16px;
    }
    html body h5 {
        font-size: 20px;
        line-height: 25px;
    }
    .exp-content-box {
        padding: 15px 0 15px 0;
    }
    html body h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .double-btn-box {
        justify-content: center;
    }
    .review-box-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    img.callimage {
        max-width: 250px;
    }
    .contact-left-box {
        text-align: center;
    }
    .company-info-left-box {
        width: 100%;
        margin-bottom: 10px;
    }
    .company-info-right-box {
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-right-box h3 {
        text-align: center;
    }
    .footer-left-col, .footer-mid-col, .footer-right-col {
        text-align: center;
    }
    .column-rows ul li {
        margin-bottom: 5px;
    }
    .footer-left-col p br {
        display: block;
    }
    .footer-left-col p {
        display: none;
    }
    .company-info-left-box h4, .company-info-right-box h4 {
        color: #FEA22A;
    }
    .exp-title-box {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0 0 20px 0;
    }
        .exp-title-box h3 {
            text-align: center;
        }
    span.footer-ul-title {
        color: #FEA22A;
        margin-bottom: 15px !important;
        margin-top: 15px;
        font-size: 20px;
        font-weight: 600;
    }
    div#navbarNav {
        position: absolute;
        top: 40px;
        background: #FEA22A;
        width: 100%;
        padding: 15px;
        z-index: 99;
    }
    .right-counter-box a img {
        max-width: 200px;
    }
    .main-cta-inner-section h4 {
        text-align: center;
    }
    button.btn.btn-primary, input.btn.btn-primary {
        margin: auto;
        width: 100%;
        max-width: 200px;
        display: flex;
    }
    .container-wrapper {
        padding: 0 15px 0 15px;
    }
}
.modal-header {
    border: none;
    position: absolute;
    z-index: 1;
    width: 100%;
}
.modal-body .services-form-box h2, .modal-body .services-form-box span {
    text-align: center !important;
}
.modal-body .services-form-box {
    padding: 0;
}
.modal-body span.form-tagline {
    width: 100%;
    text-align: center;
    display: inline-block;
}
html body .services-form-box .form-control::placeholder {
color: #333333;
font-size: 14px;
}
.modal-body .iti__selected-flag > div,
.services-form-box .iti__selected-flag > div {
    color: #333333 !important;
}
section#policy-banner-section {
    padding: 150px 0 100px 0;
    display: inline-block;
    width: 100%;
    background: #000;
}
.thankyou-banner {
    padding: 150px 0 150px 0;
    display: flex;
    align-items: center;
    width: 100%;
    background: #000;
    height: 100dvh;
}
    .main-policy-banner-inner-section h1, .thankyou-banner h1 {
        color: orange;
    }