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;

    vertical-align: baseline;

}

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

    display: block;

}

body,

html {

    overflow-x: hidden;

}

body {

    padding: 0 !important;

    line-height: 1;

    font-family: "Open Sans", sans-serif !important;

}

ol,

ul {

    list-style: none;

}

blockquote,

q {

    quotes: none;

}

blockquote:after,

blockquote:before,

q:after,

q:before {

    content: "";

    content: none;

}

table {

    border-collapse: collapse;

    border-spacing: 0;

}

header {

    background-color: #f6f6f6;

    padding: 10px 0;

    /* position: relative; */

    z-index: 1;

}

.fonts {

    font-family: "Open Sans", sans-serif;

    font-family: "Playfair Display", serif;

}

.header-box {

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.contact-info-box {

    display: flex;

    align-items: center;

}

.call-box {

display: flex;

align-items: center;

border: 1px solid #333;

border-radius: 40px;

padding: 14px 40px;
}

.call-box p {

    margin: 0;

    padding: 0;

    font-size: 16px;

    color: #333;

    font-weight: 400;

}

.call-box p span {

    font-weight: 700;

}

.call-box img {

    padding-right: 10px;

}

.btn-qoute {
    background-color: #762886;
    color: #fff;
    padding: 8px 30px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 40px;
    margin-left: 15px;
    border: 3px solid #762886;
}

a:hover {

    text-decoration: none !important;

}

.in-center {

margin: 0 auto;

border: 5px solid #7f7f7f;

padding: 60px 20px;
}

.head-left-box {

}

.bar-box {

    padding-right: 20px;

}

.head-right-box {

    display: flex;

    align-items: center;

}

.navBar-box ul li a {

    font-size: 13px;

    color: #8a8a8a;

    text-transform: uppercase;

    margin: 0;

    padding: 0 30px !important;

}

.banner-btn-box .bg-black {

    border: 2px solid #000;

}



.banner-btn-box {

    margin: 60px auto 0 auto;

    display: table;

}

.banner-btn-box a {

    padding: 8px 60px;

}

.banner-btn-box > a {

    margin-left: 30px;

}

.banner-main-box {
    padding: 60px 0 50px 0;
    background-image: url(../images/book-writers.webp);
    background-size: contain;
    margin-bottom: 20px;
}

/* .banner-main-box::before {

    content: "";

    background-image: url(../images/banner-before-img.webp);

    height: 774px;

    width: 501px;

    position: absolute;

    left: 0;

    top: 0;

    animation: zoominoutsinglefeatured 2s infinite;

}

.banner-main-box::after {

    content: "";

    background-image: url(../images/banner-after-img.webp);

    height: 759px;

    width: 491px;

    position: absolute;

    right: 0;

    top: 0;

    animation: zoominoutsinglefeatured 2s infinite;

} */

.banner-txt-box {

    text-align: center;

}

.banner-txt-box h1 {

    margin: 0;

    padding: 0;

    font-size: 60px;

    color: #333;

    font-weight: 300;

}

.banner-txt-box h2 {

    margin: 0;

    padding: 40px 0;

    font-size: 55px;

    color: #333;

    font-family: "Playfair Display", serif;

    font-weight: 700;

    line-height: 60px;

}

.banner-txt-box h3 {

    margin: 0;

    padding: 0;

    font-size: 28px;

    color: #333;

    line-height: 40px;

    font-weight: 300;

}

.write-book-sec {

    background-image: url(../images/write-book-banner.webp);

    padding: 160px 0 260px 0;

    background-size: cover;

    position: relative;

}

.inputs-box {

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.form-box {

    background-color: #762886;

    padding: 50px 40px;

    position: relative;

}

.inp-box {

    width: 100%;

    margin: 0 10px;

    position: relative;

}

.banner-form-box {

    position: absolute;

    left: 0;

    right: 0;

    z-index: 1;

    bottom: -48%;

    -webkit-box-shadow: 0 0 53px -9px rgba(0, 0, 0, 0.75);

    -moz-box-shadow: 0 0 53px -9px rgba(0, 0, 0, 0.75);

    box-shadow: 0 0 53px -9px rgba(0, 0, 0, 0.75);

}

.inp-box input {

    height: 45px;

    border-radius: 40px;

    padding: 0 0 0 50px;

}

.inp-box input::placeholder {

    font-size: 13px;

    color: #000;

}

.banner-main-box .container {

    position: relative;

}

.form-box button {

    position: absolute;

    bottom: -25px;

    margin: 0 auto;

    right: 0;

    left: 0;

    padding: 15px 40px;

    font-size: 16px;

    color: #fff;

    text-transform: uppercase;

    background-color: #000;

    border: 1px solid #fff;

    border-radius: 40px;

}

.form-box button i {

    padding-left: 25px;

}

.inp-box i {

    color: #c8c8c8;

    position: absolute;

    top: 15px;

    left: 20px;

}

.write-book-txt-box h4 {

    margin: 0;

    padding: 0 0 30px 0;

    font-size: 40px;

    color: #000;

    font-family: "Playfair Display", serif;

    font-weight: 700;

}

.write-book-txt-box p {

    margin: 0;

    padding: 0 0 40px 0;

    font-size: 16px;

    color: #333;

    line-height: 27px;

}

.write-book-txt-box a {

    margin: 0;

}

.write-book-img-box {

    position: absolute;

    top: 120px;

    left: 0;

    /* z-index: 1; */

}

.write-book-img-box img {

    max-width: 840px;

}

.cta-sec {

    background-image: url(../images/cta-banner.webp);

    padding: 50px 0;

    background-size: cover;

}

.cta-txt-box {

    text-align: center;

}

.cta-txt-box h3 {

    margin: 0;

    padding: 0 0 35px 0;

    font-size: 43px;

    color: #fff;

    font-weight: 700;

    font-family: "Playfair Display", serif;

    line-height: 60px;

}

.bg-black {

    background-color: #000;

}

section.service-sec {

    padding-top: 16%;

    padding-bottom: 80px;

}

section.process-sec {

    padding: 90px 0;

    position: relative;

}

.process-head-box {

    text-align: center;

    padding-bottom: 70px;

}

.process-head-box h4 {

    font-size: 54px;

    text-transform: capitalize;

    margin: 0;

    padding: 0;

    font-weight: 700;

    font-family: "Playfair Display", serif;

}

.process-head-box p {

    font-size: 16px;

    padding: 25px 0 0 0;

    margin: 0;

    color: #333;

}

.process-left-box {

    background-color: #fff;

    padding: 45px;

    margin: 0 40px;

    -webkit-box-shadow: 0 0 35px -23px rgba(0, 0, 0, 0.75);

    -moz-box-shadow: 0 0 35px -23px rgba(0, 0, 0, 0.75);

    box-shadow: 0 0 35px -23px rgba(0, 0, 0, 0.75);

}

.process-left-box p {

    padding: 0;

    margin: 0;

    font-size: 18px;

    color: #333;

    line-height: 29px;

}

.process-box {

    display: flex;

    align-items: center;

    background-color: #f7f7f7;

    margin: 0 0 39px 0;

    padding: 30px;

    border-radius: 80px;

}

.process-info h6 {

    margin: 0;

    padding: 0 0 13px 0;

    color: #333;

    font-size: 18px;

    font-weight: 800;

    font-family: "Playfair Display", serif;

}

.process-info p {

    font-size: 16px;

    color: #333;

    padding: 0;

    margin: 0;

    line-height: 22px;

}

.process-box i {

    margin-right: 20px;

}

.process-box img {

    margin-right: 20px;

}

.slider .slick-center .process-box {

    background-color: #fff;

    position: relative;

    left: 67px;

    -webkit-box-shadow: 0 0 35px -23px rgba(0, 0, 0, 0.75);

    -moz-box-shadow: 0 0 35px -23px rgba(0, 0, 0, 0.75);

    box-shadow: 0 0 35px -23px rgba(0, 0, 0, 0.75);

}

.slider .slick-center .process-box::before {

    content: "";

    background-image: url(../images/arrow-before-img.webp);

    position: absolute;

    top: -60px;

    right: 30px;

    width: 42px;

    height: 51px;

}

.slider .slick-center .process-box::after {

    content: "";

    background-image: url(../images/arrow-after-img.webp);

    position: absolute;

    top: -40px;

    left: -50px;

    width: 47px;

    height: 69px;

}

.slider .slick-center .process-box i {

    filter: invert(13%) sepia(61%) saturate(4319%) hue-rotate(323deg) brightness(117%) contrast(108%);

}

.slider .slick-dots li button:before {

    font-size: 50px;

}

.slider .slick-dots {

    bottom: unset;

    top: 240px;

    width: auto;

    transform: rotate(90deg);

    right: -70px;

    z-index: unset;

    z-index: 1;

}

.slider .slick-dots li {

    margin: 0;

}

.slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #762886;
}

.slider .slick-list {

    padding: 10px 67px 0 0 !important;

    height: 500px !important;

}

.expert-services-sec {

    background-image: url(../images/expert-services-banner.webp);

    padding: 90px 0;

    background-size: cover;

}

.expert-serv-head {

    text-align: center;

    padding-bottom: 70px;

}

.expert-serv-head h4 {

    margin: 0;

    padding: 0;

    font-size: 50px;

    color: #000;

    font-family: "Playfair Display", serif;

    font-weight: 700;

}

.expert-serv-head p {

    margin: 0;

    padding: 25px 0 0 0;

    font-size: 16px;

    color: #333;

}

.exp-serv-box {

    text-align: center;

    background-color: #fff;

    padding: 40px 30px;

    cursor: pointer;

    transition: all 0.8s ease-in-out;

    margin: 10px;

    height: 520px;

}

.exp-serv-box h6 {margin: 0;padding: 30px 0;font-size: 25px;color: #000;font-family: "Playfair Display", serif;font-weight: 700;}

.exp-serv-box p {margin: 0;padding: 0 0 40px 0;font-size: 15px;color: #333;line-height: 28px;height: 180px;}

.btn-shadow {

    -webkit-box-shadow: 0 10px 38px -20px rgba(0, 0, 0, 0.75);

    -moz-box-shadow: 0 10px 38px -20px rgba(0, 0, 0, 0.75);

    box-shadow: 0 10px 38px -20px rgba(0, 0, 0, 0.75);

}

.exp-serv-box:hover a {
    background-color: #762886;
}

.exp-serv-box img {
    margin: 0 auto;
}

.portfolio-sec {background-image: url(../images/portfolio-banner.webp);padding: 80px 0;background-size: cover;display: none;}

.portoflio-head-box {

    text-align: center;

}

.portoflio-head-box h5 {

    margin: 0;

    padding: 0;

    color: #fff;

    font-size: 24px;

}

.portoflio-head-box h4 {

    margin: 0;

    padding: 30px 0 45px 0;

    color: #fff;

    font-size: 50px;

    font-family: "Playfair Display", serif;

    font-weight: 700;

}

.portoflio-tab-box ul {

    justify-content: center;

    padding: 0 0 45px 0;

}

.portoflio-tab-box ul li a {

    margin: 0;

    padding: 0 20px;

    font-family: Poppins, sans-serif;

    font-size: 18px;

    text-transform: uppercase;

    color: #fff;

    padding: 10px 30px;

    border-radius: 40px;

}



.nav-pills .show > .nav-link,

.portoflio-tab-box .nav-pills .nav-link {

    border: 2px solid transparent;

    border-radius: 40px;



}

.nav-pills .show > .nav-link,

.portoflio-tab-box .nav-pills .nav-link.active {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #762886;
    padding: 10px 30px;
    border-radius: 40px;
}

.img-main-box {

    position: relative;

}

.team-info {

    position: absolute;

    bottom: 0;

    right: 0;

    left: 0;

    text-align: center;

    padding: 30px 0;

}

.img-main-box img {

    filter: grayscale(100%);

}

.team-info h6 {

    margin: 0;

    padding: 0 0 20px 0;

    font-size: 30px;

    color: #fff;

    font-family: "Playfair Display", serif;

    font-weight: 700;

}

.team-info p {

    margin: 0;

    padding: 0;

    color: #b3b3b3;

    font-size: 16px;

}

.team-head-box {

    text-align: center;

    padding: 90px 0;

}

.team-head-box h4 {

    margin: 0;

    padding: 0;

    font-size: 50px;

    color: #000;

    font-family: "Playfair Display", serif;

    font-weight: 700;

}

.img-main-box img {

    transition: all 0.5s ease-in-out;

    cursor: pointer;

}

.img-main-box:hover img {

    transform: scale(1.1);

    filter: none;

    position: relative;

    z-index: 1;

    -webkit-box-shadow: 0 0 96px -24px rgba(0, 0, 0, 0.75);

    -moz-box-shadow: 0 0 96px -24px rgba(0, 0, 0, 0.75);

    box-shadow: 0 0 96px -24px rgba(0, 0, 0, 0.75);

}

.img-main-box:hover .team-info {

    display: none;

}

section.team-sec {

    padding-bottom: 100px;

}

.progress-bar {

    margin: 0 0 0;

    overflow: hidden;

}

.progress-title-holder {

    padding-bottom: 20px;

    position: relative;

    margin: 0 0;

    line-height: 23px;

    font-weight: 400;

    color: #2e2e2e;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.progress-title {

    color: #666;

    font-size: 24px;

    font-family: "Playfair Display", serif;

    font-weight: 500;

}

.progress-number-wrapper {

    width: 100%;

}

.progress-number-mark {

    margin-bottom: 0;

    border-radius: 0;

    padding: 0;

    -moz-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

}

.progress-number-mark,

.progress-number-wrapper {

    font-size: 24px;

    line-height: 24px;

    height: auto;

    letter-spacing: 0;

    font-style: normal;

    text-transform: none;

    color: #666;

    float: right;

}

.progress-content-outter {

    height: 12px;

    background-color: #e8e8e8;

    border-radius: 10px;

    margin-bottom: 35px;

}

.progress-content {
    height: 12px;
    background-color: #762886;
    width: 0%;
    border-radius: 10px;
}

.skill-progress-wrap .progress-bar {

    background-color: transparent;

    text-align: left;

    position: relative;

}

.bbb-logo {

    padding-top: 34px;

}

.inner-portfolio-box {

    transform: scale(1);

    transition: all 0.5s ease;

    cursor: pointer;

    position: relative;

    overflow: hidden;

}

.portfolio-box-wrap .inner-portfolio-box:hover {

    z-index: 2;

}

.portfolio-box-wrap .inner-portfolio-box:hover .hovereffects-det {

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -o-transform: translateX(0);

    -ms-transform: translateX(0);

    transform: translateX(0);

    opacity: 1;

}

.testimonial-box h5 {

    margin: 0;

    padding: 0;

    font-size: 30px;

    color: #000;

    font-family: "Playfair Display", serif;

    font-weight: 700;

}

.testimonial-box p {

    margin: 0;

    padding: 20px 0;

    font-size: 16px;

    color: #585858;

    line-height: 28px;

    height: auto;

}

.testimonial-box h6 {

    margin: 0;

    padding: 0;

    font-size: 20px;

    color: #000;

    font-weight: 700;

}

.testimonial-sec .slick-dots li button:before {

    font-size: 67px;

}

.testimonial-sec .slick-dots li {

    display: block;

}

.testimonial-sec .slick-dots {

    top: 307px;

    right: -30px;

    width: unset;

}

.testimonial-img-box {

    position: absolute;

    left: 0;

    top: 0;

}

.testimonial-sec {

    position: relative;

    padding-bottom: 50px;

}

.test-img-content {
    position: absolute;
    top: 175px;
    right: 0;
    left: 0;
    width: 50%;
    background-color: transparent;
    margin: 0 auto;
    padding: 100px 40px;
    text-align: center;
    border: 5px solid #762886;
}

.test-img-content h5 {

    margin: 0;

    padding: 0;

    font-size: 60px;

    color: #fff;

    font-family: "Playfair Display", serif;

    font-weight: 700;

    line-height: 70px;

}

.test-img-content p {

    margin: 0;

    padding: 25px 0 0 0;

    font-size: 16px;

    color: #b1b1b1;

    line-height: 30px;

}

.testimonial-slider {

    margin-left: 30px;

    margin-top: 25px;

    position: relative;

}

section.progress-sec {

padding: 70px 0px;
}

.disc-box h6 {

    margin: 0;

    padding: 0;

    font-size: 14px;

    color: #ededee;

    font-weight: 600;

}

footer {

}

.disc-box p {

    margin: 0;

    padding: 15px 0 0 0;

    font-size: 13px;

    color: #5c5c5c;

    line-height: 20px;

    font-weight: 700;

}

.btn-qoute:hover {
    background-color: #fff;
    color: #000000;
}

.form-box button:hover {

    background-color: #fff;

    color: #000;

}

.cta-txt-box .btn-qoute {

    border: none;

}

.exp-serv-box .btn-qoute {

    border: none;

}

.exp-serv-box .btn-qoute:hover {

    border: none;

    color: #fff;

}

.slick-next:before,

.slick-prev:before {

    font-size: 37px;

    opacity: 1;

    color: #000;

    font-weight: 700;

}

:focus {

    outline: 0 !important;

}

.slick-next,

.slick-prev {

    background-color: transparent;

    height: 70px;

    width: 70px;

    border: 1px solid #000;

    border-radius: 50%;

}

.slick-prev:hover {

    background-color: #000;

}

.slick-next:hover {

    background-color: #000;

}

.slick-prev:hover::before {

    color: #fff;

}

.slick-next:hover::before {

    color: #fff;

}

.slick-next {

    right: -130px;

}

.slick-prev {

    left: -130px;

}

.slick-next,

.slick-prev {

    top: 40%;

}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #762886;
}

.form-error {

    display: none;

}

input.error {

    border-color: #dd3b18 !important;

}

#entry-popup {

    position: fixed;

    width: 100%;

    height: 100%;

    z-index: 99999990;

    align-items: center;

    background-color: rgba(0, 0, 0, 0.6);

    display: none;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -ms-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}

.entry-box {

    background: #fff;

    text-align: center;

    padding-top: 0;

    padding-bottom: 30px;

    width: 50%;

    margin: 0 auto;

    border-radius: 20px;

    box-shadow: 0 0 50px 0 #000;

    position: relative;

    overflow: hidden;

    pointer-events: auto;

}

.entry-box h1 {

    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);

    color: #fff;

    font-size: 28px;

    font-weight: 700;

    margin-top: 0;

    margin-bottom: 0;

    text-transform: uppercase;

    line-height: 60px;

}

