@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@font-face {
    font-family: boxicons;
    src: url(../fonts/boxicons/boxicons.ttf)
}

:root {
    --c1: linear-gradient(90deg, rgba(61, 65, 40, 1) 0%, rgba(99, 107, 47, 1) 100%);
    --c2: #D4DE95;
    --c3: #3D4128;
    --f1: 'Playfair';
    --f2: 'poppins';
     --f3: 'DM Serif Display';
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none;
    font-family: 'Roboto', sans-serif
}

body::-webkit-scrollbar {
    width: 7px
}

body::-webkit-scrollbar-track {
    background: #9dacb8
}

body::-webkit-scrollbar-thumb {
    background: var(--c2)
}

body::-webkit-scrollbar-thumb:hover {
    background: #445f73
}

::selection {
    background-color: var(--c3);
    color: #fff
}

a {
    display: inline-block;
    color: #000;
    transition: all 300ms ease-in-out
}

a:hover {
    color: #000
}

ul,
ol,
dl {
    margin-bottom: 0;
    padding: 0
}

p,
li,
a,
span,
input,
input::placeholder,
button {
    font-family: var(--f2)
}

.imgFluid {
    max-width: 100%;
    height: auto
}

button {
    cursor: pointer;
    transition: all 300ms ease-in-out;
    outline: 0
}

i.bx {
    font-family: boxicons;
    vertical-align: middle
}

.themebtn {
    padding: 10px 22px;
    color: var(--c3);
    background: var(--c2);
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 11;
    box-shadow: 0 0 0 1px var(--c1)
}

.themebtn:hover {
    background: var(--c2);
    color: #fff
}

.themebtn::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #fff0 0%, rgb(255 255 255 / 30%) 100%);
    transform: skewX(-25deg);
    animation: shine 2s linear infinite
}

.themebtn::after {
    position: absolute;
    content: '';
    width: 0;
    right: 0;
    height: 100%;
    background-color: var(--c3);
    top: 0;
    transition: 400ms ease;
    z-index: -1
}

.themebtn:hover::after {
    width: 100%;
    left: 0
}

.themebtn:hover span {
    animation: tada 1s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

a.footer_logo {
    width: 160px;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

a.footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: hue-rotate(45deg);
}

.footer_para p {
    color: #fff;
    margin: 0;
    font-family: var(--f2);
    font-weight: 400;
    display: flex;
    font-size: 15px;
    text-transform: capitalize
}

.footer_para {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.footer_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

a.themebttn i {
    font-size: 28px;
    transform: rotate(40deg)
}

@keyframes shine {
    100% {
        left: 125%
    }
}

footer.footer {
    padding: 50px 0 0;
    position: relative;
    background-image: url(../images/footer-back.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.top_footer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.left_column {
    display: flex;
    justify-content: space-around
}

.left_col_alt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px
}

ul.left {
    line-height: 32px
}

ul.left li {
    font-size: 13px;
    text-transform: capitalize;
    font-family: var(--f1);
    font-weight: 400
}

ul.left li a {
    color: #fff;
    position: relative;
    font-size: 11px
}

.right_col {
    width: 24%;
    border-right: 1px solid #fff
}

.right_column {
    display: flex;
    justify-content: flex-start;
    gap: 51px
}

.right_link {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 30px;
    gap: 80px
}

ul.right_cl {
    line-height: 30px;
    margin-bottom: 20px
}

.right_cl_alt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 41px
}

.mid_footer {
    padding: 20px 0 40px
}

.contact_vec {}

.right_contact a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FFF !important;
    font-size: 14px;
    gap: 8px;
    margin-bottom: 10px;
    transition: 700ms
}

.right_contact a i {
    font-size: 16px
}

.main_last_foot {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px
}

ul.icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px
}

ul.icons li {
    font-size: 38px
}

ul.icons li a {
    color: var(--c3);
    font-size: 29px
}

.last_foot_img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.last_foot_img a {
    width: 135px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden
}

.last_foot_img a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px
}

.last_foot_img a:hover {
    scale: 1.1;
    transition: 500ms
}

ul.left li a::before {
    position: absolute;
    content: "\ea55";
    color: var(--c1);
    font-size: 24px;
    font-family: boxicons !important;
    left: -26px
}

h4.foot_head {
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    font-family: var(--f1);
    font-weight: 500;
    position: relative;
    margin-bottom: 16px;
}

h4.foot_head::after {
    position: absolute;
    content: '';
    width: 50px;
    bottom: -5px;
    left: 0;
    height: 3px;
    background: var(--c1);
    transition: 700ms
}

h4.foot_head_alt {
    color: #FFF;
    text-transform: uppercase;
    font-size: 24px;
    font-family: var(--f1);
    font-weight: 500;
    position: relative;
    margin-bottom: 18px;
    margin-top: 0
}

h4.foot_head_alt::after {
    position: absolute;
    content: '';
    width: 50px;
    bottom: -5px;
    left: 0;
    height: 3px;
    background: var(--c1);
    transition: 700ms
}

ul.left li a:hover {
    transform: translateX(10px);
    color: var(--c1)
}

section.world_sources {
    background: var(--c1);
    padding: 40px 0
}

h3.logo_title {
    font-size: 30px;
    font-family: var(--f1);
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    text-align: center
}

.world_logo {
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 35px
}

.world_logo a {
    width: 150px;
    height: 50px;
    position: relative
}

section.contact_form {
    background-image: url(../images/form-back.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0
}

.contact_form_title h5 {
    font-size: 20px;
    font-family: var(--f1);
    font-weight: 700;
    color: #090F30;
    margin: 0
}

.contact_form_title h3 {
    font-family: var(--f1);
    font-weight: 700;
    font-size: 38px;
    color: #000;
    text-transform: capitalize
}

.contact_form_title p {
    font-size: 13px;
    font-family: var(--f2);
    font-weight: 500;
    color: #787878
}

.end_foot_div {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.end_footer {
    padding: 15px 0;
    margin-top: 8px
}

ul.end_img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px
}

.end_img li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 700ms
}

.mid_end p {
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-family: var(--f2);
    font-size: 14px
}

ul.end_text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px
}

ul.end_text li {
    font-family: var(--f1);
    font-size: 12px;
    font-weight: 400
}

ul.end_text li a {
    color: #fff
}

.right_contact a:hover {
    transform: scale(1.1);
    transition: 700ms;
    color: var(--c1)
}

.contact_form_detailed {
    background: var(--c1);
    border-radius: 12px;
    padding: 51px 30px;
    position: relative;
    box-shadow: 10px 12px 4px 0 var(--c2);
}

form.cont_form {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    background: #acd8db;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 -15px 2px 0
}

input.input_write {
    margin-bottom: 8px;
    padding: 12px 8px;
    border-radius: 6px;
    border: none;
    width: 350px;
    outline: none
}

input.input_blank {
    margin-bottom: 8px;
    border-radius: 6px;
    border: none;
    outline: none;
    padding: 10px 10px 85px
}

input.input_write::placeholder {
    font-size: 14px;
    text-transform: capitalize;
    font-family: var(--f1);
    font-weight: 400
}

form.cont_form button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
    font-family: 'circular';
    text-transform: capitalize;
    color: #fff;
    border: none;
    background: #212529;
    border-radius: 4px
}

