/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 
 */
address,
ol,
p,
pre,
ul {
    margin-bottom: 1rem
}

*,
::after,
::before,
input[type=radio] {
    box-sizing: border-box
}

address,
legend {
    line-height: inherit
}

progress,
sub {
    vertical-align: baseline
}

button,
hr,
input {
    overflow: visible
}

.img-fluid,
legend {
    max-width: 100%
}

a>code,
legend,
pre code {
    color: inherit
}

.img-fluid,
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.btn,
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled),
summary {
    cursor: pointer
}


/*My Buttons*/
.cta-btns a {
    background: #131A22 !important;
    border: none !important;
    border-radius: 0 !important;
}

.cta-btns a:hover {
    color: #FFF !important;
}
/*My Buttons End */

span.navbar-toggler-icon {
    filter: invert(1);
}

.btn.focus,
.btn:focus,
.form-control:focus {
    box-shadow: 0 0 0 .2rem rgb(0 123 255 / .25)
}

.banner .container,
.carousel,
.drop-icon a,
.dropdown,
.fctns,
.nav-item,
sub {
    position: relative
}

.badge,
.dropdown-toggle {
    white-space: nowrap
}

.modal-dialog,
.nav-link.disabled,
a.btn.disabled,
a.close.disabled {
    pointer-events: none
}

.breadcrumb-item+.breadcrumb-item:hover::before,
.btn:hover,
.close:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-toggler:focus,
.navbar-toggler:hover,
.tooltip,
a,
a.badge:focus,
a.badge:hover,
a:hover {
    text-decoration: none
}

.hCnter.writingheading {
    padding-left: 30px;
}

.tooltip,
button,
select {
    text-transform: none
}

.tooltip,
pre code {
    word-break: normal
}

.owl-carousel,
html {
    -webkit-tap-highlight-color: #fff0
}

ol,
p,
pre,
ul {
    margin-top: 0
}

.dropdown-list li:hover svg,
.hdr-cta i svg {
    fill: var(--switchable-theme-color)
}

.cust-card-header+div li,
.wrapper-own-book-2 li {
    list-style-type: disc;
    list-style-position: inside
}

pre,
textarea {
    overflow: auto
}

.logo-icon-sprite-news-logo-1,
.logo-icon-sprite-news-logo-4,
.logo-icon-sprite-news-logo-5,
.logo-icon-sprite-news-logo-6,
.logo-icon-sprite-news-logo-7,
.logo-icon-sprite-news-logo-8 {
    filter: grayscale(1);
    transition: filter .2s linear
}

.image-area {
    margin-top: 100px;
}

.image-area ul {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: flex-end;
    justify-content: center
}

.image-area ul li img {
    width: 90%;
}

.dropdown-menu.show,
.tab-content>.active,
article,
figure,
footer,
header,
img.lazy,
legend,
main,
nav,
section {
    display: block
}


@media (max-width:560px) {
    .image-area {
        display: none
    }
}

section.banner {
    /* min-height: calc(100vh - 89.2px); */
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    background: var(--combinated-color);
    color: #fff;
}

:root {
    --body-color: #737588;
    --smoke-color: #f0f0f4;
    --bs-gutter-x: 1.5rem;
    --smoke-color2: #f7f8fa;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --switchable-theme-color: #FF6200;
    --combinated-color: #131A22;
}

