body{font-family: 'Poppins', sans-serif;font-size: 14px;color: #242424;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding: 0 10px;}
.row {margin: 0 -10px;}
a:hover, a:focus, button:hover, button:focus{outline: none;}
section {padding: 45px 0;clear: both;position: relative;margin: 0 auto;}
h1,h2,h3,h4,h5,h6{font-family: 'Merriweather', serif;}
p {color: #212121;font-family: 'Poppins', sans-serif;font-size: 16px;}
img{max-width: 100%;}

header {
    background: #f6f6f6;
    padding: 15px 0;
    border-top: 4px solid #b9b9b9;
}
header ul {}
header ul li {
    display: inline-block;
}
header ul li a {
    font-size: 14px;
    transition: .5s all;
}
header .top.head {
    margin-bottom: 8px;
}
header .top.head ul {}
header .top.head ul li {
    margin-right: 14px;
}
header .top.head ul li a {
    color: #6e685b;
}
header .top.head ul li a.btn {
    /* background: #2e2e2e; */
    color: white;
    padding: 8px 14px;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
header .top.head ul li i {
    margin-right: 5px;
}

header ul li:last-of-type {
    margin-right: 0;
}
header nav {}
header nav ul {}
header nav ul li {
    margin-right: 18px;
}
header nav ul li a {
    color: #000000;
    font-family: 'Merriweather', serif;
}
.home-banner{
    background: url("../images/home-banner.jpg") no-repeat;
    width: 100%;
    background-size: cover;
}
.our-banner{}
.our-banner h3{
    font-size: 18px;
}
.our-banner h1{
    font-size: 48px;
    line-height: 56px;
}
.our-banner p{
    font-size: 15px;
    font-family: 'Merriweather', serif;
}
.btn {
    border: 1px solid #756f62;
    background: #756f62;
    color: white;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    border-radius: 0;
    padding: 11px 22px;
    font-size: 14px;
    transition: .5s all;
}
.btn-line.chat {
    color: #000000;
    background: #ffffff;
}
.btn-block .btn {margin-right: 10px;}
.btn-green {
    background: #2e8979;
    border-color: #2e8979;
}
nav .btn-green {
    padding: 8px 14px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.published-author {
    padding: 40px 0;
    border-bottom: 1px solid #c1c1c1;
}
.heading {
    margin: 0 0 30px;
}
.heading h3 {
    font-size: 19px;
    color: #686868;
    font-style: italic;
    margin: 0 0 5px;
}
.heading h2 {
    color: #020100;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    /* margin: 0; */
}

.published-author p {
    color: #545454;
}

.published-author p:last-child {
    margin: 0;
}
.our-premier {
    padding: 40px 0;
}

.our-premier ul li {
    width: 49%;
    display: inline-block;
    color: #020100;
    margin: 0 0 8px;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
}

.our-premier ul {}

.our-premier ul li i {
    color: #000;
    margin-right: 5px;
}

.heading p {
    color: #545454;
    font-size: 15px;
    margin: 0;
}
section.our-service {
    background: #f2f2f2;
}
section.our-service .box {
    margin: 0 0 30px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 20px;
    min-height: 137px;
}
section.our-service .box h4 {
    font-size: 20px;
    font-weight: 600;
}
section.our-service .box p {
    color: #545454;
    font-size: 14px;
    margin: 0;
}
footer {
    background: #020100;
    padding: 50px 0 40px;
}

footer h4 {
    font-size: 14px;
    color: #ffffff;
    margin: 0 0 14px;
    font-weight: 600;
}

footer ul {}

footer ul li {margin: 0 0 5px;}

footer ul li a {
    font-size: 13px;
    color: #f1eadc;
    transition: .5s all;
}
footer ul li i {
    color: #6c6c6c;
    margin-right: 8px;
}
footer ul.social {
    margin-top: 0;
    text-align: center;
}

footer ul.social li {
    display: inline-block;
    margin-right: 8px;
}

footer ul.social li a i {
    color: #f1eadc;
    font-size: 21px;
}
.copy {
    padding: 15px 0;
    background: #232323;
    margin-top: 25px;
}

.copy p {
    font-size: 14px;
    color: #f1eadc;
    margin: 0;
}

.copy ul {
    text-align: right;
}

.copy ul li {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0;
}

.copy ul li a {}
.disclaimer {
    padding: 30px 0 0;
}

.disclaimer h6 {
    font-size: 14px;
    color: #9f9f9f;
    margin: 0 0 6px;
}

.disclaimer p {
    font-size: 14px;
    color: #797979;
    font-style: italic;
    margin: 0;
}
section.btm-logo .owl-carousel .owl-item img {
    filter: brightness(0.5);
}

section.btm-logo {
    padding: 20px 0;
    border-top: 1px solid #c1c1c1;
}
section.testimonial {}

section.testimonial .item img {
    margin-bottom: 12px;
}

section.testimonial .item p {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    margin: 0 0 15px;
}

section.testimonial .item h6 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
section.process {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 0;
}

section.process .box {
    margin-bottom: 50px;
    position: relative;
}
section.process .box:after{
    content: '';
    background: url("../images/process-arrow.png") no-repeat;
    height: 41px;
    width: 69px;
    position: absolute;
    right: 0;
    top: 0;
}

section.process .box .txt {
    display: inline-block;
    width: 86%;
    margin-left: 15px;
}

section.process .box .txt h6 {
    margin: 0 0 0;
    font-size: 18px;
    color: #2e8979;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

section.process .box .txt h4 {
    font-size: 18px;
    color: #020100;
    font-weight: 700;
}

section.process .box .txt p {
    margin: 0;
    font-size: 15px;
    color: #545454;
    font-weight: 500;
}

section.process .box .txt img {}
section.process .col-md-4:nth-child(3) .box:after {
    display: none;
}

section.process .col-md-4:nth-child(6) .box:after {
    display: none;
}
.our-cta{
    background: url("../images/cta-bg.jpg") no-repeat;
    /* height: 210px; */
    background-size: cover;
    width: 100%;
}
.our-cta h2 {
    color: white;
    font-size: 24px;
    margin: 0;
}

.our-cta h3 {
    color: white;
    font-size: 24px;
    font-weight: 300;
}

.our-cta h4 {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 6px;
}

.our-cta h5 {
    color: white;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}
section.our-client {}
section.our-client ul {}
section.our-client ul li {
    display: inline-block;
    width: 24%;
    margin: 0 0 10px;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
}
section.our-client ul li img {
    margin-right: 7px;
}
section.our-news {
    background: #f7f7f7;
}
section.our-news h2 {
    font-size: 26px;
    margin: 0;
    font-weight: 600;
}
section.our-news .row {
    align-items: center;
}
.genre-banner{
    background: url("../images/genre-banner.jpg") no-repeat;
    background-size: cover;
    height: 346px;
}
.inner-banner {
    height: 346px;
    padding: 0;
}
.inner-banner h1 {
    color: white;
    margin: 0 0 15px;
}
.inner-banner p {
    color: white;
    font-size: 16px;
    line-height: 28px;
}
section.our-genre {
    padding-bottom: 0;
}

section.our-genre ul {}

section.our-genre ul li {
    width: 19%;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 20px;
    min-height: 59px;
    position: relative;
}

section.our-genre ul li img {
    max-width: 100%;
}
section.our-genre ul li h6 {
    margin: 0;
    display: inline-block;
    margin-left: 12px;
    font-size: 15px;
    font-weight: 600;
}

section.our-genre ul li:before {
    content: '';
    background: #c1c1c1;
    height: 1px;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
}

section.our-genre ul li:after {
    content: '';
    background: #c1c1c1;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: 26px;
}

section.our-genre ul li:nth-child(6):after {
}

section.our-genre ul li:nth-child(5):after {display: none;}

section.our-genre ul li:nth-child(12):after {
    display: none;
}

section.our-genre ul li:nth-child(10):after {
    display: none;
}

section.our-genre ul li:nth-child(12):before {
    display: none;
}

section.our-genre ul li:nth-child(11):before {
    display: none;
}
section.portfolio {
    background: #f2f2f2;
}
.here-is {
    padding-top: 20px;
}

.here-is ul li {
    width: 49%;
    font-weight: 500;
    color: #020100;
    font-size: 16px;
}
section.tell-us {padding-bottom: 20px;}

section.tell-us p {
    margin: 0;
}

section.tell-us .heading {
    margin: 0;
}

section.tell-us .container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.ghost-banner{
    background: url("../images/ghostwriting-bg.jpg") no-repeat;
    background-size: cover;
}
.editing-banner{
    background: url("../images/editing-bg.jpg") no-repeat;
    background-size: cover;
}
.inner-banner .container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
section.editing {}

section.editing h4 {
    font-size: 22px;
    font-weight: 600;
}
section.editing h4 + p {
    font-size: 14px;
    margin: 0;
}
section.our-feature {
    background: #f2f2f2;
}
section.our-feature h6 {
    color: #000000;
    font-size: 15px;
    margin: 6px 0 0 0;
    font-weight: 600;
}
section.our-feature h6 span {
    display: block;
    color: #3d3d3d;
    font-size: 14px;
    margin-top: 3px;
    font-weight: 400;
}
.author-banner{
    background: url("../images/author-bg.jpg") no-repeat;
    background-size: cover;
}
section.our-author {}

section.our-author .name {border-bottom: 1px solid #000000;padding-bottom: 10px;margin: 10px 0;float: left;width: 100%;}

section.our-author .name h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    margin-top: 8px;
}

section.our-author .name .btn {
    font-size: 12px;
    padding: 8px 20px;
    float: right;
}

section.our-author .name + p {
    font-size: 13px;
    float: left;
    margin: 0 0 12px;
    font-family: 'Merriweather', serif;
    line-height: 26px;
}

section.our-author ul {
    float: left;
}

section.our-author ul li {
    font-size: 13px;
    color: #363636;
    font-weight: 600;
    margin: 5px 0 2px;
    font-family: 'Merriweather', serif;
}

section.our-author .box {
    float: left;
    margin-bottom: 20px;
}
section.will-public {}

section.will-public ul {
    text-align: center;
}

section.will-public ul li {
    display: inline-block;
    width: 18%;
    margin-bottom: 14px;
    text-align: center;
    box-shadow: 0 0 5px #ddd;
    height: 80px;
    margin-right: 10px;
    line-height: 79px;
}

section.will-public ul li img {
    /* display: inline-block; */
}
section.pub-team {
    padding-top: 0;
}

section.pub-team ul {}

section.pub-team ul li {
    display: inline-block;
    margin-right: 78px;
    margin-bottom: 20px;
}

section.pub-team ul li img {
    margin-right: 8px;
}

section.pub-team ul li h6 {
    font-size: 16px;
    margin: 0;
    display: inline-block;
}

section.pub-team ul li h6 span {
    color: #369685;
    display: block;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 4px;
}
.pub-cta{
    background: url("../images/pub-cta.jpg")no-repeat;
    height: 324px;
    width: 100%;
    background-size: cover;
    padding: 30px 0;
}
section.pub-cta h2 {
    margin: 0 0 15px;
    color: white;
    font-size: 26px;
}

section.pub-cta p {
    margin: 0;
    color: white;
}

section.pub-cta .row {
    align-items: center;
}
section.book-pub {}
section.book-pub .box {
    margin-bottom: 30px;
}
section.book-pub .box h4 {
    font-size: 18px;
    font-weight: 600;
}
section.book-pub .box p {
    margin: 0;
    font-size: 14px;
}
.markeing-banner{
    background: url("../images/markeing-banner.jpg")no-repeat;
    background-size: cover;
    width: 100%;
}
section.our-exclusive {}

section.our-exclusive h4 {
    font-size: 18px;
    color: #020100;
    text-transform: uppercase;
    font-weight: 600;
}

section.our-exclusive h4 + p {
    color: #545454;
    font-size: 14px;
    margin: 0;
}

section.our-exclusive .col-md-6 {
    margin-bottom: 30px;
}
.book-banner{
    background: url("../images/book-bg.jpg") no-repeat;
    width: 100%;
    background-size: cover;
}
section.our-tribe {
    padding-bottom: 40px;
}
section.our-tribe ul {}

section.our-tribe ul li {
    margin-bottom: 13px;
    font-family: 'Merriweather', serif;
    font-size: 15px;
}
section.our-tribe ul li img {
    margin-right: 10px;
}
section.our-reader {
    padding-bottom: 30px;
}

section.our-reader ul {}

section.our-reader ul li {
    font-family: 'Merriweather', serif;
    display: inline-block;
    width: 33%;
    margin-bottom: 18px;
    font-size: 15px;
}

section.our-reader ul li img {
    margin-right: 8px;
}

section.our-reader .row {
    /* align-items: center; */
}

section.our-reader .col-md-2 img {
    margin-top: -110px;
}
.contact-banner{
    background: url("../images/contact-banner.jpg") no-repeat;
    background-size: cover;
    width: 100%;
}
section.our-contact {}

section.our-contact .form-control {
    font-size: 14px;
    border-radius: 4px;
    margin: 0 0 10px;
    height: 42px;
}

section.our-contact textarea.form-control {
    resize: none;
    height: 80px;
}
section.our-contact {}

section.our-contact form .btn {
    width: 100%;
}

section.our-contact ul li {
    font-size: 16px;
    margin-bottom: 15px;
}

section.our-contact ul li i {
    margin-right: 5px;
}

section.our-contact ul {
    margin-left: 35px;
}
section.our-contact ul.social li {
    display: inline-block;
}

section.our-contact ul.social {
    margin-top: 30px;
}

section.our-contact ul.social li a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #242424;
    border: 1px solid #242424;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

section.our-contact ul.social li a i {
    margin: 0;
}
.pack-banner{
    background: url("../images/pack-bg.jpg") no-repeat;
    background-size: cover;
    width: 100%;
}
section.packages {
    padding-bottom: 0;
}

section.packages .nav-tabs {
    border: 0;
    background: #f9f9f9;
}

section.packages .nav-tabs li {
    width: 100%;
    margin: 0;
}

section.packages .nav-tabs li a {
    font-size: 14px;
    color: #212121;
    font-weight: 500;
    border: none;
    background: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #bcbcbc;
    color: white;
}
section.packages  h4 {
    font-size: 21px;
}

section.packages .pack {
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin-bottom: 20px;
}

section.packages .pack ul {
    margin: 20px 0 20px;
}

section.packages .pack ul li {
    margin-bottom: 6px;
    list-style-type: disc;
    margin-left: 18px;
    color: #2e2e2e;
}

section.packages .pack h5 {
    font-size: 17px;
    font-weight: 600;
}

section.packages .pack .btn {
    width: 100%;
}
header .top.head ul li:last-of-type {
    margin-right: 0;
}
header ul li a:hover {
    color: #2e8979;
    text-decoration: none;
}
section.about-con {}

section.about-con p {
    color: #545454;
    font-size: 15px;
    margin-bottom: 15px;
}

section.about-con h4 {
    font-size: 22px;
    font-weight: 600;
}

input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;    color: red !important; }

label.error {     display: none !important;}

.popupform {
    max-width: 64%;
    padding: 0;
    overflow: visible;
}

.popupform::before {content: "";position: absolute;left: 0;top: 0;height: 100%;width: 100%;background: url(../images/pop-bg.png) no-repeat 0px 0px / 100% 100%;}

.popupform::after {content: "";position: absolute;left: -140px;top: -44px;height: 522px;width: 460px;background: url(../images/pop-img.png) no-repeat 0 0 / 100%;}

.custom-pop .row {
    margin: 0;
}

.popup-content h2 {
    font-family: 'Poppins';
    font-size: 32px;
    padding: 0;
    color: #313131;
    padding-left: 12px;
    font-weight: 700;
}

.popup-content h2::before {
    display: none;
}

.popup-content p {
    max-width: 86%;
    margin: 10px 0;
    color: #313131;
    font-weight: 500;
    padding-left: 14px;
}

.custom-pop {
    padding: 30px 0;
}

.popup-content p.form_tagline {
    max-width: 100%;
    font-size: 11px;
    margin: 0;
    position: relative;
}

.popup-content p.form_tagline input {
    vertical-align: middle;
    height: auto;
    position: absolute;
    left: 0;
    top: 4px;
}


.popup-content [class*='col-'] {
    padding: 0 8px;
    margin-top: 14px;
}

.popup-content [class*='col-'] input {
    color: #313131;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    border-radius: 0;
}

.popup-content [class*='col-'] input::placeholder, .popup-content [class*='col-'] textarea::placeholder {
    color: #313131;
}

.popup-content [class*='col-'] textarea {
    color: #313131;
    font-weight: 500;
    font-size: 14px;
    height: 70px;
    border-radius: 0;
    resize: none;
}

.popup-content [class*='col-'] input.btn {
    background: #0ccfaf;
    color: #fff;
}

.pop-txt {
    left: -40px;
    padding: 0;
}

.popup-content [class*='col-'] input:focus {
    box-shadow: none;
    outline: none;
}

.popupform button.fancybox-button {
    background: #2e8979;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 4px;
    opacity: 1;
    top: -10px;
    right: -10px;
}

.popupform button.fancybox-button svg path {
    fill: #fff;
}

.popupform button.fancybox-button svg {
    height: 26px;
}

.content-box-container:hover span {
    color: #cd391a;
}




#clickload .underlay, #ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .73);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s;
}

#clickload, #ouibounce-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}



#clickload .modal, #ouibounce-modal .modal {
    width: 900px;
    height: 500px;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    display: block;
    -webkit-animation: popin .3s;
    animation: popin .3s;
    padding: 0;
    overflow: visible;
    border: 0px none;
}

div#ouibounce-modal .custom-pop:after {
    content: "";
    position: absolute;
    left: -140px;
    top: -44px;
    height: 522px;
    width: 460px;
    background: url(../images/pop-img.png) no-repeat 0 0 / 100%;
}


#clickload .modal-footer a,
#ouibounce-modal .modal-footer a {
    cursor: pointer;
    width: 28px!important;
    padding: 3px 0px 1px !important;
    height: 28px!important;
    background-color: #ee5a5a;
    background-size: cover;
    font-size: 14px;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    text-align: center;
    display: block;
    border: #ee5a5a 3px solid;
    line-height: 17px;
}

#clickload .modal-footer a{
    padding: 0 0px 1px !important;
}


#ouibounce-modal .modal-footer {
    position: absolute;
    top: -17px;
    right: -16px;
    border: none 0px;
}
.btn-black {
    background: #000;
}
.fixed {
    /* background: black; */
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 1;
    margin: auto;
}

.fixed img {
    /* max-width: 30%; */
}

section.content-page {background: #fff;/* padding: 6em 0; */width: 100%;border-bottom: 5px solid #f3f3e9;}

.content-page li, .content-page p {font-size: 15px;margin-bottom: 20px;/* color: #000; *//* font-weight: 500; */}

.content-page li i.fa {font-size: 6px;color: #2e8979;}

.cnt_pg .inn-banner h1 {    font-size: 70px;    }

.content-page h5.sub-heading {font-size: 20px;font-weight: 600;}
.content-page h5.page-title {
    font-weight: 600;
}
.btn-green:hover {
    color: white;
    background: #277365;
}

.btn-black:hover {
    background: #414141;
    color: white;
}


.author .col-md-4 {
    margin-bottom: 15px;
}


.our-author .heading {
    margin-bottom: 50px;
}

section.our-author {
    padding: 60px 0;
}   