.contact-detailed {
    background: var(--c2);
    padding: 36px 36px;
    border-radius: 14px;
    width: 76%;
    margin: 0 auto;
    box-shadow: 0 0 0 9px #fff;
    height: 380px;
    display: grid;
    place-items: center;
}

.contact-detailed h3 {
    color: var(--c3);
    font-family: var(--f1);
    font-weight: 600;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 12px
}

.contact-detailed h4 {
    color: var(--c3);
    text-transform: capitalize;
    font-size: 15px;
    font-family: var(--f2);
    margin-top: 20px;
    margin-bottom: 0
}

ul.form_links {
    line-height: 35px;
    margin-bottom: 5px
}

ul.form_links li {
    font-size: 15px;
    font-family: var(--f1);
    font-weight: 400
}

ul.form_links li a {
    color: var(--c3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px
}

ul.form_links li a i {
    font-size: 18px;
    transition: 700ms
}

.contact_form_detailed::before {
    width: 1px;
    height: 360px;
    position: absolute;
    content: '';
    background: #Fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.world_logo a::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    right: -19px
}

.world_logo a:nth-last-child(1)::before {
    display: none
}

section.waiting_start {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/wait-banner.webp);
    padding: 90px 0
}

.waiting_cont h3 {
    font-family: var(--f1);
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.waiting_cont p {
    font-family: var(--f1);
    font-size: 18px;
    font-weight: 400;
    color: #000000e0
}

.main_card {
    background: var(--c1);
    padding: 20px;
    border-radius: 18px;
    height: 225px;
    width: 105%;
    transition: 700ms
}

.main_card span {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 45px;
    font-family: var(--f1);
    font-weight: 600;
    color: #fff
}

.main_card h4 {
    font-size: 22px;
    width: 100%;
    font-family: var(--f1);
    font-weight: 600;
    color: #fff
}

.main_card p {
    font-family: var(--f1);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    height: 68px;
    overflow-y: scroll
}

.main_card_alt {
    background: #212529;
    padding: 20px;
    border-radius: 18px;
    height: 275px;
    width: 105%
}

.main_card_alt span {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 45px;
    font-family: var(--f1);
    font-weight: 600;
    color: #fff
}

.main_card_alt h4 {
    font-size: 28px;
    width: 62%;
    font-family: var(--f1);
    font-weight: 600;
    color: #fff
}

.main_card_alt p {
    font-family: var(--f1);
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

section.smooth_working {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/card-banner.webp);
    padding: 60px 0
}

.section_title {
    margin-bottom: 38px
}

.section_title_alt h3 {
    font-family: var(--f1);
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff
}

.section_title_alt h4 {
    font-family: var(--f1);
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff
}

.section_title_alt p {
    font-size: 17px;
    font-weight: 400;
    color: #Fff;
    margin: 0
}

.section_title_alt {
    margin-bottom: 38px
}

.section_title_alter h3 {
    font-family: var(--f1);
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 700
}

.section_title_alter h4 {
    font-family: var(--f2);
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize
}

.section_title_alter p {
    font-family: var(--f2);
    font-size: 15px;
    font-weight: 500;
    margin: 0
}

.section_title_alter {
    margin-bottom: 28px
}

section.hire_us {
    padding: 50px 0 40px
}

::-webkit-scrollbar {
    width: 4px
}

.publish_card p::-webkit-scrollbar {
    width: 2px
}

.cosider_cont_para::-webkit-scrollbar {
    width: 4px
}

ul.hire_content::-webkit-scrollbar-track {
    background: #9dacb8
}

ul.hire_content::-webkit-scrollbar-thumb {
    background: var(--c2)
}

ul.hire_content::-webkit-scrollbar-thumb:hover {
    background: #445f73
}

ul.hire_content li {
    padding: 5px 8px;
    margin-bottom: 12px;
    border-left: 2px solid var(--c2)
}

.cosider_cont_para::-webkit-scrollbar-track {
    background: #9dacb8
}

.cosider_cont_para::-webkit-scrollbar-thumb {
    background: var(--c2)
}

.cosider_cont_para::-webkit-scrollbar-thumb:hover {
    background: #445f73
}

.publish_card p::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: 0 0 0 1px #dfdfdf;
    border-radius: 50px
}

.publish_card p::-webkit-scrollbar-thumb {
    background: var(--c1)
}

.publish_card p::-webkit-scrollbar-thumb:hover {
    background: var(--c2)
}

ul.hire_content li {
    padding: 5px 8px;
    margin-bottom: 12px;
    border-left: 2px solid var(--c1);
    box-shadow: inset 0 0 20px 0 var(--c1)
}

ul.hire_content {
    height: 482px;
    overflow-y: scroll;
    width: 88%
}

ul.hire_content li h5 {
    font-size: 18px;
    font-family: var(--f1);
    font-weight: 600;
    text-transform: capitalize
}

ul.hire_content li p {
    font-family: var(--f1);
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

a.hire_book_serv {
    width: 100%;
    height: 475px
}

a.hire_book_serv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 700ms
}