html {
    font-family: 'Poppins', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body,
html {
    overflow-x: hidden
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible),
button:active,
button:focus {
    outline: 0 !important
}

address {
    font-style: normal
}

.contact-us-banner ul,
.contact-us-inner-form-wrapper .row+.form-group,
.manuscript div#id_8,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.boxpress:hover p,
dt {
    font-weight: 700
}

sub {
    font-size: 75%;
    line-height: 0;
    bottom: -.25em
}

.btn,
.navbar-toggler-icon,
img,
svg {
    vertical-align: middle
}

a {
    color: var(--switchable-theme-color);
    background-color: #fff0
}

a:hover {
    color: #0056b3
}

a:not([href]),
a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

code,
pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.modal,
.progress,
.sr-only,
svg {
    overflow: hidden
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none;
    aspect-ratio: attr(width)/attr(height)
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: -webkit-focus-ring-color auto 5px
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

select {
    word-wrap: normal
}

.card,
.tooltip,
code {
    word-wrap: break-word
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio] {
    padding: 0
}

input[type=date],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

legend {
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    white-space: normal
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.figure,
output {
    display: inline-block
}

summary {
    display: list-item
}

#dnone,
.badge:empty,
.collapse:not(.show),
.dft-btn::before,
.dropdown-toggle::after,
.entry-box .form-text-1 p.heading50,
.tab-content>.tab-pane,
template {
    display: none;
}

[hidden],
a.angle_down,
label.error {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 600 !important;
    line-height: 1.2
}

.table,
hr {
    margin-bottom: 1rem
}

.btn,
.btn-lg,
.form-control {
    line-height: 1.5
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.btn,
.form-control,
.small,
small {
    font-weight: 400
}

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid
}

.flip-clock-container,
.flip-clock-container * {
    -webkit-box-sizing: border-box;
    list-style: none
}

.small,
small {
    font-size: 80%
}

code,
pre {
    font-size: 87.5%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

code {
    color: #e83e8c
}

.table,
pre {
    color: #212529
}

pre {
    display: block
}

pre code {
    font-size: inherit
}

.container,
.container-fluid,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1640px) {
    .cust-navbar-nav.navbar-nav .nav-link {
        font-size: 15px !important;
        padding: 6px 25px !important
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.card>hr,
.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.navbar-nav .nav-link,
.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-12,
.col-4,
.col-8,
.col-lg-10,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-md-10,
.col-md-12,
.col-md-3,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-6,
.col-sm-9,
.col-xl-12,
.col-xl-4,
.col-xl-5,
.col-xl-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-12,
.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

@media (min-width:1200px) {

    .container,
    .container-xl {
        max-width: 1140px
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.table {
    width: 100%
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

@media (max-width:575.98px) {
    .trstilogo.mt-2 {
        display: none
    }

    div#dnone {
        margin-bottom: -7px !important;
        display: block !important;
        background: #fff !important;
        padding: 0 !important;
        height: 42px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 96% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        box-shadow: 0 0 4px 4px #00000045 !important
    }
}

.h4small {
    font-size: 24px !important;
}

.form-control {
    display: block;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da
}

.form-control::-ms-expand {
    background-color: #fff0;
    border: 0
}

.form-control:-moz-focusring {
    color: #fff0;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-text {
    display: block;
    margin-top: .25rem
}

.btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff0;
    border: 1px solid #fff0;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.badge,
.close {
    font-weight: 700
}

.btn:hover {
    color: #212529
}

.btn.focus,
.btn:focus {
    outline: 0
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.badge,
.close {
    line-height: 1
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.boxinner img,
.iti,
.iti input[type=tel],
.mega-menu .dropdown-menu,
.news-logoes-wrap img,
.offr-frm button,
.starpicture img,
.tab-content article img,
a.Newlinking,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.dropdown-list svg,
.dropdowndownangle i svg {
    width: 9px;
    height: 9px
}

.fade {
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

.dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid #fff0;
    border-bottom: 0;
    border-left: .3em solid #fff0
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid;
    border-radius: .25rem
}

.nav,
.navbar {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap
}

.card-header,
.nav,
.navbar-nav {
    margin-bottom: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none
}

.nav-link,
.navbar {
    padding: .5rem 1rem
}

.nav-link {
    display: block
}

.nav-link.disabled {
    color: #6c757d;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid #fff0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: #fff0;
    border-color: #fff0
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link,
.navbar-toggler {
    border: 1px solid #fff0
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    list-style: none
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.alert,
.btn .badge,
.card {
    position: relative
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff0;
    border-radius: .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: "";
    background: center center/100% 100% no-repeat
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0 0 0 / .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgb(0 0 0 / .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(0 0 0 / .9)
}

.navbar-light .navbar-toggler {
    color: rgb(0 0 0 / .5);
    border-color: rgb(0 0 0 / .1)
}

.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid;
    border-radius: .25rem
}

.badge,
.breadcrumb {
    border-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    background-color: rgb(0 0 0 / .03);
    border-bottom: 1px solid
}

.alert,
.breadcrumb {
    margin-bottom: 1rem
}

.breadcrumb,
.progress {
    display: -ms-flexbox;
    background-color: #e9ecef
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item.active {
    color: #6c757d
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    text-align: center;
    vertical-align: baseline;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn .badge {
    top: -1px
}

.alert {
    padding: .75rem 1.25rem;
    border: 1px solid #fff0;
    border-radius: .25rem
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    font-size: .75rem;
    border-radius: .25rem
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.close {
    float: right;
    font-size: 1.5rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.far,
.tooltip {
    font-weight: 400
}

.close:hover {
    color: #000
}

#heading-1:first-letter,
.cust-nav-tabs>a:hover,
.hdr-cta>a,
.wrapper-own-book-2 li strong,
[id=heading-1]:first-letter {
    color: var(--switchable-theme-color)
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: #fff0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {

    .badge,
    .btn,
    .fade,
    .form-control,
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid;
    border-radius: .3rem;
    outline: 0
}

.btn-1,
.cust-navbar-nav .nav-item::after {
    background-color: var(--switchable-theme-color);
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-shadow: none;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    opacity: 0
}

.fa,
.far,
.fas {
    font-family: 'Font Awesome 5 Free'
}

.tooltip.show {
    opacity: .9
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.align-text-top {
    vertical-align: text-top !important
}

.as-btn,
td {
    vertical-align: middle
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.position-relative {
    position: relative !important
}

.h-100 {
    height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.flip-clock-container,
.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.py-2 {
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.px-4 {
    padding-left: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.mt-n2 {
    margin-top: -.5rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .modal-lg {
        max-width: 800px
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-3 {
        margin-left: 1rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.banner,
.center-hdr,
.compr-serv-box,
.cta,
.index-cta,
.slider-form {
    text-align: center
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-white {
    color: #fff !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    pre {
        white-space: pre-wrap !important;
        border: 1px solid #adb5bd
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }
}

.owl-carousel {
    position: relative;
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

/*! jQuery.Flipster, v1.1.2 (built 2017-11-10) */
/*! all.css
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.flip-clock-container,
.flip-clock-container [class|=flip-item] {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-circle:before {
    content: "\f111"
}

.fa-comments:before {
    content: "\f086"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-flag:before {
    content: "\f024"
}

.fa-heart:before {
    content: "\f004"
}

.fa-phone:before {
    content: "\f095"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-star:before {
    content: "\f005"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-user:before {
    content: "\f007"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-youtube:before {
    content: "\f167"
}

.sr-only {
    white-space: nowrap;
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: 'Poppins', sans-serif
}

.main-hdg h1 .letter,
body,
h1 {
    font-family: 'Poppins', sans-serif
}

@font-face {
    font-family: 'Poppins', sans-serif;
    font-display: auto;
    src: url('../fonts/' 'Poppins'', sans-serif.woff')
}

@font-face {
    font-display: auto;
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400d41dd41d.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.html) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
    font-display: auto;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../webfonts/fa-regular-400.eot);
    src: url(../webfonts/fa-regular-400d41dd41d.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.html) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-display: auto;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900d41dd41d.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.html) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-weight: 900
}

.btn-1,
.btn-2 {
    font-weight: 700;
    border-radius: 0px;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-decoration: none
}

.flip-clock-container {
    direction: ltr;
    font-family: Arial;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    --flip-bg-color: #384872;
    --flip-text-color: #fff;
    --flip-dots-color: #384872;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%
}

.flip-clock-container * {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.flip-clock-container ::after,
.flip-clock-container ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flip-clock-container [class|=flip-item] {
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flip-clock-container [class|=flip-item]::before {
    content: ":";
    font-family: Consolas;
    font-size: 28px;
    color: #fff;
    line-height: 20px;
    margin: 0 -4px;
    display: flex;
    align-items: center;
    position: relative;
    top: -3px
}

.btn-1,
.btn-2,
.dropdowndownangle i svg,
.iti,
.main-hdg h1 .letter,
.wrap-anch,
h1 {
    display: inline-block
}

.flip-clock-container [class|=flip-item]:first-child::before {
    content: none
}

@-webkit-keyframes afterZIndexAnim {
    0% {
        z-index: 0
    }

    100% {
        z-index: 1
    }
}

@keyframes afterZIndexAnim {
    0% {
        z-index: 0
    }

    100% {
        z-index: 1
    }
}

@-webkit-keyframes currentZIndexAnim {
    0% {
        z-index: 1
    }

    100% {
        z-index: 0
    }
}

@keyframes currentZIndexAnim {
    0% {
        z-index: 1
    }

    100% {
        z-index: 0
    }
}

@-webkit-keyframes afterFlipAnim {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@keyframes afterFlipAnim {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@-webkit-keyframes afterUpShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 -100px 20px -10px #000;
        box-shadow: inset 0 -100px 20px -10px #000
    }

    100% {
        -webkit-box-shadow: inset 0 0 20px -10px #fff0;
        box-shadow: inset 0 0 20px -10px #fff0
    }
}

@keyframes afterUpShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 -100px 20px -10px #000;
        box-shadow: inset 0 -100px 20px -10px #000
    }

    100% {
        -webkit-box-shadow: inset 0 0 20px -10px #fff0;
        box-shadow: inset 0 0 20px -10px #fff0
    }
}

@-webkit-keyframes afterDownShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 100px 20px -10px #000;
        box-shadow: inset 0 100px 20px -10px #000
    }

    100% {
        -webkit-box-shadow: inset 0 0 20px -10px #fff0;
        box-shadow: inset 0 0 20px -10px #fff0
    }
}

@keyframes afterDownShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 100px 20px -10px #000;
        box-shadow: inset 0 100px 20px -10px #000
    }

    100% {
        -webkit-box-shadow: inset 0 0 20px -10px #fff0;
        box-shadow: inset 0 0 20px -10px #fff0
    }
}

@-webkit-keyframes currentFlipAnim {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }
}

@keyframes currentFlipAnim {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }
}

@-webkit-keyframes currentUpShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 0 15px -10px #fff0;
        box-shadow: inset 0 0 15px -10px #fff0
    }

    50% {
        -webkit-box-shadow: inset 0 -50px 25px -10px #000;
        box-shadow: inset 0 -50px 25px -10px #000
    }

    100% {
        -webkit-box-shadow: inset 0 -100px 25px -10px #000;
        box-shadow: inset 0 -100px 25px -10px #000
    }
}

@keyframes currentUpShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 0 15px -10px #fff0;
        box-shadow: inset 0 0 15px -10px #fff0
    }

    50% {
        -webkit-box-shadow: inset 0 -50px 25px -10px #000;
        box-shadow: inset 0 -50px 25px -10px #000
    }

    100% {
        -webkit-box-shadow: inset 0 -100px 25px -10px #000;
        box-shadow: inset 0 -100px 25px -10px #000
    }
}

@-webkit-keyframes currentDownShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 0 15px -10px #fff0;
        box-shadow: inset 0 0 15px -10px #fff0
    }

    50% {
        -webkit-box-shadow: inset 0 50px 25px -10px #000;
        box-shadow: inset 0 50px 25px -10px #000
    }

    100% {
        -webkit-box-shadow: inset 0 100px 25px -10px #000;
        box-shadow: inset 0 100px 25px -10px #000
    }
}

@keyframes currentDownShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 0 15px -10px #fff0;
        box-shadow: inset 0 0 15px -10px #fff0
    }

    50% {
        -webkit-box-shadow: inset 0 50px 25px -10px #000;
        box-shadow: inset 0 50px 25px -10px #000
    }

    100% {
        -webkit-box-shadow: inset 0 100px 25px -10px #000;
        box-shadow: inset 0 100px 25px -10px #000
    }
}

@-webkit-keyframes introjspulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(0);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(.1);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.5);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes introjspulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }

    25% {
        -moz-transform: scale(0);
        opacity: .1
    }

    50% {
        -moz-transform: scale(.1);
        opacity: .3
    }

    75% {
        -moz-transform: scale(.5);
        opacity: .5
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0
    }
}

@keyframes introjspulse {
    0% {
        transform: scale(0);
        opacity: 0
    }

    25% {
        transform: scale(0);
        opacity: .1
    }

    50% {
        transform: scale(.1);
        opacity: .3
    }

    75% {
        transform: scale(.5);
        opacity: .5
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

.iti,
.wrap-anch {
    position: relative
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.cta-btns+a i,
.cta-btns>a:nth-child(2) i,
.plot-list li i {
    margin-right: 5px
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.btn-1,
.btn-2,
.center-hdr {
    position: relative
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover {
    cursor: default
}

s body * {
    font-family: "open sans", sans-serif !important
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    word-break: break-word
}

* {
    margin: 0;
    padding: 0
}

a:active,
a:focus {
    outline: 0
}

.main-hdg h1 .letter,
h1 {
    text-transform: capitalize;
    width: 88%;
    font-weight: 600;
    font-size: 60px;
    background-color: #111;
    background-clip: text;
    color: #FFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    line-height: 70px;
    transform-origin: 0 0
}

.entry-box .form-text-1 h1,
.entry-box .form-text-1 p strong,
.entry-box button,
.hdr-socials-icons>a,
.term-text h3 {
    text-transform: uppercase
}

h2,
h4 {
    font-family: 'Poppins', sans-serif
}

.btn-1,
.btn-2,
.our-wrt-hd>.text-white h3 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 40px;
}

h3 {
    font-size: 24px;
    color: #333
}

.btn-1,
.btn-2,
h4 {
    font-size: 20px
}

h4 {
    font-weight: 400;
    font-weight: 600;
}

ul li {
    list-style-type: none
}

p {
    font-family: 'Open sans', sans-serif;
    font-size: 17px;
    color: #999;
    line-height: 21px
}

.btn-1 {
    padding: 8px 40px;
    /*color: #111;*/
    color: #FFF;
    border: none;
    transition: box-shadow .2s linear
}

.btn-1::before {
    content: "";
    position: absolute;
    background-image: url(../images/double-arrow.svg);
    background-repeat: no-repeat;
    right: 17px;
    width: 17px;
    height: 17px;
    transition: transform .3s linear;
    transform-origin: center;
    top: 50%;
    transform: translateY(-50%);
    /*filter: invert(1)*/
}

.btn-1:hover {
    box-shadow: 0 8px 25px -13px rgb(26 21 21 / .8);
    /*color: #111;*/
    color: #FFF;
}

.btn-1:hover::before {
    transform: translate(5px, -50%);
    transform-origin: center
}

.btn-2 {
    padding: 6px 24px;
    background-color: #fff0;
    color: #333;
    border: 2px solid var(--switchable-theme-color);
    transition: .2s linear
}

.btn-2:hover,
.hdr-socials-icons>a:hover {
    color: #333;
    background-color: rgb(0 0 0 / .05)
}

.root-cta-title-h2 {
    color: #fff;
    font-size: 36px !important;
    margin-bottom: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background: 0 0;
    background-clip: unset;
    display: block;
    transform-origin: unset;
    -webkit-text-fill-color: unset
}

header {
    padding: 11px 70px;
    background-color: #fff;
    transition: .3s ease-in-out
}

.hdr-cta>a {
    letter-spacing: 0;
    font-weight: 600;
    padding: 0 20px;
    font-size: 16px;
    transition: color .2s linear;
    font-family: 'Poppins', sans-serif
}

.cta-hdg span,
.cta-hdg>h3 {
    font-family: 'Poppins', sans-serif
}

.price-card.CustomCard {
    background: var(--switchable-theme-color);
    transform: scale(1.1)
}

.hdr-cta>a:hover {
    /*color: #1c67d2;*/
    color: #FFF;
}

.hdr-cta i {
    margin-right: 6px
}

.cust-navbar-nav.navbar-nav .nav-link {
    color: #3b4f5c;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 600;
    /*text-transform: capitalize;*/
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 20px;
    transition: .3s linear;
    display: inline-block
}

.hdr-socials-icons .btn-2 {
    font-size: 18px;
    border: 1px solid var(--switchable-theme-color);
    font-weight: 600;
    padding: 6px 35px
}

.hdr-socials-icons .btn-2:hover {
    box-shadow: none
}

.cust-navbar-nav .nav-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80%;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: scaleX(0);
    transition: transform .2s linear
}

.cust-navbar-nav .nav-item:hover::after,
.navbar-nav .active.nav-item::after,
.navbar-nav .nav-item.active::after,
.navbar-nav .nav-item.show::after {
    transform: scaleX(1)
}

.cust-navbar-nav {
    margin-top: 10px
}

@-webkit-keyframes slidedown-header {
    from {
        opacity: 0;
        top: -69px
    }
}

@keyframes slidedown-header {
    from {
        opacity: 0;
        top: -69px
    }
}

.cust-navbar-nav .dropdown-menu {
    left: auto;
    top: 54px;
    border-radius: 0 0 10px 10px;
    border: 0;
    box-shadow: 0 5px 20px 0 #0000001c;
    margin: 0;
    padding: 15px 20px;
    min-width: max-content;
    width: auto;
    background: var(--switchable-theme-color)
}

.cust-navbar-nav .nav-item {
    padding-bottom: 0;
    margin-right: 0
}

.dropdowndownangle {
    position: absolute;
    right: 7px;
    top: 8px
}

.banner-slider-images,
.counter-box h3,
.cta,
.cta-btns,
.cta-hdg,
.dropdown-list li {
    position: relative
}

.dropdown-list li:last-child {
    border-bottom: 0
}

.dropdown-menu .col-lg-3:last-child .dropdown-list li {
    margin-right: 0
}

.dropdown-list a {
    color: #fff;
    font-size: 16px;
    transition: .2s linear
}

.dropdown-list svg {
    color: #fff;
    margin-right: 10px;
    transition: transform .2s linear
}

.dropdown-list li {
    padding: 7px 0 7px 15px;
    border-bottom: 1px solid #eee;
    margin: 0 15px 0 0;
    display: block;
    flex: 0 0 auto;
    width: 190px;
    transition: .2s ease-in-out
}

.dropdown-list {
    display: flex;
    flex-direction: column
}

.dropdown-list li:hover svg {
    transform: translateX(2px)
}

.author-box:hover .author-hdg-rating span,
.author-box:hover h3,
.author-box:hover p,
.banner-form button:hover,
.call-icon-for-mob:hover,
.dropdown-list li:hover a,
.price-card:hover h6 {
    color: #fff
}

.banner {
    padding: 36px 0 0;
    background: url(../images/banner-bg.jpg) center center/cover no-repeat
}

.banner .container-xl,
.banner-wrapper,
.cust-card-header,
.offr-frm {
    padding: 0
}
header.d-flex.justify-content-around.align-items-center {
    background: #131A22;
}

header img {
    width: 200px !important;
}

footer img {
    width: 200px !important;
}

a.nav-link {
    color: #fff !important;
}

.main-hdg>p {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 70px
}

.main-hdg {
    margin: 20px auto 0
}

.slider-form {
    height: auto;
    padding: 22px;
    margin-top: 40px;
    z-index: 2;
    background: #c2c1bf;
    border-radius: 5px;
    background: rgb(194 193 191 / .9);
}

.new-book-cover,
.new-book-cover-collage,
.sprite-portfolio-newlogoes {
    background-repeat: no-repeat;
    display: block
}

.slider-form button::before {
    right: 35px
}

.slider-form .form-group {
    position: relative;
    margin-bottom: 0
}

.slider-form .form-group .icon-bg {
    position: absolute;
    margin-top: 0;
    left: 2px;
    width: 52px;
    height: 52px;
    background-color: #fff0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    text-align: center;
    line-height: 48px;
    border-right: 0;
    z-index: 0;
    top: -3px
}

.contact-banner-txt li svg,
.slider-form .form-group .icon-bg svg {
    fill: #666
}

.slider-form .form-control {
    border: 0;
    background-color: #fff;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: rgb(0 0 0 / .5);
    height: 46px;
    outline: 0;
    border-radius: 5px;
    padding-left: 47px;
    border: 1px solid #fff0
}

.banner-slider-images img {
    height: 400px;
    box-shadow: -10px 9px 22px -7px rgb(42 38 38 / .7)
}

.banner-slider-images {
    padding: 60px 0 35px
}

.news-logoes {
    padding: 100px 0 75px
}

.news-logo {
    border: 1px solid #dadada;
    border-radius: 23px;
    box-shadow: 0 3px 4px 0 rgb(26 21 21 / .06)
}

.news-logoes-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.news-logoes-wrap .news-logo {
    padding: 8px 27px;
    margin: 0 6px;
    align-self: center
}

.news-logoes-wrap .news-logo:first-child {
    padding: 5px 27px
}

.news-logoes-wrap .news-logo img {
    filter: grayscale(1);
    transition: filter .2s linear
}

.new-book-cover {
    background-image: url(../images/portfolio/new-book-cover.html)
}

.new-book-cover-collage {
    background-image: url(../images/portfolio/more-book-cover.html)
}

.sprite-portfolio-newlogoes {
    background-image: url(../images/portfolio/portfolio-logoes.html)
}

.sprite-bank-cards {
    width: 326px;
    height: 29px;
    background-position: -10px -10px
}

.sprite-bio-1,
.sprite-bio-2,
.sprite-bio-3,
.sprite-bio-4,
.sprite-bio-5,
.sprite-non-fiction-1,
.sprite-non-fiction-2,
.sprite-non-fiction-3,
.sprite-non-fiction-4,
.sprite-non-fiction-5,
.sprite-romance-1,
.sprite-romance-2,
.sprite-romance-3,
.sprite-romance-4,
.sprite-romance-5,
.sprite-thriller-1,
.sprite-thriller-2,
.sprite-thriller-3,
.sprite-thriller-4,
.sprite-thriller-5 {
    width: 199px;
    height: 267px
}

.sprite-bio-1 {
    background-position: -356px -10px
}

.sprite-bio-2 {
    background-position: -575px -10px
}

.sprite-bio-3 {
    background-position: -794px -10px
}

.sprite-bio-4 {
    background-position: -1013px -10px
}

.sprite-bio-5 {
    background-position: -1232px -10px
}

.sprite-non-fiction-1 {
    background-position: -3261px -10px
}

.sprite-non-fiction-2 {
    background-position: -3480px -10px
}

.sprite-non-fiction-3 {
    background-position: -3699px -10px
}

.sprite-non-fiction-4 {
    background-position: -3918px -10px
}

.sprite-non-fiction-5 {
    background-position: -4137px -10px
}

.sprite-romance-1 {
    background-position: -4356px -10px
}

.sprite-romance-2 {
    background-position: -4575px -10px
}

.sprite-romance-3 {
    background-position: -4794px -10px
}

.sprite-romance-4 {
    background-position: -5013px -10px
}

.sprite-romance-5 {
    background-position: -5232px -10px
}

.sprite-thriller-1 {
    background-position: -5451px -10px
}

.sprite-thriller-2 {
    background-position: -5670px -10px
}

.sprite-thriller-3 {
    background-position: -5889px -10px
}

.sprite-thriller-4 {
    background-position: -6108px -10px
}

.sprite-thriller-5 {
    background-position: -6327px -10px
}

.news-logoes-wrap .news-logo:hover img {
    filter: grayscale(0)
}

.news-wrap>p {
    margin-bottom: 35px
}

.brand-serv-links>a {
    color: #666;
    font-size: 18px;
    background-color: #e8e8e8;
    border: 1px solid #dadada;
    padding: 8px 19px;
    border-radius: 5px;
    margin: 10px 8px;
    transition: background-color .2s linear, transform .1s linear .1s, box-shadow .1s linear .1s
}

.brand-serv-links>a:hover {
    color: #000;
    background-color: #fff;
    box-shadow: 0 21px 10px -20px rgb(0 0 0 / .9);
    transform: translateY(-3px)
}

.brand-serv-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.brand-services {
    padding: 45px 0;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb
}

.port-reviews {
    padding: 95px 0
}

.cust-nav-tabs>a {
    color: #333;
    font-size: 18px;
    border: 0;
    transition: .2s linear
}

.inner-portfolio-wrap img {
    height: 100%
}

.cust-nav-tabs .nav-link:focus,
.cust-nav-tabs .nav-link:hover {
    border-color: transparent !important
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #fff0;
    font-weight: 700;
    background-color: #167bd8 !important;
    color: #fff !important;
    border-radius: 5px
}

.cust-nav-tabs {
    margin-bottom: 55px
}

.cta {
    background: 0 0/cover var(--switchable-theme-color);
    padding: 60px 0 30px
}

.cta::before {
    content: "";
    position: absolute;
    background: url(../images/cta-before.html) center/100% no-repeat;
    width: 470px;
    height: 377px;
    left: 0;
    bottom: -22%;
    opacity: .75
}

.cta::after {
    content: "";
    position: absolute;
    background: url(../images/cta-after.html) center/cover no-repeat;
    width: 350px;
    height: 384px;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.cta-hdg>h3 {
    color: #fff;
    font-size: 40px !important;
    margin-bottom: 15px;
    font-weight: 400
}

.cta-hdg span {
    margin: 45px auto auto;
    color: #f4f3ec;
    font-size: 19px;
    display: block;
    line-height: 33px;
    width: 60%
}

.cta-hdg p {
    color: #fff;
    font-size: 18px;
    line-height: 22px
}

.cta-btns>a {
    background: 0 0;
    border: 1px solid #fff;
    margin: 0 10px;
    color: #fff;
    padding: 8px 40px;
    transition: .2s linear
}

.cta-btns>a:hover {
    color: #333;
    background-color: #fff
}

.cta-btns>.btn-1:hover:before,
.cta-btns>a:last-child:hover,
.services-box p {
    color: #333
}

.cta-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}


.cta-btns>a:nth-child(2) {
    background-color: unset;
    color: #fff;
    border-radius: 5px;
    padding: 8px 40px;
    font-size: 20px;
}

.cntct_tel_btn a svg,
.cta-btns+a i svg,
.cta-btns>a svg {
    fill: #fff
}

.cta-btns {
    margin-bottom: 30px;
    z-index: 1;
    margin-top: 40px
}

.cta-hdg {
    z-index: 1
}

.cta-btns+a,
.our-wrt-hd>.text-white p {
    color: #fff;
    font-size: 18px
}

.index-cta {
    background-color: var(--switchable-theme-color);
    padding: 45px 0 20px
}

.index-cta .cta-hdg {
    max-width: 850px;
    margin: 0 auto
}

.index-cta p {
    line-height: 30px;
    margin-bottom: 5px
}

.index-cta .cta-btns {
    margin-top: 20px
}

.resource {
    padding: 80px 0 90px
}

.resource-counter {
    display: flex;
    margin-bottom: 30px
}

.resource-counter>div {
    flex: 0 1 33.33333%
}

.resource-counter>div:nth-child(2) {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    justify-content: center
}

.resource-counter>div:nth-child(2) h3::after {
    right: 14%
}

.resource-counter>div:nth-child(3) {
    padding: 0 16px
}

.resource-counter>div:nth-child(3) h3::after {
    right: 29%
}

.services {
    padding: 0 0 75px
}

.counter-box {
    display: flex;
    align-items: flex-start
}

.counter-box h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    line-height: .8
}

.counter-box p,
.our-wrt-serv-desc>p {
    line-height: normal
}

.counter-box h3::after {
    content: "+";
    position: absolute;
    right: 57%
}

.counter-box p {
    margin-bottom: 4px
}

.counter-box>div {
    padding: 0 0 0 8px
}

.resource-btns>a:first-child {
    margin-right: 20px
}
@media (max-width: 500px) {
    .resource-btns>a:first-child {
    margin-bottom: 20px;
}
.resource-counter>div {
    flex: 1;
}
}

.resource-img {
    position: relative;
    max-width: 605px;
    height: 396px;
    background-color: #8aa5ca;
    margin: 55px 0 0
}

.resource-img+img {
    position: absolute;
    top: 5%;
    right: 7%;
    bottom: 0
}

.services .container-xl>h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
    font-weight: 700
}

.services-box a,
.wrap-anch span {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    transition: .3s linear
}

.wrap-anch span {
    display: inline-flex;
    align-items: center
}

.wrap-anch span i {
    margin-left: 5px
}

.wrap-anch:hover span {
    color: #1b63c9
}

.wrap-anch a {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%
}

.services-wrap .col-lg-6:nth-child(odd) .services-box {
    border-right: 1px;
    border-bottom: 1px;
    padding: 30px 10px 30px 0;
    height: 100%
}

.services-wrap .col-lg-6:nth-child(2n) .services-box {
    border-bottom: 1px;
    padding: 30px 10px 30px 20px;
    height: 100%
}

.services-wrap .col-lg-6:nth-child(5) .services-box,
.services-wrap .col-lg-6:nth-child(6) .services-box {
    border-bottom: none
}

.services-wrap .col-lg-6:first-child .services-box,
.services-wrap .col-lg-6:nth-child(2) .services-box {
    padding-top: 7px
}

.our-wrt-sec {
    background-color: var(--switchable-theme-color);
    padding: 50px 0 75px
}

.our-wrt-hd>.text-white h3 {
    font-size: 18px;
    margin: 40px 75px 0 0
}

.cust-card-header>.paradropdown button,
.form-hdgs h3,
.ftr-links-1 ul a,
.ftr-links-1>h3,
.ftr-links-2 h3,
.ftr-links-2 ul a,
.our-wrt-hd h3,
.our-wrt-serv-desc>h3,
.reason-box-cont>h3 {
    font-family: 'Poppins', sans-serif
}

.our-wrt-serv-count h2 {
    font-size: 40px;
    color: #a5a7ae
}

.our-wrt-serv-desc {
    padding-right: 14px
}

.our-wrt-hd p {
    color: #999
}

.our-wrt-serv {
    border-bottom-color: #487ecb !important;
    padding-bottom: 0 !important
}

.our-wrt-serv-count::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 45px;
    background-color: #fff;
    top: 40%;
    transform: translateY(-50%)
}

.wrt-img.scaling-img img {
    height: 100%;
    box-shadow: 0 25px 16px -12px #103a80
}

.our-wrt-serv-count>h3 {
    font-size: 103px;
    color: #fff;
    font-weight: 700
}

.our-wrt-serv-desc>h3 {
    font-size: 22px;
    color: #fff
}

.our-wrt-hd h3 {
    color: #fff;
    font-size: 34px
}

.plot-list li {
    color: #666;
    font-size: 18px;
    margin-bottom: 5px
}

.plot-list li i {
    color: #333
}

.autobio-cta .cta-hdg p,
.nonfiction-writing-cta .cta-hdg p:nth-child(3),
.plot-list,
.rhyme-banner .banner-hd p,
.rhyme-cta .cta-hdg p {
    margin-bottom: 40px
}

.resource-txt-area>p {
    margin-bottom: 25px;
    line-height: 24px
}

.content-wrapper p,
.resource-txt-area2 p {
    line-height: 30px
}

.reasons-box {
    display: flex;
    align-items: flex-start;
    padding: 20px 0 0;
    flex-wrap: wrap
}

.reason-box-cont>h3 {
    color: #333;
    font-size: 22px;
    margin: 0 0 7px
}

.reason-box-cont>p {
    line-height: normal;
    color: #666
}

.expertise-text>p,
.news-logos-inner .news-wrapper p,
.own-book-sec li,
.own-book-sec p,
.reasons-inners>h2 {
    margin-bottom: 30px
}

.main-privacy .text-center h4,
.reasons-inners>h4,
.resource-txt-area2>h4,
.resource-txt-area2>span {
    font-size: 36px;
    font-weight: 600;
}
i.sprite-compr {
    filter: hue-rotate(
158deg);
}
.sprite-reason-icon-1 {
    width: 68px;
    height: 61px;
    background-position: -1018px -10px
}

.sprite-reason-icon-2 {
    width: 70px;
    height: 67px;
    background-position: -1106px -10px
}

.sprite-reason-icon-3 {
    width: 68px;
    height: 68px;
    background-position: -1196px -10px
}

.sprite-reason-icon-4 {
    width: 61px;
    height: 84px;
    background-position: -1284px -10px
}

.reason-box-cont {
    padding: 0 0 0 20px;
    flex: 0 1 80%
}

.banner-form {
    border: 2px solid #999;
    border-radius: 60px 60px 60px 0
}

.banner-form button {
    color: var(--switchable-theme-color) !important
}

.banner-form::before {
    content: "";
    background-color: #ababab;
    left: 0;
    position: absolute;
    width: 95%;
    height: 90%;
    border-radius: 0 40px 40px;
    transform-origin: left center;
    bottom: 1px;
    z-index: -1;
    transition: .8s cubic-bezier(.075, .82, .165, 1);
    transform: skewY(8deg)
}

.banner-form-inner .form-group i,
.drop-icon::after,
.dropdown-list li::before {
    transform: translateY(-50%);
    position: absolute
}

.reasons-sec {
    padding: 0 0 100px
}

.banner-form:hover::before {
    transform: skewY(15deg);
    width: 79%
}

.banner-form:hover .for_main,
.banner-form:hover .form-hdgs {
    background: #f0efe9a1
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(29, 106, 215, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.compr-serv-boxes .row .col-lg-3:first-child .compr-serv-box,
.compr-serv-boxes .row .col-lg-3:nth-child(11) .compr-serv-box,
.compr-serv-boxes .row .col-lg-3:nth-child(14) .compr-serv-box,
.compr-serv-boxes .row .col-lg-3:nth-child(16) .compr-serv-box,
.compr-serv-boxes .row .col-lg-3:nth-child(3) .compr-serv-box,
.compr-serv-boxes .row .col-lg-3:nth-child(6) .compr-serv-box,
.compr-serv-boxes .row .col-lg-3:nth-child(8) .compr-serv-box,
.compr-serv-boxes .row .col-lg-3:nth-child(9) .compr-serv-box,
.faq-txt-container .card-body,
footer {
    background: #f4f3ec
}

.form-hdgs h3 {
    color: #333;
    font-size: 25px
}

.form-hdgs+p {
    background: #fb3833;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    display: none
}

.form-hdgs {
    padding: 40px 30px 15px;
    background: #f0efe9;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    transition: background-color .2s linear
}

.inp-txt-wrap input,
.inp-txt-wrap textarea {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 8px;
    padding: 10px
}

.for_main {
    background: #e6e5e3;
    border-bottom-right-radius: 60px;
    transition: opacity .2s linear
}

.inp-txt-wrap.form-icons {
    margin-bottom: 12px !important
}

.own-book-sec {
    background-color: #f4f3ec;
    margin: 0 130px 90px;
    padding: 80px 0 30px;
    position: relative
}

.comp-serv>h5,
.comp-serv>h6,
.entry-box,
.layer-1 {
    background-color: var(--switchable-theme-color)
}

.wrapper-own-book-2 li {
    font-size: 18px;
    color: #666;
    line-height: 30px
}

.wrapper-own-book-1>h4,
.wrapper-own-book-2>h4 {
    font-size: 36px;
    margin-bottom: 25px
}

.own-book-sec ul.own-book-list {
    margin-left: 35px;
    margin-top: 20px
}

.own-book-sec ul.own-book-list li {
    list-style: disc;
    font-size: 18px;
    margin-bottom: 10px
}

.wrapper-own-book-1 {
    padding: 0 0 30px
}

.comprehensive-serv {
    padding: 110px 130px
}

.compr-serv-box>a {
    color: #333;
    font-size: 18px;
    display: block
}

.compr-serv-box>a h3 {
    color: inherit;
    font-size: inherit
}

.compr-serv-box:hover a {
    color: #2365ca;
    text-decoration: underline
}

.compr-serv-box {
    padding: 30px 0;
    height: 100%
}

.sprite-compr-icon-1,
.sprite-compr-icon-10,
.sprite-compr-icon-11,
.sprite-compr-icon-12,
.sprite-compr-icon-13,
.sprite-compr-icon-14,
.sprite-compr-icon-15,
.sprite-compr-icon-16,
.sprite-compr-icon-2,
.sprite-compr-icon-3,
.sprite-compr-icon-4,
.sprite-compr-icon-5,
.sprite-compr-icon-6,
.sprite-compr-icon-7,
.sprite-compr-icon-8,
.sprite-compr-icon-9 {
    width: 43px;
    height: 48px
}

.compr-serv-box>i {
    margin: 0 auto 11px
}

.comp-serv>h5,
.comp-serv>h6 {
    margin-bottom: 60px;
    background-clip: text;
    color: #fff0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-size: 36px
}

.sprite-compr {
    background-image: url(../images/compr-reasons.html);
    background-repeat: no-repeat;
    display: block
}

.sprite-compr-icon-1 {
    background-position: -10px -10px
}

.sprite-compr-icon-2 {
    background-position: -514px -10px
}

.sprite-compr-icon-3 {
    background-position: -577px -10px
}

.sprite-compr-icon-4 {
    background-position: -640px -10px
}

.sprite-compr-icon-5 {
    background-position: -703px -10px
}

.sprite-compr-icon-6 {
    background-position: -766px -10px
}

.sprite-compr-icon-7 {
    background-position: -829px -10px
}

.sprite-compr-icon-8 {
    background-position: -892px -10px
}

.sprite-compr-icon-9 {
    background-position: -955px -10px
}

.sprite-compr-icon-10 {
    background-position: -73px -10px
}

.sprite-compr-icon-11 {
    background-position: -136px -10px
}

.sprite-compr-icon-12 {
    background-position: -199px -10px
}

.sprite-compr-icon-13 {
    background-position: -262px -10px
}

.sprite-compr-icon-14 {
    background-position: -325px -10px
}

.sprite-compr-icon-15 {
    background-position: -388px -10px
}

.sprite-compr-icon-16 {
    background-position: -451px -10px
}

.layer-2,
.layer-3 {
    background: var(--switchable-theme-color)
}

.author-hdg-rating {
    margin: 20px 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.author-hdg-rating p {
    margin: 0;
    line-height: 22px;
    text-align: right
}

.author-hdg-rating>h3,
.ftr-copyrights-banks-cards>p,
.song-faq-cont h2:first-child,
td h4,
td h5,
td h6 {
    margin: 0
}

.faq {
    padding: 100px 0;
    border-top: 2px solid #ebebeb
}

.cust-card-header>.paradropdown button.collapsed::before,
.cust-card-header>h3 button.collapsed::before {
    transform-origin: center;
    background-image: url(../images/plus.svg)
}

.cust-card-header>.paradropdown {
    color: #fff;
    font-weight: 500;
    font-size: 16px
}

.cust-card-header>.paradropdown button {
    color: inherit;
    position: relative;
    z-index: 2;
    padding: 8px 36px 8px 15px;
    background: #F7782D;
    border-radius: 0;
    border: none;
    font-size: 16px;
    font-weight: 700
}

.cust-card-header>.paradropdown button.collapsed {
    background: #131A22;
    color: inherit;
    border: none;
    font-family: 'Poppins', sans-serif
}

.cust-card-header>.paradropdown button::before {
    position: absolute;
    content: "";
    background-image: url(../images/minus.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: transform .2s linear;
    font-size: 20px
}

.accordion>.card {
    overflow: hidden;
    border-radius: 0;
    border: none;
    margin-bottom: 2px
}

.cust-navbar-collapse.collapse.show {
    overflow-y: scroll;
    height: 85vh
}

.cust-card-header+div li {
    color: #666
}

.faq-txt-container .card-body p {
    font-size: 18px;
    line-height: 24px
}

.contact-us-inner-form-wrapper .form-group,
.faq-txt-container>h2 {
    margin-bottom: 20px
}

footer {
    padding: 50px 0 0;
    border-top: 2px solid #e2e1db
}

.ftr-links-1>h3,
.ftr-links-2 h3 {
    color: #333;
    font-size: 22px;
    margin-bottom: 18px
}

.ftr-links-2 h3 {
    text-align: left;
    margin-left: 30px
}

.ftr-links-2 {
    overflow: hidden;
    height: 100%
}

.ftr-links-1 ul a,
.ftr-links-2 ul a {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400
}

.ftr-links-1 ul a:hover,
.ftr-links-2 ul a:hover,
.ftr-terms-privacy>li a:hover {
    color: var(--switchable-theme-color);
    text-decoration: underline
}

.ftr-links-list {
    border-right: 1px solid #e1e1d7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding-left: 30px
}

.ftr-copyrights-banks-cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    flex-wrap: wrap;
    text-align: center
}

.ftr-copyrights-banks-cards>* {
    flex: 0 1 30%
}

.ftr-add-copy-right>p {
    margin: 0;
    line-height: 25px
}

.ftr-copyrights-banks-cards>img {
    flex: 0 1 27%
}

.ftr-links-2>h3,
.heading__center p,
.news-wrap h2,
.news-wrap p,
td>.center {
    text-align: center
}

.ftr-links-wrap {
    padding: 0 130px
}

.ftr-links-2 .col-lg-3:last-child h3 {
    text-align: left;
    margin-left: 26px
}

.ftr-links-2 .col-lg-3:last-child ul {
    padding-left: 26px !important;
    border: none
}

.ftr-terms-privacy {
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.layer-1,
.layer-2,
.layer-3 {
    display: block
}

.ftr-terms-privacy>li {
    flex: 0 1 auto
}

.ftr-terms-privacy>li a {
    font-family: "Open sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #666;
    line-height: 30px;
    transition: .2s linear
}

.ftr-terms-privacy>li:first-child {
    margin-right: 20px;
    position: relative
}

.ftr-terms-privacy>li:first-child::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 17px;
    background: #666;
    top: 50%;
    transform: translate(9px, -50%)
}

#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgb(0 0 0 / .62);
    display: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    top: 0
}

.entry-box {
    padding-top: 0;
    padding-bottom: 20px;
    max-width: 476px;
    margin: 0 auto;
    border-radius: 0;
    position: relative;
    box-shadow: -140px -117px 19px -141px rgb(0 0 0 / .6);
    box-shadow: 0 0 7px -1px rgb(0 0 0 / .7)
}

.layer-1 {
    width: 9%;
    height: 99%;
    position: absolute;
    top: 1px;
    transform: rotate(-3deg);
    z-index: -1
}

.layer-2 {
    width: 95%;
    height: 107%;
    position: absolute;
    top: 0;
    z-index: -2;
    transform: translate(26px, -13px) rotate(1deg)
}

.layer-3,
.layer-4 {
    height: 108%;
    position: absolute
}

.layer-3 {
    width: 90%;
    top: -21px;
    z-index: -3;
    transform: rotate(-3deg);
    right: 0
}

.layer-4 {
    width: 102%;
    top: -26px;
    transform: rotate(1deg);
    z-index: -1;
    left: -4px
}

.ip-banner-heading-h1,
.ip-cta2-title-h4 {
    transform-origin: unset;
    transform-origin: unset
}

a#entry-box_close {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 59px;
    color: #020202;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff
}

a#entry-box_close svg {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.entry-box .form-text-1 h1 {
    font-family: Oswald, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
    margin-bottom: 12px
}

.Heading_new,
.StepNo,
.Stepheading,
.entry-box .form-text-1 p,
.ip-banner-heading-h1,
.ip-process-title-h4 {
    font-family: '' 'Poppins'', sans-serif' !important
}

.entry-box .form-text-1 h1 span.red {
    color: #f78d0e;
    text-transform: uppercase
}

.col-sm-12.entry-right {
    padding: 30px 15px 30px
}

.entry-box .form-text-1 p {
    color: #fff;
    font-size: 30px;
    line-height: normal;
    font-weight: 400;
    margin: 0
}

.form-text-1 {
    position: relative;
    padding-left: 0;
    margin-bottom: 9px;
    text-align: center
}

.form-text-1:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #f7941d;
    border-radius: 100px;
    display: none
}

.entry-box .form-control {
    min-height: 50px;
    border-radius: 5px;
    background-color: #fff;
    border-color: #fff0;
    color: #949494;
    font-size: 19px;
    width: 100%;
    display: block;
    padding: 15px 24px;
    border: 1px solid #fff
}

.entry-box .form-control::placeholder {
    color: #949494
}

.entry-box button {
    color: #000;
    width: 100%;
    font-size: 23px;
    font-weight: 700;
    background-color: #fff;
    background-image: -o-linear-gradient(bottom, #e59920, #f8bb22);
    border-color: #fff;
    border-radius: 900px
}

.entry-box button:hover,
.price-card:hover .actions a small,
.price-card:hover .actions a span,
.thnku_msg p {
    color: #000
}

.form-root-counter li {
    width: auto !important
}

.entry-box ul li i {
    color: #eb0000
}

.cta.nonfiction-writing-cta h3,
.form-group {
    margin-bottom: 10px
}

.btn-default {
    transition: .2s linear;
    background: #eaeaf1
}

.form-text-1>h3 {
    color: #fff;
    font-size: 30px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin: 20px 0 0;
    line-height: 25px
}

#formResult {
    position: absolute !important;
    z-index: 1
}

.contact-us-banner {
    background-image: url(../images/contact-bg.html) !important;
    background-position: center;
    height: 300px !important;
    border-bottom: 2px solid #e2e1db;
    padding: 0 !important;
    display: flex;
    align-items: center
}

.contact-banner-txt li {
    font-family: "Open sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #666;
    line-height: 30px
}

.banner-hd h3,
.banner-hd h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400
}

.contact-us-hdg,
.new-pubb-secc .mainwrppp {
    text-align: center;
    margin-bottom: 30px
}

.contact-us-inner-form-wrapper {
    padding: 40px;
    border: 2px solid #164c99c9;
    border-radius: 9px;
    position: relative
}

.contact-us-inner-form-wrapper::after {
    content: "";
    background: url(../images/pencil-boy.png) center/100% no-repeat;
    width: 244px;
    height: 251px;
    right: -210px;
    position: absolute;
    top: 88px;
    filter: hue-rotate(172deg) brightness(1.3)
}

.contact-us-form-section {
    padding: 30px 0 60px;
    background: url(../images/contact-form-bg.html) center center/cover no-repeat
}

.contact-us-inner-form-wrapper input,
.contact-us-inner-form-wrapper textarea {
    height: calc(2em + .75rem + 2px)
}

.ip-banner-heading-h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 55px;
    background: 0 0;
    background-clip: unset;
    display: block;
    -webkit-text-fill-color: unset
}

.banner-sec,
.client-box-wrap>p,
.logo-icon-sprite {
    background-repeat: no-repeat
}

.ip-faq-title-h5,
.ip-process-title-h4,
.ip-resource-heading-h3 {
    color: #fff0;
    -webkit-text-fill-color: #fff0;
    background-color: var(--switchable-theme-color)
}

.ip-faq-title-h5,
.ip-resource-heading-h3 {
    -webkit-background-clip: text
}

.ip-process-title-h4 {
    font-weight: 400;
    font-size: 36px;
    background-clip: text;
    -webkit-background-clip: text;
    text-align: center;
    margin-bottom: 60px
}

.ip-cta2-title-h4 {
    -webkit-text-fill-color: unset
}

.StepNo,
.ip-resource-heading-h3,
.sub-title2,
.tab-content h4 {
    -webkit-text-fill-color: #fff0
}

.ip-testimonials-title-h5 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 400
}

.banner-sec {
    background-image: url(../images/inner-pages/westwood_bg.webp);
    background-size: cover;
    position: relative;
    padding: 80px 0;
    overflow: hidden
}

.banner-hd h5 {
    background-color: #fff;
    font-size: 32.34px;
    display: inline-block;
    line-height: 50px;
    padding: 0 25px
}

.banner-hd h3,
.script-writing-banner .banner-hd h3 strong {
    font-size: 52px
}

.banner-hd h3 {
    color: #fff;
    line-height: 61px
}

.banner-hd p {
    color: #fff;
    font-size: 18px;
    line-height: 24px
}

.banner-buttons {
    margin-top: 45px
}

.banner-list li {
    color: #fff;
    font-family: "Open sans", sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 35px;
    flex: 0 1 50%
}

.banner-form-inner .btn,
.form-middle h3 {
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif
}

.banner-list li i svg {
    font-size: 13px;
    fill: #fff;
    width: 18px;
    height: 18px
}

.banner-list li i,
.sitejabberFooter ul li a i {
    margin-right: 10px
}

.banner-buttons .btn-2 {
    border: 2px solid #fff;
    color: #fff;
    margin-left: 10px
}

.banner-buttons .btn-2:active,
.cust-navbar .navbar-toggler:active {
    transform: translateY(2px)
}

textarea {
    resize: vertical;
    border: 1px solid #b6b6b6;
    background-color: #fcfcfd;
    outline: 0;
    resize: none
}

.wrap_form {
    margin-left: 60px;
    z-index: 1;
    min-width: 360px
}

.form-upper {
    background-color: var(--switchable-theme-color);
    color: #fff;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 22px;
    display: none
}

.top_banner_heading {
    border-radius: 0 0 10px 10px;
    padding: 25px 15px 15px;
    text-align: left;
    transition: .3s ease-in-out;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: space-between
}

.form-upper h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

.top_banner_heading a {
    display: inline-flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    margin-left: 10px;
    text-decoration: none;
    background-color: #000;
    flex: 0 0 20%;
    min-height: 50px
}

.form-upper h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0
}

.top_banner_heading h3:first-child {
    font-size: 30px
}

.top_banner_heading h3 {
    color: #fff;
    font-size: 17px
}

.form-middle {
    background-color: #fff;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 6px 0 16px
}

.form-middle h3 {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: 400
}

.form-middle h3 span {
    font-weight: 700;
    color: #ffea00
}

.form-lower {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 22px 22px 16px
}

.banner-form-inner .form-group {
    position: relative;
    margin-bottom: 10px
}

.banner-form-inner .form-group i {
    left: 12px;
    top: 50%;
    z-index: 1;
    font-size: 16px;
    color: var(--switchable-theme-color)
}

.banner-form-inner .form-group .form-control {
    position: relative;
    border-radius: 5px;
    height: 45px !important;
    color: #000 !important;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px 10px 37px;
    outline: 0;
    box-shadow: none;
    background-color: #ececec;
    border: 0
}

.banner-form-inner .btn {
    border-radius: 5px;
    background-color: #ef0000;
    height: 55px;
    display: flex;
    color: #fff;
    font-size: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-top: 16px;
    transition: box-shadow .2s linear;
    background-color: var(--switchable-theme-color);
    border: none
}

.form-control.error {
    border: 1px solid red !important
}

.form-box-new {
    position: relative;
    top: -570px;
    transition: .6s ease-in-out
}

.flip-clock-container li {
    flex: 0 0 auto !important
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    content: "";
    background-image: url(../images/right-chevron.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    width: 20px;
    height: 20px;
    background-position: 4px 8px
}

.custom-breadcrumb-sec {
    padding: 8px 0
}

.custom-breadcrumb {
    background-color: #fff0;
    padding: 8px 0;
    margin-bottom: 0
}

.custom-breadcrumb a {
    font-size: 18px
}

.news-wrapper p {
    font-size: 18px;
    line-height: 30px
}

.counter-box p {
    font-size: 14px
}

.resource-box-img+img,
.resource-img-box+img {
    margin: 15px 0 0;
    box-shadow: 15px 15px 0 0 #8aa5ca
}

.resource-box-img ~ img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.content-wrapper .counter-box {
    flex: 0 1 30.33333%
}

.resource-sec {
    padding: 109px 0 75px
}

.resource-content-box {
    margin-left: 50px
}

.resource-content>h2,
.resource-inner-hdg>h2 {
    margin-bottom: 25px
}

.resource-list li i {
    color: #174f9f;
    margin-right: 15px;
    font-size: 9px
}

.resource-content p {
    padding-right: 83px
}

.resource-list li {
    font-size: 18px;
    line-height: 32px;
    color: #666
}

.author-box p,
.author-content p,
.process-content p {
    line-height: 24px;
    color: #999
}

.authors-sec {
    display: none;
    padding-bottom: 55px
}

.author-box {
    padding: 20px;
    background-color: #f4f3ec;
    height: 100%
}

.StepNo,
.author-box:hover,
.call-icon-for-mob {
    background-color: var(--switchable-theme-color)
}

.author-box>.author-hdg-rating {
    margin: 20px 0 10px
}

.author-buttons .btn-1,
.process-no {
    margin-right: 15px
}

.author-hdg-rating svg {
    width: 16px;
    height: 16px
}

.author-box h3 {
    margin: 16px 0;
    font-size: 22px;
    color: #999;
    font-family: 'Poppins', sans-serif
}

.StepNo {
    font-size: 42px;
    margin-bottom: 0;
    line-height: 42px;
    font-weight: 800;
    text-transform: capitalize;
    background-clip: text;
    color: #fff0;
    -webkit-background-clip: text;
    display: block
}

.banner-form span,
.newcontact,
.price-card .as-btn {
    text-transform: uppercase
}

.Stepheading {
    font-size: 14px;
    color: #666;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.process-wrapper h3,
.term-text {
    font-family: "Open sans", sans-serif
}

.author-box img {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    box-shadow: 0 5px 8px -1px rgb(0 0 0 / .3);
    border: 1.5px solid #fff0;
    transition: .2s linear
}

.author-box:hover img {
    border-color: #fff
}

.author-content {
    padding: 0 50px 46px
}

.author-buttons {
    text-align: center;
    margin-top: 47px
}

.process-sec {
    padding: 55px 0 80px
}

.process-hd h2 {
    text-align: center;
    margin-bottom: 60px
}

.process-wrapper {
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 30px
}

.process-content p {
    font-size: 18px;
    flex: 0 0 157px
}

.process-no {
    border-right: 1px solid #eff0f1;
    padding-right: 0;
    flex: 0 0 18%
}

.process-no h5 {
    font-size: 14px;
    color: #666
}

.process-no h2 {
    font-size: 42px;
    margin-bottom: 0;
    line-height: 42px
}

.process-wrapper h3 {
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 8px
}

.client-sec-bg {
    padding: 75px 0 100px;
    /*background-image: url(../images/inner-pages/fiction/testi-bg.html);*/
    background: var(--switchable-theme-color);
    background-size: cover
}

.client-content {
    text-align: center;
    padding: 0 50px;
    margin-bottom: 30px
}

.client-content h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400
}

.client-content p {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.client-box-wrap>p {
    color: #fff;
    background-image: url(../images/inner-pages/fiction/testi-comma.html)
}

.client-review-box {
    display: flex;
    align-items: center
}

.client-box-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.client-review-box h3 {
    color: #fff;
    font-size: 22px
}

.client-review-box p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: none
}

.news-logos-inner {
    padding: 65px 0 100px
}

.song-banner {
    padding-top: 80px;
    background-image: url(../images/inner-pages/song-writing/song-writing-banner.html)
}

.cta-song-writing {
    /*background-image: url(../images/inner-pages/song-writing/cta-bg.html)*/
}

.cta-song-writing::before {
    width: 377px;
    height: 446px;
    background-image: url(../images/inner-pages/song-writing/cta-before.html);
    animation: 3s infinite alternate rotate-airbook
}

@keyframes rotate-airbook {
    from {
        transform: rotate(-15deg)
    }

    to {
        transform: rotate(15deg)
    }
}

.cta-song-writing::after {
    width: 216px;
    height: 395px;
    background-image: url(../images/inner-pages/song-writing/cta-after.html);
    right: 65px;
    animation: 3s infinite alternate book
}

@keyframes book {
    from {
        transform: rotateX(-15deg) translateY(-50%)
    }

    to {
        transform: rotateX(15deg) translateY(-50%)
    }
}

.song-faq-cont h2+h2 {
    font-size: 34px
}

.main-privacy {
    padding: 50px 0
}

.term-text {
    font-weight: 400;
    font-size: 18px;
    color: #666
}

.nonfiction-writing-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}
section.cta.nonfiction-writing-cta.seo-cta {
    background: var(--switchable-theme-color);
}

.nonfiction-writing-cta::after {
    background-image: url(../images/inner-pages/nonfiction-writing/cta-after.html);
    width: 625px;
    height: 458px
}

.nonfiction-writing-cta {
    /*background-image: url(../images/inner-pages/nonfiction-writing/cta-bg.html)*/
}

.cta.nonfiction-writing-cta p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 22px
}

.script-writing-banner .banner-hd h3 {
    font-size: 35px
}

.script-writing-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.script-cta::after {
    background-image: url(../images/inner-pages/script-writing/cta-after.html);
    width: 478px;
    height: 448px;
    top: 72%
}

.biography-writing-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.biography-cta::after {
    background-image: url(../images/inner-pages/biography-writing/cta-after.html);
    width: 606px;
    height: 458px;
    top: 64%
}

.biography-cta {
    /*background-image: url(../images/inner-pages/biography-writing/cta-bg.html)*/
}

.autobiography-writing-banner .banner-hd p {
    margin-bottom: 60px
}

.autobiography-writing-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.autobio-cta::after {
    background-image: url(../images/inner-pages/autobiography-writing/cta-after.html);
    width: 593px;
    height: 422px
}

.rhyme-banner {
    height: 600px;
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.rhyme-cta::after {
    background-image: url(../images/inner-pages/rhyme-writing/cta-after.html);
    width: 415px;
    height: 431px;
    top: 72%
}

.rhyme-cta {
    /*background-image: url(../images/inner-pages/rhyme-writing/cta-bg.html)*/
}

.memoir-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.memoir-cta::after {
    background-image: url(../images/inner-pages/memoir-writing/cta-after.html);
    width: 548px;
    height: 632px;
    top: 76%
}

.seo-content-writing-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.seo-cta::after {
    background-image: url(../images/inner-pages/seo-content-writing/cta-after.html);
    width: 529px;
    height: 498px;
    top: 55%
}

.children-list {
    flex-direction: column
}

.children-book-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.children-book-writing-cta {
    /*background-image: url(../images/inner-pages/children-book-writing/cta-bg.html)*/
}

.children-book-writing-cta::before {
    background-image: url(../images/inner-pages/children-book-writing/cta-before.html);
    width: 378px;
    height: 381px;
    bottom: -57px
}

.children-book-writing-cta::after {
    background-image: url(../images/inner-pages/children-book-writing/cta-after.html);
    width: 353px;
    height: 322px;
    top: 60%
}

.comedy-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.comedy-cta::after {
    background-image: url(../images/inner-pages/comedy-writing/cta-after.html);
    width: 316px;
    height: 454px;
    right: 55px;
    top: 58%
}

.fantasy-banner {
    background-image: url(../images/inner-pages/fantasy-writing/banner.html)
}

.fantasy-cta::after {
    background-image: url(../images/inner-pages/fantasy-writing/cta-after.html);
    width: 448px;
    height: 365px
}

.military-sec {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.military-fiction-cta::after {
    background-image: url(../images/inner-pages/military-fiction-writing/cta-after.html);
    width: 231px;
    height: 385px;
    right: 65px
}

.narrative-banner-sec {
    background-image: url(../images/inner-pages/narrative-writing/banner.html)
}

.narrative-cta::after {
    background-image: url(../images/inner-pages/narrative-writing/cta-after.html);
    width: 320px;
    height: 466px
}

.screen-writing-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.screen-writing-cta::after {
    background-image: url(../images/inner-pages/screen-writing/cta-after.html);
    width: 421px;
    height: 377px
}

.ebook-cta::after {
    background-image: url(../images/inner-pages/ebook-writing/cta-after.html);
    width: 421px;
    height: 377px
}

.speech-writing-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.speech-writing-cta::after {
    background-image: url(../images/inner-pages/speech-writing/cta-after.html);
    width: 538px;
    height: 443px;
    background-position-x: 56px
}

.story-writing-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp);
    overflow: hidden
}

.story-writing-cta::after {
    background-image: url(../images/inner-pages/story-writing/cta-after.html);
    width: 305px;
    height: 445px
}

.call-icon-for-mob {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    z-index: 99;
    color: #fff;
    font-size: 20px;
    padding: 7px 0 7px 22px
}

.call-icon-for-mob svg {
    fill: #fff;
    width: 20px;
    height: 20px
}

.call-icon-for-mob span {
    margin-left: 10px;
    font-weight: 700
}

.cust-navbar .navbar-toggler {
    border: none
}

.book-formatting-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.book-formatting-cta::after {
    width: 398px;
    height: 416px;
    background-image: url(../images/inner-pages/book-formatting/cta-after.html)
}

.sci-fiction-writing {
    background-image: url(../images/inner-pages/science-fiction-writing/banner.html)
}

.sci-fiction-wri-cta::after {
    background-image: url(../images/inner-pages/science-fiction-writing/cta-after.html);
    width: 352px;
    height: 470px
}

.comic-writing-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.comic-writing-cta::after {
    background-image: url(../images/inner-pages/comic-writing/cta-after.html);
    width: 432px;
    height: 420px
}

.movie-writing-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.movie-writing-cta::after {
    background-image: url(../images/inner-pages/movie-writing/cta-after.html);
    width: 296px;
    height: 403px
}

.movie-writing-cta {
    /*background-image: url(../images/inner-pages/movie-writing/cta-bg.html)*/
}

.children-book-editing {
    background-image: url(../images/inner-pages/children-book-editing/banner.html)
}

.children-book-editing-cta::after {
    background-image: url(../images/inner-pages/children-book-editing/cta-after.html);
    width: 323px;
    height: 382px
}

.book-marketing-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.book-marketing-cta::after {
    background-image: url(../images/inner-pages/book-marketing/cta-after.html);
    width: 390px;
    height: 381px
}

.author-website-design-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.author-web-cta::after {
    background-image: url(../images/inner-pages/author-website/cta-after.html);
    width: 390px;
    height: 386px;
    top: 73%
}

.book-proofreaders-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.book-proofreaders-cta::after {
    background-image: url(../images/inner-pages/book-proofreaders/cta-after.html);
    width: 330px;
    height: 447px;
    top: 72%
}

.book-cover-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.book-cover-cta::after {
    background-image: url(../images/inner-pages/book-cover-designer/cta-after.html);
    width: 445px;
    height: 441px
}

.book-editors-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.book-editors-cta::after {
    background-image: url(../images/inner-pages/book-editors/cta-after.html);
    width: 295px;
    height: 401px
}

.horror-book-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.horror-book-cta::after {
    background-image: url(../images/inner-pages/horror-book/cta-after.html);
    width: 212px;
    height: 396px;
    right: 36px
}

.action-adventure-banner {
    background-image: url(../images/inner-pages/action-adventure-writing/banner.html)
}

.action-adventure-cta::after {
    background-image: url(../images/inner-pages/action-adventure-writing/cta-after.html);
    width: 375px;
    height: 347px
}

.comic-banner .banner-list li,
.novel-banner .banner-list li,
.wiki-banner .banner-list li {
    flex: 0 1 100%
}

.comic-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.comic-book-translation-cta::after {
    background-image: url(../images/inner-pages/comic-book-translation/cta-after.html);
    width: 385px;
    height: 359px
}

.wiki-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.wiki-cta::after {
    background-image: url(../images/inner-pages/wiki-writing/cta-after.html);
    width: 358px;
    height: 342px
}

.novel-banner {
    background-image: url(../images/inner-pages/westwood_bg.webp)
}

.novel-cta::after {
    background-image: url(../images/inner-pages/novel-writing/cta-after.html);
    width: 417px;
    height: 423px
}

.hiphop-banner {
    background-image: url(../images/inner-pages/hiphop-writing/banner.html);
    padding-top: 67px
}

.hiphop-cta::after {
    background-image: url(../images/inner-pages/hiphop-writing/cta-after.html);
    width: 387px;
    height: 360px
}

.blog {
    padding: 40px 0
}

.form-root-counter>h3,
.form-root-counter>p,
.heading--h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin: 0
}

.form-root-counter>h3 span,
.form-root-counter>p span {
    color: #fff;
    font-weight: 700
}

.form-root-counter {
    text-align: center;
    display: none
}

.form-text-1 h3 span {
    font-size: 45px;
    color: #fff;
    font-weight: 700
}

td {
    padding: 20px 30px;
    line-height: 130%
}

td h3+p,
td h4+p,
td h5+p,
td h6+p,
td p+h3,
td p+h4,
td p+h5 {
    margin: 4px 0 0 !important
}

td:nth-child(2n) {
    background: #f7f8f9
}

.tab-content h4 {
    font-size: 22px;
    background-color: #9a1150;
    background-clip: text;
    color: #fff0;
    display: none;
    -webkit-background-clip: text;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif
}

.well {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    border-radius: 4px;
    background-color: #f2f2f2
}

.well i {
    color: var(--switchable-theme-color);
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    padding-top: 7px
}

.well h3 {
    color: #000;
    font-size: 18px;
    padding: 10px;
    font-weight: 500;
    margin-bottom: 0
}

.tab-content article p {
    padding-top: 25px
}

.book-cover-p {
    padding: 30px 0 !important
}

.book-cover {
    padding: .5rem 13px
}

.logo-icon-sprite {
    background-image: url(../images/logo-icon.html);
    display: block
}

.logo-icon-sprite-news-logo-1 {
    width: 29px;
    height: 30px;
    background-position: -5px -5px
}

.logo-icon-sprite-news-logo-1:hover,
.logo-icon-sprite-news-logo-4:hover,
.logo-icon-sprite-news-logo-7:hover,
.logo-icon-sprite-news-logo-8:hover {
    filter: none;
    transition: filter .2s linear
}

.logo-icon-sprite-news-logo-2 {
    width: 64px;
    height: 18px;
    background-position: -44px -5px
}

.logo-icon-sprite-news-logo-3 {
    width: 75px;
    height: 19px;
    background-position: -118px -5px
}

.logo-icon-sprite-news-logo-4 {
    width: 65px;
    height: 17px;
    background-position: -203px -5px
}

.logo-icon-sprite-news-logo-5 {
    width: 108px;
    height: 13px;
    background-position: -278px -5px
}

.logo-icon-sprite-news-logo-6 {
    width: 45px;
    height: 16px;
    background-position: -396px -5px
}

.logo-icon-sprite-news-logo-7 {
    width: 94px;
    height: 13px;
    background-position: -451px -5px
}

.logo-icon-sprite-news-logo-8 {
    width: 75px;
    height: 13px;
    background-position: -555px -5px
}

.drop-icon::after {
    content: "";
    width: 12px;
    height: 13px;
    -webkit-clip-path: polygon(100% 0, 0 0, 45% 46%);
    clip-path: polygon(100% 0, 0 0, 45% 46%);
    background-color: #fff;
    bottom: -32px;
    left: -12px;
    border-radius: 3px
}

.dropdown-list li::before {
    content: "";
    width: 6px;
    height: 10px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 52%);
    clip-path: polygon(0 0, 0 100%, 100% 52%);
    background-color: #333;
    top: 50%;
    left: 0;
    border-radius: 10px;
    transition: .2s ease-in-out
}

.dropdown-list li:hover:before {
    left: 2px;
    background-color: var(--switchable-theme-color) !important
}


@media (max-width:1800px) {
    header {
        padding: 11px 40px
    }
}

@media (max-width:1680px) {
    header {
        padding: 14px
    }

    .banner {
        background-position-x: 66%
    }

    .cta::before {
        background-size: 80%;
        background-position-x: -31px
    }

    .cta::after {
        background-size: 80%;
        background-position: right
    }

    .ftr-links-wrap {
        padding: 0 30px
    }

    .ftr-links-2 h3 {
        text-align: left
    }

    .comprehensive-serv {
        padding: 110px 30px;
        overflow: hidden
    }

    .faq {
        padding: 60px 0
    }

    .counter-box h3::after {
        right: 60%
    }

    .resource-counter>div:nth-child(2) h3::after {
        right: 26%
    }

    .resource-counter>div:nth-child(3) h3::after {
        right: 40%
    }

    .banner-form::before {
        height: 467px
    }

    .nonfiction-writing-cta::after {
        top: 71%
    }

    .autobio-cta::after {
        top: 57%;
        background-position: 141% 50%
    }

    header img {
        width: 195px
    }

    .cust-navbar-nav.navbar-nav .nav-link {
        font-size: 12px;
        padding: 2px 18px
    }

    .drop-icon::after {
        bottom: -24px;
        left: -6px
    }

    .cust-navbar-nav .nav-item {
        margin: 0
    }

    .hdr-socials-icons .btn-2 {
        font-size: 16px;
        padding: 6px 19px
    }

    .children-book-writing-cta::before {
        background-position-x: 3px;
        bottom: -86px
    }

    .children-book-writing-cta::after {
        top: 68%
    }

    .comedy-cta::after {
        right: 31px;
        top: 66%
    }

    .fantasy-cta::after {
        background-size: 72%;
        top: 56%
    }

    .comic-book-translation-cta::after,
    .ebook-cta::after,
    .screen-writing-cta::after {
        top: 60%
    }

    .speech-writing-cta::after {
        background-position: 150px
    }

    .children-book-editing-cta::after,
    .movie-writing-cta::after {
        background-size: 100%
    }

    .own-book-sec {
        margin: 0 30px 90px
    }

    .wrapper-own-book-1::before {
        bottom: 31%
    }

    .author-web-cta::after {
        top: 79%
    }

    .book-cover-cta::after,
    .horror-book-cta::after {
        top: 59%
    }

    .book-editors-cta::after {
        top: 61%
    }

    .action-adventure-cta::after {
        top: 65%
    }

    .hiphop-cta::after,
    .wiki-cta::after {
        background-size: 90%
    }

    .tab-content h4 {
        font-size: 20px
    }
}

@media (max-width:1440px) {
    .news-logoes {
        padding: 40px 0 50px
    }

    .port-reviews {
        padding: 50px 0
    }

    .cta {
        padding: 30px 0
    }

    .cta::after {
        width: 287px;
        background-size: cover;
        height: 333px;
        background-position-x: 0
    }

    .resource {
        padding: 50px 0 50px
    }

    .reasons-sec {
        padding: 0 0 86px
    }

    .cta::before {
        top: -1%;
        background-size: 70%
    }

    .resource-sec {
        padding: 95px 0 55px
    }

    .process-sec {
        padding: 20px 0 40px
    }

    .client-sec-bg {
        padding: 45px 0 40px
    }

    .counter-box h3::after {
        right: 56%
    }

    .resource-counter>div:nth-child(2) h3::after {
        right: 14%
    }

    .resource-counter>div:nth-child(3) h3::after {
        right: 30%
    }

    .ftr-links-1 ul a,
    .ftr-links-2 ul a {
        font-size: 15px
    }

    .banner-txt-wrapp {
        padding-right: 12px
    }

    .cta-song-writing::after {
        width: 167px !important;
        height: 395px;
        right: 65px;
        background-size: 87% !important;
        background-position: top;
        top: 72% !important
    }

    .cta-song-writing {
        padding: 30px 0 10px
    }

    .cta-song-writing::before {
        background-position-x: 4px;
        width: 272px !important;
        background-size: 80% !important;
        top: -28px;
        background-position-x: 4px !important;
        height: 250px
    }

    .action-adventure-cta::after,
    .autobio-cta::after,
    .book-cover-cta::after,
    .book-formatting-cta::after,
    .book-marketing-cta::after,
    .ebook-cta::after,
    .fantasy-cta::after,
    .novel-cta::after,
    .screen-writing-cta::after,
    .script-cta::after,
    .seo-cta::after,
    .wiki-cta::after {
        background-size: 100%
    }

    .song-banner {
        background-position-x: 73%
    }

    .cta-song-writing .cta-hdg>h3 {
        margin-bottom: 12px
    }

    .banner-hd h3 {
        font-size: 50px
    }

    .biography-cta::after {
        width: 440px;
        background-position-x: 106%;
        top: 67%
    }

    .cust-navbar-nav .nav-link {
        padding: 6px 22px
    }

    .autobio-cta::after {
        width: 362px
    }

    .seo-cta::after {
        top: 73%
    }

    .ftr-links-2 .col-lg-3:last-child h3,
    .ftr-links-2 h3 {
        margin-left: 17px
    }

    .ftr-links-list {
        padding-left: 17px
    }

    .ftr-links-2 .col-lg-3:last-child ul {
        padding-left: 17px !important
    }

    .fiction-writing-cta::after {
        width: 381px
    }

    .nonfic::after {
        width: 350px;
        background-position-x: -83px
    }

    .faq {
        padding: 95px 0 60px
    }

    .memoir-cta::after {
        width: 352px;
        height: 424px;
        top: 78%
    }

    .rhyme-cta::after {
        width: 327px
    }

    .cust-navbar-nav.navbar-nav .nav-link {
        padding: 6px 15px;
        font-size: 12px
    }

    .drop-icon::after {
        bottom: -26px;
        left: -13px
    }

    .dropdowndownangle {
        right: 2px
    }

    .children-book-writing-cta::before {
        top: 10px;
        background-size: 70%
    }

    .children-book-writing-cta::after {
        width: 380px;
        background-position-x: 77px;
        background-size: 70%
    }

    .comedy-cta::after {
        background-size: 80%;
        background-position-x: 55px;
        right: 31px;
        top: 66%
    }

    .military-fiction-cta::after {
        background-size: 70%;
        right: 0
    }

    .narrative-cta::after {
        background-size: 79%;
        background-position-x: right
    }

    .speech-writing-cta::after {
        width: 340px
    }

    .story-writing-cta::after {
        background-position-x: right;
        background-size: 75%
    }

    .sci-fiction-wri-cta::after {
        background-size: 87%;
        background-position-x: right
    }

    .comic-writing-cta::after {
        background-size: 100%;
        background-position-x: right;
        top: 62%
    }

    .movie-writing-cta::after {
        background-size: 82%;
        background-position-x: right;
        top: 59%
    }

    .children-book-editing-cta::after {
        background-size: 97%
    }

    .comprehensive-serv {
        padding: 60px 30px
    }

    .own-book-sec {
        padding: 36px 0 30px
    }

    .contact-us-inner-form-wrapper::after {
        width: 224px;
        right: -174px;
        top: 80px
    }

    .banner {
        padding: 13px 0 20px
    }

    .slider-form {
        padding: 15px;
        margin-top: 17px
    }

    .banner-slider-images {
        padding: 34px 0 35px
    }

    .author-web-cta::after {
        top: 78%;
        background-size: 100%
    }

    .book-proofreaders-cta::after {
        background-size: 85%;
        background-position-x: right;
        top: 77%
    }

    .book-editors-cta::after {
        background-position-x: right;
        background-size: 79%
    }

    .horror-book-cta::after {
        background-size: 60%;
        background-position-x: right
    }

    .comic-book-translation-cta::after {
        background-size: 100%;
        background-position-x: right
    }

    .hiphop-cta::after {
        background-size: 89%;
        background-position-x: 0;
        top: 65%
    }

    .entry-box .form-control {
        min-height: auto;
        height: auto;
        font-size: 18px;
        padding: 6px 24px
    }

    .well h3 {
        font-size: 13px;
        padding: 9px 6px
    }
}

@media (max-width:1365px) {
    header>a {
        width: 145px
    }

    .cta::before {
        width: 403px
    }

    .cta::after {
        width: 340px;
        top: 62%;
        background-size: contain
    }

    .ftr-links-1>h3,
    .ftr-links-2 h3 {
        font-size: 20px
    }

    .ftr-links-2 h3 {
        margin-left: 13px
    }

    .cta::before {
        background-position-x: -57px;
        background-size: 105%
    }

    .hdr-socials-icons .btn-2 {
        padding: 6px 13px
    }

    .counter-box h3::after {
        right: 54%
    }

    .biography-cta::after,
    .nonfiction-writing-cta::after {
        top: 79%
    }

    .cust-navbar-nav.navbar-nav .nav-link {
        font-size: 11px;
        padding: 7px 10px
    }

    .drop-icon::after {
        content: "";
        position: absolute;
        width: 12px;
        height: 13px;
        -webkit-clip-path: polygon(100% 0, 0 0, 45% 46%);
        clip-path: polygon(100% 0, 0 0, 45% 46%);
        /*background-color: #556772;*/
        background: #fff;
        transform: translateY(-50%);
        bottom: -27px;
        left: -12px;
        border-radius: 3px
    }

    .dropdowndownangle {
        right: 0
    }

    .seo-cta::after {
        top: 67%;
        background-position-x: 96px;
        background-position-x: 75px;
        background-size: 85%
    }

    .banner-sec {
        height: 570px
    }

    .rhyme-cta::after {
        top: 59%
    }

    .autobio-cta::after {
        top: 61%;
        background-position-x: 38px
    }

    .ftr-links-list {
        padding-left: 13px
    }

    header img {
        width: 180px
    }

    .children-book-writing-cta::before {
        background-position-x: 7px;
        background-size: 56%;
        top: 18px;
        bottom: unset
    }

    .children-book-writing-cta::after {
        top: 73%;
        background-size: 65%;
        background-position-x: right
    }

    .comedy-cta::after {
        background-size: 60%;
        background-position-x: 122px;
        top: 70%
    }

    .fantasy-cta::after {
        background-size: 87%;
        top: 68%;
        background-position-x: 58px
    }

    .military-fiction-cta::after {
        background-position-x: 127px;
        background-size: 55%
    }

    .ebook-cta::after,
    .screen-writing-cta::after {
        background-size: 73%;
        background-position-x: right;
        top: 67%
    }

    .speech-writing-cta::after {
        background-size: 100%;
        background-position-x: 60px
    }

    .book-formatting-cta::after {
        width: 324px;
        top: 62%;
        background-size: 80%;
        background-position-x: right
    }

    .comic-writing-cta::after {
        background-size: 80%
    }

    .children-book-editing-cta::after {
        background-size: 70%;
        background-position-x: right
    }

    .dropdown-list li {
        width: 175px
    }

    .contact-us-inner-form-wrapper::after,
    .wrapper-own-book-1::before {
        display: none
    }

    .wrapper-own-book-1 {
        padding: 0 0 30px
    }

    .book-cover-cta::after,
    .book-marketing-cta::after {
        background-size: 80%;
        background-position-x: right
    }

    .author-web-cta::after {
        top: 78%;
        background-size: 83%;
        background-position-x: right
    }

    .book-proofreaders-cta::after {
        top: 78%;
        background-size: 69%
    }

    .action-adventure-cta::after,
    .novel-cta::after {
        background-size: 76%;
        background-position-x: right
    }

    .comic-book-translation-cta::after {
        background-size: 72%
    }

    .wiki-cta::after {
        background-size: 65%;
        background-position-x: right
    }

    .hiphop-cta::after {
        top: 69%;
        background-size: 70%;
        background-position-x: right
    }
}


@media (max-width:1199px) {

    .banner-txt-wrapp,
    .hdr-socials-icons {
        text-align: center
    }

    .drop-icon::after {
        bottom: -22px;
        left: -8px;
        width: 9px;
        height: 9px
    }

    .banner .container-xl {
        padding: 0 15px
    }

    .hdr-socials-icons>a {
        text-transform: uppercase;
        padding: 6px 19px;
        font-size: 16px
    }

    .slider-form button::before {
        right: 18px
    }

    .news-logoes-wrap .news-logo {
        margin: 6px
    }

    .cta::after,
    .cta::before,
    .wrap_form {
        display: none
    }

    .resource-img+img {
        top: 12%
    }

    .resource-img-2+img {
        top: 17%
    }

    .ftr-links-1>h3,
    .ftr-links-2 h3 {
        font-size: 15px
    }

    .comprehensive-serv {
        padding: 50px 30px
    }

    .banner-list li {
        flex: 0 1 50%
    }

    .banner-list li:last-child,
    .banner-list li:nth-child(2) {
        margin-left: 0
    }

    .resource-counter>div:nth-child(3) h3::after {
        right: 14%
    }

    .banner-txt-wrapp {
        padding-right: 0
    }

    h1 {
        padding: 0 !important
    }

    .song-banner {
        padding-top: 48px
    }

    .rhyme-banner {
        height: auto
    }

    .banner-sec {
        height: 530px
    }

    header img {
        width: 154px
    }

    .cust-navbar-nav.navbar-nav .nav-link {
        font-size: 11px;
        padding: 8px 9px
    }

    .my-custom-packages-tab .nav {
        width: 48% !important
    }

    .hdr-socials-icons .btn-2 {
        padding: 6px 13px;
        font-size: 12px
    }

    .mega-menu .dropdown-menu {
        min-width: 62vw
    }

    .cust-navbar-nav .dropdown-menu {
        top: 47px
    }

    header>a {
        width: 130px
    }

    .dropdown-list li {
        width: auto
    }

    .contact-banner-txt {
        text-align: left
    }

    .tab-content h4 {
        font-size: 17px
    }
}

@media (max-width:991px) {

    .author-box,
    .comp-serv>h2,
    .our-wrt-sec,
    .resource-btns,
    header>a {
        text-align: center
    }

    .banner-form,
    .hdr-cta {
        position: relative
    }

    .inner-portfolio-wrap .col,
    header>a {
        margin-bottom: 20px
    }

    .drop-icon::after {
        bottom: 0;
        left: 11px;
        width: 12px;
        height: 12px;
        z-index: 99
    }

    .cust-navbar-nav .nav-item {
        text-align: left;
        margin-right: 0
    }

    .cust-navbar-nav .nav-link:hover,
    .navbar-nav .active>.nav-link,
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show,
    .navbar-nav .show>.nav-link {
        background-image: none !important;
        color: var(--switchable-theme-color) !important
    }

    .cust-navbar-nav .nav-item .dropdowndownangle {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        top: 4px
    }

    .cust-navbar-nav .nav-item.active .dropdowndownangle,
    .cust-navbar-nav .nav-item:hover .dropdowndownangle {
        color: #fff;
        background-color: var(--switchable-theme-color)
    }

    .hdr-cta i svg {
        width: 20px !important
    }

    .cust-navbar-nav {
        margin-top: 16px;
        background: var(--switchable-theme-color);
    }

    .ftr-links-1>h3,
    .ftr-links-2 h3 {
        font-size: 20px
    }

    .cust-navbar-nav.navbar-nav .nav-link {
        font-size: 12px;
        padding: 8px 14px
    }

    header>a {
        width: 165px
    }

    header {
        padding: 15px 0;
        flex-wrap: wrap;
        position: static
    }

    header>* {
        flex: 0 0 100%
    }

    .newcontact {
        display: none !important
    }

    .banner-form::before,
    .hdr-cta span,
    .hdr-socials-icons,
    .our-wrt-serv-count::after,
    .resource-box-img,
    .resource-box-img+img,
    .resource-img,
    .resource-img+img,
    .resource-img-2+img,
    .resource-img-box,
    .resource-inner-hdg>h2 br {
        display: none
    }

    .hdr-cta+nav {
        justify-content: flex-end;
        position: absolute;
        right: 0;
        left: 0;
        z-index: 1;
        top: -15px
    }

    .authors-sec-slider,
    .clients-reviews-slider {
        margin: 0
    }

    .resource-counter {
        margin: 30px 0
    }

    .services-wrap .col-lg-6:nth-child(2n) .services-box {
        padding: 0;
        border: none
    }

    .services-box {
        padding: 20px 0 !important
    }

    .services-wrap .col-lg-6:nth-child(odd) .services-box {
        border: none
    }

    .our-wrt-sec {
        padding: 30px 0
    }

    .border-bottom {
        border: none !important
    }

    .reasons-sec {
        padding: 0 0 110px
    }

    .compr-serv-box img {
        margin: 10px auto
    }

    .ftr-links-list {
        padding-left: 0;
        border: none
    }

    .ftr-links-2 .col-lg-3:last-child h3,
    .ftr-links-2 h3,
    .resource-content-box {
        margin-left: 0
    }

    .ftr-links-2 .col-lg-3:last-child ul {
        padding-left: 0 !important
    }

    .hdr-cta {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        z-index: 2;
        max-width: 200px
    }

    .cust-navbar button {
        margin-right: 20px
    }

    .banner-hd p {
        padding-right: 50px
    }

    .resource-sec {
        padding: 35px 0
    }

    .resource-content p {
        font-size: 18px;
        padding-right: 0
    }

    .resource-content-box p {
        margin: 0 !important
    }

    .author-box img {
        margin: 0 auto
    }

    .process-wrapper {
        padding-bottom: 20px
    }

    .reasons-inners {
        margin-bottom: 30px
    }

    .our-wrt-hd>.text-white h3 {
        margin: 40px 0 0
    }

    .ftr-copyrights-banks-cards>ul:first-child {
        flex: 0 1 100%;
        justify-content: center;
        margin-bottom: 10px
    }

    .ftr-copyrights-banks-cards>* {
        flex: 0 1 100%
    }

    .ftr-copyrights-banks-cards>p:nth-child(2) {
        flex: 0 1 50%
    }

    .ftr-copyrights-banks-cards>img {
        flex: 0 1 27%;
        margin: 30px auto 0
    }

    .process-content p {
        flex: 0 0 95px
    }

    .resource-list {
        padding-left: 20px !important
    }

    .banner-sec {
        height: fit-content;
        padding: 40px 0
    }

    .news-logoes {
        padding: 20px 0
    }

    .cust-navbar-nav .nav-item::after {
        width: 100%
    }

    .dropdown-list li {
        margin: 0;
        width: 100%
    }

    .sprite-bank-cards {
        flex: 0 1 326px !important;
        margin: 17px auto 0
    }

    td {
        padding: 18px 10px
    }

    .tab-content .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

    [aria-labelledby=navbarDropdown] .row.no-gutters {
        flex-direction: column
    }
}

@media (max-width:767px) {

    .root-cta-title-h2,
    h1 {
        font-size: 25px
    }

    .banner-hd>h3,
    h1 {
        line-height: normal
    }

    section.space.background-image.packagebg {
        margin-top: 0
    }

    .my-custom-packages-tab .nav {
        width: 83% !important;
        gap: 0 !important
    }

    .main-hdg>p {
        padding: 0
    }

    .banner {
        padding: 33px 0 0
    }

    .slider-form {
        border-radius: 36px;
        background: #fff0
    }

    .banner-slider-images {
        padding: 83px 0 64px
    }

    .ftr-copyrights-banks-cards>p {
        font-size: 14px
    }

    .ftr-copyrights-banks-cards {
        flex-wrap: wrap
    }

    .hdr-cta a {
        display: block
    }

    .hdr-cta {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        max-width: 100%
    }

    .cta-btns {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .comp-serv>h6 {
        font-size: 32px !important
    }

    .cta-btns>a:first-child {
        order: 1
    }

    .cta-btns>a:nth-child(2) {
        order: 3
    }

    .cta-btns>a:nth-child(3) {
        order: 2
    }

    .cta-btns>a {
        margin: 4px 10px
    }

    .banner-hd>h3 br {
        display: none
    }

    .banner-hd>h3 {
        font-size: 30px
    }

    .banner-list li i {
        margin-right: 4px
    }

    h2 {
        font-size: 27px
    }

    .resource-counter>div:nth-child(3) h3::after {
        right: 31%
    }

    .counter-box h3::after {
        right: 57%
    }

    .banner-list {
        margin-bottom: 30px;
        justify-content: flex-start;
        text-align: center
    }

    .banner-list li {
        line-height: 29px
    }

    .banner-hd p {
        padding-right: 0
    }

    .ftr-terms-privacy>li a {
        font-size: 18px
    }

    .our-wrt-serv-count>h3 {
        font-size: 50px
    }

    .contact-us-banner {
        height: 250px !important
    }
}

@media (max-width:575px) {

    .author-box,
    .client-sec-bg,
    .index-cta {
        background-color: var(--switchable-theme-color)
    }

    h2 {
        font-size: 21px !important
    }

    .btn-1::before,
    .cta-btns>a:first-child::before,
    .cta-hdg:last-child p br,
    .process-content h3 br,
    .resource-txt-area>h2 br,
    button.newcontact {
        display: none
    }

    .cta-hdg span,
    .script-writing-banner .banner-hd h3 strong,
    li.nav-item.dropdown.cust-dropdown.mega-menu.show .row.no-gutters {
        display: block
    }

    header img {
        width: 150px !important
    }

    .brand-services,
    .news-logoes,
    .port-reviews {
        padding: 30px 0
    }

    .cta-hdg span {
        color: #f4f3ec;
        font-size: 15px;
        margin-top: 14px
    }

    .bagde_logo ul img,
    .bannerImages img {
        width: 100%
    }

    .bannerImages,
    .reasons-box {
        padding: 10px 0
    }

    .heading {
        font-size: 27px !important
    }

    .btn-1,
    .btn-2,
    .contentArea a h4 {
        font-size: 16px
    }

    .sitejabber {
        height: 431px !important
    }

    .trustbox {
        height: 427px !important
    }

    .contentArea p {
        height: 100px;
        overflow-y: scroll
    }

    .cta-btns>a {
        padding: 15px 21px;
        margin: 8px 10px
    }

    .cta-hdg>h3 {
        margin-bottom: 12px;
        color: #fff;
        font-size: 24px !important;
    }

    .counter-box p {
        font-size: 12px;
        margin-top: 7px;
        line-height: normal
    }

    .resource-counter>div:nth-child(3) h3::after {
        right: 16%
    }

    .counter-box h3::after {
        right: 61%
    }

    .resource-counter>div:nth-child(2) h3::after {
        right: 38%
    }

    .btn-1 {
        padding: 7px 23px;
        margin: 0
    }

    .btn-2 {
        padding: 5px 12px
    }

    .counter-box h3 {
        font-size: 17px
    }

    .services {
        padding: 0 0 3px
    }

    .our-wrt-hd>.text-white p {
        margin: 0;
        line-height: 24px
    }

    .our-wrt-hd h3 {
        font-size: 14px
    }

    .reasons-inners>h2 {
        text-align: center
    }

    .cust-card-header>h3,
    .form-hdgs h3 {
        font-size: 15px
    }

    .form-hdgs {
        padding: 24px 30px 15px
    }

    .form-hdgs+p {
        font-size: 19px
    }

    .comp-serv>h2 {
        margin-bottom: 20px
    }

    .authors-sec-slider .col-lg-4,
    .compr-serv-boxes-slider .col-lg-3 {
        padding: 0
    }

    .comprehensive-serv {
        padding: 20px 30px
    }

    footer {
        padding: 30px 0 0;
        margin-bottom: 30px
    }

    .hdr-cta {
        display: flex;
        align-items: center;
        margin-bottom: 10px
    }

    .form-text-1>h3 {
        font-size: 18px
    }

    .entry-box .form-text-1 p {
        color: #fff;
        font-size: 15px
    }

    .form-text-1 h3 span {
        font-size: 30px
    }

    a#entry-box_close {
        width: 35px;
        height: 35px
    }

    #entry-box_close i {
        font-size: 20px;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%)
    }

    .entry-box button {
        font-size: 20px;
        height: 49px
    }

    h1 {
        font-size: 22px
    }

    .banner-slider-images img {
        height: 200px;
        display: none
    }

    .banner-sec,
    .inner-portfolio-wrap img {
        height: auto
    }

    .banner-slider-images {
        padding: 0 0 20px
    }

    .cta-btns {
        margin-bottom: 11px;
        margin-top: 20px
    }

    .client-content,
    .process-hd h2 {
        margin-bottom: 30px
    }

    .resource-inner {
        padding: 10px 0 70px
    }

    .content-wrapper .counter-box {
        flex: 0 1 33.33333%
    }

    .resource-list li {
        margin-left: 0
    }

    .author-content {
        padding: 0 0 16px
    }

    .process-sec,
    header {
        padding: 20px 0
    }

    .authors-sec {
        padding-bottom: 35px
    }

    .client-content {
        padding: 0
    }

    .hdr-cta+nav {
        top: -5%
    }

    .banner-sec {
        padding: 50px 0;
        background-image: url(../images/inner-pages/fiction/fiction-writing-bg-mob.html)
    }

    .banner-hd h5 {
        font-size: 21.34px;
        line-height: 33px
    }

    .banner-list li {
        font-size: 13px;
        line-height: 30px
    }

    .banner-list {
        margin-bottom: 21px;
        text-align: left !important
    }

    .author-hdg-rating>h3 {
        font-size: 19px;
        margin: 0
    }

    .author-hdg-rating p {
        font-size: 12px
    }

    .cust-nav-tabs {
        margin-bottom: 15px
    }

    .resource {
        padding: 20px 0 20px
    }

    .services .container-xl>h3 {
        margin-bottom: 8px
    }

    .reasons-sec {
        padding: 0 0 36px
    }

    .author-box img {
        border-color: #fff
    }

    .author-box h3,
    .author-box p {
        color: #fff
    }

    .author-box>p {
        text-align: left
    }

    .ftr-copyrights-banks-cards>ul:first-child {
        flex: 0 1 100%;
        justify-content: center
    }

    .banner-list li,
    .ftr-copyrights-banks-cards>p:nth-child(2) {
        flex: 0 1 100%
    }

    .ftr-terms-privacy>li:first-child,
    .our-wrt-hd>.text-white h3 {
        margin: 0
    }

    .comp-serv>h5,
    .ip-faq-title-h5,
    .resource-txt-area2>h4 {
        font-size: 21px !important;
    }
    
    .ip-testimonials-title-h5 {
    font-size: 24px !important;
    }
    
   .spanheading-large, .spanheadingred {
       font-size: 24px !important;
   }
    
    h3.spanheadingred {
        font-size: 24px !important;
    }

    .reasons-inners>h4 {
        font-size: 21px;
        text-align: center
    }

    .custom-breadcrumb {
        padding: 13px 0 0
    }

    .banner-hd>h3 {
        font-size: 27px
    }

    a#entry-box_close svg {
        width: 16px;
        height: 16px
    }

    .rhyme-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .client-sec-bg,
    .index-cta {
        background-image: none
    }

    .biography-writing-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .autobiography-writing-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .seo-content-writing-banner {
        background-image: url(../images/inner-pages/seo-content-writing/seo-banner-mob.html)
    }

    .song-banner {
        background-image: url(../images/inner-pages/westwood_bg.webpl)
    }

    .ftr-terms-privacy>li:first-child::after {
        right: -14px;
        top: 7px;
        transform: none
    }

    .ftr-terms-privacy>li {
        flex: 0 1 50%
    }

    .ftr-terms-privacy>li:last-child {
        text-align: left;
        padding: 0 0 0 35px
    }

    .nonfiction-writing-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .memoir-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .script-writing-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .cta-hdg:last-child p {
        margin-bottom: 20px;
        line-height: 32px
    }

    .hm-sec-06 {
        height: unset !important
    }

    .hm-sec-05 {
        min-height: auto !important;
        padding-bottom: 25px !important
    }

    .sitejabberFooter {
        padding: 0 19px !important
    }

    .sitejabberFooter ul {
        margin-right: 0 !important
    }

    .cta {
        padding: 30px 0 10px
    }

    .children-book-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .comedy-banner {
        background-image: url(../images/inner-pages/comedy-writing/banner-mob.html)
    }

    .fantasy-banner {
        background-image: url(../images/inner-pages/fantasy-writing/banner-mob.html)
    }

    .military-sec {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .narrative-banner-sec {
        background-image: url(../images/inner-pages/narrative-writing/banner-mob.html)
    }

    .screen-writing-banner {
        background-image: url(../images/inner-pages/screen-writing/banner-mob.html)
    }

    .speech-writing-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .story-writing-banner {
        background-image: url(../images/inner-pages/story-writing/banner-mob.html)
    }

    .cust-navbar-nav .nav-item {
        margin-right: 0
    }

    .book-formatting-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .sci-fiction-writing {
        background-image: url(../images/inner-pages/science-fiction-writing/banner-mob.html)
    }

    .my-custom-packages-tab .nav-link {
        font-size: 15px;
        padding: 6px 13px
    }

    .price-card.CustomCard {
        transform: scale(1)
    }

    .comic-writing-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .movie-writing-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .children-book-editing {
        background-image: url(../images/inner-pages/children-book-editing/banner-mob.html)
    }

    .faq {
        padding: 50px 0 60px
    }

    .wrapper-own-book-1>h4,
    .wrapper-own-book-2>h4 {
        font-size: 26px
    }

    .banner {
        background-image: none;
        background-color: #dcd8d5
    }

    .contact-us-banner {
        background-image: url(../images/contact-bg-mob.html) !important;
        height: 150px !important
    }

    .contact-us-form-section {
        background: 0 0
    }

    .ftr-links-1>h3,
    .ftr-links-2 h3 {
        font-size: 20px
    }

    .reason-box-cont {
        flex: 0 1 100%;
        padding: 0;
        text-align: center
    }

    .sprite-reason-icon-1,
    .sprite-reason-icon-2,
    .sprite-reason-icon-3,
    .sprite-reason-icon-4 {
        margin: 0 auto 10px
    }

    .sprite-bio-1,
    .sprite-bio-2,
    .sprite-bio-3,
    .sprite-bio-4,
    .sprite-bio-5,
    .sprite-fiction-img-1,
    .sprite-fiction-img-2,
    .sprite-fiction-img-3,
    .sprite-fiction-img-4,
    .sprite-fiction-img-5,
    .sprite-non-fiction-1,
    .sprite-non-fiction-2,
    .sprite-non-fiction-3,
    .sprite-non-fiction-4,
    .sprite-non-fiction-5,
    .sprite-romance-1,
    .sprite-romance-2,
    .sprite-romance-3,
    .sprite-romance-4,
    .sprite-romance-5,
    .sprite-thriller-1,
    .sprite-thriller-2,
    .sprite-thriller-3,
    .sprite-thriller-4,
    .sprite-thriller-5 {
        margin: 0 auto
    }

    .main-hdg {
        margin: 7px auto 0
    }

    .banner {
        padding: 16px 0 0
    }

    .offr-frm .col-lg-3 {
        margin-bottom: 10px !important
    }

    .own-book-sec {
        margin: 0 10px 36px
    }

    .book-marketing-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .author-website-design-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .book-proofreaders-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .banner-buttons {
        margin-top: 15px
    }

    .book-cover-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .book-editors-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .horror-book-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .action-adventure-banner {
        background-image: url(../images/inner-pages/action-adventure-writing/banner-mob.html)
    }

    .comic-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .wiki-banner {
        background-image: url(../images/inner-pages/wiki-writing/banner-mob.html)
    }

    .novel-banner {
        background-image: url(../images/inner-pages/novel-writing/banner-mob.html)
    }

    .hiphop-banner {
        background-image: url(../images/inner-pages/westwood_bg.webp)
    }

    .entry-box .form-control {
        min-height: auto;
        padding: 6px 24px;
        height: auto
    }

    .form-btn {
        bottom: unset
    }

    .ip-banner-heading-h1 {
        font-size: 27px;
        line-height: normal
    }

    .ip-resource-heading-h3 {
        font-size: 21px !important;
        margin-bottom: 9px
    }

    .ip-process-title-h4 {
        font-size: 21px;
        margin-bottom: 20px
    }

    .ip-cta2-title-h4 {
        font-size: 24px !important;
    }
}

@media (max-width:480px) {
    .resource-counter>div:nth-child(3) h3::after {
        right: 12%
    }

    .form-btn {
        width: 470px
    }

    .tab-content h4 {
        font-size: 14px
    }
}

@media (max-width:414px) {
    .ftr-terms-privacy>li:last-child {
        text-align: left;
        padding: 0 0 0 17px
    }

    .form-btn {
        width: 407px
    }
}

@media (max-width:375px) {
    .ftr-terms-privacy>li:last-child {
        text-align: left;
        padding: 0 0 0 45px
    }

    .form-btn {
        width: 365px
    }
}

@media (max-width:360px) {
    .form-btn {
        width: 349px
    }
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important
    }

    .call-icon-for-mob {
        display: none
    }
}

@media (min-width:1600px) {
    .banner {
        min-height: calc(100vh - 87px)
    }

    .banner-slider-images img {
        height: 359px
    }

    .banner-slider-images {
        padding: 60px 0 32px
    }
}

.spanh3 {
    font-size: 103px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem
}

.count-num {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    color: #333;
    line-height: .8;
    position: relative
}

.custompara {
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    font-size: 18px;
    margin: 40px 75px 0 0;
    font-family: "Open sans", sans-serif
}

.span-1,
.spanheading-large {
    font-family: 'Poppins', sans-serif
}

.span-1 {
    color: #333;
    font-size: 22px;
    margin: 0 0 7px;
    font-weight: 500;
    line-height: 1.2
}

.compr-serv-box>a span,
.heading6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #333
}

.banner-form span {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.2;
    font-size: 21px
}

.heading6 {
    font-size: 24px;
    margin-top: 0
}

.spanheading-large,
.spanheadingred {
    font-weight: 600;
    font-size: 36px;
    display: block
}

.compr-serv-box>a span {
    font-size: inherit
}

.spanheading-large {
    margin-bottom: 25px;
    line-height: 1.4;
    background-clip: text;
    color: #333
}

.spanheadingred {
    font-family: 'Poppins', sans-serif;
    margin-bottom: .5rem;
    line-height: 1.2
    font-weight: 600;
}

.heading-03,
.price-card_title,
.span-04 {
    font-family: 'Poppins', sans-serif;
    line-height: 1.2
}

.heading-03,
.span-04 {
    font-weight: 500;
    color: #fff
}

.span-04 {
    font-size: 22px;
    margin-bottom: 10px;
    display: block
}

.heading-03 {
    font-size: 34px
}

.section-secondary {
    background-color: #eef4f2 !important;
    border-color: var(--switchable-theme-color) !important;
    border-top: 5px solid
}

.custom-section-padding {
    padding: 60px 0;
    margin-bottom: 75px
}

.custom-section-padding h2 {
    font-size: 42px;
    font-weight: 700;
    color: #161a1d !important;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 13px
}

.section-secondary p {
    color: #5e5e5e;
    line-height: 19px;
    margin-bottom: 5px
}

.expertise-text p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    text-align: center
}

.my-custom-packages-tab {
    width: 100%;
    margin-bottom: 31px
}

.my-custom-packages-tab .nav {
    margin: auto;
    display: flex;
    width: 44%;
    justify-content: center;
    gap: 20px;
    background: #000;
    padding: 8px 5px;
    border-radius: 10px
}

.my-custom-packages-tab .nav-link {
    transition: .5s;
    font-weight: 500;
    color: #fff;
    background-color: #fff0;
    padding: 15px 20px;
    font-size: 22px;
    border-radius: 11px;
    text-align: center;
    font-family: 'Poppins', sans-serif
}

.my-custom-packages-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fff;
    color: #000
}

.price-card_title {
    font-size: 17px;
    position: relative;
    font-weight: 600;
    width: auto;
    margin: 0 auto 13px;
    color: #fff;
    padding: 20px 0 0;
    text-align: left
}

.price-card {
    background-color: #3b4f5c;
    box-shadow: 0 0 30px rgb(0 15 87 / .08);
    text-align: center;
    padding: 25px 25px 0;
    margin-top: 19px;
    border-radius: 15px;
    position: relative;
    transition: .3s ease-in-out
}

.price-card .name-shape {
    height: 20px;
    width: 385px;
    background-color: #000;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px 50px 0 0;
    overflow: hidden;
    display: none
}

.feature-box.custom-feature-box {
    margin-bottom: 1.2rem
}

.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.feature-box.custom-feature-box .feature-box-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: 0 0;
    width: 100px;
    position: relative;
    height: 100px;
    border: 6px solid #fff;
    border-radius: 100%;
    padding: 5px;
    margin-top: 0;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s
}

.feature-box.feature-box-style-2 .feature-box-icon {
    background: 0 0;
    top: -3px
}

.feature-box .feature-box-icon {
    background-color: #4dbb6d;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background: rgb(0 0 0 / .06);
    border-radius: 100%;
    color: #fff;
    font-size: 1rem;
    position: relative;
    top: 7px;
    text-align: center;
    padding: .8em;
    width: 2.7em;
    height: 2.7em
}

.feature-box.custom-feature-box .feature-box-icon img {
    position: absolute;
    width: 113%;
    top: 50%;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.feature-box .feature-box-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 15px
}

.feature-box.feature-box-style-2 h4 {
    color: #212529;
    margin-bottom: 10px
}

.font-weight-bold,
b,
strong {
    font-weight: 700 !important;
    text-align: center
}

.available-list,
.available-list ul {
    text-align: start;
    position: relative
}

.text-5 {
    font-size: 1.5em !important
}

.text-2 {
    font-size: 12px !important;
    margin-bottom: 25px
}

.feature-box.custom-feature-box:hover .feature-box-icon img {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
    transform: translate3d(-50%, -50%, 0) scale(1.1)
}

.custom-section-padding .container {
    max-width: 1215px
}

.newcontact {
    z-index: 2;
    overflow: hidden;
    transition: 1s;
    position: relative;
    color: #fff !important;
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif;
    padding: 5px 17px !important;
    background: var(--switchable-theme-color);
    border: 5px solid var(--combinated-color);
    border-radius: 5px;
    font-weight: 400
}

.actions a span,
.actions a span small,
.available-list li,
.price-card_text {
    font-family: 'Poppins', sans-serif
}

.packagebg {
    background-image: url(../images/price_bg_1.png);
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 70px
}

.price-card_price {
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto 5px;
    padding-left: 10px;
    position: relative;
    color: #fff !important;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.price-card_price .currency {
    font-size: 16px;
    position: absolute;
    bottom: 6px;
    left: 0;
    color: #fff
}

.price-card_text {
    margin-bottom: 14px;
    display: none
}

.price-card_text span {
    display: inline-block;
    text-decoration: line-through;
    text-decoration-color: red;
    transition: none
}

.price-card_content {
    margin-top: 10px;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.available-list {
    margin: 30px 0 5px;
    list-style: none;
    z-index: -1;
    padding-bottom: 20px;
    overflow: hidden
}

.available-list ul {
    border-bottom: 14px solid #fff;
    list-style: auto;
    padding-left: 14px;
    margin: 0;
    height: 335px;
    background: #fff;
    padding-bottom: 100px;
    overflow-y: scroll;
    padding-top: 30px;
    border-radius: 17px;
    overflow-x: hidden;
    border-right: 5px solid #fff;
    border-top: 12px solid #fff
}

.available-list ul::-webkit-scrollbar-thumb {
    margin-right: 45px
}

.available-list ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    margin-right: 45px
}

.available-list li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 18px;
    font-weight: 600;
    list-style: none;
    font-size: 15px;
    color: #000
}

.as-btn,
.price-card h6 {
    font-family: 'Poppins', sans-serif !important
}

.available-list li:before {
    top: 6px;
    content: "";
    position: absolute;
    left: -3px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 11px;
    height: 11px;
    line-height: 35px;
    text-align: center;
    border-radius: 99px;
    background: #000
}

.price-card .as-btn {
    color: #fff;
    background-color: #000;
    font-weight: 700;
    width: 70%;
    border-radius: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 39px
}

.price-card:hover,
.price-card:hover .available-list ul li {
    color: #000;
    transition: .3s ease-in-out
}

.as-btn {
    position: relative;
    z-index: 2;
    margin-right: 3px;
    overflow: hidden;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--switchable-theme-color);
    color: #fff;
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 20.5px 33px;
    border-radius: 5px
}

.heading,
.price-card h6 {
    font-weight: 700;
    text-align: center
}

.actions {
    border-top: 1px solid #eee;
    padding-top: 15px;
    text-align: left;
    margin-top: 15px;
    display: none
}

.act-box1 {
    padding-top: 0
}

.actions a span {
    font-size: 13px;
    float: left;
    color: #fff
}

.actions a span small {
    display: block;
    font-size: 12px;
    line-height: normal;
    color: #fffefe;
    font-weight: 700
}

.price-card:hover {
    opacity: 1;
    background: #50b9b6;
    background: linear-gradient(90deg, var(--switchable-theme-color) 0, #be6e89 100%);
    cursor: pointer
}

.price-card:hover .price-card_text,
.price-card:hover .price-card_title {
    color: #fff;
    transition: .3s ease-in-out
}

.price-card:hover .available-list li:before {
    color: #fff;
    transition: .3s ease-in-out;
    background: #000
}

.price-card h6 {
    color: #fff;
    font-size: 16px;
    height: 70px;
    margin: 0
}

section.space.background-image.packagebg {
    margin-bottom: 56px
}

.available-list:before {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 1;
    position: absolute;
    content: "";
    background: #fff;
    width: 99%;
    height: 24%;
    bottom: 20px;
    margin: auto;
    right: 0;
    left: 0
}

.available-list ul::-webkit-scrollbar {
    position: absolute;
    right: 20px;
    width: 7px;
    margin: 10px
}

.available-list ul::-webkit-scrollbar-track {
    -webkit-box-shadow: #000;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 140px
}

.available-list ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .5)
}

.available-list ul::-webkit-scrollbar-thumb:window-inactive {
    background: #171717;
    position: relative;
    z-index: 999999
}

#heading-1 {
    color: #000 !important;
    height: 66px !important
}