.entry-box h1 span {

    color: #ffd800;

}

.entry-left {
    text-align: center;
    background-image: -moz-linear-gradient(90deg, #ef0d33 0, #ff1010 100%);
    background-image: -ms-linear-gradient(90deg, #ef0d33 0, #ff1010 100%);
    background-color: #762886;
}

.entry-box h1 {

    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);

    color: #fff;

    font-size: 28px;

    font-weight: 700;

    margin-top: 0;

    margin-bottom: 0;

    text-transform: uppercase;

    line-height: 60px;

}

.entry-right .text {

    position: relative;

    margin: 15px 0 25px;

}

.entry-right .text h2 {

    font-size: 22px;

    color: #313131;

    text-transform: uppercase;

    font-weight: 700;

    margin-bottom: 0;

}

.entry-right .text h2 span {
    color: #762886;
}

.entry-right .text:before {
    content: "";
    width: 6px;
    height: 50px;
    background: #762886;
    border-radius: 20%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.form-control.error {

    border-color: red !important;

}

label.error {

    display: none !important;

}

.entry-right .text strong {

    text-transform: uppercase;

}

.entry-right .form-control:focus {

    border-color: #e2001b;

    box-shadow: 0 0 5px 0 #dee2e4;

    background-color: #fff;

    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.2);

}

.entry-right input,

.entry-right textarea {

    border-radius: 5px;

    height: 51px;

    padding-left: 20px;

    border: 1px solid #e3e3e3;

    box-shadow: none;

    background: #fafafa;

    margin: 5px 0;

}

.entry-right textarea {

    height: 110px;

}

.entry-right input[type="email"],

.leaving-box input[type="email"] {

    background-color: #fff !important;

    color: #555 !important;

}

.entry-right .intl-tel-input {

    width: 100%;

}

.entry-right .intl-tel-input.separate-dial-code .selected-dial-code {

    padding-left: 0;

}

.entery-submit {

width: 60%;

color: #fff;

text-transform: uppercase;

font-size: 16px;

font-weight: 600;

border: none !important;

padding: 14px 0px;

cursor: pointer;

border-radius: 30px;

background-color: #000;
}

.entry-right a {

    height: 60px;

    line-height: 60px;

    display: block;

    width: 100%;

    background-color: #ffd800;

    border-radius: 50px;

    text-transform: uppercase;

    color: #000;

    font-size: 16px;

    font-weight: 600;

}

.entry-right a i {

    margin-left: 6px;

}

.entry-right p {

    color: #343434;

    font-size: 12px;

    margin: 0;

}

.entry-right .form-group {

    margin-bottom: 10px;

}

a#entry-box_close {

    position: absolute;

    right: 5px;

    background-color: transparent;

    width: 40px;

    height: 40px;

    border-radius: 50pc;

    color: #fff;

    font-size: 29px;

    top: 15px;

    z-index: 9;

}