section.our_masterpiece {
    background-image: url(../images/masterpiece-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.faq_img {
    width: 90%;
    height: 670px;
    overflow: hidden;
    position: sticky;
    top: 60px;
    margin: 0 auto;
    box-shadow: 0 0 9px 0 #c5c5c5;
    border-radius: 10px
}

.faq_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 700ms
}

.faq_cont h5 {
    color: var(--c3);
    text-transform: uppercase;
    font-size: 20px;
    font-family: var(--f1);
    font-weight: 600
}

.faq_cont h3 {
    font-family: var(--f1);
    font-size: 32px;
    font-weight: 700;
    color: var(--c3);
}

.faq_cont p {
    font-size: 13px;
    font-family: var(--f2);
    font-weight: 500;
    color: #8a8a8a
}

.collapsed {
    background: var(--c1);
    margin-bottom: 12px;
    color: #fff;
    font-family: var(--f2) !important;
    font-weight: 400;
    font-size: 16px;
    border-radius: 9px !important
}

.accordion-item {
    border: none
}

.accordion-button:not(.collapsed) {
    background: var(--c1);
    color: #fff;
    font-family: var(--f2);
    border-radius: 9px !important
}

.accordion-body {
    font-size: 15px;
    font-family: var(--f1);
    font-weight: 500;
    color: #454545cc;
    padding: 10px 6px
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -35px
}

ul.slick-dots li button {
    font-size: 58px;
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 99%;
    transition: 700ms;
    font-size: 0
}

ul.slick-dots li button:hover {
    transform: scale(1.1);
    background: #05585c;
    transition: 700ms
}

.faq {
    padding: 60px 0
}

.port_img {
    width: 100%;
    height: 400px;
    overflow: hidden
}

.port_img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

ul.port-tabs.d-flex {
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 35px;
    border: none
}

ul.port-tabs.d-flex li {
    font-size: 15px;
    font-family: var(--f1);
    font-weight: 600;
    text-align: center;
    border: 2px solid var(--c1);
    border-radius: 10px;
    width: 100px;
    transition: 700ms;
    display: flex;
    justify-content: center;
    align-items: center
}

li.current {
    background: var(--c1);
    color: #fff
}

ul.port-tabs.d-flex li img {
    width: 46px;
    height: 46px;
    object-fit: contain
}

section.incredible_book {
    padding: 50px 0;
    background: #edededcc
}

.port_cont h3 {
    font-size: 30px;
    font-family: var(--f1);
    font-weight: 600
}

.port_cont p {
    font-size: 15px;
    font-family: var(--f1);
    font-weight: 400;
    margin: 15px 0
}

.port_cont {
    width: 91%
}

.seller_cont h3 {
    font-size: 41px;
    font-family: var(--f1);
    font-weight: 700;
    text-transform: capitalize;
    color: #fff
}

.seller_cont p {
    font-weight: 400;
    font-size: 15px;
    color: #fff
}

.seller_cont h6 {
    font-family: var(--f1);
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px
}

section.best_seller.alt {
    background: #3d41286b;
    padding: 10px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 49vh
}

.seller_image.alt {
    width: 100%;
    height: 295px;
    transform: scale(1.4) translateY(-50px)
}

.seller_image.alt img {
    width: 75%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    margin: 0 auto;
    right: 0
}

.seller_cont.alt h3 {
    font-size: 32px;
    font-family: var(--f1);
    font-weight: 700;
    text-transform: capitalize;
    color: #ffff;
}

.seller_cont.alt p {
    font-family: var(--f1);
    font-weight: 400;
    font-size: 15px;
    color: #ffff;
}

.seller_cont.alt h6 {
    font-family: var(--f1);
    font-weight: 600;
    font-size: 15px;
    margin-top: 2px;
    color: #fff
}

.pub_serv_img {
    width: 100%;
    height: 450px;
    overflow: hidden
}

.pub_serv_img img {
    width: 100%
}

.pub_serv_img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.publish_serv h3 {
    font-family: var(--f2);
    font-weight: 600;
    color: var(--c3);
}

.publish_serv p {
    font-size: 14px;
    color: var(--c3);
}

.publish_card {
    border-radius: 12px;
    padding: 17px 23px;
    margin-bottom: 22px !important;
    transition: 700ms;
    width: 95%;
    height: 270px;
    margin: 0 auto;
    box-shadow: 3px 3px 15px 5px gainsboro;
    position: relative;
    overflow: hidden;
    background: #fff
}

.publish_card span img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-bottom: 12px;
    filter: brightness(0)
}

.publish_card h3 {
    font-size: 19px;
    font-family: var(--f1);
    font-weight: 600;
    margin-bottom: 10px
}

.publish_card p {
    font-family: var(--f2);
    font-weight: 400;
    font-size: 14px;
    height: 100px;
    margin: 0;
    overflow-y: scroll
}

section.publishing_services {
    padding: 85px 0;
    background: #00091708
}

h3.award-text {
    font-family: var(--f1);
    font-weight: 700;
    font-size: 34px;
    margin: 0;
    color: #fff
}

.award-text.alt {
    font-family: var(--f1);
    font-weight: 700;
    font-size: 34px;
    margin: 0;
    color: #fff
}

.award_imgs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 650px;
    height: 88px
}

.award_imgs img {
    transition: 700ms;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.award_winnig {
    padding: 35px 0;
    background: var(--c1)
}

.award_winnig.alt {
    padding: 35px 0;
    background: var(--c1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.service_card {
    text-align: start;
    border-radius: 30px 0;
    padding: 21px 26px;
    height: 280px;
    width: 96%;
    box-shadow: 0 0 5px 0 #8080809e;
    position: relative;
    background: #ffF;
    margin: 0 0 40px
}

.service_img {
    width: 50px;
    height: 50px;
    overflow: hidden
}

.service_img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.service_cont h3 {
    font-family: var(--f1);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 12px
}

.service_cont p {
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    height: 100px !important;
    overflow: auto
}

.service_cont {
    margin-top: 12px
}

section.our_services {
    padding: 60px 0 45px
}

.consider_img.alt {
    width: 90%;
    height: 500px;
    margin: 0 auto;
    position: relative
}

.consider_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 999;
    border-radius: 100px 0 100px 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.consider_img {
    width: 91%;
    height: 500px;
    margin: 0 auto;
    position: relative
}

.consider_img.alt img {
    width: 83%;
    height: 100%;
    object-fit: cover;
    z-index: 999;
    margin: 0 auto
}

.consider_cont h3 {
    font-size: 34px;
    font-family: var(--f1);
    font-weight: 700;
    text-transform: capitalize;
    color: var(--c3);
    margin-bottom: 13px
}

.consider_cont {
    width: 95%;
    margin-left: auto
}

.consider_cont p {
    font-size: 15px;
    color: #000;
    padding-right: 10px
}

.consider_sec {
    padding: 90px 0;
    background: #d4de9557;
}

.banner_cont h3 {
    font-family: var(--f1);
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    line-height: 1.3
}

.home_banner {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 103vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 14rem
}

.banner_cont p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin: 11px 0
}

ul.banner_img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px
}

ul.banner_img li a {
    width: 105px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center
}

ul.banner_img li a img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

form.contact_form {
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 45px 22px;
    border-radius: 15px;
    width: 90%;
    box-shadow: 0 0 0 8px var(--c1)
}

form h3 {
    font-size: 28px;
    font-weight: 700;
    font-family: var(--f2)
}

.contact_form input,
textarea {
    margin-bottom: 15px;
    padding: 9px 16px;
    border-radius: 6px;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
}

input.blank {
    margin-bottom: 10px;
    padding: 10px 10px 85px;
    border-radius: 8px;
    outline: none;
    border: none
}

form button {
    margin-bottom: 10px;
    padding: 13px 5px;
    border-radius: 8px;
    width: 34%;
    border: none;
    background: var(--c1);
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    font-family: var(--f2);
    font-weight: 500
}

input.Phone.Number::placeholder {
    font-size: 15px;
    text-transform: capitalize;
    font-family: var(--f1);
    font-weight: 400;
    color: #0009
}

input.Email::placeholder {
    font-size: 15px;
    text-transform: capitalize;
    font-family: var(--f1);
    font-weight: 400;
    color: #0009
}

input.name::placeholder {
    font-size: 15px;
    text-transform: capitalize;
    font-family: var(--f1);
    font-weight: 400;
    color: #0009
}

section.home_banner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1
}

.top_head {
    display: flex;
    justify-content: space-between
}

.top_links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px
}

.top_links a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    font-family: var(--f1);
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.top_links a i {
    font-size: 20px
}

ul.top_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

ul.top_icons li {
    font-size: 18px
}

ul.top_icons li a {
    color: #fff
}

.top_header {
    background: #212529;
    padding: 4px 0
}

.main_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0
}

ul.main_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    padding: 13px 50px;
    background: var(--c3);
    border-radius: 50px;
    /* width: max-content; */
    margin: 0 auto;
    position: relative;
    bottom: -22px
}

ul.main_menu li {
    font-family: var(--f1);
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
    position: relative
}

ul.main_menu li a {
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    width: max-content
}

ul.main_menu li a i {
    font-size: 8px;
    font-weight: 700;
    transition: 700ms;
    margin-left: 4px
}