.heading {
    font-size: 38px;
    color: #4e4e4e;
    line-height: 1.2
}

.hm-sec-05 {
    background: url(../images/wc2-01.html) 0 0/cover no-repeat;
    padding: 55px 0
}

.hm-sec-06 {
    background-color: var(--switchable-theme-color);
    padding: 0 0 24px
}

.hm-sec-06 p,
a {
    font-weight: 500;
    color: #222
}

.quote-form {
    padding: 40px;
    box-shadow: 0 8px 30px rgb(4 6 66 / .08);
    border-radius: 5px;
    background-color: #fff
}

.form-control,
.form-select,
.quote-form select,
input,
textarea {
    height: 55px;
    font-family: 'Poppins', sans-serif;
    padding: 0 45px 0 25px;
    border: 1px solid #fff0;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.Customname,
.boxpress p {
    font-family: 'Poppins', sans-serif
}

.form-control:focus,
.form-select:focus,
.quote-form select:focus,
input:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ff9120;
    background-color: var(--smoke-color)
}

.details,
.press_release,
.pressheader {
    border-bottom: 1px solid #000
}

.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.quote-form select::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--body-color)
}

.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
.quote-form select::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--body-color)
}

.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.quote-form select:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--body-color)
}

.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
.quote-form select::-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: var(--body-color)
}

