* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
body {
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
html body p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #333333;
    margin: 0 0 20px 0;
    padding: 0;
    font-family: "Montserrat", serif;
}
html body ul, html body li {
    list-style: none;
    margin: 0;
    padding: 0;
}
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: 40px;
    color: #000000;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
}
html body h2 {
    font-size: 55px;
    color: #ffffff;
    line-height: 65px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}
html body h3 {
    font-size: 40px;
    color: #000;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
html body h4 {
    font-size: 40px;
    color: #000;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
html body h5 {
    font-size: 35px;
    color: #FFDC16;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}
html body h6 {
    font-size: 22px;
    color: #ffffff;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
span.clr-changed {
    color: #FEA22A;
}
.web-clr{
    color: #FEA22A;
}
a {
    text-decoration: none;
}
a.web-btn-black {
    background: #000;
    padding: 12px 30px;
    border: 2px solid #000;
    color: #FEA22A;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    min-width: 230px;
    text-align: center;
    font-family: "Montserrat", serif;
}
a.web-btn-black:hover {
    color: #FEA22A;
    border: 2px solid #FEA22A;
    background-color: transparent;
    transition: 0.5s ease;
}
a.web-btn-orange {
    background: #FEA22A;
    padding: 12px 30px;
    border: 2px solid #FEA22A;
    color: #000;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    min-width: 230px;
    text-align: center;
    font-family: "Montserrat", serif;
}
a.web-btn-orange:hover {
    color: #FEA22A;
    border: 2px solid #FEA22A;
    background-color: transparent;
    transition: 0.5s ease;
}
a.web-btn-white {
    background: #fff;
    padding: 12px 30px;
    border: 2px solid #fff;
    color: #FEA22A;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    min-width: 230px;
    text-align: center;
    font-family: "Montserrat", serif;
}
a.web-btn-white:hover {
    color: #FEA22A;
    border: 2px solid #FEA22A;
    background-color: transparent;
    transition: 0.5s ease;
}
.main-header-section {
    display: inline-block;
    width: 100%;
    padding: 20px 0 20px 0;
    position: sticky;
    top: 0;
    z-index: 9;
    background: #000;
}
.main-hero-banner-section {
    padding: 100px 0 50px 0;
    display: inline-block;
    width: 100%;
}
.container-wrapper {
    width: 100%;
    max-width: 1340px;
    padding: 0 20px 0 20px;
    margin: 0 auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper {
    width: 100%;
    height: 100%;
}
.main-hero-banner-inner-section {
    position: relative;
}
.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: 65px 140px;
    background-color: #000;
    justify-content: space-between;
}
.right-counter-box {
    width: 35%;
    display: flex;
    align-items: center;
    padding: 65px 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;
}
.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;
    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(/web-assets/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 h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}
.main-cta-inner-section h2 span.clr-changed {
    text-transform: uppercase;
    font-size: 90px;
    font-weight: 800;
    line-height: 90px;
}
.double-btn-box {
    display: flex;
    gap: 30px;
}
.main-cta-inner-section .double-btn-box a.web-btn-orange:hover {
    border: 2px 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: 2px solid #000;
    background: transparent;
    color: #000;
}
.full-width-cta-right-box a.web-btn-white:hover {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}
.main-portfolio-section {
    width: 100%;
    display: inline-block;
    padding: 100px 0 0px 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;
}
.portfolio-content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}
.portfolio-swiper {
    display: none;
}
.portfolio-swiper .swiper-slide img {
    width: 100%;
}
@media screen and (max-width: 991px) {
    .portfolio-content {
        display: none;
    }
    .portfolio-swiper {
        display: block;
    }
}
section#portfolio-section .swiper-wrapper {
    margin-bottom: 45px;
}
.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: 14px;
        margin: 0;
    }
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(/web-assets/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;
}    
.review-box {
    padding: 20px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom: 5px solid #FEA22A;
    max-width: 1600px;
    margin: auto;
    margin-bottom: 25px;
}
.main-reviews-section .swiper-slide {
    padding: 30px 80px;
}
.count-box {
    text-align: center;
}
.main-reviews-section .swiper-button-prev {
    top: 50%;
    width: 55px;
    height: 55px;
    background: transparent;
    border-radius: 50px;
    left: 0px;
    border: 2px solid #FEA22A;
    color: #FEA22A;
}
.main-reviews-section .swiper-button-next {
    top: 50%;
    width: 55px;
    height: 55px;
    background: transparent;
    border-radius: 50px;
    right: 0px;
    border: 2px solid #FEA22A;
    color: #FEA22A;
    left: initial;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    background: #B5B5B5;
    opacity: 1;
    border-radius: 0;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FEA22A !important;
    width: 50px;
    transition: 0.5s ease-in-out;
}
footer.main-footer-section {
    background: #000;
    width: 100%;
    display: inline-block;
    padding: 50px 0 0 0;
}
.main-contact-inner-section {
    display: flex;
    gap: 50px;
}
.contact-left-box {
    width: 50%;
}
.contact-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 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: 0px;
    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;
    overflow-x: hidden;
    margin-top: 50px;
}
.marquee {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
}
.marquee-content {
    display: flex;
    animation: scrollMarquee 50s linear infinite;
}
.marquee-content span {
    white-space: nowrap;
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    margin-right: 3rem;
    display: inline-block;
}
@keyframes scrollMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.copright-row {
    padding: 20px 0 20px 0;
    width: 100%;
    display: flex;
    background: #000;
    justify-content: space-between;
}
.copright-row p {
    color: #fff;
}
.company-info-box {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}
.company-info-box i {
    width: 50px;
    height: 50px;
    background: #FF9900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

a.navbar-brand img {
    max-width: 170px;
}
a.navbar-brand {
    padding: 0;
}
.main-services-hero-banner-section {
    padding: 100px 0 100px 0;
    display: flex;
    width: 100%;
    height: calc(100vh - 62px);
    align-items: center;
}
.main-services-hero-banner-inner-section {
    position: relative;
}
    .main-services-hero-banner-inner-section h1 {
        font-size: 35px;
        line-height: 40px;
        text-transform: uppercase;
        color: #fff;
    }
span.services-banner-tagline, span.services-banner-tagline span {
    font-size: 20px;
}
ul.services-banner-ul li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 0 30px;
    position: relative;
    color: #fff;
}
    ul.services-banner-ul li:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        top: 3px;
        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: 10px;
}
.services-inner-box {
    background: #FEA22A;
    border: 2px solid #fff;
    padding: 15px;
}
.services-form-box h2 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
    display: block;
    font-weight: 800;
}
span.form-badge {
    background: #000;
    color: #fff;
    padding: 5px 10px;
}
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;
    font-size: 14px;
}
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: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}
.main-our-process-section {
    width: 100%;
    display: inline-block;
    padding: 100px 0 100px 0;
    background: #F7F7F7;
}
.process-card {
    width: 33.333%;
    padding: 0 20px 0 20px;
}
    .process-card h2 {
        font-size: 70px;
        line-height: 50px;
        font-weight: 800;
        color: #000;
    }
    .process-card h4 {
        color: #ff9801;
        font-weight: 800;
    }