.main_header {
    padding: 2px 0
}

a.header_logo {
    width: 225px;
    overflow: hidden
}

a.header_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: hue-rotate(45deg);
}

ul.main_menu li a:hover {
    color: #fff;
    transition: 500ms
}

ul.main_menu li:hover i {
    transform: rotate(180deg);
    transition: 700ms;
    color: #fff
}

.input-box-mid-form input {
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    background-color: #fff;
    width: 240px;
    height: 50px;
    border-radius: 30px;
    padding: 0 10px 0 40px
}

.display_form {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 140px;
    background: var(--c1);
    border-radius: 0
}

.display_form input {
    width: 100%;
    outline: none;
    font-size: 15px;
    background: #fff0;
    border: none;
    height: 45px;
    color: #a5a5a5
}

.display_form input::placeholder {
    font-family: var(--f1);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    color: #000000a6
}

.display_form button {
    width: 100%;
    background: var(--c2);
    border-radius: 50px;
    margin: 0;
    height: 45px
}

ul.client-logo-list.slick-initialized.slick-slider {
    padding: 22px 0;
    display: none;
}

.social_platform {
    background: var(--c1);
    padding: 75px 0;
    position: relative
}

.platform_title h5 {
    color: var(--c2);
    font-family: var(--f1);
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0
}

.platform_title h3 {
    color: #fff;
    font-family: var(--f1);
    font-size: 44px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 8px 0
}

.platform_title p {
    font-size: 15px;
    color: #fff;
    margin: 0
}

.main_platform {
    text-align: center;
    border: 1px solid #fff;
    width: 100%;
    padding: 55px 26px;
    border-radius: 75px 75px 1px 75px;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 300px
}

.main_platform a {
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin: 0 auto;
    padding: 6px
}

.main_platform a img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.main_platform h3 {
    font-family: var(--f2);
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    margin: 8px 0 31px
}

.main_platform p {
    height: 62px;
    overflow: hidden;
    overflow-y: scroll;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--f2);
    color: #fff;
    margin: 0
}

.main_platform:hover {
    background: var(--c2);
    transition: 700ms
}

.main_platform:hover h3 {
    color: #fff
}

.main_platform:hover p {
    color: #fff
}

.portfolio-sec {
    background: var(--c1);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    background-position: center;
    position: relative;
    padding: 130px 0;
    overflow: hidden
}

.portfolio-sec-head h3 {
    font-size: 45px;
    font-family: var(--f1);
    font-weight: 700;
    color: #fff
}

.portfolio-sec-head p {
    color: #fff;
    font-family: var(--f2);
    font-size: 19px;
    margin: 13px 0;
    font-weight: 400
}

ul.portfolio-sec-tab li {
    font-family: var(--f2);
    font-size: 20px;
    font-weight: 500;
    transition: 1s;
    color: #fff;
    position: relative;
    margin-bottom: 17px;
    cursor: pointer
}

.folio-inner-img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.folio-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.port_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 48%;
    height: 176%;
    display: none
}

.port_img.active {
    display: block
}

section.testimonial {
    background: var(--c1);
    padding: 70px 0
}

.testi_cont h3 {
    color: #fff;
    font-family: var(--f1);
    font-weight: 600;
    font-size: 41px;
    text-transform: capitalize;
    width: 90%;
    margin: 0
}

.testi_cont p {
    color: #fff;
    font-family: var(--f2);
    font-size: 15px;
    width: 86%;
    overflow: hidden;
    overflow-y: scroll;
    font-weight: 400;
    margin: 12px 0;
    line-height: 1.6
}

ul.testi_star {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin: 12px 0
}

ul.testi_star li a {
    color: #fece14;
    font-size: 18px
}

.about_client {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px
}

.about_client_alt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    margin: 10px 0
}

.client_img {
    width: 60px;
    height: 60px;
    overflow: hidden
}

.client_img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.client_name h3 {
    font-family: var(--f1);
    font-size: 21px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    color: #FFF
}

.client_name h4 {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    font-family: var(--f2);
    text-transform: capitalize;
    margin: 0
}

.testi_items {
    background: #fff;
    padding: 40px 52px;
    border-radius: 12px;
    box-shadow: 0 0 15px 1px #4444
}

.client_name_alt h3 {
    font-family: var(--f1);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    color: var(--c3);
}

.client_name_alt h4 {
    font-family: var(--f1);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    color: #000
}

.testi_items span img {
    width: 40px;
    position: relative;
    bottom: -10px;
    right: 20px;
    filter: hue-rotate(257deg);
}

.testi_items p {
    font-family: var(--f2);
    font-size: 15px;
    font-weight: 400;
    height: 130px;
    margin: 0;
    line-height: 1.7;
    overflow-y: scroll;
    color: var(--c3);
}

ul.slick-dots li {
    width: auto;
    height: auto
}

ul.slick-dots li button::before {
    display: none
}

.testi_slider .slick-dots {
    bottom: 42px;
    justify-content: end;
    padding-right: 50px
}

.testi_slider .slick-dots li button {
    background: var(--c1);
    width: 22px;
    border-radius: 50px;
    height: 0
}

.testi_slider .slick-active button {
    width: 45px !important;
    background: var(--c1) !important
}

.accordion-button:focus {
    border: none;
    box-shadow: none
}

.accordion-button::after {
    display: none
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\eb8b"
}

.inc_img {
    width: 88%;
    height: auto;
    margin: 0 auto
}

.inc_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px 25px 100px 25px
}

form.cont_form button::before {
    display: none
}

.hire_book_serv img:hover {
    animation: bounce 900ms
}

.award_imgs img:hover {
    transform: scale(.9);
    transition: 700ms
}

.service_card::before {
    width: 62px;
    height: 62px;
    position: absolute;
    content: '';
    background: var(--c1);
    border-radius: 34px 0 0 0PX;
    top: -5px;
    left: -5px;
    z-index: -1;
    transition: 700ms
}

.service_card::after {
    width: 62px;
    height: 62px;
    position: absolute;
    content: '';
    background: var(--c1);
    bottom: -5px;
    right: -5px;
    border-radius: 0 0 34px 0;
    z-index: -1;
    transition: 700ms
}

form.cont_form button:hover {
    background: var(--c1)
}

.publish_card:hover {
    background: var(--c2);
    transition: 700ms
}

.publish_card:hover h3 {
    color: var(--c3);
}

.publish_card:hover p {
    color: var(--c3);
}

ul.icons li a:hover {
    transform: scale(1.2) translateY(-6px);
    color: var(--c3);
}

.banner_image {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -2
}

.banner_image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.service_card:hover::before {
    background: #a0afbb
}

.service_card:hover::after {
    background: #a0afbb
}

.service_card:hover p {
    color: var(--c3);
    overflow-y: scroll
}

.service_card:hover h3 {
    color: var(--c3);
}

ul.port-tabs.d-flex li:hover {
    transform: scale(1.1);
    transition: 500ms;
    background: var(--c1)
}

ul.port-tabs.d-flex li:hover button {
    /* filter: invert(1); */
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff0
}

ul.form_links li a i:hover {
    color: var(--c2);
    transition: 700ms
}

.end_img li a:hover {
    transform: scale(1.2);
    transition: 700ms
}