.form-control::placeholder,
.form-select::placeholder,
.quote-form select::placeholder,
input::placeholder,
textarea::placeholder {
    color: var(--body-color)
}

.quote-form .form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.quote-form textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    font-family: 'Poppins', sans-serif
}

.quote-form .form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

.quote-form .form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--body-color)
}

.quote-form .form-group>i.fa-envelope {
    padding-top: 1px
}

.quote-form .form-group>i.fa-chevron-down {
    width: 17px;
    background-color: var(--smoke-color)
}

.order-sec .sec-title {
    font-size: 52px;
    text-align: center;
    justify-content: center;
    margin: auto;
    padding-bottom: 20px
}

.sub-title2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    background-color: #3b4f5c;
    -webkit-background-clip: text
}

.Customname,
.press_release h2 {
    text-transform: capitalize;
    text-align: center
}

.order-sec {
    margin-top: 91px;
    margin-bottom: 80px
}

.title-area.mb-30.text-center {
    display: flex;
    text-align: center;
    flex-direction: column
}

p.mt-n2.mb-4.text-center {
    font-family: 'Poppins', sans-serif
}

.Customname {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 45px;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 1px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px
}

.press_release {
    padding: 40px 0;
    border-top: 2px solid #000
}

.press_release h2 {
    letter-spacing: 0;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 36px
}

