@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');


@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.ttf') format('TrueType'),
        url('../fonts/Lato-Regular.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HANSON';
    src: url('../fonts/HANSON.otf') format('OpenType'),
        url('../fonts/HANSON.otf') format('OpenType');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DMSerifDisplay';
    src: url('../fonts/DMSerifDisplay-Regular.ttf') format('TrueType'),
        url('../fonts/DMSerifDisplay-Regular.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'DMSerifDisplay';
}

p {
    font-family: 'Lato';
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    overflow-x: hidden !important;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.navbar-brand {
    width: 24%;
}

.container.hdr-dks {
    display: block;
}

.container.mob-hdr {
    display: none;
}

.header .navbar .navbar-nav {
    display: flex;
    justify-content: center;
}

.header .navbar .logo img {
    max-width: 42%;
    height: auto;
}

.header .navbar .navbar-nav .nav-item a.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: lato;
}

/* Border image on hover */
.header .navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    /* or whatever color you prefer */
    transition: all 0.3s ease;
}

.header .navbar .navbar-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    bottom: -16px;
    background-image: url(../images/menu-bdr.webp);
    background-size: contain;
    background-position: center;
    opacity: 0;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease;
    z-index: 99;
}

.header .navbar .navbar-nav .nav-item .nav-link:hover::before {
    opacity: 1;
}

.dropdown-toggle::after {
    display: none !important;
}

/* Display dropdown on hover */

.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    width: 800px;
    position: absolute;
    left: -370px;
    top: 26px;
    border-radius: 25px;
    border: 3px dashed #880000;
    background: url(../images/genre-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.drop-menu-box {
    display: flex;
    width: 100%;
    padding: 8px;
}

.dropbox-menu {
    /* display: flex; */
    width: 100%;
}

.nav-but-wrap {
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 15px;
    padding-top: 15px;
    margin-top: 16px;
    transition: all .3s ease-out;
}

.menu-icon {
    height: 30px;
    width: 30px;
    position: relative;
    cursor: pointer;
    display: block;
    top: -20px;
    right: 0;
}

.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
    width: 30px;
}

.menu-icon__line-left {
    width: 30px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.menu-icon__line {
    height: 2px;
    width: 20px;
    display: block;
    background-color: #ffffff;
    margin-bottom: 7px;
    cursor: pointer;
    -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background-color .5s ease;
    transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}

.menu-icon__line {
    height: 2px;
    width: 20px;
    display: block;
    background-color: #ffffff;
    margin-bottom: 7px;
    cursor: pointer;
    transition: transform .2s ease, background-color .5s ease;
}

.menu-icon__line {
    height: 2px;
    width: 20px;
    display: block;
    background-color: #ffffff;
    margin-bottom: 7px;
    cursor: pointer;
    transition: transform .2s ease, background-color .5s ease;
}

.menu-icon__line-left {
    width: 30px;
    transition: all .2s linear;
}

span.menu_mm {
    color: #ffffff;
    right: 30px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
}

.serv-menu {
    width: 100%;
    display: flex;
}

.serv-menu a {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    text-decoration: none;
    margin: 6px;
    background: #fff;
    box-shadow: 1px 1px 5px #0000002e;
    border-radius: 8px;
    transition: 0.5s;
    padding: 8px;
}

.serv-menu-txt {
    padding-left: 10px;
    padding-top: 12px;
}

.serv-menu-txt h2 {
    font-size: 14px;
    font-family: 'DM Serif Display';
    font-weight: 500;
    color: #880000;
}

.serv-menu-txt p {
    font-size: 12px;
    font-family: 'lato';
    font-weight: 400;
    color: #000;
}

.serv-menu-ico i {
    font-size: 35px;
    padding: 15px 12px;
    color: #fff;
    background: #880000;
    box-shadow: 1px 1px 5px #00000021;
    border-radius: 12px;
    margin-left: 10px;
}

.mobmneubox ul {
    list-style: none;
}

.mobmneubox ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.mobmneubox ul li {
    padding: 10px 0px;
}

.mobmenutxtbox p {
    color: #fff;
    text-align: center;
}

.mobmenutxtbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.offcanvas-backdrop {
    height: 100% !important;
}

.menu-contact-info {
    width: 25%;
    display: flex;
    align-items: center;
    background: #fafafa;
    border-radius: 0px 25px 25px 0px;
    margin: 0px 6px;
}

.serv-menu a:hover {
    background: #f26969;
    transition: 0.5s;
}

.serv-menu a:hover .serv-menu-txt h2 {
    color: #fff;
    transition: 0.5s;
}

.serv-menu a:hover .serv-menu-txt p {
    color: #fff;
    transition: 0.5s;
}

.serv-menu a:hover .serv-menu-ico i {
    background: #fff;
    color: #800000;
    transition: 0.5s;
}

.headerlogo img {
    width: 100%;
}

section.banner {
    background: url(../images/banner-bg.webp);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px 0px 0px;
}

section.header {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}

ul.navbar-nav li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.nav-link:focus,
.nav-link:hover {
    color: #ffffff !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 17px !important;
}

.bnrimg img {
    width: 100%;
}

.bnnr-txt h1 {
    font-family: 'DMSerifDisplay';
    font-size: 50px;
    color: #000;
}

.bnnr-txt p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato';
    line-height: 26px;
    text-align: justify;
}