.connect_div {
    margin-right: 15px
}

ul.banner_links {
    line-height: 32px;
    margin-bottom: 20px
}

ul.banner_links li {
    font-size: 16px;
    font-family: var(--f1);
    font-weight: 400
}

ul.banner_links li a {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px
}

ul.banner_links li a i {
    color: #212529;
    font-size: 28px
}

ul.banner_links li a i:hover {
    color: #fff;
    transition: 700ms
}

.contact_form textarea {
    height: 100px
}

ul.slick-dots li {
    width: auto;
    height: auto
}

ul.slick-dots li button::before {
    display: none
}

.service_slider .slick-dots {
    justify-content: center;
    bottom: 0
}

.service_slider .slick-dots li button {
    background: var(--c1);
    width: 12px;
    border-radius: 35px;
    height: 0
}

.service_slider .slick-active button {
    width: 45px !important;
    background: var(--c1) !important
}

ul.port-tabs.d-flex li button {
    background: #fff0;
    border: none;
    box-shadow: none;
    outline: 0;
    color: #000;
    border: 1px solid var(--c3);
}

.testi_items {
    margin: 0 -10px;
    position: relative;
    transition: 1s;
    filter: blur(2px)
}

.testi_slider .slick-list.draggable {
    padding: 10px 140px !important
}

.contact_form_detailed .contact_form h3 {
    display: none
}

.dp-wrap {
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
    height: 100%;
    text-align: -webkit-center
}

.dp-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d
}

.dp-slider div {
    transform-style: preserve-3d
}

.dp_item {
    display: block;
    position: absolute;
    text-align: center;
    transition: transform 1.2s;
    width: 80%;
    height: 332px;
    filter: blur(2px)
}

#dp-slider .dp_item:first-child {
    z-index: 10 !important;
    transform: rotateY(0deg) translateX(0) !important;
    filter: none
}

.dp_item[data-position="2"] {
    z-index: 9;
    transform: rotateY(0deg) translateX(16%) scale(.9)
}

.dp_item[data-position="3"] {
    z-index: 8;
    transform: rotateY(0deg) translateX(30%) scale(.8)
}

.dp_item[data-position="4"] {
    z-index: 7;
    transform: rotateY(0deg) translateX(13%) scale(.7)
}

#dp-next,
#dp-prev {
    position: absolute;
    top: 50%;
    right: -1%;
    height: 50px;
    width: 50px;
    z-index: 10;
    cursor: pointer;
    border-radius: 50px
}

#dp-prev {
    left: -6%
}

.dp-slider,
.dp-img img {
    height: 330px;
    overflow: hidden;
    width: 78%
}

#dp-slider .dp_item:hover:not(:first-child) {
    cursor: pointer
}

.site-btn {
    color: #fff;
    font-size: 18px;
    font-family: "Circular Std Medium";
    background: #FA8282;
    padding: 14px 43px;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    top: -12px;
    text-decoration: none
}

.banner_item {
    width: 100%;
    height: 100%
}

.banner_item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner_slider_btn .slick-arrow button {
    width: 50px;
    height: 50px;
    outline: 0;
    border: none;
    border-radius: 100%;
    font-size: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 500ms ease-in-out
}

.banner_slider_btn {
    display: none
}

.banner_main {
    position: relative
}

.banner_slider_btn .slick-arrow button:hover {
    background: var(--c1);
    opacity: 1
}

.banner_slider_btn .slick-arrow button:hover img {
    filter: brightness(100)
}

span#dp-next {
    transform: rotate(180deg)
}

.banner_cont_slider .slick-list.draggable {
    padding: 0 !important
}

.dp_item[data-position="2"] .testi_items {
    background: #ffffff8a;
    filter: blur(10px)
}

.dp_item[data-position="3"] .testi_items {
    background: #ffffff52;
    filter: blur(12px)
}

.banner_cont h3 span {
    color: var(--c2);
    font-size: 41px;
    text-transform: uppercase;
    padding-right: 12px;
    border-top-right-radius: 30px;
    font-family: var(--f1);
    font-weight: 400;
    display: block
}

.main_card.alt {
    background: var(--c2)
}

.ghostwriting_img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.ghostwriting_img {
    width: 100%;
    height: auto;
    overflow: hidden
}

.service_slider .slick-list.draggable {
    padding: 15px 0
}

.consider_img::before {
    position: absolute;
    content: '';
    width: 140px;
    height: 140px;
    background: var(--c1);
    border-radius: 30px 1px 30px 1px;
    right: -24px;
    top: -24px;
    z-index: 99
}

.consider_img::after {
    position: absolute;
    content: '';
    width: 140px;
    height: 140px;
    background: var(--c1);
    bottom: -24px;
    left: -24px;
    z-index: 99;
    border-radius: 30px 0 30px 1px
}

.service_card span {
    position: absolute;
    bottom: -18px;
    background: var(--c1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    font-family: var(--f2);
    font-size: 16px;
    font-weight: 500
}

section.best_seller::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url(../images/feather.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 125px;
    bottom: -60px
}

section.best_seller.alt::before {
    display: none
}

section.write_market {
    background: #d0d7dd;
    width: 100%;
    margin-top: 60px
}

.write_market_img img {
    position: absolute;
    width: 120%;
    height: 148%;
    right: -225px;
    object-fit: contain;
    top: -85px
}

.write_market_img {
    position: relative;
    width: 100%;
    height: 300px
}

.write_market_img::before {
    position: absolute;
    content: '';
    width: 530px;
    height: 300px;
    background: var(--c1);
    right: -137px;
    top: 0;
    border-radius: 250px
}

.success_cont h3 {
    font-size: 40px;
    font-family: var(--f1);
    font-weight: 700;
    text-transform: capitalize;
    color: #000
}

.success_cont p {
    font-family: var(--f2);
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: 13px 0
}

.service_card:hover {
    background: var(--c2)
}

.service_card:hover span {
    background: #fff;
    color: var(--c1);
    box-shadow: 0 0 1px 1px var(--c2)
}

.consider_cont h4 {
    color: var(--c1);
    font-family: var(--f1);
    font-weight: 700;
    font-size: 22px
}

.about_links {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 !important
}

.about_links li {
    width: 50%;
    margin: 6px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-family: var(--f2);
    font-weight: 400;
    font-size: 18px;
    color: #000
}

.about_links li img {
    width: 25px;
    height: 25px;
    object-fit: contain
}



.service_head {
    font-family: var(--f1);
    font-weight: 700;
    margin: 0;
    font-size: 40px
}

p.service_para {
    font-family: var(--f2);
    font-weight: 400;
    font-size: 14px;
    margin: 0
}

.service_title {
    margin-bottom: 38px
}

.consider_sec_alt {
    padding: 75px 0;
    background: #f4f0e0
}

.section_title h3 {
    font-family: var(--f1);
    font-weight: 700;
    margin: 0;
    font-size: 40px
}

.section_title p {
    font-family: var(--f2);
    font-weight: 400;
    font-size: 15px;
    margin: 0
}

.contact_form_title {
    margin-bottom: 30px
}

.main_platform.alt {
    border-radius: 75px 1px 75px 75px
}

.seller_image {
    width: 90%;
    height: 425px;
    position: relative;
    z-index: 99;
    transform: scale(1.1);
    bottom: -60px
}

.seller_image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.seller_cont {
    position: relative;
    z-index: 99
}

.about_links li i {
    color: var(--c1);
    font-size: 36px
}

ul.dropdown_menu {
    background: var(--c1);
    position: absolute;
    z-index: 99999;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
    border-radius: 20px
}

ul.dropdown_menu li a {
    border-bottom: 1px solid #ffffff78 !important;
    font-family: var(--f2);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 13px 13px;
    width: 100%;
    color: #ffff !important;
    display: flex;
    gap: 7px;
    justify-content: space-between
}

.dropdown-submenu>.dropdown_menu,
li.dropdown-submenu ul.dropdown_menu ul.dropdown_menu {
    top: 0;
    left: 100%;
    margin-top: 0
}

.dropdown_menu {
    padding: 0;
    margin: 0
}

.dropdown_menu {
    top: 150%;
    left: 0;
    padding: 0;
    margin: auto;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none
}

li:hover>ul.dropdown_menu {
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 9%);
    min-width: 12rem;
    visibility: visible;
    opacity: 1
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: var(--c1);
    font-weight: 500
}