.boxpress p,
.cntct_tel_btn a,
.heading__center h2,
a.moreless-button {
    text-transform: uppercase
}

span.newSpan {
    display: block;
    color: #000 !important
}

.boxpress {
    text-align: center;
    padding: 37px 15px 20px;
    transition: .5s;
    border-radius: 15px
}

.boxpress p {
    margin-top: 10px;
    font-size: 29px;
    line-height: 32px
}

.category h6,
.contentArea a h4,
.headertext h6,
.trustheader-right h5 {
    font-family: 'Poppins', sans-serif !important
}

.boxinner {
    display: flex;
    align-items: unset;
    justify-content: center;
    padding-left: 15%
}

.boxinner p {
    color: #000;
    font-size: 17px;
    width: 80%
}

.sectioncustom h5 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    background: var(--switchable-theme-color);
    color: #fff;
    padding: 20px 0;
    font-size: 32px
}

span.Recom {
    transform: rotate(5deg);
    z-index: 0;
    position: absolute;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    right: -58px;
    top: -9px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

span.Recom img {
    width: 58%
}

.my-custom-packages-tab .nav-link:hover {
    background: #fff;
    color: #000;
    transform: scale(1.1);
    transition: .5s
}

.details,
.newcontact:hover:before {
    background: var(--switchable-theme-color)
}

.boxpress figure {
    width: 64%;
    margin: auto;
    border-radius: 10px;
    padding: 26px 12px
}

.boxpress figure img {
    width: 78%
}

.pressheader {
    margin-bottom: 30px
}

.pressheader span {
    color: #000;
    font-size: 18px;
    display: none
}

.details {
    color: #151515;
    font-size: 16px;
    display: block;
    width: 40%;
    padding: 8px 10px;
    margin: 10px;
    border-radius: 25px;
    display: inline-flex;
    justify-content: cneter;
    align-items: center;
    justify-content: center
}

.bagde_logo,
.our__portfolio__sec .tab-pane {
    display: none
}

.boxpress:hover a {
    border-color: #fff;
    color: #fff
}

figure.new-1 img {
    filter: unset
}

.press_release .item {
    margin: 4px
}

.newcontact:hover {
    transition: 1s
}

.newcontact:hover:before {
    width: 91%;
    left: 16px;
    top: 4px;
    transition: 1s
}

.newcontact:after {
    transition: 1s;
    position: absolute;
    content: "";
    background: #010101;
    height: 100%;
    width: 0%;
    top: 0;
    right: 0;
    border-radius: 5px;
    z-index: -1
}

.newcontact:hover:after {
    width: 100%;
    transition: 1s
}

.ftr-links-1 h3 {
    height: 29px;
    margin-left: 31px
}

.bagde_logo ul {
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    gap: 28px;
    align-items: baseline;
    margin-bottom: 0;
    margin-top: 20px
}

button {
    background-color: #ddd;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: .5s
}

.bannerImages {
    background: var(--combinated-color);
    height: auto;
    width: 100%;
    padding: 50px 30px;
    margin-top: 59px
}

.sitejabber,
.trustbox {
    box-shadow: 0 0 4px 4px #00000045;
    height: 400px
}

.manuscript .contact-us-form-section label span {
    color: red
}

.bagde_logo {
    margin: auto;
    padding: 1px 2px;
    overflow: hidden
}

.d-flexFtr,
.daystext,
.first,
.flexitem,
.starpicture,
.trustheader,
.verfied {
    display: flex
}

.bagde_logo img {
    width: 100px
}

.trustheader {
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 15px;
    padding-bottom: 20px
}

.trusrheader-left h6 {
    font-weight: 700;
    border-radius: 5px;
    font-size: 24px;
    background: #ffdebf;
    color: #000;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center
}

.flexitem {
    width: 100%;
    gap: 20px;
    align-items: center
}

.trustbox {
    background: #fff;
    margin: 8px
}

.starpicture {
    margin-bottom: 23px;
    width: 100%;
    justify-content: start;
    align-items: center
}

.daystext {
    justify-content: right;
    float: right;
    width: 25%
}

.verfied {
    margin: 0;
    width: 75%;
    align-items: center
}

.starpicture figure {
    width: 25%;
    margin-bottom: 0;
    margin-right: 12px
}

.trustheader-right {
    margin-left: 11px
}

.verfied i {
    color: #494949
}

.d-flexFtr p,
.first p,
.verfied p {
    color: #7b7b7b
}

.truspadding {
    padding: 25px 30px
}

.contentArea a h4 {
    margin-bottom: 4px;
    background-color: #000;
    font-size: 18px;
    font-weight: 700
}

.contentArea p {
    font-size: 16px;
    line-height: 25px
}

.verfied p {
    font-size: 14px;
    margin-bottom: 0
}

.trustheader-right h5 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px
}