.bnnr-txt h1 span {
    color: #880000;
}

.bnnrtxtbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-31,
.btn-31 *,
.btn-31 :after,
.btn-31 :before,
.btn-31:after,
.btn-31:before {
    border: 0 solid;
    box-sizing: border-box;
}

.btn-31 {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: button;
    background-color: #880000;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
    padding: 0;
    text-decoration: none;
    border-radius: 10px;
}

.btn-31:disabled {
    cursor: default;
}

.btn-31:-moz-focusring {
    outline: auto;
}

.btn-31 svg {
    display: block;
    vertical-align: middle;
}

.btn-31 [hidden] {
    display: none;
}

.btn-31 {
    border: 1px solid #880000 !important;
    padding: 1rem 2rem;
    position: relative;
    text-transform: capitalize;
}

.btn-31:before {
    --progress: 100%;
    background: #fff;
    border-radius: 10px;
    -webkit-clip-path: polygon(100% 0,
            var(--progress) var(--progress),
            0 100%,
            100% 100%);
    clip-path: polygon(100% 0,
            var(--progress) var(--progress),
            0 100%,
            100% 100%);
    content: "";
    inset: 0;
    position: absolute;
    transition: -webkit-clip-path 0.2s ease;
    transition: clip-path 0.2s ease;
    transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
}

.btn-31:hover:before {
    --progress: 0%;
}

.btn-31 .text-container {
    display: block;
    overflow: hidden;
    position: relative;
}

.btn-31 .text {
    display: block;
    font-weight: 900;
    position: relative;
    color: #fff;
}

.btn-31:hover .text {
    -webkit-animation: move-up-alternate 0.3s ease forwards;
    animation: move-up-alternate 0.3s ease forwards;
    color: #880000;
}

@-webkit-keyframes move-up-alternate {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(80%);
    }

    51% {
        transform: translateY(-80%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes move-up-alternate {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(80%);
    }

    51% {
        transform: translateY(-80%);
    }

    to {
        transform: translateY(0);
    }
}

section.platforms {
    padding: 50px 0;
}

.platimg img {
    width: 60%;
}

.platform-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.platimg {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

section.aboutsec {
    background: url(../images/abt-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
    background-position: center;
}

.abt-box-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.abt-box-img img.abt-book {
    margin-top: -90%;
    width: 68%;
}

.abt-box-img img.abt-back-bg {
    width: 100%;
}

.arrowsss img {
    cursor: pointer;
}

.book-writen {
    background: #fff9f959;
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 5px #fff9f94a;
    border-radius: 16px;
    position: relative;
    top: -345px;
    left: -36px;
    backdrop-filter: blur(3px);
    padding: 8px 0px;
    border: 1px solid #ffffff82;
}

.ico-box {
    background: #880000;
    padding: 4px;
    border-radius: 8px;
    margin-bottom: -70px;
}

.ico-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    padding-top: 10px;
}

.ico-txt h5 {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Lato';
    color: #ffffff;
    line-height: 18px;
}

.ico-txt p {
    font-size: 15px;
    font-family: 'Lato';
    font-weight: 300;
    line-height: 10px;
    color: #ffffff;

}

.expert-box {
    background: #f7efef73;
    width: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    border: 1px solid #017B89;
    left: 360px;
    backdrop-filter: blur(3px);
    position: relative;
    top: -546px;
    box-shadow: 5px 5px 5px #afafaf8c;
}

.expert-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.expert-txt p {
    font-size: 18px;
    font-family: 'Lato';
    font-weight: 600;
    color: #ffffff;
    line-height: 15px;
}

.expert-txt h5 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Lato';
    color: #ffffff;
    line-height: 20px;
}

.circle-text {
    position: relative;
    display: inline-block;
    font-size: 55px;
    font-weight: 500;
    color: #000;
    font-family: 'DMSerifDisplay';
}

.abt-txt-box h2 span {
    color: #880000;
}

.abt-txt-box p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato';
    line-height: 26px;
    text-align: justify;
}