.banner_cont ul li {
    font-size: 15px;
    color: #fff;
    font-family: var(--f1);
    margin-bottom: 7px;
    list-style-type: disc
}

.banner_cont ul {
    margin: 14px 0;
    padding-left: 20px
}

.banner_img li {
    list-style-type: none !important
}

.banner_img {
    padding: 0 !important
}

.consider_cont ul li {
    list-style-type: disc;
    margin-bottom: 14px
}

.consider_cont ul {
    padding-left: 20px
}

ul.about_links.alt li {
    font-weight: 400;
    font-family: var(--f2);
    position: relative;
    font-size: 15px
}

ul.about_links.alt li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    top: 50%;
    left: -15px;
    border-radius: 50px;
    transform: translateY(-50%);
    z-index: 1
}

ul.about_links.alt li::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: var(--c1);
    top: 50%;
    left: -19px;
    border-radius: 50px;
    transform: translateY(-50%);
    box-shadow: 0 0 4px 0 var(--c1)
}

.display_form input::placeholder {
    font-size: 15px;
    font-family: var(--f1);
    color: #979797
}

.display_form_fields {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 0 12px
}

.display_form_fields i {
    font-size: 16px;
    color: var(--c1);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.display_form button::after {
    background: var(--c1)
}

.display_form button:hover {
    box-shadow: 0 0 0 1px var(--c2);
    background: #fff0
}

.banner_btn {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 16px 0
}

.white_btn {
    background: #fff;
    box-shadow: 0 0 0 1px #fff;
    color: #000
}

.platform_title {
    margin-bottom: 40px
}

.publish_card::before {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    top: -40px;
    right: -40px;
    background: var(--c1);
    border-radius: 100%
}

.seller__btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

.market_btn {
    display: flex;
    align-items: center;
    gap: 12px
}

.testi_items span {
    position: absolute;
    bottom: 20%;
    right: 10%
}

.contact_form input::placeholder,
textarea::placeholder {
    font-size: 14px
}

.portfolio-sec-tab li.active {
    transform: translateX(34px)
}

.portfolio-sec-tab li::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -58px;
    background: var(--c2);
    width: 50px;
    height: 4px;
    transform: translateY(-50%);
    border-radius: 50px;
    transition: 1s;
    opacity: 0;
    visibility: hidden
}

.portfolio-sec-tab li.active::before {
    opacity: 1;
    visibility: visible
}

.portfolio-sec::before {
    position: absolute;
    content: 'portfolio';
    bottom: -70px;
    color: rgb(19 44 35 / 9%);
    font-size: 167px;
    font-weight: 500;
    font-family: var(--f2);
    text-transform: uppercase;
    left: 60px
}

.header_bttn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 30%
}

.about_links.alt {
    padding-left: 22px !important
}

.banner_cont.alt h3 {
    font-size: 38px
}

.banner_cont.alt h3 span {
    font-size: 33px
}

.consider_cont.alt {
    width: 85%;
    margin: 60px auto 0
}

.book_items img {
    width: 100%
}

.banner_form {
    padding: 40px 30px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-bottom: 6px solid var(--c1);
    width: 57%;
    margin: 0 auto;
    border-radius: 23px;
    animation: movement 7s linear infinite;
    margin-bottom: -23px
}

.form_fields {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding: 3px 14px;
    border: none;
    box-shadow: 0 0 0 1px #cfcfcf;
    border-radius: 0;
    outline: 0;
    font-size: 13px;
    background: #fff0
}

textarea.form_fields {
    height: 90px
}

.banner_form h3 {
    font-size: 25px;
    color: #202020;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 17px;
    position: relative;
    font-family: var(--f1);
    font-weight: 600
}

.banner_form::before {
    position: absolute;
    content: '';
    width: 270px;
    height: 20px;
    background: var(--c1);
    top: 0;
    right: 0;
    transition: 500ms;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%)
}

.banner_form::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 17px;
    background: #3d412880;
    top: 0;
    right: 0;
    transition: 500ms;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%)
}

.form_fields::placeholder {
    text-transform: capitalize;
    font-weight: 400
}

@keyframes movement {

    0%,
    100% {
        transform: translateY(0%)
    }

    50% {
        transform: translateY(-20px)
    }
}

.service_items {
    margin: 10px 10px
}

.seller_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 111;
    border-bottom: 3px solid #ffffff69
}

.header_right {
    display: flex;
    align-items: center;
    gap: 40px
}

.header_right li span {
    display: block;
    font-size: 13px;
    color: var(--c2);
}

.header_right li a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    color: #fff;
}

.header_right li a i {
    font-size: 21px;
    color: var(--c2);
}

.cont_btnn {
    display: flex;
    align-items: center;
    gap: 17px
}

.hero_banner h3 {
    font-size: 37px;
    color: #fff;
}

.book_items {
    margin: 0 0
}

.book_slider .slick-list.draggable {
    padding: 0 !important
}

.consider_img.alt::before {
    right: 25px
}

.consider_img.alt::after {
    left: 25px
}

.counter-sec li:before {
    content: '';
    position: absolute;
    background: gray;
    width: 2px;
    height: 50%;
    right: -82px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .4
}

.counter-sec li .counter-wrap span b {
    font-size: 60px;
    font-weight: 700;
    color: var(--c2)
}

.counter-sec li .counter-wrap span p {
    font-size: 15px;
    line-height: 24px;
    color: var(--c2);
    font-weight: 500
}

.counter-sec li .counter-wrap span h6.count {
    display: inline-block;
    font-size: 60px;
    font-weight: 600;
    color: var(--c2);
    font-family: var(--f2)
}

.counter-sec li .counter-wrap span {
    display: block;
    font-family: var(--f1)
}

.counter-sec li .counter-wrap {
    text-align: center;
    padding: 30px 0
}