.contentArea span,
.d-flexFtr p,
.daystext p,
.flexitem p {
    font-size: 15px
}

.d-flexFtr {
    justify-content: space-between;
    border-top: 1px solid #c7c7c7;
    padding-top: 15px
}

.footertrust {
    align-items: center;
    display: inline-grid;
    width: 100%;
    margin-top: 19px
}

.first {
    gap: 17px
}

.areafix,
.sitejabberheader {
    align-items: center;
    gap: 15px;
    display: flex
}

.d-flexFtr p {
    margin-bottom: 0
}

.daystext p {
    margin-bottom: 0;
    color: #000
}

.flexitem p {
    color: #383737;
    margin: 0
}

.sitejabber {
    background: #fff;
    margin: 7px;
    padding: 15px 0
}

.sitejabberheader {
    padding: 2px 18px;
    border-bottom: 1px solid #c5c5c5
}

.sitejabberContent {
    padding: 22px 20px 0
}

.areafix ul {
    display: flex;
    margin-bottom: 0;
    gap: 3px
}

.areafix {
    margin: 17px 0
}

.areafix ul a {
    background: #000
}

.areafix ul span {
    color: #fff;
    background: #ee6922;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 49px;
    font-size: 10px;
    line-height: 38px
}

.areafix p {
    margin: 0;
    font-size: 13px;
    color: #948e8e
}