.main-our-process-inner-section h3, .main-our-process-inner-section > h5 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.process-card h5 {
    color: #FEA22A;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    padding-right: 25px;
}
.main-our-process-inner-section .row {
    padding-top: 60px;
    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: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-service-info-section .row .right-content {
    width: 45%;
    text-align: center;
}
.main-service-info-section ul.banner-listing-box {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}
.main-service-info-section li.banner-list-item span {
    color: #000;
    font-size: 14px;
}
.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: 2px;
    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;
}
.publishing-layout .exp-services-left-box {
    width: 28%;
    position: relative;
}
.publishing-layout .exp-services-right-box {
    width: 72%;
    padding: 0 0 0 50px;
}
.exp-services-left-box {
    width: 36%;
    position: relative;
}
.exp-services-right-box {
    width: 65%;
    padding: 0 0 0 50px;
}
.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;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 35px;
}
.exp-content-box p {
    line-height: 28px;
    font-size: 18px;
}
.exp-content-box {
    padding: 20px 0 20px 0;
    border-top: 2px solid #000;
}
.main-why-our-service-section {
    display: inline-block;
    width: 100%;
    padding: 100px 0 100px 0;
    background: #FF9801;
}
.main-serv-card-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.why-serv-card {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border: 2px solid transparent;
    transition: 0.5s ease-in-out;
}
.why-serv-card:hover {
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid #fff;
}
.why-serv-card h5 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 10px;
}
.why-serv-card h6 {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}
.main-cta-inner-section h4 {
    color: #FEA22A;
}
.trusted-image-box {
    background: rgba(255, 255, 255, 0.2);
    padding: 15px;
    border: 2px solid #ffffff26;
    width: fit-content;
}
.main-meet-our-service-section.audiobook {
    display: inline-block;
    padding: 100px 0 100px 0;
    background-image: url(/web-assets/images/meetaudiobook-background.webp);
    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(/web-assets/images/meetbookpublishing-background.webp);
    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(/web-assets/images/meetbookwriting-background.webp);
    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(/web-assets/images/meetbookdesign-background.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    background-position: right bottom;
    background-color: #000;
}
.main-meet-our-service-section.book-editing {
    display: inline-block;
    padding: 100px 0 100px 0;
    background-image: url(/web-assets/images/meetbookediting-background.webp);
    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(/web-assets/images/meetbookmarketing-background.webp);
    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: #fff;
}
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;
}
.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: 20px;
}
.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;
}
.top-bar-line {
    background-color: #ff9701;
    padding: 10px 0;
    position: relative;
    z-index: 10;
}
.form-check label.form-check-label {
    font-size: 10px !important;
    line-height: 15px;
    margin-bottom: 20px;
}
.form-check .f-sizes {
    font-size: 12px;
}
/* Lps Styling */
.main-header-section.lps-header {
    background: #000;
    padding: 10px 0 10px 0;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
}
a.web-btn-orange.ic-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px;
}
a.web-btn-orange.ic-btn:hover i {
    background: #FEA22A;
    color: #000;
}
i.phone-icon {
    width: 30px;
    height: 30px;
    display: flex;
    background: #000;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 50px;
    color: #FEA22A;
}
span.limited-time-offer-strip {
    background: #E90016;
    padding: 6px;
    line-height: normal;
    font-size: 14px;
    margin-bottom: 10px;
}
.formSlideBtn {
    position: fixed;
    right: 0;
    top: 55%;
    z-index: 999;
    transform: rotate(270deg) translateX(50%);
    transform-origin: right;
    display: inline-flex;
    align-items: center;
    background-color: #FEA22A;
    opacity: 0;
    margin-top: -1.42%;
    padding: 3px;
    text-decoration: none;
}
.formSlideBtn.sty1 span {
    background: #fff;
}
.formSlideBtn.sidebtn-show {
    right: 26px;
    opacity: 1;
}
.formSlideBtn.sidebtn-show i {
    transform: rotate(90deg);
}
.formSlideBtn.is--active i {
    transform: rotate(90deg);
}
.formSlideBtn > span {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    background: #000;
    padding: 4px 15px;
    display: block;
}
.formSlideBtn > span b {
    font-weight: 900;
}
.formSlideBtn > span b i {
    font-size: 24px;
}
.formSlideBtn > i {
    color: #fff;
    font-size: 24px;
    transform: rotate(270deg);
    transition: all .35s ease;
    right: 0;
    width: 35px;
    margin: -3px 0 0 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.lp-footer-logo {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    display: flex;
    width: fit-content;
    margin-bottom: 20px;
}  
.modal-body {
    padding: 0;
}
.modal-body h2 {
    font-size: 20px !important;
}
.portfolio-content {
    padding: 200px;
    background-size: auto;
    background-position: center; 
    background-repeat: no-repeat;    
}
.column-rows {
    display: flex;
    padding: 50px 0 0 0;
}
.footer-left-col {
    width: 35%;
}
.footer-mid-col {
    width: 20%;
}
.footer-right-col {
    width: 45%;
}
.footer-left-col p {
    color: rgb(255, 255, 255);
    margin: 20px 0px 0px;
}
span.footer-ul-title {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px !important;
}
.column-rows ul li {
    margin-bottom: 15px;
}
.column-rows ul li a {
    color: #fff;
    text-transform: uppercase;
}
.column-rows ul li a:hover {
    color: #FEA22A;
    transition: 0.5s ease-in-out;
}
ul.services-list {
    display: flex;
    flex-wrap: wrap;
}
ul.services-list li {
    width: 50%;
}
.contact-right-box .iti__selected-dial-code {
    color: #fff !important;
}
.image-box img, .image-box {
    height: 100%;
}
.main-hero-banner-inner-section .swiper-button-prev {
    top: 60px;
    width: 45px;
    height: 45px;
    background: transparent;
    border-radius: 50px;
    left: 0;
    border: 2px solid #000;
    color: #000;
}
.main-hero-banner-inner-section .swiper-button-next {
    top: 60px;
    width: 45px;
    height: 45px;
    background: transparent;
    border-radius: 50px;
    left: 70px;
    border: 2px solid #000;
    color: #000;
}
span.navbar-toggler-icon {
    filter: brightness(15);
}
::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #000000;
}
::-webkit-scrollbar{
	width: 5px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb{
	background-color: #FEA22A;
}
.trusted-image-box {
    max-width: 85%;
}   
@media screen and (max-width: 1700px) {

    .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) {
    .services-form-box h2 {
        font-size: 12px;
    }    
    .main-services-hero-banner-section {
        padding: 70px 0 70px 0;
    }
    .main-cta-inner-section h2,
    .main-cta-inner-section h2 span.clr-changed {
        font-size: 65px;
        line-height: 70px;
    }
    html body h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .left-counter-box {
        padding: 65px 120px;
    }
    .count-box p {
        font-size: 16px;
    }
    html body p {
        font-size: 14px;
        line-height: 24px;
    }
    .full-width-cta-left-box {
        padding: 50px 100px;
    }
    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;
    }  
}
@media screen and (max-width: 1400px) {
    .main-hero-banner-inner-section .swiper-button-prev, 
    .main-hero-banner-inner-section .swiper-button-next {
        top: 30px !important;
    }
    li.nav-item a {
        font-size: 12px;
    } 
    

}