.circle-svg {
    position: absolute;
    top: -12%;
    left: 51%;
    transform: translate(-47%, -56%);
    z-index: 1;
    width: 44%;
    transform: rotate(-6deg);
}

.circle-svg path {
    stroke-dasharray: 1000;
    /* length of path */
    stroke-dashoffset: 1000;
    animation: drawLoop 3s linear infinite;
}

@keyframes drawLoop {
    0% {
        stroke-dashoffset: 700;
    }

    50% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 700;
    }
}

.abttxtboxsize {
    padding-left: 34px;
}

.abt-imgs {
    width: 100%;
    height: 195px;
}

section.cta {
    background: url(../images/cta-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.cta-img img {
    width: 100%;
    margin: -58px 0;
}

.cta-txt h3 {
    color: #fff;
    font-size: 45px;
    text-align: center;
    font-family: 'DMSerifDisplay';
}

.cta-txt p {
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-family: 'Lato';
}

.ctatxtbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bnnr-btn-box {
    padding-top: 25px;
}

section.expertabt {
    padding: 70px 0;
    background: url(../images/expertabt-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.expert-txt-abt h3 {
    color: #000;
    font-size: 54px;
    font-family: 'DMSerifDisplay';
}

.expert-txt-abt h3 span {
    color: #880000;
}

.expert-txt-abt p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato';
    line-height: 26px;
    text-align: justify;
}

.exprtabtimgbox img {
    width: 100%;
}

.experttxtbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.genre-img img {
    width: 75%;
    height: auto;
    margin-left: auto;
}

.slider-nav-img {
    overflow-y: hidden;
}

.genres-service {
    background: url(../images/genre-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 39px;
    margin: auto;
    padding: 30px 60px 0px 60px;
}

.content-genre p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin-top: 30px;
}

.arrowsss {
    flex-flow: column;
    gap: 110px;
}

.content-genre h4 {
    font-weight: 700;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 143px;
}

.content-genre h2 {
    font-size: 60px;
    color: #fff;
    margin-top: -17%;
    margin-left: 13%;
    font-family: 'HANSON';
    font-weight: 900;
}

.genre-hd h2 {
    font-size: 45px;
    font-family: 'DMSerifDisplay';
    color: #fff;
}

.content-genre p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin-top: 30px;
}

section.whychoose {
    padding: 70px 0;
    background: url(../images/whychoose-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.choosehd h2 {
    color: #000;
    font-size: 45px;
    font-family: 'DMSerifDisplay';
    text-align: center;
}

.choosehd h2 span {
    color: #800000;

}

.choosehd p {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-family: 'Lato';
}

.chooseimg {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.chooseimg img {
    width: 78%;
}

.choosebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background: linear-gradient(270deg, rgba(228, 228, 228, 1) 0%, rgba(146, 146, 146, 1) 100%);
    padding: 24px;
    border-radius: 0px 80px 80px 80px;
}

.choosetxt h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Lato';
}

.choosetxt p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Lato';
}

.choosenumbox h2 {
    background: rgb(255, 255, 255);
    color: #000000;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 22px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
}

.chooseicobox img {
    width: 100%;
    width: 65px;
    height: 65px;
    background: rgb(255, 255, 255);
    border-radius: 100px;
    object-fit: scale-down;
}

.choosenum {
    display: flex;
}

.chooseicobox {
    background: #800000;
    border-radius: 51px;
    padding: 12px;
}

.choosenumbox {
    background: #800000;
    width: 55px;
    height: 55px;
    border-radius: 0px 30px 30px 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0px;
    margin: 0;
    margin: -30px -36px 0px 0px;
    z-index: 0;
    position: relative;
}

.choosenum {
    display: flex;
    margin: 34px -52px 0px 0px;
}

.whychooseboxspcae {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;
}

.numtwo {
    margin: 38px -16px 0px 0px;
    border-radius: 30px 30px 30px 0px;
}

.icotwo {
    margin-bottom: 12px;
}

.choosethree {
    margin: 34px 0px 0px -52px;
}

.numthree {
    border-radius: 30px 0px 30px 30px;
    margin: -30px 0px 0px -36px;
}

.txtthree,
.txtfour {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.txtthree h4,
.txtthree p,
.txtfour h4,
.txtfour p {
    text-align: end;
}

.threechoose {
    background: linear-gradient(270deg, #929292 0%, #e4e4e4 100%);
    border-radius: 80px 0px 80px 80px;
}

.choosefour {
    margin: 34px 0px 0px -52px;
}

.numfour {
    border-radius: 30px 30px 0px 30px;
    margin: 38px 0px 0px -16px;
}

.icofour {
    margin-bottom: 12px;
}

.fourchoose {
    background: linear-gradient(270deg, #929292 0%, #e4e4e4 100%);
    border-radius: 80px 80px 0px 80px;
}

.twochoose {
    border-radius: 80px 80px 80px 0px;
}

section.faqs {
    background: url(../images/faq-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.faq-img img {
    width: 100%;
}

.faqtxt h3 {
    color: #ffffff;
    font-size: 50px;
    font-family: 'DMSerifDisplay';
    padding-bottom: 20px;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    background-image: none !important;
}

.accordion-button:not(.collapsed)::before {
    content: '-';
    font-size: 24px;
    font-weight: 900;
    width: 28px;
    height: 28px;
    background: #570000;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-button::before {
    content: '+';
    font-size: 24px;
    font-weight: 900;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50px;
    color: #570000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-head h2 {
    font-size: 16px;
    font-weight: bold;
    color: #560000;
    font-family: 'lato';
    padding-left: 26px;
    padding-top: 8px;
}

.faq-para p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato';
    color: #000;
    padding-left: 54px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button {
    padding: 12px !important;
}

.accordion-body {
    padding: 0px 18px 8px 20px !important;
}

button.accordion-button.collapsed {
    background: linear-gradient(145deg, rgba(191, 0, 0, 1) 47%, rgb(164 164 164) 100%);
    margin: 18px 0px;
    border-radius: 7px;
    border-image: linear-gradient(180deg, #ffffff 0%, #3a4fd500 100%) 1;
    border-width: 2px;
    border-style: solid;
}

.accordion-item {
    border: none !important;
    box-shadow: 2px 2px 9px #00000029;
    border-radius: 6px;
    background-color: #fff;
}

button.accordion-button.collapsed .faq-head h2 {
    color: #fff;
}

section.testimonails {
    background-image: url(../images/testimonail-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
}

.reviews-txt h1 {
    font-size: 150px;
    text-align: center;
    color: #800000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #80000039;
    -webkit-text-fill-color: white;
    line-height: 0;
}

.reviews-txt h2 {
    font-size: 52px;
    text-align: center;
    margin-top: -11px;
    color: #000;
    font-family: 'DM Serif Display';
}

.reviews-txt h2 span {
    color: #800000;
}

.divider-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-slide {
    position: relative;
    display: flex;
    padding: 60px 0px 20px 0;
}

.qoute-ico,
.nxt-client {
    width: 20%;
}

.client-review-box {
    width: 60%;
}

.qoute-ico img.cli-pic {
    width: 69%;
}

.qoute-ico img.qoute {
    width: 48%;
    padding: 42px 0px;
}

.qoute-ico {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qoute-ico::before {
    content: '';
    background: linear-gradient(180deg, #4a0000a6 0%, #4A0000 100%);
    position: absolute;
    width: 156px;
    height: 231px;
    top: 225px;
    opacity: 0.7;
}

.client-review-box {
    display: flex;
    align-items: center;
}

.client-img {
    width: 40%;
}

.client-txt {
    width: 60%;
    padding: 14px;
}

.client-img img {
    width: 100%;
}

.nxt-client img {
    width: 100%;
}

.client-img img {
    border-left: 5px solid #800000;
}

.client-txt h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    font-family: 'lato';
}

.client-txt h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: 'lato';
}

.client-txt ul {
    list-style: none;
    padding: 0 0 25px 0;
    margin: 0;
}

.client-txt ul li {
    display: inline;
    padding: 0;
    margin: 0;
}

.client-txt ul li i {
    color: #800000;
}

.client-txt h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    font-family: 'Lato';
}

.client-txt p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: 'Lato';
}

.nxt-client {
    display: flex;
    align-items: flex-end;
}

.nxt-client::before {
    content: '';
    background: linear-gradient(180deg, rgba(74, 0, 0, 0.7) 0%, #4A0000 100%);
    width: 223px;
    height: 335px;
    position: absolute;
    top: 121px;
    opacity: 0.7;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    background: transparent;
    width: 50px;
    height: 50px;
    color: #800000;
    border-radius: 500px;
    border: 2px solid #800000;
}

button.slick-prev.slick-arrow::before,
button.slick-next.slick-arrow::before {
    color: #800000;
}

button.slick-prev.slick-arrow:hover::before,
button.slick-next.slick-arrow:hover::before {
    color: #ffffff;
}

button.slick-prev.slick-arrow {
    position: absolute;
    top: 62px;
    left: 87%;
    z-index: 999;
    transition: 1s;
}

button.slick-next.slick-arrow {
    position: absolute;
    top: 62px;
    right: 12px;
    z-index: 999;
    transition: 1s;
}

button.slick-prev.slick-arrow:hover,
button.slick-next.slick-arrow:hover {
    background: #800000;
    transition: 1s;
    transform: scale(1.3);
    top: 35px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #fff !important;
}

.slick-dots li button {
    width: 10px !important;
    background: #800000 !important;
    border-radius: 500px;
    height: 10px !important;
    opacity: 0.3;
}

.slick-dots li.slick-active button {
    width: 20px !important;
    background: #800000 !important;
    border-radius: 500px;
    height: 20px !important;
    opacity: 1;
}

section.footer {
    background-image: url(../images/footer-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 0px 0;
}

.footer-logo a img {
    width: 50%;
}

.footer-logo p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: 'Lato';
}

.footer-logo a {
    text-decoration: none;
}

.service-links h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Lato';
}

.service-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.serv-links {
    display: flex;
}

.serv-links ul.links-adjust {
    padding-left: 45px;
}

.service-links ul a {
    text-decoration: none;
}

.service-links ul a li {
    font-size: 15px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 500;
    line-height: 26px;
}

.Loc-links h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Lato';
}

.Loc-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.Loc-links ul a {
    text-decoration: none;
}

.Loc-links ul a li {
    font-size: 15px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 500;
    line-height: 26px;
}

.cntct-links h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Lato';
}

.cntct-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cntct-links ul a {
    text-decoration: none;
}

.cntct-links ul a li {
    font-size: 15px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 500;
    line-height: 26px;
}

.social-med ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.social-med ul a {
    text-decoration: none;
}

.social-med ul li a i {
    color: #800000;
    border-radius: 500px;
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 8px;
}

.merchant-img img {
    width: 100%;
}

.row.social-box {
    padding: 16px 0;
}

section.copyright {
    padding: 7px 0;
}

.copyright-txt h2 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'lato';
    color: #000;
    text-align: center;
}

section.about-bnr {
    padding: 120px 0;
    background: url(../images/about-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-txt h1 {
    color: #fff;
    font-size: 60px;
    font-family: 'DMSerifDisplay';
    font-weight: 400;
    text-align: center;
}

.about-txt p {
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-family: 'Lato';
    font-weight: 400;
}

.about-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 14px;
}

.btn-32,
.btn-32 *,
.btn-32 :after,
.btn-32 :before,
.btn-32:after,
.btn-32:before {
    border: 0 solid;
    box-sizing: border-box;
}

.btn-32 {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: button;
    background-color: #ffffff;
    background-image: none;
    color: #800000;
    cursor: pointer;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
    padding: 0;
    text-decoration: none;
    border-radius: 10px;
}

.btn-32:disabled {
    cursor: default;
}

.btn-32:-moz-focusring {
    outline: auto;
}

.btn-32 svg {
    display: block;
    vertical-align: middle;
}

.btn-32 [hidden] {
    display: none;
}

.btn-32 {
    border: 1px solid #ffffff !important;
    padding: 1rem 2rem;
    position: relative;
    text-transform: capitalize;
}

.btn-32:before {
    --progress: 100%;
    background: #880000;
    border-radius: 10px;
    -webkit-clip-path: polygon(100% 0,
            var(--progress) var(--progress),
            0 100%,
            100% 100%);
    clip-path: polygon(100% 0,
            var(--progress) var(--progress),
            0 100%,
            100% 100%);
    content: "";
    inset: 0;
    position: absolute;
    transition: -webkit-clip-path 0.2s ease;
    transition: clip-path 0.2s ease;
    transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
}

.btn-32:hover:before {
    --progress: 0%;
}

.btn-32 .text-container {
    display: block;
    overflow: hidden;
    position: relative;
}

.btn-32 .text {
    display: block;
    font-weight: 900;
    position: relative;
    color: #880000;
}

.btn-32:hover .text {
    -webkit-animation: move-up-alternate 0.3s ease forwards;
    animation: move-up-alternate 0.3s ease forwards;
    color: #ffffff;
}

@-webkit-keyframes move-up-alternate {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(80%);
    }

    51% {
        transform: translateY(-80%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes move-up-alternate {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(80%);
    }

    51% {
        transform: translateY(-80%);
    }

    to {
        transform: translateY(0);
    }
}

section.aboutsec.innerabt {
    background: url(../images/inner-abt.webp) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 0 0 70px 0;
}

.abttxtinnersize {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

section.cta-sec-inner {
    background: url(../images/cta-inner-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 50px 0;
    border-radius: 50px;
}

.cta-txt-inner h3 {
    font-size: 40px;
    font-family: 'DM Serif Display';
    color: #fff;
    font-weight: 500;
}

.cta-txt-inner p {
    font-size: 16px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 400;
}

.cta-txt-inner {
    padding-top: 70px;
}

.cta-inner-btn {
    position: relative;
    top: -9px;
    left: -36px;
}

.publishtunerimgbox {
    display: flex;
    justify-content: center;
    align-items: center;

}

.publishtunerimgbox img {
    width: 82%;
}

section.faqs.abt-inner-faq {
    background: url(../images/inner-abt.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faqinnertxt h3 {
    color: #000;
    font-size: 54px;
    font-family: 'DMSerifDisplay';
}

.faqinnertxt h3 span {
    color: #880000;
}

section.service-inner {
    background: url(../images/service-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.service-img img {
    width: 100%;
    margin-bottom: -40px;
    margin-top: 40px;
}

.service-inner-txt h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 400;
    font-family: 'DMSerifDisplay';
}

.service-inner-txt p {
    color: #fff;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
}

.serviceinnerbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

section.serv-manuscript {
    background-image: url(../images/manuscript-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.manuscript-txt h2 {
    font-size: 52px;
    text-align: center;
    font-weight: 600;
    font-family: 'DM Serif Display';
    color: #fff;
    padding: 0px 100px;
}

.row.manu-inner {
    padding-top: 24px;
}

.manuscript-txt {
    padding-bottom: 30px;
}

.manuscript-txt h2 span {
    color: #f26969;
}

.manu-box {
    position: relative;
    /* needed for the ::before border layer */
    padding: 20px;
    border-radius: 25px;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.2);
    /* subtle glass tint */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* remove real border; gradient border comes from ::before */
    border: none;
    width: 100%;
    height: 450px;
}

.manu-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(116deg, #ffffffbf, #3a4fd500);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.manu-box img.manu-img {
    width: 100%;
}

.manu-ico-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.manu-ico {
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -48px;
    margin-left: -9px;
}

.manu-box h2 {
    font-size: 21px;
    text-align: center;
    padding-top: 12px;
    color: #fff;
    font-family: 'DM Serif Display';
    font-weight: 500;
}

.manu-box p {
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-family: 'Lato';
    height: 135px;
    overflow: auto;
}

.serviceexptimgbox img {
    width: 100%;
}

section.stepleads {
    background: url(../images/steplead-bg.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.steplead-txt h3 {
    color: #000;
    font-size: 36px;
    font-family: 'DM Serif Display';
    font-weight: 400;
}

.steplead-txt h3 span {
    color: #880000;
}

.stepleadicobox {
    background: #800000;
    border-radius: 24px;
    padding: 9px;
    border: 2px dashed #800000;
    transition: 0.5s;
}

.stepleadicobox:hover {
    background: #f26969;
}

.steplead-ico {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.stepleadtxtbox {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.steplead-ico img {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    object-fit: none;
}

.leadstep-txt h5 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-family: 'DMSerifDisplay';
}

.leadstep-txt p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: 'Lato';
}

.stepleadboxes {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.blogs-sec {
    background: url(../images/blog-bnr-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}

.blog-bnnr-txt h1 {
    color: #fff;
    text-align: center;
    font-size: 54px;
    font-weight: 600;
    font-family: 'DMSerifDisplay';
}

.blog-bnnr-txt p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-family: 'Lato';
    font-weight: 400;
}

section.blog {
    padding: 70px 0;
}

.blog-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mycontent {
    height: auto;
    width: 30%;
    font-size: 24px;
    line-height: 100px;
    text-align: center;
    margin: 15px;
    display: none;
}

.mycontent a {
    text-decoration: none;
}

.tb-box-content {
    margin: 0 0 60px;
}

.tb-box-content img {
    width: 100%;
}

.tb-box-content img {
    width: 100%;
    min-height: 264px;
    object-fit: cover;
    margin: 0 0 20px;
    border-radius: 10px;
}

.tb-box-content h4 {
    color: #000;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 500 !important;
}

div#loadMore {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

section.cntct-sec {
    background: url(../images/cntct-bnr-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 166px 0;
}

.cntct-txt h1 {
    color: #fff;
    text-align: center;
    font-size: 54px;
    font-weight: 600;
    font-family: 'DMSerifDisplay';
}

.cntct-txt p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-family: 'Lato';
    font-weight: 400;
}

section.cont-form-sec {
    padding: 80px 0;
}

.col-sm-4.con-txt-from {
    display: flex;
    align-items: center;
}

.form-txt h2 {
    font-size: 46px;
    font-weight: 400;
    font-family: 'DM Serif Display';
    color: #000;
}

.form-txt h2 span {
    color: #800000;
}

.form-txt p {
    font-size: 15px;
    font-family: 'Lato';
    color: #000;
    font-weight: 400;
}

.from-divider img {
    width: 62%;
}

.control-form input {
    width: 100%;
    padding: 10px 10px 10px 50px;
    border-radius: 8px;
    border: 1px solid #000;
}

.control-form textarea {
    width: 100%;
    padding: 10px 10px 10px 50px;
    border-radius: 8px;
    border: 1px solid #000;
}

.control-form {
    position: relative;
    padding: 4px;
}

.control-form i {
    position: absolute;
    top: 17px;
    left: 18px;
    color: #800000;
    font-size: 20px;
}

.control-form input:focus-visible,
.control-form textarea:focus-visible {
    outline: 1px;
    border: 1px solid #800000;
}

.control-form input.submit-btn {
    background: #acecf4;
    color: #017b89;
    border: 1px solid #017b89;
    font-size: 18px;
    font-weight: 600;
    font-family: 'DM Serif Display';
    padding: 10px 0px;
    transition: 0.5s;
}

.control-form input.submit-btn:hover {
    background: #017b89;
    color: #fff;
    border: 1px solid #017b89;
    transition: 0.5s;
}

.quick-txt h2 {
    font-size: 46px;
    font-weight: 400;
    font-family: 'DM Serif Display';
    color: #000;
}

.quick-txt h2 span {
    color: #800000;
}

.quick-txt ul {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-txt ul li {
    display: flex;
    align-items: flex-start;
    padding: 6px 0px;
}

.quick-txt ul li i {
    width: 50px;
    height: 50px;
    background: #800000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    border-radius: 14px;
    color: #ffffff;
}

.quick-txt ul li i.fa.fa-map-marker {
    width: 65px;
}

.quick-txt ul li a {
    font-size: 14px;
    font-family: 'Lato';
    color: #000;
    text-decoration: none;
    padding-left: 16px;
}

.address a {
    width: 100%;
    display: flex;
}

.quick-txt ul li a.adjust {
    padding-top: 14px;
}

.control-form .bnnr-btn-box {
    padding: 0;
}

.control-form .bnnr-btn-box button.btn-31 {
    width: 100%;
}

section.prvcy-sec {
    background: url(../images/prvcy-bnnr-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 165px 0;
}

.prvcy-txt h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    font-family: 'DM Serif Display';
    text-align: center;
}

.prvcy-txt p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-family: 'Lato';
}

section.policy-txt {
    padding: 80px 0;
}

.term-txt h2 {
    font-size: 50px;
    font-weight: 400;
    font-family: 'DM Serif Display';
    color: #000;
}

.term-txt h2 span {
    color: #800000;
}

.term-txt p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Lato';
    color: #000;
}

.term-txt p a {
    text-decoration: none;
    color: #800000;
}

section.pricebnr {
    padding: 120px 0;
    background: url(../images/pricing-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pricingbnrtxt h1 {
    color: #fff;
    font-size: 60px;
    font-family: 'DMSerifDisplay';
    font-weight: 400;
    text-align: center;
}

.pricingbnrtxt p {
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-family: 'Lato';
    font-weight: 400;
}

.portfoliosec {
    margin: 70px 0;
}

.pkghead h3 {
    text-align: center;
    font-size: 54px;
    color: #000;
    font-family: 'DMSerifDisplay';
}

.pkghead h3 span {
    color: #800000;
}

.price-box {
    background-color: #D9D9D9;
    /* box-shadow: 0px 34px 90px 0px rgba(135, 153, 163, 0.3); */
    padding: 30px 0px;
    text-align: center;
    /* border-radius: 20px; */
    border: 6px solid #D9D9D9;
    margin: 20px 15px 35px;
    /* width: 33%; */
    position: relative;
    border-radius: 30px;
}

.pr-box-1 h2 {
    color: #800000;
}

.price-box h2 {
    font-size: 38px;
    font-weight: bold;
}

.price-box.pr-box-1 .divider {
    background: #800000;
    width: 100%;
    height: 1px;
    margin: 20px 0px 0 0;
}

.price-box h3 {
    font-size: 56px;
    font-weight: 900;
    position: relative;
    display: table;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.price-list-box {
    padding-bottom: 14px;
}

.price-box ul {
    list-style: none;
    text-align: left;
    padding: 0 20px;
    margin: 0;
    height: 270px;
    overflow-y: auto;
}

.price-box ul::-webkit-scrollbar {
    width: 7px;
}

.price-box ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 50px;
}

.price-box ul::-webkit-scrollbar-thumb {
    background: #880000;
    border-radius: 50px;
}

.pr-box-1:hover .price-list-box ul::-webkit-scrollbar {
    width: 7px;
}

.pr-box-1:hover .price-list-box ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(195, 195, 195);
    border-radius: 50px;
}

.pr-box-1:hover .price-list-box ul::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 50px;
}

.pr-box-1:hover .price-list-box ul::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.price-box ul::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.price-box ul li {
    font-size: 15px;
    font-weight: normal;
    line-height: 32px;
    color: #171717;
    transition: .4s;
}

.price-box ul li i {
    color: #171717;
    margin-right: 10px;
}

.pr-box-1 .price-btn {
    background: #800000;
}

.price-btn {
    font-size: 15px;
    font-weight: bold;
    padding: 11px 30px;
    border-radius: 6px;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-decoration: none;
}

.pr-box-1:hover {
    border-color: #800000;
    transition: .4s;
    background: #800000;
}

.pr-box-1:hover h2 {
    color: #ffffff;
    transition: .4s;
}

.pr-box-1:hover .price-btn {
    background: #ffffff;
    transition: .4s;
    color: #800000;
    border-radius: 0;
}

.pr-box-1:hover .divider {
    background: #ffffff;
}

.pr-box-1:hover ul li {
    color: #fff;
    transition: .4s;
}

.pr-box-1:hover ul li i {
    color: #ffffff;
}

.term-txt h3 {
    font-size: 30px;
    font-weight: 400;
    font-family: 'DM Serif Display';
    color: #000;
}

.term-txt ul li i,
.term-txt ul li a {
    color: #800000;
    text-decoration: none;
}

section.service-inner.printingbg {
    background: url(../images/printingserv-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.abt-box-img img.abt-back-bg.printingimg {
    width: 90%;
}

section.service-inner.editingbg {
    background: url(../images/editingserv-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.service-img.editingimgbnr img {
    width: 90%;
    margin-bottom: -12px;
    margin-top: 40px;
}


section.service-inner.marketingbg {
    background: url(../images/marketingserv-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

section.service-inner.childrenbg {
    background: url(../images/childrenserv-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.service-img.childrebnr img {
    width: 90%;
    margin-bottom: -12px;
    margin-top: 40px;
}

section.service-inner.audiobg {
    background: url(../images/audioserv-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

section.service-inner.authorbg {
    background: url(../images/authorserv-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}