.sitejabberContent a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    display: flex
}

.sitejabberContent p {
    font-size: 15px;
    width: 97%;
    line-height: 22px
}

.sitejabberFooter {
    display: flex;
    padding: 5px 25px;
    justify-content: space-between
}

.sitejabberFooter ul {
    display: flex;
    align-items: center;
    background: #fff;
    margin-right: 26px;
    margin-bottom: 0;
    gap: 11px
}

.sitejabberFooter i {
    color: #aaa
}

.sitejabberFooter a {
    color: #999;
    font-size: 15px
}

.sitejabberheader img {
    width: 50px;
    height: 50px;
    border-radius: 5px
}

.sitejabberheader figure {
    display: flex
}

.headertext {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 12px
}

.category h6 {
    margin-bottom: 4px;
    color: #818181
}

.headertext h6,
.headertext p {
    margin-bottom: 0;
    color: #999;
    font-size: 14px
}

.headertext h6 {
    font-weight: 300
}

.buttonftr a {
    color: #19a6d1;
    border: 1px solid #19a6d1;
    padding: 10px;
    font-size: 15px;
    border-radius: 6px
}

.cntct_tel_btn a,
p.heading50 {
    font-size: 25px !important;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

.buttonftr a i {
    color: #2daed5;
    margin-right: 10px
}

p.TESTipara {
    height: 130px;
    overflow-y: scroll
}

.trstilogo img {
    width: 50%;
    object-fit: contain;
}

.trstilogo.mt-2 {
    padding-top: 5px
}

.trstilogo {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cntct_tel_btn a {
    transition: 1s;
    position: relative;
    color: #fff !important;
    padding: 10px 30px !important;
    background: var(--switchable-theme-color);
    border-radius: 5px;
    display: table;
    margin-top: 10px
}

.modal-content .contact-us-form-section {
    background-image: none
}

.thnku_msg {
    padding: 0 50px
}

.thnku_msg #checkmark {
    color: #FF6200;
    font-size: 140px
}

p.heading50 {
    margin: 11px 0 !important;
    line-height: normal
}

form.-leadForm {
    padding: 3px 30px
}

.modal-content.cn {
    background: #fff0;
    border: 0
}

.writingheading {
    color: #000;
    font-size: 24px;
    height: auto;
    font-family: 'Poppins', sans-serif
}

p.heading50 span {
    font-size: 45px;
    font-family: 'Poppins', sans-serif
}

p.heading--h3 span {
    font-weight: 700;
    color: #3d3800
}

.form-middle .heading--h3 {
    font-size: 20px !important;
    text-align: center;
    color: #000;
    font-family: 'Poppins', sans-serif;
    margin: 15px 0
}

.resource-txt-area.content-wrapper ul span {
    color: var(--switchable-theme-color);
    font-size: 25px;
    margin-bottom: 7px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700
}

.resource-txt-area.content-wrapper ul li {
    list-style: disc;
    margin-left: 18px;
    margin-bottom: 0
}

.resource-txt-area.content-wrapper ul li p {
    margin-bottom: 0;
    font-size: 17px;
    color: #000;
    font-weight: 700
}

.resource-txt-area.content-wrapper p a {
    border-bottom: 1px solid #005ff3;
    color: #005ff3;
    font-weight: 600
}

strong.StepHeading {
    color: var(--switchable-theme-color);
    margin: 0;
    font-size: 25px;
    font-style: italic
}

a.moreless-button {
    color: #000;
    font-size: 14px;
    font-weight: 700
}

.article p {
    margin-bottom: 5px
}

.our__portfolio__sec {
    padding: 70px 0;
    background: #eee
}

.heading__center h6 {
    color: #f69b1c;
    font-size: 24px;
    font-weight: 500
}

.heading__center h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-align: center
}