@media screen and (max-width: 1366px) { 
    .main-services-hero-banner-inner-section h1 {
        font-size: 30px;
        line-height: 35px;
    }    
    .why-serv-card h6 {
        font-size: 16px;
        line-height: 24px;
    }   
    .process-card h5 {
        font-size: 18px;
        line-height: 26px;
    }     
    html body h4 {
        font-size: 30px;
        line-height: 40px;
    }    
    .main-hero-banner-section {
        padding: 50px 0 50px 0;
    }
    .services-form-box h2 {
        font-size: 12px;
    }    
    .exp-content-box {
        padding: 20px 0 20px 0;
        border-top: 2px solid #000;
    }   
    .exp-content-box p {
        line-height: 22px;
        font-size: 14px;
    }    
    .main-cta-inner-section h4 {
        font-size: 30px;
        line-height: 40px;
    }     

    html body h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .vision-right-inner-box p {
        padding: 20px 0 30px 0;
        font-size: 12px;
    }
    .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;
    }
    .left-counter-box,
    .right-counter-box {
        padding: 35px 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;
    }
    .main-hero-banner-inner-section .swiper-button-prev,
    .main-hero-banner-inner-section .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;
    }
}
@media screen and (max-width: 1199px) {
html body h1 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 1024px) {
    .main-services-hero-banner-section {
        height: auto;
    }    
    .review-left-box .double-btn-box {
        justify-content: center;
    }
    .main-hero-banner-section {
        padding: 50px 0 50px 0;
    }
    .main-hero-banner-inner-section .swiper-button-prev, 
    .main-hero-banner-inner-section .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 10px;
    }
    .contact-right-box {
        padding-top: 0;
    }
    .company-info-left-box h4, .company-info-right-box h4 {
        font-size: 16px;
        line-height: 26px;
    }
    .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;
    }
    .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;
    }
    .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 {
        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;
        text-align: center;
    }

    .main-services-hero-banner-inner-section .row {
        flex-direction: column;
    }

    .main-services-hero-banner-inner-section .row > div {
        width: 100%;
    }

    .column-rows {
        flex-direction: column;
    }
    .footer-left-col, .footer-mid-col, .footer-right-col {
        width: 100%;
    }
    ul#myTab li.nav-item button {
        padding: 10px 20px;
        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;
    }
    .main-serv-card-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    } 
    .main-reviews-section .swiper-slide {
        padding: 15px;
    }  

    .copright-row p {
        text-align: center;
        font-size: 12px;
    }                         
}