.testimonial-box {

margin-bottom: 40px;

height: 350px;
}

@keyframes zoominoutsinglefeatured {

    0% {

        transform: scale(1, 1);

    }

    50% {

        transform: scale(1.02, 1.02);

    }

    100% {

        transform: scale(1, 1);

    }

}

.portfolio-slider img {

    height: 310px;

    width: 499px;

    object-fit: cover;

}

.form-head-box {

    text-align: center;

}

.form-head-box h4 {

    font-family: "Playfair Display", serif;

    margin: 0;

    padding: 0 0 10px 0;

    color: #fff;

    font-size: 36px;

    font-weight: 700;

}

.form-head-box h6 {

    margin: 0;

    padding: 0 0 15px 0;

    font-size: 24px;

    color: #000;

}

.portfolio-slider .owl-carousel .owl-item img {

    width: unset;

    margin: 0 auto;

}

.write-book-txt-box {

    padding-top: 45px;

}



.disc-box {

    background-color: #141414;

    margin-top: 0;

    padding: 16px 0;

}



.footer-links ul li a {

    font-family: Poppins, sans-serif;

    font-size: 15px;

    color: #fff;

    font-weight: 400;

    text-transform: capitalize;

}



.footer-links ul li:first-child {

    border-right: 1px solid #fff;

    padding: 0 15px 0 0;

}