.Portfolio__Tb__LiSt ul li a {
    display: inline-block;
    font-size: 18px;
    color: #000 !important;
    padding: 16px 20px 12px 0;
    letter-spacing: -.56px;
    font-weight: 500;
    border-bottom: 2px solid #013266 !important;
    margin-bottom: 14px !important
}

.Portfolio__Tb__LiSt ul li a:hover {
    border-bottom: 2px solid #013266 !important;
    background: unset !important;
    border: none;
    cursor: pointer;
    font-weight: 500 !important
}

.Portfolio__Tb__LiSt ul li a.active {
    font-weight: 500 !important;
    color: #013266 !important;
    background: unset !important;
    cursor: pointer;
    border-radius: unset !important
}

.Portfolio__Tb__LiSt ul li {
    margin: 0;
    display: block;
    width: 100%
}

.Portfolio__Tb__LiSt ul {
    width: auto;
    border: 0
}

.Portfolio__Tb__LiSt .nav-tabs>li.active>a,
.Portfolio__Tb__LiSt .nav-tabs>li.active>a:focus,
.Portfolio__Tb__LiSt .nav-tabs>li.active>a:focus-visible,
.Portfolio__Tb__LiSt.nav-tabs>li.active>a:hover {
    border-bottom: 2px solid #53b5de !important;
    background: unset !important;
    border: none
}

.portfolio__img img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 14px rgb(0 0 0 / 17%);
    height: 400px;
    object-fit: cover
}

.portfolio__img {
    margin-bottom: 30px
}

.portfolio__sec__Main {
    margin-bottom: 40px;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 17px rgb(0 0 0 / 17%);
    transition: .5s ease-in-out
}

.portfolio__sec__Main:hover {
    transform: scale(1.1);
    transition: .5s ease-in-out
}

.Portfolio__Tb__LiSt {
    position: sticky;
    top: 20px
}

.heading__center {
    padding-bottom: 30px
}

.our__portfolio__sec .tab-pane.active {
    display: block !important
}

.our__portfolio__sec .tab-pane.fade.active {
    opacity: 1
}

@media (max-width:768px) {

    .our__portfolio__sec .col-sm-3,
    .our__portfolio__sec .col-sm-9 {
        max-width: 100%;
        flex: 100%
    }

    .Portfolio__Tb__LiSt ul li a {
        font-size: 15px;
        padding: 10px 14px;
        background: #013266 !important;
        color: #111;
        border-radius: 10px !important;
        border: 0 !important;
        margin-bottom: 0
    }

    .Portfolio__Tb__LiSt {
        position: unset;
        top: 0;
        text-align: center
    }

    .Portfolio__Tb__LiSt ul {
        width: auto;
        border: 0;
        justify-content: center;
        margin-bottom: 20px
    }

    .Portfolio__Tb__LiSt ul li {
        display: inline-block;
        width: auto;
        padding: 7px 9px;
        margin-bottom: 0 !important
    }

    .Portfolio__Tb__LiSt ul li a.active {
        background: #53b5de !important;
        font-weight: 500;
        color: #000 !important;
        border-radius: 8px !important
    }

    .our__portfolio__sec .pt-5 {
        padding: 15px 0 !important
    }
}

.Heading_new {
    font-size: 24px !important;
    color: #333 !important;
    line-height: 1.2 !important;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 8px
}

.ip-cta2-title-h4,
.ip-faq-title-h5,
.ip-resource-heading-h3 {
    font-weight: 400;
    font-size: 36px;
    font-family: '' 'Poppins'', sans-serif' !important
}

.ip-resource-heading-h3 {
    background-color: var(--switchable-theme-color);
    background-clip: text;
    color: #fff0;
    -webkit-background-clip: text;
    margin-bottom: 25px
}

.ip-cta2-title-h4 {
    color: #fff;
    margin-bottom: 15px;
    background: 0 0;
    background-clip: unset;
    display: block;
    transform-origin: unset;
    -webkit-text-fill-color: unset
}

.ip-faq-title-h5 {
    background-color: var(--switchable-theme-color);
    background-clip: text;
    color: #fff0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    margin-bottom: 20px
}

.cst-dark-color,
.cts_two h6 {
    color: #111 !important
}

.news-wrap h2 {
    font-family: '' 'Poppins'', sans-serif' !important;
    font-weight: 800;
    text-transform: capitalize;
    font-size: 40px
}

.banner .banner-inner .banner-left h1,
.cst-dark-color,
.gwservices_l.wow.fadeInRight h2,
.repeated-head h2,
section.press_release .container .row .col-lg-12 h2 {
    font-family: 'Poppins', sans-serif
}

.cst-font {
    font-family: '' 'Poppins'', sans-serif' !important
}

.form-group button:before {
    /*filter: invert(1) !important*/
}

.form-upper.top_banner_heading.d-flex div .Avail_heading,
span.Avail_heading_1 {
    font-weight: bolder
}

.cta-btns a:before {
    filter: invert(0)
}

.new-pubb-secc .mainwrppp img {
    width: 100%;
    height: 390px;
    object-fit: fill
}

.new-pubb-secc .mainwrppp a.btnwrpp {
    font-family: "Antic Slab", serif;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    background-color: var(--switchable-theme-color);
    text-decoration: none;
    padding: 8px 30px;
    border-radius: 5px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    transition: 1s
}

.new-pubb-secc .mainwrppp img.incc-imggg {
    width: 30px;
    height: 30px
}

.new-pubb-secc .mainwrppp h4 span {
    font-size: 20px;
    color: #111;
    font-weight: 700
}

.tabs-inner img {
    width: 92%;
    margin: auto auto 20px;
    border-radius: 20px;
    object-fit: cover
}

.videowrp {
    margin-top: 100px
}

.banner .banner-inner .banner-left p {
    font-family: 'Poppins', sans-serif !important
}

@media (max-width:475px) {
    a.newcontact.manuscript-btnn {
        width: 80%;
        margin: 20px auto auto;
        font-size: 15px !important
    }
}

ul.banner-list.d-flex.flex-wrap.aos-init.aos-animate {
    flex-direction: column !important
}

.banner-sec {
    height: fit-content !important
}

@media (max-width:460px) {
    .bannerImages {
        display: none !important
    }
}

.testiname {
    color: #fff !important;
    font-weight: bolder !important
}