@media screen and (max-width: 991px) {
    .main-contact-us-section {
        padding: 45px 0 45px 0 !important;
    }    
    .main-portfolio-section {
        padding: 30px 0 30px 0;
    }    
    section#portfolio-section .swiper-wrapper {
        margin-top: 20px;
    }    
    .copright-row {
        flex-direction: column-reverse;
    } 
    .formSlideBtn.sidebtn-show {
        right: 21px;
    }
    .formSlideBtn.sidebtn-show {
        bottom: auto !important;
    }  
    .main-portfolio-inner-section {
        flex-direction: column;
        gap: 20px;
    } 
    .main-cta-inner-section h3 {
        font-size: 20px;
        line-height: 30px;
    }   
    .main-meet-our-service-section {
        background: #000 !important;
    }   
    .trusted-image-box {
        max-width: 100%;
    }           
}

@media screen and (max-width: 641px) { 
    .marquee-content span {
        font-size: 20px;
        margin-right: 1rem;
    }    
    .formSlideBtn > span {
        font-size: 18px;
    }      
    .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;
    }
    .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);
    }
     .left-counter-box, .right-counter-box {
        width: 100%;
        justify-content: center;
    }
    .left-counter-box {
        flex-direction: column;
    }
    .count-box {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }    
}
@media (max-width: 576px) {
    .formSlideBtn.sidebtn-show {
        right: 17px;
    }
}
@media screen and (max-width: 575px) {
    .formSlideBtn > span {
        font-size: 14px;
    }   
    .main-hero-banner-inner-section .left-column {
        margin-bottom: 20px;
    }    
    .textarea, .form-control {
        height: 35px !important;
    }
   .services-form-box button.btn.btn-primary, .services-form-box input.btn.btn-primary {
        font-size: 12px;
        padding: 8px 15px;
    }  
    .main-service-info-inner-section .right-content {
        padding-top: 30px;
    }    
    .copright-row a {
        font-size: 12px;
    }    
    a.web-btn-orange.ic-btn span {
        display: none;
    }  
    a.web-btn-orange.ic-btn {
        min-width: inherit;
        padding: 0px;
        border-radius: 50%;
    }      
    a.lp-footer-logo {
        width: 100% !important;
        justify-content: center;
    }    
    .company-info-box {
        flex-direction: column;
        gap: 10px;
    }    
    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;
        padding: 0;
    }
    .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 h3, .main-cta-inner-section p {
        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: 6px 12px;
        font-size: 12px;
    }
    .main-services-hero-banner-inner-section h1 {
        font-size: 18px;
        line-height: 28px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    span.services-banner-tagline, span.services-banner-tagline span {
        font-size: 12px;
    }
    ul.services-banner-ul li {
        font-size: 12px;
        line-height: 24px;
        padding: 0 0 0 25px;
        margin-bottom: 10px;
    }
    html body .services-form-box .form-control {
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 8px 10px;
    }    
    ul.services-banner-ul li:after {
        width: 15px;
        height: 15px;
        top: 5px;
    }
    span.form-tagline {
        font-size: 14px;
    }
    .services-form-box {
        padding: 15px;
    }
    .main-services-hero-banner-section {
        padding: 20px 0 20px 0;
    }
    span.limited-time-offer-strip {
        padding: 5px;
        font-size: 14px;
        margin-bottom: 10px;
    }   
    .why-serv-card h6 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }  
    .main-why-our-service-inner-section img {
        margin-top: 15px;
    }       
    html body h3 {
        font-size: 25px;
        line-height: 35px;
    }
    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;
    }
    .full-width-cta-left-box {
        padding: 30px 10px;
    }
    .full-width-cta-right-box {
        padding: 30px 10px;
    }
    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 !important;
        line-height: 25px !important;
    }
    .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;
    }
    .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;
    }
    .process-card h5 {
        padding-right: 0px;
    }
    .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: 100%;
        display: flex;
        justify-content: center;
    }
    .container-wrapper {
        padding: 0 15px 0 15px;
    }
    .main-portfolio-section ul.nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scrollbar-width: none;
        border-bottom: none;
        gap: 10px;
        padding: 10px 0;
        justify-content: flex-start;
        width: 100%;
        margin: 0 auto;
    }
    .main-portfolio-section ul.nav-tabs .nav-item {
        flex: 0 0 auto;
        white-space: nowrap;
    }
    .main-portfolio-section ul.nav-tabs .nav-item .nav-link {
        border: 2px solid #ccc;
        padding: 10px 25px;
        background: transparent;
        transition: all 0.3s ease;
        font-weight: 600;
        font-size: 14px;
        display: inline-block;
    }
    .main-portfolio-section ul.nav-tabs .nav-item .nav-link.active {
        background: #FEA22A;
    }    
    .main-header-section {
        padding: 10px 0 10px 0;
    }    
}
@media screen and (max-width: 420px) {
    .services-form-box h2 {
        font-size: 10px;
    }
}
@media (max-width: 768px) {
    ul#myTab {
        border: none;
        gap: 10px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1400px) {
    .portfolio-content {
        padding: 120px 80px 60px 80px;  
        background-size: cover;
    }
    .main-cta-inner-section h3 {
        font-size: 26px;
        line-height: 36px;
    }    
}