.footer-links ul li:last-child {

    padding: 0 0px 0 15px;

}

.footer-links ul .list-inline-item:not(:last-child){

    margin: 0;

}



.footer-main-box{

    background-image: url('../images/footer-banner.webp');

    background-repeat: no-repeat;

    width: 100%;

    background-size: cover;

    padding: 85px 0;

}

.copyright-box {

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.foot-first-box p {

margin: 0;

padding: 0px 0 20px;

font-size: 16px;

color: #5f5f5f;

line-height: 28px;
}

.foot-social-icons ul li i {

    color: #888888;

    font-size: 20px;

    border: 2px solid #888888;

    height: 40px;

    width: 40px;

    line-height: 35px;

    text-align: center;

    border-radius: 50%;

    transition: all 0.2s ease-in-out;

    transform: scale(1);

}

.foot-social-icons ul li i:hover {
    border: 2px solid #762886;
    color: #762886;
    transform: scale(1.05);
}

.quick-links-box h4 {

    margin: 0;

    padding: 20px 0 40px 0;

    font-size: 24px;

    color: #fff;

    font-weight: bold;

    text-transform: capitalize;

    font-family: "Playfair Display", serif;

}

.quick-links ul li a {

margin: 0;

padding: 0;

font-size: 14px;

color: #666666;

font-weight: 600;
}

.quick-links ul li {

    padding-bottom: 15px;

}

.quick-links ul li::before {
    content: "\f0da";
    color: #762886;
    font-family: FontAwesome;
    padding-right: 4px;
}



.quick-links ul li a:hover{

    color: #fff;

}

.footer-info-box h4 {

    margin: 0;

    font-size: 24px;

    color: #fff;

    font-weight: bold;

    text-transform: capitalize;

    font-family: "Playfair Display", serif;

    padding: 20px 0 40px 0;

}

.info-box p {

    margin: 0;

    padding: 10px 0 0 0;

    font-size: 16px;

    color: #666666;

    font-weight: 600;

}



.info-box a {

    margin: 0;

    padding: 0;

    font-size: 16px;

    color: #666666;

    font-weight: 600;

    display: block;

}

.info-box p:last-child{

    line-height: 28px;

}

.info-box a:first-child{

    padding-bottom: 20px;

}

.quick-links-box::before{

    content: '';

    background-image: url('../images/line-img.webp');

    height: 280px;

    width: 2px;

    position: absolute;

    top: 0;

    left: 0;

}

.quick-links-box::after{

    content: '';

    background-image: url('../images/line-img.webp');

    height: 280px;

    width: 2px;

    position: absolute;

    top: 0;

    right: 0;

}

.quick-links-box {position: relative;padding-left: 40px;}



.info-box a:hover{

color: #762886;
}





.navigationMenu {

    position: fixed;

    top: 0;

    bottom: 0;

    left: 0;

    width: 100%;

    overflow: hidden;

    pointer-events: none;

    z-index: 2;

    height: 100%;

}

.navigationMenu.active {

    pointer-events: visible;

}



.navigationMenu .revealer {

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    margin: auto;

    background-color: #eee;

    z-index: 2;

}



.navigationMenu .trigger {

    position: absolute;

    z-index: 100;

    left: 0px;

    top: 24px;

    background-color: transparent;

    outline: 0;

    border: none;

    pointer-events: visible;

    display: flex;

    flex-direction: column;

    height: 30px;

    width: 40px;

    justify-content: flex-end;

    cursor: pointer;

    display: none;

}



.navigationMenu .trigger span {

    display: inline-flex;

    height: 4px;

    width: 30px;

    margin-top: 2px;

    margin-bottom: 2px;

    background-color: #000;

    border-radius: 20px;

}



/* .navigationMenu.active .trigger span{

   background-color: white;

} */

.navigationMenu .menu-wrapper {

    background-color: #762886;

    opacity: 0;

}



.navigationMenu .menu {

    position: relative;

    padding: 90px 40px;

    margin: 0;

    height: inherit;

    display: flex;

    flex-direction: column;

    list-style: none;

    text-align: center;

}

.navigationMenu .menu li a {

    font-size: 46px;

    text-decoration: none;

    padding: 15px 0;

    display: inline-flex;

    justify-content: flex-start;

    align-items: center;

    font-weight: 900;

    color: #fff;

    position: relative;

    overflow: hidden;

    font-family: 'Poppins', sans-serif;

}



/* .navigationMenu .menu li a::after {

    content: '';

    position: absolute;

    top: 0;

    bottom: 0;

    left: -20px;

    width: 0px;

    margin: auto;

    display: inline-flex;

    height: 0;

    border: 2px solid #000;

    border-radius: 100px;

    transition: all ease 0.25s;

} */

/* .navigationMenu .menu li a.active::after,

.navigationMenu .menu li a:hover::after {

    opacity: 1;

    width: 100%;

    left: 0;

} */

.navigationMenu .menu li a:hover{

    color: #000 !important;

}

.logo-box {

    padding-left: 50px;

}



.portfolio-slider .owl-carousel{

    z-index: unset;

}



.services-drop{

padding: 0;

border-radius: 0px;

left: 13px;

border: none;

-webkit-box-shadow: 0px 0px 37px -18px rgba(0,0,0,0.75);

-moz-box-shadow: 0px 0px 37px -18px rgba(0,0,0,0.75);

box-shadow: 0px 0px 37px -18px rgba(0,0,0,0.75);
}

.services-drop a {

    font-size: 16px;

}

.services-drop a:hover{

background-color: #762886;

color: #fff;
}



.banner-about{

    background-image: url('../images/inner-banners/about.webp');

    background-size: cover;

    background-repeat: no-repeat;

    width: 100%;

    padding: 150px 0;

}

.about-banner-txt {

    text-align: center;

}

.about-banner-txt h5 {

margin: 0;

padding: 0;

font-size: 90px;

color: #762886;

font-family: "Playfair Display", serif;

font-weight: bold;
}

.about-banner-txt p {

    margin: 0;

    padding: 25px 0;

    font-size: 18px;

    color: #e2e1e1;

    line-height: 35px;

}

.about-banner-txt .btn-qoute {

    background-color: transparent;

    padding: 10px 70px;

}

.about-banner-txt .btn-qoute:hover{

    background-color: #fff;

}

.navBar-box ul li a {

    padding: 12px 25px !important;

}



.logo-sec {

    padding: 60px 0;

}



.logo-sec .owl-carousel .owl-item img{

    width: unset;

    margin: 0 auto;

}



.who-we-txt-box h6 {

    margin: 0;

    padding: 0;

    font-size: 40px;

    color: #000000;

    font-family: "Playfair Display", serif;

    font-weight: bold;

}

.who-we-txt-box p {

    margin: 0;

    padding: 30px 0;

    font-size: 16px;

    color: #333333;

    line-height: 30px;

}



.quick-support-head h4 {

    margin: 0;

    padding: 0;

    font-size: 50px;

    color: #000000;

    font-family: "Playfair Display", serif;

    font-weight: bold;

}



.who-we-txt-box .btn-qoute{ 

    margin: 0;

}





.who-are-we-img {

    position: absolute;

    top: 0;

    left: 0;

}

.who-are-we-sec {position: relative;padding: 100px 0 70px 0;}



.about-main-sec {

    background-image: url(../images/write-book-banner.webp);

    width: 100%;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 130px 0px 60px 0;

}



.what-we-img {

    position: absolute;

    top: 0;

    right: 0;

}



.logo-slider .owl-carousel {

    z-index: unset !important;

}



.contact-logo-sec{

    background-color: #f2f2f2;

}

section.contact-main-sec {

    padding: 90px 0;

}



.quick-support-head {

    text-align: center;

    padding-bottom: 60px;

}



.quick-support-head p {

    margin: 0;

    padding: 20px 0 0 0;

    font-size: 16px;

    color: #333333;

}



.quick-info-box {

    text-align: center;

    background-color: #f2f2f2;

    padding: 45px;

    height: 330px;

    cursor: pointer;

}



.quick-info-box h6 {

    margin: 0;

    padding: 30px 0 20px 0;

    font-size: 30px;

    color: #000;

    font-weight: bold;

    font-family: "Playfair Display", serif;

}



.quick-info-box a ,

.quick-info-box p{

    margin: 0;

    padding: 0;

    font-size: 18px;

    color: #000;

    line-height: 30px;

}

.quick-info-box img {

    height: 90px;

    width: 100%;

    object-fit: contain;

}



.quick-info-box:hover {
    background-color: #762886;
}

.quick-info-box:hover img{

    filter: brightness(0) invert(1);

}

.quick-info-box:hover h6{

    color: #fff;

}

.quick-info-box:hover p{

    color: #fff;

}

.quick-info-box:hover a{

    color: #fff;

}



.quick-support-sec {

    padding-bottom: 100px;

}



.form-head h6 {

    margin: 0;

    padding: 0;

    font-size: 40px;

    color: #762886;

    font-family: "Playfair Display", serif;

    font-weight: bold;

}



.form-head p {

    margin: 0;

    padding: 20px 0 0 0;

    font-size: 18px;

    color: #848484;

}

.form-head {

    padding-bottom: 30px;

}

.form-main-box input {

    border-radius: 0px;

    border: 2px solid #eaeaea;

    margin-bottom: 30px;

    height: 70px;

    padding: 0 30px;

    font-family: 'Montserrat', sans-serif;

    font-size: 18px;

    color: #9d9d9d;

}

.form-main-box textarea {

    border-radius: 0px;

    border: 2px solid #eaeaea;

    margin-bottom: 20px;

    padding: 20px 30px;

    font-family: 'Montserrat', sans-serif;

    font-size: 18px;

    color: #9d9d9d;

    resize: none;

    margin-top: 30px;

}



.form-main-box input::placeholder{

    font-family: 'Montserrat', sans-serif;

    font-size: 18px;

    color: #9d9d9d;

}



.form-main-box textarea::placeholder{

    font-family: 'Montserrat', sans-serif;

    font-size: 18px;

    color: #9d9d9d;

}



.form-main-box button {

    background-color: #762886;

    color: #fff;

    font-size: 20px;

    border: 1px solid #762886;

    font-weight: bold;

    font-family: 'Montserrat', sans-serif;

    padding: 20px 30px;

}

.form-main-box button:hover{

    color: #762886;

    background-color: #fff;

}



.banner-contact{

    background-image: url('../images/inner-banners/contact.webp');

}



.ebook-main-sec .who-we-txt-box h6{

    line-height: 45px;

}

.ebook-services-sec .exp-serv-box h6{

    line-height: 35px;

}



.ebook-services-sec .expert-serv-head p{

    line-height: 30px;

}

.banner-ebook{

    background-image: url('../images/inner-banners/ebook.webp');

}

.banner-editing{

    background-image: url('../images/inner-banners/editing.webp');

}

.banner-Writing{

    background-image: url('../images/inner-banners/Writing.webp');

}

.banner-proofreading{

    background-image: url('../images/inner-banners/proofreading.webp');

}

.banner-publishing{

    background-image: url('../images/inner-banners/publishing.webp');

}

.banner-script{

    background-image: url('../images/inner-banners/script.webp');

}

.banner-reviews{

    background-image: url('../images/inner-banners/reviews.webp');

}



section.about-main-sec .who-are-we-sec:nth-of-type(2n) {

    padding: 220px 0 120px 0;

}



section.about-main-sec .who-are-we-sec:nth-of-type(2n) .what-we-img {

    top: 90px;

}



.review-main-sec {

    padding: 90px 0;

}

.reviews-head h3 {

    font-size: 50px;

    color: #000000;

    margin: 0;

    padding: 0;

    line-height: 60px;

    font-family: "Playfair Display", serif;

    font-weight: bold;

}

.review-box h5 {

    margin: 0;

    padding: 30px 0 20px 0;

    font-size: 30px;

    color: #000;

    font-family: "Playfair Display", serif;

    font-weight: bold;

}

.review-box h6 {

    margin: 0;

    padding: 0px 0px 20px 0;

    font-size: 18px;

    color: #762886;

    font-weight: bold;

    font-family: "Playfair Display", serif;

}

.review-box p {

    margin: 0;

    padding: 0 0 10px 0;

    color: #333333;

    font-size: 16px;

    line-height: 27px;

}

.stars-box i {

    color: #febf00;

    font-size: 21px;

}

.reviews-head {

    padding-bottom: 60px;

}



.review-box {

    padding: 30px 70px 30px 30px;

    position: relative;

}

.comma-img-box {

    position: absolute;

    top: 40px;

    right: 40px;

}



.review-main-sec .owl-carousel .owl-item img {

    width: unset;

}



.reviews-slider .owl-carousel .owl-stage-outer {

    -webkit-box-shadow: 0px 0px 52px -26px rgba(0,0,0,0.75);

    -moz-box-shadow: 0px 0px 52px -26px rgba(0,0,0,0.75);

    box-shadow: 0px 0px 52px -26px rgba(0,0,0,0.75);

}



.owl-theme .owl-nav [class*=owl-]:hover{

}



.reviews-slider .owl-prev {

    background-color: #fff !important;

    color: #000 !important;

    height: 40px;

    width: 40px;

    border-radius: 50% !important;

    border: 1px solid #000 !important;

    position: absolute;

    left: 0;

}

.reviews-slider .owl-next {

    background-color: #fff !important;

    color: #000 !important;

    height: 40px;

    width: 40px;

    border-radius: 50% !important;

    border: 1px solid #000 !important;

    position: absolute;

    left: 90px;

}

.reviews-slider .owl-prev:hover,

.reviews-slider .owl-next:hover{

    background-color: #000 !important;

    color: #fff !important;

}



.reviews-slider .owl-nav{

    margin-top: 40px;

}



.review-form-head {

    background-color: #762886;

    text-align: center;

    padding: 15px 0;

}



.review-form-head h6 {

    color: #fff;

    font-family: 'Oswald', sans-serif;

}

.review-form-body {

    background-color: #000000;

    padding: 30px 30px 50px 30px;

}



.review-form-subHead {

    text-align: center;

}

.review-form-subHead p {

    margin: 0;

    padding: 0;

    color: #fff;

    font-size: 30px;

    font-family: 'Oswald', sans-serif;

}

.review-form-subHead h5 {

    margin: 0;

    padding: 15px 0 25px 0;

    font-size: 61px;

    color: #762886;

    font-family: 'Oswald', sans-serif;

    font-weight: bold;

}

.review-form-body input {

    height: 65px;

    border: none;

    margin-bottom: 25px;

}

.review-form-body button {

width: 100%;

border: none;

margin-top: 20px;

color: #ffffff;

font-size: 33px;

font-weight: bolder;

background-color: #762886;

padding: 15px 0;

border-radius: 20px;
}

.navbar-toggler{

    background-color: #762886;

}

.navbar-toggler i{

    color: #fff;

    font-size: 30px;

}

.in-center:before {
    content: '';
    position: absolute;
    border-color: #762886;
    border-width: 2px 0px 0px 2px;
    z-index: 0;
    left: 5px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transition: all .4s cubic-bezier(0, 0, 0, 0.24);
    transition: all .4s cubic-bezier(0, 0, 0, 0.24);
    animation: squareboder 6s linear infinite;
}



.in-center:after {
    content: '';
    position: absolute;
    border-color: #762886;
    border-width: 0px 2px 2px 0px;
    z-index: 0;
    right: 5px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transition: all .4s cubic-bezier(0, 0, 0, 0.24);
    transition: all .4s cubic-bezier(0, 0, 0, 0.24);
    animation: squareboder 6s linear infinite;
}



.in-center{

    position: relative;

}



@keyframes squareboder {

    0% {

        width: 0%;

        height: 0%;

    }

    50% {

        width: calc(100% - 10px);

        height: calc(100% - 10px);

        border-color: #762886;

    }

    100% {

        width: 0%;

        height: 0%;

        border-color: #762886;

    }

}

.quick-info-box a, .quick-info-box p{

    font-size: 15px;

}



.fullNavDropdown .dropdown-menu{

    position: relative !important;

    background-color: transparent !important;

    border: none;

    top: -80px !important;

    margin: 0 auto !important;

    left: 45% !important;

}

.fullNavDropdown > a {

    display: block !important;

}

.fullNavDropdown .dropdown-menu a {

    color: #fff !important;

    font-size: 20px !important;

    display: block !important;

    text-align: center;

}



.ebook-main-sec .who-are-we-img {

    top: 35px;

}

.ebook-main-sec {

    padding: 90px 0px 130px 0;

}



.testimonial-slider .slick-dots li{

    width: 25px;

    height: 25px;

    margin: 2px 5px;

}

.testimonial-slider .slick-dots li button{

    width: 25px;

    height: 25px;

}



.testimonial-slider .slick-dots li button:before{

    width: 25px;

    height: 25px;

}

.wpb_wrapper {

    background-color: #141414;

    font-size: 14px;

    color: #fff;

    padding-bottom: 10px;

  }







  

.main-privacy {

    padding: 60px 0 80px;

}

.main-privacy h3, .main-privacy h2 {

    color: #000;

    margin-bottom: 15px;

    font-size: 22px;

    font-weight: 600;

}

.main-privacy h4 {

    font-size: 26px;

    color: #000;

    margin-bottom: 15px;

    font-weight: 600;

}

.main-privacy p, .main-privacy li, .main-privacy table tr td {

    margin: 0 0 15px;
    font-size: 14px;
    line-height: 200%;

}

input.error {

    border-color: red !important;

}

.thankyou_sec {

    padding: 100px 0;

    display: flex;

    align-items: center;

    margin-bottom: 50px;

}

.thankyou_sec + footer {

    /* position: fixed; */

    /* width: 100%; */

    /* bottom: 0; */

    /* left: 0; */

}

.main-thankyou {

    text-align: center;

}

.main-content__checkmark {

    font-size: 9.75rem !important;

    line-height: 1 !important;

    color: #3366cc;

}

.site-header__title {

    font-size: 6.5rem;

    font-weight: 700;

    line-height: 1.1;

}

.main-content__body {

    margin: 20px 0 0;

    font-size: 1.25rem;

    line-height: 1.4;

}

.start_live_chat {

    font-size: 19px;

    background-color: #16171a;

    padding: 10px 24px;

    display: inline-block;

    border-radius: 4px;

    margin: 20px 0 0;

    color: white !important;

    text-decoration: none;

    border-radius: 50pc;

}

.team-sec{
    display: none !important;
}

.testimonial-box img{
    display: none !important;
}
.chatt{
    display: none !important;
}
.chat{
    display: none !important;
}
.logo-sec{
    display: none !important;
}

/* new-inner-sec-css */
section.inner-content .container {
    background: #fff;
    padding: 50px;
    box-shadow: #d7d7d7 0 0 34px;
    border-radius: 8px;
    margin-top: 0;
}

section.inner-content {
    padding: 60px 0;
    background: #fff;
}

section.inner-content h2 {
 font-weight: bold;
}

section.inner-content h2 p {
    font-size: 15px
}

.focused-box h2,.h2-b {
    font-size: 23px!important;
    margin-bottom: 17px;
    color: #2b2b2b!important
}
.custom-div {
    padding: 18px 15px;
    border-top: 2px solid #000;
    margin: 0 15px;
    border-bottom: 2px solid #000;
    text-align: center;
}
.custom-buttom {
    display: inline-block;
    background: #762886;
    border: #762886 1px solid;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 7px;
    transition: .5s all;
}
section.inner-content h3, section.inner-content h2 {
    font-size: 26px;
    color: #000000;
    /* font-weight: bold; */
    margin-top: 20px;
}
section.inner-content p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 22px;
    margin-top: 7px
}
section.inner-content h3 {
    font-size: 22px;
    font-weight: 600;
}
section.inner-content ul {
    margin-bottom: 10px
}

.list-section ul {
    padding: 10px 20px;
    list-style-type: inherit
}

.list-section ul li {
    font-size: 15px;
    line-height: 30px
}

.list-section p {
    margin-bottom: 20px!important
}
.custom-div h3 {
    margin: 0px 0px 15px !important;
}
.custom-buttom:hover{
    background: #000;
    color: #fff;
}

.dropdown-menu.services-drop.show a {
    color: #8a8a8a;
    font-size: 12px;
    padding: 10px 13px !important;
    display: block;
    width: auto;
    border-bottom: rgba(189,189,189,.18) 1px solid;
    line-height: 16px;
    background: #fff;
}
.dropdown-menu.services-drop.show a:hover{
    background: #722886;
    color: #fff;
}
section.inner-content h1 {
    color: #000;
    font-size: 26px;
    font-weight: 700;
}
.focused-box p a {
    color: #762886;
}