.counter-sec {
    margin-top: 120px;
    background: #fff;
    border-radius: 40px 40px 0 0;
    box-shadow: -2px -4px 20px 0 rgb(145 145 145 / 32%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px
}

.counter-sec li {
    position: relative
}

.counter-sec li:nth-last-child(1):before {
    display: none
}

.marketing_sec {
    padding-bottom: 0
}

.home_alt h3 {
    font-size: 20px;
    letter-spacing: 4px
}

.home_alt h3 span {
    display: block;
    letter-spacing: 0;
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--c3);
    margin-bottom: 4px;
    font-family: var(--f1)
}

.home_alt h3 span cl {
    color: var(--c1);
    font-family: var(--f1)
}

.home_alt p {
    font-size: 15px
}

.inner_services {
    padding: 70px 0;
    background: #ede6d9
}

.services__boxes__slider .draggable {
    padding: 0 !important
}

.service_card {
    margin: 20px 0
}

.services__boxes__slider .slick-dots li button {
    background: var(--c1)
}

.process__box__content h2 {
    font-family: var(--f1);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px
}

.process__box__content:hover {
    color: #fff;
    background: var(--c2)
}

.servcies__content__scroll p {
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    height: 140px !important;
    overflow: auto
}

.process__box__content {
    text-align: start;
    border-radius: 30px 0;
    padding: 50px 33px;
    height: 270px;
    width: 96%;
    box-shadow: 0 0 5px 0 #8080809e;
    position: relative;
    background: #ffF;
    margin: 10px 10px;
    transition: 500ms
}

.process__box__content::before {
    width: 62px;
    height: 62px;
    position: absolute;
    content: '';
    background: var(--c1);
    border-radius: 34px 0 0 0PX;
    top: -5px;
    left: -5px;
    z-index: -1;
    transition: 700ms
}

.process__box__content::after {
    width: 62px;
    height: 62px;
    position: absolute;
    content: '';
    background: var(--c1);
    bottom: -5px;
    right: -5px;
    border-radius: 0 0 34px 0;
    z-index: -1;
    transition: 700ms
}

.process__box__content:hover:before {
    background: #cfcfcf
}

.process__box__content:hover::after {
    background: #cfcfcf
}

.servcies__content__scroll p::-webkit-scrollbar-track {
    background: #9dacb8
}

.servcies__content__scroll p::-webkit-scrollbar-thumb {
    background: var(--c2)
}

.servcies__content__scroll p::-webkit-scrollbar-thumb:hover {
    background: #445f73
}

.servcies__content__scroll p::-webkit-scrollbar {
    width: 2px
}

.testi_items p::-webkit-scrollbar-track {
    background: #cbcdce
}

.testi_items p::-webkit-scrollbar-thumb {
    background: var(--c2)
}

.testi_items p::-webkit-scrollbar-thumb:hover {
    background: #445f73
}

.testi_items p::-webkit-scrollbar {
    width: 2px
}

.accordion-button::before {
    position: absolute;
    content: "\ea4a";
    top: 50%;
    right: 7px;
    background: #fff0;
    z-index: 9;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    font-family: boxicons !important;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 500ms
}

.accordion-button:not(.collapsed)::before {
    transform: translateY(-50%) rotate(180deg)
}

.stand_out_accordion .accordion-button {
    padding: 20px 21px;
    background: var(--c1);
    font-size: 17px;
    margin: 0
}

.stand_out_accordion .accordion-button:not(.collapsed) {
    background: var(--c2);
    border-radius: 9px;
    color: var(--c3);
}

.testi_items.slick-slide.slick-current.slick-active {
    transform: scale(1.1);
    filter: none
}

.testi_slider {
    align-items: center
}

.world_sources p {
    color: #fff;
    font-size: 15px;
    font-family: var(--f2);
    width: 80%;
    text-align: center;
    margin: 14px auto;
}

.about_banner {
    min-height: 80vh !important;
    padding-top: 9rem !important
}

.about_banner .banner_cont h3 {
    font-size: 60px
}

.per-check label {
    font-size: 14px;
    font-family: var(--f2)
}

.contact_form_Tab textarea {
    height: 190px;
    border-radius: 0;
    resize: none;
    font-size: 15px;
    padding: 15px;
    margin-bottom: 20px
}

.contact_form_Tab input:not([type="checkbox"]),
.contact_form_Tab select {
    height: 55px !important;
    margin-bottom: 20px;
    border-radius: 0;
    width: 100%;
    font-size: 15px;
    border: 1px solid #ccc
}

#contactForm :is(input, textarea) {
    padding: 10px
}

.con_detail_hme ul li a {
    color: var(--heaing_color);
    font-weight: 900
}

.con_detail_hme ul li span img {
    display: block
}

.con_detail_hme ul li a {
    color: var(--heaing_color);
    font-weight: 900
}

.con_detail_hme ul li span img {
    width: 50px;
    aspect-ratio: 1 / 1;
    margin: 0 0 10px
}

.con_detail_hme ul li span {
    font-weight: 400;
    padding-right: 10px;
    display: block;
    margin: 0 auto;
    color: var(--primary_color)
}

.con_detail_hme ul li {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    line-height: 25px;
    padding: 0 50px 20px 0
}

.con_detail_hme ul {
    width: 100%;
    margin: 0 auto
}

.con_detail_hme {
    display: flex;
    align-items: center;
    justify-content: center
}

.padding__70 {
    padding: 70px 0
}

.map_sec {
    width: 100%;
    height: 400px;
    overflow: hidden
}

.map_sec iframe {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.per-check {
    margin-bottom: 20px
}

.dropdown_menu--allter {
    left: 192px;
    top: 0
}

.testi_slider .slick-list.draggable {
    padding: 20px 250px 20px 35px !important
}

.testi_items.slick-slide.slick-current.slick-active {
    z-index: 99
}

.inner_services {
    display: none !important
}

.award_winnig.alt {
    display: none !important
}

.banner_cont h4 {
    font-size: 33px;
    color: #fff;
    font-family: var(--f1);
    font-weight: 500
}

.footer_links ul li a {
    color: #fff !important;
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: 300;
    text-transform: capitalize
}

.footer_links ul li a i {
    font-size: 20px;
    transition: 500ms;
    color: var(--c1)
}

.footer_links ul li a:hover i {
    color: var(--c1)
}

.footer_links ul li a:hover {
    color: var(--c1);
    transform: translateX(10px)
}

.footer_links {
    position: relative;
    border-right: 1px solid #fff;
    height: 100%;
}

.footer_links.alt ul li a {
    margin-bottom: 10px
}

.Kindle {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 5px
}

.Kindle i {
    font-size: 17px
}

.mid_footer .row {
    /* height: 100%; */
}

.dropdown_menu li:nth-child(1) a {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.dropdown_menu li:nth-last-child(1) a {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.dropdown-submenu:hover i {
    transform: rotate(-90deg) !important
}

.platform_icon {
    background: #fff;
    border-radius: 100%;
    padding: 9px !important
}

.main_platform a img {
    object-fit: cover;
    border-radius: 50pc;
    transform: scale(1.2)
}

.marketing_banner_img {
    width: 100%;
    height: 450px;
    overflow: hidden
}

.marketing_banner_img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.orm_icon li img {
    width: 30px;
    height: 30px
}

.orm_icon li {
    font-size: 14px
}

.menu_logo {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    background: var(--c2);
    top: 0;
    left: 0;
    z-index: 99999;
    transition: 500ms all
}

.side_menu {
    width: 50%;
    background: var(--c1);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    transform: translateX(-100%);
    transition: 500ms all
}

.responsive_menu {
    display: none
}

.show {
    transform: translateX(0%)
}

.responsive_logo img {
    width: 100px
}

.open_menu {
    font-size: 30px;
    color: #fff
}

.side_menu li a {
    padding: 10px 12px;
    width: 100%;
    border-bottom: 1px solid #ffffff69;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px
}

.close_menu {
    text-align: end;
    padding: 8px 12px !important
}

.menu_sticky {
    position: fixed
}

.responsive_overly {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #000000a3;
    transition: 1s;
    left: -100%;
    top: 0;
    z-index: 99
}

.responsive_overly.show {
    left: 0
}

li.accordion-button {
    background: #fff0;
    padding: 0
}

.accordion-item {
    background: #dbdbdb61;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 10px
}

.accordion-button::after {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: boxicons !important;
    background-image: none;
    content: "\ea4a";
    color: #fff;
    font-size: 23px;
    display: none
}

.menu-accordion-body {
    padding: 0;
    height: 134px;
    overflow-x: auto;
    background: var(--c2)
}

.accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(-180deg);
    background-image: none;
    content: "\ea4a"
}

.menu_link:not(.collapsed) {
    background: #fff0;
    box-shadow: none;
    outline: 0;
    border-color: #fff0
}

.accordion-button:not(.collapsed) a {
    background: var(--c2)
}

.close_menu i {
    font-size: 23px
}

li.accordion-button.collapsed {
    margin: 0
}

.stand_out_accordion .accordion-body {
    padding: 19px 20px !important;
    font-size: 13px
}

.faq_cont .accordion-body {
    padding: 12px 20px
}

.seller_cont.alt {
    padding-right: 70px
}

.policy_content h5 {
    font-size: 23px;
    margin: 15px 0;
    font-weight: 700;
    text-transform: capitalize
}

.policy_content ul li {
    font-family: var(--f2);
    font-size: 15px;
    list-style: disc;
    margin: 4px 0px;
}

.policy_content ul {
    padding-left: 20px !important
}

.policy_content p {
    font-size: 15px;
    margin: 10px 0;
    font-family: var(--f2);
    line-height: 25px
}

.policy_content h4 {
    font-size: 30px;
    font-family: var(--f3);
    font-weight: 600;
    letter-spacing: 2px;
    margin: 15px 0px;
}

.privacy {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    padding: 70px 0
}

.policy_content h2 {
    font-size: 25px;
    font-family: var(--f2);
    text-transform: capitalize
}

.services_page {
    background: #f8f8f8
}

.about_banner .banner_cont h3 color {
    color: #fff;
    font-family: var(--f1)
}

.font-14 p {
    font-size: 14px !important
}

.slick-arrow {
    position: absolute;
    top: 44%;
    left: -4%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: #fff0
}

.slick-arrow::before {
    position: absolute;
    content: '<';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 47px;
    opacity: 1;
    color: var(--c1);
    font-weight: 500
}

.slick-next {
    left: auto;
    transform: rotate(180deg);
    right: -6%
}

.slick-arrow:hover::before {
    color: #fff
}

.popup_form {
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000bf;
    backdrop-filter: blur(4px);
    z-index: 999;
    display: none
}

.popup_form .banner_form {
    width: 25%
}

.close_form {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    background: var(--c1);
    border-bottom-left-radius: 29px;
    color: #fff
}

.popup_form.active {
    display: flex
}

.team_link.active {
    background: var(--c1) !important
}

.team_link {
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 8px
}

.waiting_btn {
    display: flex;
    align-items: center;
    gap: 10px
}

.service_card:hover .service_img img {
}

.publish_card:hover span img {}

.thanyou_para {
    text-transform: capitalize;
    font-size: 18px !important;
    margin: 13px 0px !important
}

.thankyou_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
    margin-top: 30px
}

.thankyou_btn a {
    width: 26%;
    font-size: 13px
}

.award_winnig {
    display: none
}


.footer_links p {
    margin: 0;
    font-size: 12px;
    color: #fff;
    line-height: 1.9;
    width: 91%;
}

.banner_btn a:nth-child(2) {
    background: #fff;
}

.header_right li:nth-last-child(1) a {
    color: var(--c3);
    box-shadow: 0 0 15px 1px #4444;
}

.banner_form button {
    background: var(--c1);
    color: #fff;
}

.banner_form button:after {
    background: var(--c2);
}

.banner_form button:hover {
    color: var(--c3);
}

.seller_btn a {
    background: var(--c1);
    color: #fff;
}

.seller_btn a:nth-child(1) {
    background: var(--c2);
    color: var(--c3);
}

.seller_btn a:nth-child(1):hover {
    color: #fff;
}

.team_link.active {
    color: #fff !important;
}

.team_link.active img {
    filter: brightness(0) invert(1);
}

.main_card.alt span {
    color: var(--c3);
}

.main_card.alt h4 {
    color: var(--c3);
}

.main_card.alt p {
    color: var(--c3);
}

.accordion-button:not(.collapsed) {
    background: var(--c2);
    color: var(--c3);
}

.waiting_btn a {
    background: var(--c1);
    color: #fff;
}

.contact_form button {
    width: 100%;
}

.header_right li:nth-last-child(1) a:hover {
    color: #fff;
}

.flat_banner .banner_image {
    display: none !important;
}

.flat_banner {
    background: var(--c1);
}

ul.main_menu>li>a:before {
    position: absolute;
    width: 0;
    bottom: -4px;
    left: 0;
    content: '';
    background: var(--c2);
    height: 1px;
    transition: 500ms all;
}

ul.main_menu li a:hover:before {
    width: 100%;
}
.best_seller :is(h3, p) {color: #fff;}
.best_seller.alt:after {
    display: block !important;
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    background: var(--c3);
    border-radius: 0 200px 200px 0px;
}


.trust {position: fixed;bottom: 0;left: 40px;background: #fff;padding: 14px 33px 14px 14px;border-radius: 10px 10px 0 0;z-index: 999999;box-shadow: 0 0 15px 1px #4444;} .trust span { position: absolute; font-size: 12px; top: 37px; right: 19px; color: #444; } .trust img { width: 96px; }

section.testimonial {
    display: none;
}

.pb_70 {padding-bottom: 90px;}

.best_seller {
    position: relative;
    background: #575d35;
}

section.best_seller::after {
    position: absolute;
    content: '';
    width: 200%;
    height: 100%;
    background: #778143;
    right: 53%;
    top: 0;
    border-radius: 0 250px 250px 0;
    z-index: 1;
}

.policy_content h6 {
    font-size: 21px;
    font-family: var(--f3);
    letter-spacing: 1px;
    margin: 12px 0px;
} 
.top-bar-line {
    background: var(--c1);
    padding: 20px 0;
    position: relative;
    z-index: 10;
}

.top-bar-line marquee {
    font-weight: 500;
    font-family: var(--f2);
}

.footer .top-bar-line {
    background: #313521;
    margin-top: 12px;
}

.responsive-active {
    display: none;
}

ul.icons li a img {
    width: 37px;
}