body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #122826;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding: 0px 10px;
}

section.our-banner:before {
    background: #F2F2F2;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
}

h5.sub-heading {
    margin-bottom: 9px;
    margin-top: 13px;
    color: #ebae21;
}

.row {
    margin: 0 -10px;
}

a:hover,
a:focus,
button:hover,
button:focus {
    outline: none;
}

section {
    padding: 40px 0;
    clear: both;
    position: relative;
    margin: 0 auto;
    /* background: linear-gradient(145deg,#3b6635,#2d6588); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 600;
}

p {
    /* color: #122826; */
    FONT-VARIANT: JIS83;
    FONT-VARIANT: JIS83;
    font-family: 'Poppins', sans-serif;
}

img {
    max-width: 100%;
}

header {
    /* padding: 15px 0; */
    /* position: relative; */
    /* z-index: 1; */
    /* background: linear-gradient(145deg, #3b6635, #2d6588); */
    /* margin: 20px 20px 20px 20px; */
    /* margin-top: 20px; */
    /* margin-left: 30px; */
    /* margin-right: 30px; */
    /* border: solid 3px #2d6587; */
    /* border-radius: 50px; */
}

header .row {
    align-items: center;
}

header ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    z-index: 1;
    transition: .5s all;
    margin-right: 20px;
}

.nav-link {
    padding: 0;
}

header ul li a {
    color: #F2F2F2 !important;
    font-weight: 500;
    transition: .5s all;
    font-size: 15px;
}

.btn {
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s all;
    border-radius: 0;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-item {
    color: #000000 !important;
    padding: 6px 15px 4px 15px;
    font-weight: 500;
    border-bottom: 1px solid #ffc41230;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 600;
    transition: .5s all;
}

.dropdown-menu {
    background-color: #161616;
    padding: 20px;
    margin: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #3b3843;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #4c56c0;
    color: #ffffff !important;
}


a {
    text-decoration: none !important;
}

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

label.error {
    display: none !important;
}



a#back-top.show {
    display: inline-block;
    background-color: #cedffb;
    width: 46px;
    height: 46px;
    line-height: 45px;
    font-size: 22px;
    text-align: center;
    color: #000;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
}

a#back-top.show {
    cursor: pointer;
    background-color: #f8c600;
}

a#back-top.show {
    background-color: #1d1d1d;
}

a#back-top.show {
    opacity: 1;
    visibility: visible;
}

a#back-top.show i {
    position: relative;
    top: 0;
    color: #fff;
}


footer {
    padding: 60px 0;
    position: relative;
}

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

.copy {
    background: #2d6587;
    padding: 10px 0;
}



.copy ul {
    text-align: right;
}

.copy .row {
    align-items: center;
}

.copy ul li {
    display: inline-block;
    position: relative;
    padding: 0px 3px;
    font-size: 12px;

}

.copy ul li:last-child::before {
    display: none;
}

.copy ul li a {
    color: #f6fcff !important;
}

header ul {
    text-align: end;
    position: relative;
}

header ul.btn-ul {
    text-align: right;
}

header ul.btn-ul li.me-btn a.btn {
    background: #4c56c0;
    color: #fff !important;
}

.our-banner {
    /* background: linear-gradient(to right, rgb(21 16 13 / 90%), rgb(0 0 0 / 34%)), url(../images/banner-img.webp) no-repeat; */
    background-size: cover;
    width: 100%;
    padding-top: 160px;
    padding-bottom: 100px;
    background-position: top;
    position: relative;
}



header .top-head ul {
    text-align: right;
    margin-top: 8px;
}

header .top-head ul li {
    padding: 0;
}

header .top-head ul li a span {
    color: #f8b92a;
}

.btn.btn-yellow {
    background: #2d6587;
    border-color: #2d6587;
    color: #ffffff !important;
    border-radius: 0;
}

.btn {
    font-size: 15px;
    padding: 11px 30px;
    border: 2px solid;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn::before {
    /* background: rgb(255,255,255); */
    /* background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); */
    /* width: 15px; */
    /* height: 110%; */
    /* position: absolute; */
    /* content: ""; */
    left: -20px;
    top: -5%;
    transform: skewX(-30deg);
    opacity: .4;
    transition: .6s all;
    z-index: -1;
}

.btn:hover::before {
    left: 105%;
}

.btn-transparent:before {
    /* background: #51307c; */
}

header .top-head ul li a {
    color: white;
    font-size: 15px;
}

header ul li:last-child {
    margin-right: 52px;
    text-align: left;
}

.our-banner h1 {
    color: #143300;
    font-size: 37px;
    /* font-weight: 700; */
    /* text-shadow: 0 2px #2e263b; */
    /* margin: 0 0 20px; */
    width: 100%;
    line-height: 48px;
    text-transform: capitalize;
}

.our-banner h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    /* margin: 0 0 20px; */
}

.btn-black {
    background: linear-gradient(145deg, #3b6635, #2d6588);
    color: white !important;
    border-color: #393939;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    border-radius: 0 !important;
    border: 2px solid #143300;
}

.btn-transparent {
    color: #000000;
    border-color: #000000;
}

.our-banner img.star {
    display: block;
    margin: 18px 0 26px;
    width: 50%;
}

.our-banner p {
    color: #000000;
    font-weight: 600;
    margin: 0;
    /* font-style: italic; */
    position: relative;
    top: 0px;
    font-size: 20px;
    TEXT-ALIGN: center;
    margin-bottom: 0px;
}

footer {
    background-image: url('../images/bg-mid-services.webp');
    background-position: right top;
    background-attachment: fixed;
    background-color: #bfbfbf91;
    background-blend-mode: multiply;
}

footer h4 {
    font-size: 18px;
    color: #2d6587;
    margin-bottom: 30px;
    border-bottom: 1px solid #2d6587;
    padding-bottom: 15px;
}


footer ul li {
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
}

footer ul.email li a span {
    color: #2d6587;
}

footer ul li a {
    font-size: 14px;
    color: #2d6587;
}

footer .form-group {
    position: relative;
}

footer .form-group i {
    color: #2d6587;
    position: absolute;
    top: 12px;
    left: 8px;
    font-size: 16px;
}

footer p {
    color: #2d6587;
}

footer .form-control {
    font-size: 14px;
    padding-left: 32px;
    height: 41px;
}



footer ul.privacy li a {
    font-weight: 500;
    text-decoration: underline !important;
}

footer h6 {
    font-size: 15px;
    color: #2d6587;
    margin-top: 28px;
    font-weight: 600;
}



footer ul.social li {
    display: inline-block;
}

footer ul.social li a {
    height: 40px;
    width: 40px;
    display: inline-block;
    border: 2px solid #2d6587;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    border-radius: 50%;
    margin-right: 10px;
    transition: .5s all;
}

footer ul.social li a i {
    font-size: 16px;
    color: #2d6587;
    margin: 0;
    line-height: 33px;
    transition: .5s all;
}

footer ul.social li:hover a {
    background: #32cd32;
}

footer ul.social li:hover a i {
    transform: rotate(360deg);
}

footer ul li i {
    font-size: 11px;
    color: #2d6587;
    position: relative;
    top: 0px;
    margin-right: 4px;
}

.ftr-logo img {
    filter: invert(1);
}

.ftr-logo {
    /* border-bottom: 2px solid #000814; */
    /* margin-bottom: 3px; */
    padding: 0px 0;
    text-align: center;
}

footer textarea.form-control {
    height: 80px;
}

.book-cta {
    background: url("../images/cta-bg.webp") no-repeat;
    width: 100%;
    background-size: cover;
    text-align: center;
    color: #fff !important;
}

h2.heading {
    font-size: 44px;
    font-weight: 700;
    line-height: 51px;
    margin: 0 0 20px;
    color: #fff;
}

h2.heading+h3 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 30px;
}

.home-menu {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.our-banner .chat {
    /* background: #0d82a7; */
    color: #000000;
    border-color: #000000;
    border-radius: 5px;
}

.our-idea h4 br {
    display: none;
}

.book-cta .btn-block .btn-transparent {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-block a {
    margin-right: 10px;
}


.our-faqs h2 {
    font-size: 98px;
    color: #ffc107;
    /* opacity: 50%; */
    /* letter-spacing: -16px; */
}

.our-faqs h3 {
    font-size: 53px;
    font-weight: 700;
    text-align: center;
    color: #0a2342;
}

.our-faqs .heading {
    border-bottom: 2px dashed #d8d8d8;
    margin-bottom: 40px;
}



.our-faqs .heading .row {
    align-items: center;
}



#faq .card {
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px dashed #2d6587;
    text-align: center;
}

#faq .card .card-header {
    border: 0;
    padding: 20px 0;
    border-bottom: 0 !important;
    background-color: #396643;
}

#faq .card .card-header .btn-header-link {
    display: block;
    color: #ffffff;
    padding: 0;
    border: none !important;
    background: #396643;
    border-radius: 0;
    font-size: 19px;
    text-align: center;
}

#faq .card .card-header .btn-header-link:after {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    background: #396643;
    color: #2d6587;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
}



#faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f068";
}

#faq .card .collapsing {
    line-height: 30px;
}

#faq .card .collapse {
    border: 0;
}


.card-body p {
    margin: 0;
    font-size: 16px;
    text-align: left;
    width: 55%;
    margin: auto;
    text-align: center;
}



#faq .card .card-body {
    padding: 20px 0 20px;
    background: #2f657b;
    color: #ffffff;
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

.our-testimonial {
    background: url("../images/tes-bg.webp") no-repeat;
    /* height: 735px; */
    width: 100%;
    background-size: cover;
    text-align: center;
    padding: 80px 0 50px;
}

h2.heading span {
    color: #ffffff;
}

.our-testimonial .quote {
    margin-top: 20px;
    margin-bottom: 30px;
}

.our-testimonial .owl-carousel {
    width: 80%;
    margin: auto;
    text-align: center;
}

.our-testimonial .owl-carousel p {
    font-size: 20px;
    font-style: italic;
    line-height: 32px;
    padding: 0 100px;
    color: #ffffff;
}

.our-testimonial .owl-carousel h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    padding: 0 50px;
    margin-bottom: 50px;
    color: #ffffff;
}

.our-testimonial .owl-carousel h4:before {
    content: '';
    background: url("../images/tes-h4-before.webp") no-repeat;
    height: 7px;
    width: 29px;
    position: absolute;
    left: 0;
    bottom: 8px;
}

.our-testimonial .owl-carousel h4:after {
    content: '';
    background: url("../images/tes-h4-after.webp") no-repeat;
    height: 7px;
    width: 29px;
    position: absolute;
    right: 0;
    bottom: 8px;
}

header .logo {
    margin-top: -7px;
    width: 150px;
}

header .top-head ul li a.btn {
    font-size: 13px;
    padding: 8px 30px;
    position: relative;
    top: -4px;
}


.best-selling img {
    margin-left: -30px;
}

.best-selling .row {
    align-items: center;
}


.becoming .box {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    padding: 20px 10px;
}

.becoming .box img {
    margin: 0 0 10px;
}

.becoming .box h6 {
    font-weight: 600;
    margin: 0 0 5px;
}

.becoming .box p {
    margin: 0;
}

.best-selling h5 {
    font-size: 28px;
    font-weight: 700;
}

.best-selling h5+p {
    font-weight: 600;
    position: relative;
    margin: 0 0 0;
}

.best-selling h5+p:after {
    content: '';
    background: #f8b92a;
    height: 3px;
    width: 50px;
    position: absolute;
    right: 80px;
    bottom: 0;
}

.specialized {
    /* background: url("../images/specialized.webp") no-repeat; */
    /* height: 1288px; */
    width: 100%;
    background-size: cover;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(145deg, #3b6635, #2d6588);
}


.specialized .text {
    padding: 0 20px;
    position: absolute;
    bottom: 10px;
    left: -7px;
    top: 19px;
}

.specialized .text h6 {
    color: #0a0a0a;
    font-weight: 700;
    font-size: 25px;
}

.specialized .text p {
    margin: 0;
    color: #000000;
}

.specialized figure img {
    width: 100%;
    transition: .5s;
}

.specialized figure {
    position: relative;
    transition: .5s;
}

.specialized figure figcaption {
    border: 2px solid #143300;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 30px 30px;
    text-align: center;
    opacity: 1;
    transition: .5s;
}

.specialized figure figcaption h5 {
    font-size: 27px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    /* margin-top: 43px; */
    color: #3f3f42;
}

.specialized figure figcaption p {
    font-size: 17px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    color: #3f3e42;
}

.specialized figure figcaption:before {
    content: '';
    background: #a2e873;
    position: absolute;
    top: -7px;
    height: 100%;
    width: 100%;
    left: -4px;
    transition: .5s all;
}


.specialized figure figcaption .text2 {
    transition: .5s linear;
    /* transition-delay: .5s; */
    position: relative;
    opacity: 1;
    transform: translateY(-30px);
}

.specialized figure:hover figcaption .text2 {
    /* transform: translateY(0); */
    opacity: 1;
    transition: .5s linear;
    transition-delay: .5s;
}

.specialized .container:before {
    content: '';
    background: url("../images/specialized-container-before.webp") no-repeat;
    height: 193px;
    width: 193px;
    position: absolute;
    bottom: 30px;
    left: 85px;
}

.specialized .heading {
    color: white;
    font-size: 40px;
    line-height: 38px;
    margin: 0 0 50px;
}

.specialized .heading span {
    color: white;
    display: block;
    font-size: 20px;
    font-weight: 400;
}

.specialized:before {
    content: '';
    background: #143300;
    width: 260px;
    height: 80px;
    position: absolute;
    top: 151px;
    left: -120px;
    border-radius: 50px;
}

.specialized:after {
    content: '';
    border: 2px solid #2d6587;
    width: 260px;
    height: 80px;
    position: absolute;
    top: 60px;
    right: -75px;
    border-radius: 50px;
}


.our-idea h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 18px;
    color: #0a2342;
}

.our-idea h2 span {
    font-size: 20px;
    color: #0a2342;
    display: block;
}

.our-idea p {
    line-height: 23px;
}

.our-idea h4 {
    font-size: 20px;
    font-weight: 600;
}

.our-idea img {
    margin-left: -20px;
}

.our-idea .row {
    align-items: center;
}

.our-idea ul {
    margin-bottom: 20px;
}

.our-idea ul li {
    font-size: 15px;
    margin: 0 0 5px;
    font-weight: 500;
    /* width: 49%; */
    /* display: inline-block; */
}

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

/* ---- .element-item ---- */

.element-item {
    color: #262524;
    margin-bottom: 0;
    width: calc(100% / 4 - 6px) !important;
    padding: 6px;
    height: 320px;
    overflow: hidden;
}

.element-item>* {
    margin: 0;
    padding: 0;
}

.element-item img {
    width: 100%;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    /* object-fit: cover; */
    height: 100%;
}

.element-item:hover img {
    transform: scale(1.09);
    -ms-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    background: #ffffff;
    border: none !important;
    color: #fff;
    z-index: 1;
    padding: 8px;
    position: relative;
}

.new-pf div#filters button {
    display: block;
    width: auto;
    outline: none;
    border: none;
    position: relative;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
    cursor: pointer;
    z-index: 1;
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 600;
    line-height: 42px;
    width: 100%;
    text-align: left;
    padding: 0px 10px;
    border-radius: 50px;
}

.new-pf div#filters {
    text-align: center;
    margin-bottom: 24px;
}

.hidden {
    visibility: hidden;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

button#showMore {
    background: #f8b92a;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 3px 5px #0000004f;
    margin: auto;
    margin-top: 20px;
    display: table;
    color: black;
    border: 0;
    border-radius: 33px;
}

.new-pf {
    background: url("../images/new-pf.webp") no-repeat;
    background-size: cover;
    width: 100%;
}

.new-pf .heading {
    margin: 0 0 50px;
    /* font-size: 35px; */
    /* font-weight: 600; */
    /* line-height: 42px; */
}

.new-pf .heading span {
    display: block;
    font-size: 22px;
    color: #70727d;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 11px;
}

.new-pf div#filters button:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background: #ffd60a;
    left: -13px;
    top: 17px;
    border-radius: 50%;
}

.gh-banner {
    background: linear-gradient(to bottom right, #f8f9fa82, #f8f9faab), url("../images/gh-banner.webp") no-repeat;
    /* height: 599px; */
    width: 100%;
    background-size: cover;
}

.inner-banner {
    display: flex;
    align-items: center;
    /* height: auto !important; */
    height: 700px !important;
}

.inner-banner h1 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
    margin: 45px 0 0px;
}

.inner-banner h1 span {
    color: #f6b72a;
}

.inner-banner h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px;
}

.inner-banner .btn-transparent {
    color: #ffffff;
    border-color: #ffffff;
}

.inner-banner .btn-transparent::before {
    background: #f6b729;
}

.inner-banner .btn-block {
    margin-bottom: 30px;
}

.inner-banner .row {
    align-items: center;
}

.gh-banner .ban-img {
    max-width: 90%;
    float: right;
}

.our-shelf {
    background: linear-gradient(87deg, #222222ab 0%, rgb(35 36 37 / 71%) 100%), url(../images/our-shelf.webp) no-repeat;
    width: 100%;
    background-size: cover;
}

.our-shelf h5 {
    position: relative;
    color: #ffffff;
    font-size: 55px;
    font-weight: 600;
}

.our-shelf h5:before {
    content: '';
    background: url("../images/shelf-h5-before.webp") no-repeat;
    height: 55px;
    width: 95px;
    position: absolute;
}

.our-shelf * {
    color: white;
}

.our-shelf h3 {
    color: white !important;
}

.our-shelf .col-md-6 {
    margin-bottom: 30px;
}

.our-shelf .row:first-child {
    align-items: center;
}

/*new style
*/

.owl-site-logo2 .item img {
    height: auto !important;
}

.site-logos {
    padding: 20px 0;
    background: linear-gradient(145deg, #3b6635, #2d6588);
}

.site-logos h3 {
    color: #143300;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 40px;
}

.site-logos .row {
    align-items: inherit;
}

.info-book figure::before {
    content: "";
    background: #fff;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .5s all;
}

.info-book figure {
    position: relative;
    margin-bottom: 0;
}

.info-book figure img {
    width: 100%;
}

.info-book {
    position: relative;
    margin-bottom: 20px;
}



.text-book {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 38px;
}

.info-book:hover .text-book h4 {
    color: #fff;
}

.text-book span {
    width: 50px;
    height: 50px;
    background: #f6b72a;
    border-radius: 50%;
    line-height: 48px;
    margin-bottom: 10px;
    transition: .5s all;
}

.text-book span i {
    color: #fff;
    font-size: 18px;
    transition: .5s all;
}

.text-book h4 {
    font-size: 22px;
    font-weight: 700;
    color: #2c2346;
    transition: .5s all;
}

.text-book h4+p {
    color: #2c2346;
    font-size: 16px;
    font-weight: 500;
    transition: .5s all;
    margin-bottom: 0;
}

.info-book:hover .text-book h4+p {
    color: #fff;
}

.info-book:hover .text-book span {
    background: #fff;
}

.info-book:hover .text-book span i {
    color: #f6b729;
}

.info-book:hover figure::before {
    background: #f6b72a;
    opacity: 0.8;
}

.info-market figure {
    position: relative;
    width: 100%;
    margin: auto;
    margin-bottom: 0;
    transition: .5s all;
    overflow: hidden;
}

.info-market figure img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    transition: .5s all;
    transform: scale(1.0);
}

.text-mark {
    padding: 50px 40px;
    text-align: center;
    background: #f2f2f2;
    /* transition: .5s all; */
}

.text-mark h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0A2342;
    margin-bottom: 8px;
    transition: .5s all;
}

.text-mark h4+p {
    font-size: 16px;
    color: #2c2346;
    font-weight: 500;
    transition: .5s all;
    padding: 0 19px;
}

.info-market {
    position: relative;
    border: 1px solid #fff;
    transition: .5s all;
    margin-bottom: 20px;
}

.info-market:hover {
    border-color: #143300;
}

.info-market:hover figure {
    /* width: 95%; */
    transition: .5s all;
}

.info-market:hover .text-mark {
    background: linear-gradient(145deg, #3b6635, #2d6588);
}

.info-market:hover .text-mark h4 {
    color: #fff;
}

.info-market:hover .text-mark h4+p {
    color: #fff;
}

.info-market:hover figure img {
    /* height: 235px; */
    transition: .5s all;
    /* margin-top: 8px; */
    transform: scale(1.1);
}

.info-rev {
    padding: 30px 18px;
    background: #fff;
    min-height: 245px;
    transition: .5s all;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
}

.info-rev img {
    margin-bottom: 8px;
    transition: .5s all;
}

.info-rev h4 {
    font-size: 20px;
    color: #2c2346;
    font-weight: 700;
    margin-bottom: 10px;
    transition: .5s all;
}

.info-rev h4+p {
    color: #2c2346;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    transition: .5s all;
}

.info-rev:hover {
    background: rgb(254, 211, 56);
    background: linear-gradient(180deg, rgba(254, 211, 56, 1) 0%, rgba(247, 187, 44, 1) 100%);
    border-color: #000;
}

.info-rev:hover img {
    filter: brightness(0);
}


.our-expert h5 {
    position: absolute;
    transform: rotate(-90deg);
    top: 45%;
    left: -140px;
}

.our-expert h5::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #f8b92a;
    bottom: 0;
}

.info-expert {
    padding: 40px 34px;
    background: #fff;
    border: 1px solid #c5c5c5;
    transition: .5s all;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px #00000017;
    min-height: 253px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info-expert>span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(145deg, #3b6635, #2d6588);
    border-radius: 50%;
    display: block;
    text-align: center;
    margin-bottom: 12px;
    transition: .5s all;
    margin-right: auto;
}

.info-expert>span i {
    color: #fff;
    font-size: 16px;
    transition: .5s all;
}


.info-expert h4 {
    font-size: 20px;
    font-weight: 600;
    color: #122826;
}

.info-expert:hover {
    background: rgb(254, 211, 56);
    background: linear-gradient(180deg, rgb(158 233 112) 0%, rgb(158 233 112) 100%);
}

.info-expert:hover span {
    background: #000;
}


.text-net {
    background: red;
    padding: 0 60px;
    margin-left: 210px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-net>img {
    position: absolute;
    left: 0;
    top: 20px;
    border-radius: 3px;
}

.info-net {
    position: relative;
    margin-bottom: 30px;
    transition: .5s all;
}

.text-net img {
    position: absolute;
    top: 20px;
    right: 20px;
}

.text-net h4 {
    font-size: 22px;
    color: #122826;
    font-weight: 700;
    margin-bottom: 10px;
}

.text-net h4+p {
    color: #122826;
    margin-bottom: 0;
}

.our-network [class*='col']:first-child .text-net {
    background: #143300;
}

.our-network [class*='col']:last-child .text-net {
    background: #143300;
}

.our-network [class*='col']:nth-child(2) .text-net {
    background: #143300;
}

.our-network [class*='col']:nth-child(3) .text-net {
    background: #143300;
}

.info-net:hover {
    transform: scale(1.02);
}


.our-network {
    background: url("../images/bg-net.webp");
    max-width: 100%;
    width: 100%;
    background-size: 100%;
    height: 100%;

}


.our-global {
    background: url("../images/bg-global.webp");
    max-width: 100%;
    width: 100%;
    background-size: cover;
    height: 100%;
}

.our-global .row {
    align-items: center;
}

.info-global h4 {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
}

.info-global h4+p {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px;
}

.our-global .nav-tabs {
    border: none;
    margin: 50px 0;
    justify-content: center;
}

.our-global .nav-tabs .nav-item {
    border: none;
    margin-bottom: 0;
    padding: 0 15px;
}

.our-global .nav-tabs .nav-item .nav-link {
    background: transparent;
    border: none;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    width: 100%;
    padding: 0;
    transition: .5s all;
}

.our-global .nav-tabs .nav-item .nav-link.active,
.our-global .nav-tabs .nav-item .nav-link:hover {
    color: #ffffff;
}

.our-global .nav-tabs .nav-item .nav-link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    /* background: #f8b92a; */
    bottom: 3px;
    left: 0;
    z-index: -1;
}

.our-global .info-text h3 {
    font-size: 44px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 12px;
}

.our-global .info-text h3+p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    max-width: 85%;
    margin: auto;
    margin-bottom: 0;
}

.mark-banner,
.pub-banner,
.editing-banner,
.genre-banner,
.pricing-banner {
    background: linear-gradient(145deg, #243f2087, #18374b7d), url(../images/marketing-bg.webp) no-repeat;
    height: 599px;
    width: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    /* z-index: 1; */
    background-position: right;
}

.mark-banner:after {
    content: '';
    background: url("../images/marketing-bg-after.webp") no-repeat;
    height: 657px;
    width: 914px;
    position: absolute;
    right: -130px;
    top: 0;
    z-index: -1;
}

.our-market {
    padding-bottom: 30px;
}

.pub-banner:after {
    content: '';
    /* background: url("../images/pub-banner-after.webp") no-repeat; */
    height: 491px;
    width: 828px;
    position: absolute;
    right: -130px;
    top: 50px;
}

.our-global .nav-tabs .nav-item .nav-link.active:before {
    z-index: 1;
}

.book-banner {
    background: linear-gradient(145deg, #243f2087, #18374b7d), url(../images/book-banner.webp) no-repeat;
    height: 599px;
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: right;
}

.our-network [class*='col']:nth-last-child(2) .text-net {
    background: #143300;
}

.text-net {
    background: #f5ede1;
}

.info-binding .text-net h4>span {
    font-size: 16px;
    display: block;
    font-weight: 600;
    line-height: 22px;
}

.info-binding .text-net {
    padding: 0 20px 0 52px;
}

.info-text h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #122826;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.info-text h2+p {
    font-size: 17px;
    color: #122826;
    font-weight: 600;
    line-height: 23px;

}

.info-text.text-center h2+p {
    max-width: 75%;
    margin: auto;
}

.info-text {
    margin-bottom: 50px;
}

.info-size {
    display: flex;
    align-items: center;
    background: #143300;
    padding: 10px;
    border: 1px solid #fff;
    min-height: 125px;
}

.book-size [class*='col-'] {
    padding: 0;
}

.book-size [class*='col-']:nth-child(even) .info-size {
    background: #122d00;
}

.info-size .text-size {
    margin-left: 15px;
}

.info-size .text-size h4 {
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.info-size .text-size h4+p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
}

.book-size {
    background: #122d00;
}


.book-size::before {
    background: url("../images/line2.webp");
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.info-type p {
    margin-bottom: 0;
    font-size: 16px;
    color: #122826;
    line-height: 20px;
}

.info-type {
    margin: 30px 0;
    padding: 0 35px;
}

.info-type h4 {
    font-size: 26px;
    color: #122826;
    font-weight: 700;
}

.info-type img {
    margin-bottom: 16px;
}

.cover-book {
    background: linear-gradient(to bottom right, #f8f9fa82, #f8f9faab), url("../images/bg-cover.webp") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 100%;

}

.info-cover img {
    margin-bottom: 20px;
}

.info-cover h4 {
    font-size: 26px;
    color: #122826;
    font-weight: 700;
    margin-bottom: 15px;
}

.info-cover h4+p {
    color: #122826;
    font-size: 16px;
    margin-bottom: 0;
}

.info-cover {
    padding: 0 35px;
}


.our-editor {
    background: linear-gradient(145deg, #3b663587, #2d65887d), url(../images/bg-editor.webp) no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 100%;
}


.info-edit img {
    margin-bottom: 25px;
}

.info-edit h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 12px;
}

.info-edit h4+p {
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 0;
}

.our-editor h2 {
    color: #fff;
}


.info-content img {
    margin-bottom: 25px;
}

.info-content h4 {
    font-size: 22px;
    color: #122826;
    font-weight: 700;
    margin-bottom: 12px;
}

.info-content p {
    color: #122826;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 22px;
}


.our-content h5 {
    margin-bottom: 0;
    color: #122826;
    font-weight: 700;
    font-size: 26px;
    position: relative;
    z-index: 1;
}

.our-content h2 {
    font-size: 40px;
    margin-bottom: 16px;
}

.our-content h5::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom right, #f8f9fa82, #f8f9faab), url("../images/rec1.webp") no-repeat;
    max-width: 322px;
    height: 52px;
    width: 100%;
    background-size: 100%;
    top: -6px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.editing-banner:after {
    content: '';
    background: linear-gradient(to bottom right, #f8f9fa82, #f8f9faab), url(../images/editing-banner-after.webp) no-repeat;
    height: 599px;
    width: 914px;
    position: absolute;
    right: -130px;
    top: 0;
}

.best-selling .rewriting {
    /* float: left; */
    /* width: 100%; */
    /* clear: both; */
    margin-top: 60px;
    margin-left: -15px;
}

.best-selling .rewriting li {
    display: inline-block;
    width: 31%;
    background: white;
    padding: 20px 40px;
    margin-bottom: 18px;
    margin-left: 15px;
}

.best-selling .rewriting li p {
    display: inline-block;
    margin: 0;
    width: 87%;
    /* float: right; */
    margin-left: 10px;
    font-size: 15px;
    font-weight: 500;
}

.best-selling .rewriting li p span {
    color: #694293;
    font-weight: 600;
}

.edt-selling {
    background: #f4f5f7;
}

.about-banner {
    background: linear-gradient(145deg, #25412187, #19394d7d), url(../images/about-banner.webp) no-repeat;
    height: 599px;
    width: 100%;
    background-size: cover;
    background-position: right;
}

.our-journey img.jr-img {
    margin-top: 40px;
}

.about-expert {
    background: linear-gradient(to bottom right, #f8f9fa82, #f8f9faab), url("../images/about-expert.webp") no-repeat;
    background-size: cover;
    width: 100%;
    /* height: 687px; */
    background-position: 100% 100%;
    padding: 80px 0 50px;
}

.about-expert h2.heading+p {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 25px;
}

.about-expert h2.heading {
    margin: 0 0 15px;
}


.about-expert .info-expert h4 strong {
    display: block;
    font-weight: 700;
    font-size: 40px;
}

.about-expert .info-expert h4 {
    font-size: 19px;
}

.our-journey.text-center {
    padding-bottom: 0;
}

.author-banner {
    background: linear-gradient(95deg, #222222b8 0%, #333333a3 100%), url(../images/author-bg.webp) no-repeat;
    height: 599px;
    width: 100%;
    background-position: 60% 100%;
    background-size: cover;
}


.our-author figure {
    transition: .5s all;
    position: relative;
    border: 1px solid #f2f2f2;
    float: left;
    width: 100%;
}

.our-author figure img {
    width: 100%;
    margin-bottom: 10px;
    transition: .5s all;
}

.our-author figure h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    margin-top: 15px;
}

.our-author figure .btn-black {
    padding: 10px 20px;
    float: right;
}

.our-author figure figcaption {
    position: absolute;
    bottom: 0;
    transition: .5s all;
    padding: 25px;
    opacity: 0;
}

.our-author figure figcaption h4 {
    font-size: 20px;
    color: #2d6587;
    text-transform: uppercase;
}

.our-author figure figcaption p {
    color: white;
    font-size: 15px;
}



.our-author figure figcaption ul li {
    color: white;
    font-size: 15px;
    margin: 0 0 10px;
}

.our-author figure figcaption ul li span {
    color: #2d6587;
    font-weight: 600;
}


.our-author figure:before {
    content: '';
    background: linear-gradient(145deg, #3b6635, #2d6588);
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    opacity: .8;
    transition: .5s all;
    top: 0;
}

.our-author figure:hover:before {
    height: 100%;
    /* transition: .3s all; */
}

.our-author figure:hover figcaption {
    opacity: 1;
    transition-delay: .4s;
    bottom: 0px;
}

.our-author figure:hover .btm {
    height: 0;
    opacity: 0;
}

.our-author figure .btm {
    transition: .5s all;
    transition-delay: .3s;
    float: left;
    width: 100%;
    padding: 0 15px 15px 15px;
}

.our-author figure:hover img {
    margin: 0;
}

.our-author .row {
    margin-top: 80px;
}

.our-author .row .col-md-4 {
    margin-bottom: 30px;
}

.our-author .row .col-md-4:nth-child(2) {
    margin-top: -50px;
}

.our-author .row .col-md-4:nth-child(5) {
    margin-top: -50px;
}

.our-author .row .col-md-4:nth-child(8) {
    margin-top: -50px;
}

.contact-banner {
    background: linear-gradient(95deg, #222222b8 0%, #333333a3 100%), url(../images/contact-banner.webp) no-repeat;
    height: 599px;
    width: 100%;
    background-size: cover;
    background-position: right;
}


.our-contact h2.heading {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 15px;
    color: #0a2342;
}

.our-contact h2.heading+p {
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 20px;
}

.our-contact h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding-top: 0px;
}

.our-contact h3 a {
    display: block;
    font-size: 38px;
    color: #386547;
    font-weight: 700;
    margin-top: 10px;
}

.our-contact h3:before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    /* width: 80px; */
    background: #f8b92a;
}

.our-contact .form-control {
    margin-bottom: 15px;
    height: 48px;
    border-color: #91ab9f;
    font-size: 14px;
    color: #122826;
}

.our-contact .btn {
    float: right;
}

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

.our-contact .row {
    align-items: center;
}

.genre-bg {
    position: relative;
}

.genre-banner:after {
    content: '';
    background: url("../images/genre-bg-after.webp") no-repeat;
    height: 655px;
    width: 890px;
    position: absolute;
    right: -100px;
    bottom: -35px;
    background-size: 80%;
}

.our-journey h2.heading {
    line-height: 47px;
    margin: 0 0 35px;
    color: #2d6587;
}

.our-journey p {
    font-size: 16px;
    margin-bottom: 32px;
}

.our-journey p strong {
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
}

.pb {
    padding-bottom: 30px !important;
}

.our-rate {
    padding: 50px;
    float: left;
    width: 100%;
    clear: both;
}


.our-rate ul li {
    background: #d59c13;
    width: 33%;
    float: left;
    padding: 13px 13px;
    display: flex;
    align-items: center;
}

.our-rate ul li img {
    margin-right: 14px;
}

.our-rate ul li p {
    margin: 0;
    width: auto;
    float: right;
    color: white;
}

.our-rate ul li p strong {
    font-size: 19px;
    display: block;
}

.our-rate ul li:nth-child(2) {
    background: #eaa500;
}

.our-rate ul li:nth-child(3) {
    background: #feb400;
}

.pricing-banner:after {
    content: '';
    /* background: url("../images/pricing-bg-after.webp") no-repeat; */
    height: 718px;
    width: 914px;
    position: absolute;
    right: -260px;
    top: 0;
    background-size: 70%;
}


.pricing-tabing .bdr {
    position: relative;
    margin-bottom: 40px;
}

.pricing-tabing .bdr h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
}

.pricing-tabing .bdr h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    display: inline-block;

}

.pricing-tabing .bdr:after {
    border-bottom: 2px solid #f8b92a;
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
}

.pricing-tabing .nav-item {
    margin: 0;
    width: 46%;
    height: 160px;
    margin-bottom: 20px;
    margin-left: 15px;
}

.pricing-tabing .nav-tabs {
    border-bottom: 0;
}

.pricing-tabing .nav-item .nav-link {
    background: white;
    font-size: 17px;
    color: #122826;
    font-weight: 600;
    padding: 30px 20px;
    border: 0;
    border: 1px solid #f3f3f3;
    height: 100%;
}

.pricing-tabing .nav-item .nav-link i {
    font-size: 18px;
    display: block;
    background: #f6b72a;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    color: white;
    margin-bottom: 16px;
}

.pricing-tabing .nav-item .nav-link.active {
    background: rgb(254, 211, 56);
    background: linear-gradient(180deg, rgba(254, 211, 56, 1) 0%, rgba(247, 188, 44, 1) 91%);
}

.pricing-tabing .nav-item .nav-link.active i {
    background: black;
}


.pricing-tabing .tab-content h5 {
    font-size: 26px;
    font-weight: 600;
    color: #122726;
}

.pricing-tabing .tab-content p {
    line-height: 25px;
    font-weight: 500;
    font-size: 15px;
}



.pricing-tabing .tab-content ul li {
    margin-bottom: 20px;
    font-size: 15px;
    display: flex;
    align-items: baseline;
    font-weight: 500;
}

.pricing-tabing .tab-content ul li i {
    color: #f6b72a;
    margin-right: 8px;
}

.pricing-tabing .tab-content .btn {
    margin-bottom: 20px;
    padding: 10px 50px;
    background: #fbc833;
    color: #000;
    border-color: #e7b722;
}

.pricing-tabing {
    background: url("../images/pricing-tab-bg.webp") no-repeat;
    width: 100%;
    background-size: cover;
}

.popupform {
    background: url("../images/popop-bg.webp")no-repeat;
    height: 463px;
    width: 747px;
    background-position: 100% 100%;
    padding: 20px;
}

.popupform h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    background: linear-gradient(145deg, #3b6635, #2d6588);
    width: 90%;
    padding: 4px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    /* border: 3px solid #fff; */
}

.popupform .form-control {
    height: 37px;
    border: 1px solid #890707;
    margin-bottom: 10px;
    font-size: 13px;
    color: #414141;
    font-weight: 500;
    background: #fff;
    width: 90%;
}

.popupform .fancybox-close-small {
    background: linear-gradient(145deg, #3b6635, #2d6588);
    color: #ffffff;
    padding: 1px;
    height: 32px;
    width: 40px;
    border-radius: 4px;
    top: 11px;
    right: 15px;
    border-radius: 0px 33px 1px 0px;
}

.popupform textarea.form-control {
    resize: none;
    height: 100px;
}

.home-menu header ul li a {
    color: #1968a6;
    position: relative;
    transition: .5s all;
}

.book-banner img {
    max-width: 70%;
    float: right;
}

.our-shelf p span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.text {
    position: absolute;
    /* top: 224px; */
    left: 150px;
}

.text h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.text h4::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 5px;
    background: #483b57;
    width: 48%;
    height: 5px;
    display: none;
}

.new-pf div#filters button.is-checked {
    background: #890707;
    color: white;
    margin-left: -15px;
    padding-left: 28px;
}

.new-pf div#filters button.is-checked:before {
    /* display: none; */
    background: white;
    position: absolute;
    left: 7px;
}

.specialized figure:hover figcaption .btn-black {
    background: linear-gradient(145deg, #3b6635, #2d6588);
}

.our-expert h2+h4 {
    font-size: 19px;
    font-weight: 600;
}

.book-banner .btn-block+img {
    max-width: 100%;
    float: left;
}

.mark-selling h4 {
    position: relative;
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
}

.mark-selling h4:before {
    /* content: ''; */
    background: #f6b72a;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}

.home-menu header ul li a:after {
    content: '';
    /* background: #f6b72a; */
    height: 2px;
    width: 0;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s all;
}

.home-menu header ul li a:hover:after {
    width: 100%;
}

.home-menu header ul li a:hover {
    color: #ffffff !important;
}

.specialized figure figcaption h5 span {
    font-weight: 800;
    font-size: 47px;
    line-height: 41px;
}


figure.yel-cta figcaption .text2 {
    transform: translateY(20px);
}

figure.yel-cta img {
    opacity: 0;
}


.best-selling .col-md-6 {
    position: relative;
}

.best-selling .col-md-6 .text {
    position: absolute;
    top: 197px;
    left: 111px;
}

.best-selling .col-md-6 .text:after {
    content: "";
    position: absolute;
    right: 0;
    width: 100px;
    height: 5px;
    background: #3e344f;
    bottom: 20px;
}



.video_row {
    padding: 80px 0;
}

.row.video_row {
    margin-top: 3em;
    margin-bottom: 4em;
}

.rclient-item {
    text-align: center;
}

.rclient-item a.rc_play {
    position: relative;
    display: block;
    overflow: hidden;
}

.rclient-item a.rc_play .play_btn {
    position: absolute;
    left: 0;
    width: 64px;
    height: 64px;
    background: url(../images/aplay0.webp) no-repeat scroll center top;
    z-index: 1;
    bottom: 30px;
    right: 0;
    margin: auto;
    /* border-radius: 50%; */
}

.rclient-item a.rc_play .play_btn:before {
    content: "";
    position: absolute;
    left: 0;
    width: 64px;
    height: 64px;
    background: url(../images/aplay1.webp) no-repeat scroll center top;
    z-index: 1;
    bottom: 0;
    right: 0;
    margin: auto;
}

.rclient-item h3 {
    margin-top: 30px;
    font-size: 22px;
    clear: both;
    font-weight: 700;
    color: #000;
    margin: 13px 0 20px;
}

.rclient-item p {
    font-weight: 600;
    color: #000;
    padding: 0 20px;
    font-size: 18px;
    letter-spacing: 0;
}

.rclient-item:hover a.rc_play img {
    transform: scale(1.1);
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rclient-item a.rc_play:hover .play_btn:before {
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.rclient-item a.rc_play img {
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transform: scale(1);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

section.services-looking {
    text-align: center;
    background-image: linear-gradient(145deg, #3b663587, #2d65887d), url(../images/bg-mid-services.webp);
    background-position: right top;
    background-attachment: fixed;
    background-color: #ffffff7d;
    background-blend-mode: multiply;
}



.btn-block {
    display: block;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 3px;
}

.services-looking .btn-block {
    position: relative;
    z-index: 10;
}

section.services-looking .btn-block {
    margin-top: 30px;
}



img.typw-img {
    position: absolute;
    top: 136px;
    left: -37px;
    right: -48px;
    margin: auto;
    z-index: 9;
    width: 300px;
}







section.services-looking li {
    display: block;
    background: linear-gradient(140deg, #3b6635, #2d6588);
    text-align: left;
    padding: 17px 20px;
    border-radius: 10px;
    margin: 12px 30px;
    position: relative;
    color: #fff;
}

section.services-looking li {
    display: flex;
    align-items: center;
}

section.services-looking li img {
    display: table;
}

strong {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: middle;
}

strong {
    font-weight: bolder;
}



section.services-looking .right li img {
    display: table;
    margin-left: auto;
}

section.services-looking .right li strong {
    left: unset;
    right: 90px;
    text-align: right;
}


.exceptional-sec {
    background-image: url('../images/except-bg-white.webp');
    background-position: right;
    background-repeat: no-repeat;
    padding-bottom: 0;
    overflow: hidden;
}



img.autowidth.right {
    float: right;
}

section.exceptional-sec img.autowidth {
    margin-right: 30px;
}



section.exceptional-sec ul {
    position: relative;
    margin: 40px 0;
}

section.exceptional-sec ul::before {
    width: 2px;
    height: 100%;
    position: absolute;
    background-color: #868686;
    left: 0;
    top: 0;
    content: "";
}



section.exceptional-sec li {
    padding-left: 150px;
    position: relative;
    margin: 30px 0;
}

section.exceptional-sec li::before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #868686;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


section.exceptional-sec .except-thumb {
    /* background-color: #ef5848; */
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    left: 40px;
}


section.exceptional-sec li h5 {
    /* font-family: 'Playfair Display'; */
    font-size: 24px;
    font-weight: 600;
    color: #890707;
}





section.genre-sec * {
    color: #ffffff;
    align-items: center;
    width: 100%;
}

.genre-sec {
    background-image: linear-gradient(145deg, #3b663587, #2d65887d), url(../images/genre-big-bg.webp);
    background-size: contain;
    background-attachment: fixed;
}




section.genre-sec .box {
    padding: 28px 30px 10px;
    margin-top: 10px;
    /* background-image: url('../images/genre-red-bg.webp'); */
    background-repeat: no-repeat;
    min-height: 200px;
    background: #386547;
    border: 2px solid #2e6582;
    border-radius: 10px;
    height: 250px;
}




section.genre-sec .box h4 {
    display: inline-block;
    float: left;
    /* font-family: 'Playfair Display', sans-serif; */
    font-size: 22px;
}


section.genre-sec .box h5 {
    display: inline-block;
    float: left;
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
}

section.genre-sec .box h5 {
    float: right;
    text-align: right;
    font-size: 28px;
    color: #0a2342;
    line-height: 0.5;
    margin-bottom: 20px;
}

section.genre-sec .box p {
    font-size: 12px;
    display: block;
    width: 100%;
    clear: both;
}



section.why-sec * {
    color: #000000;
}

section.why-sec {
    /* background-image: url('../images/why-bg-dark.webp'); */
    background-size: cover;
    background-position: center;
    text-align: center;
    background: #ffffff;
}

.btn-block {
    display: block;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 3px;
}

section.why-sec .btn-block {
    margin-top: 30px;
}




section.why-sec .box {
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 20px 50px;
    padding-left: 130px;
    margin: 10px 5px;
    position: relative;
    min-height: 190px;
}

section.why-sec .box {
    text-align: left;
}


section.why-sec .box h3 {
    color: #ffffff;
    /* font-family: 'Playfair Display'; */
    font-size: 25px;
}

section.why-sec .box p {
    margin-bottom: 0;
    font-size: 14px;
}




section.why-sec .box img {
    position: absolute;
    left: 35px;
    top: 26px;
}

.blinking-text {

    color: #890707;
    animation: blink 1.7s infinite;
}

/* Blinking Animation */
@keyframes blink {

    0%,
    100% {
        color: #890707;
    }

    /* Green color */
    50% {
        color: #fff;
    }

    /* White color */
}

.blinking {
    /* color: #f6b72a; */
    animation: blinkS 1.7s infinite;
}

/* Blinking Animation */
@keyframes blinkS {

    0%,
    100% {
        color: #890707;
    }

    /* Green color */
    50% {
        color: #ffffff;
    }

    /* White color */
}

.bannerforminn img {
    position: absolute;
}

.btn.btn-yellow:hover {
    color: #fff !important;
}

.bannerform-header {
    background-color: #ffffff;
    border-radius: 20px;
    height: 90%;
    padding: 26px !important;
    border: 6px solid #890707;
    position: relative;
    z-index: 10;
    /* Higher z-index to ensure it's in the front */
    width: 80%;
    /* left: 100px; */
}

.banner_formBox:before {
    position: absolute;
    width: 300px;
    height: 300px;
    content: '';
    background: linear-gradient(45deg, #89070700, #febc35);
    border-radius: 100%;
    top: 50%;
    border: 5px solid #fff;
    transform: translateY(-50%);
    right: 240px;
    animation: newSpin 3s linear infinite;
    z-index: 0;
    /* Ensures it's behind the form */
}

.banner_formBox:after {
    position: absolute;
    width: 100px;
    height: 100px;
    content: '';
    background: linear-gradient(260deg, #890707 30%, #890707 57%);
    right: 60px;
    border: 2px solid #fff;
    top: -35px;
    border-radius: 100%;
    animation: spin 3s linear infinite;
    z-index: 0;
    /* Ensures it's behind the form */
}

@keyframes newSpin {
    0% {
        transform: translateY(-50%) rotate(0);
    }

    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form-h6 {
    padding: 8px;
    font-size: 15px !important;
    padding-bottom: 0px;
    color: #890707 !important;


}

.bannerforminn li .form-control::placeholder {
    color: #000;
}

/* New spin animation */
@keyframes newSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.specialized figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgb(0 0 0 / 55%)); */
    pointer-events: none;
}

.header-top-text {
    color: #ffffff !important;
    font-size: 15px;
    background: linear-gradient(145deg, #3b6635, #2d6588);
    padding: 10px;
    border-radius: 30px;
}

.ftr-logo {
    /* border-bottom: 2px solid #000814; */
    margin-bottom: 3px;
    padding: 40px 0;
    text-align: center;
}

.book-edit {
    background: linear-gradient(95deg, #222222b8 0%, #333333a3 100%), url(../images/edit.webp) no-repeat;
    height: 599px;
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: right;
    margin-top: 50px;
}

.book-pub {
    background: linear-gradient(145deg, #243f2087, #18374b7d), url(../images/pub.webp) no-repeat;
    height: 599px;
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: right;
}

.book-gen {
    background: linear-gradient(95deg, #222222b8 0%, #333333a3 100%), url(../images/genre.webp) no-repeat;
    height: 599px;
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: right;

}

a.seo-link {
    color: #000000;
}

section.our-faqs {
    background: #fff;
}

h2.center {
    color: #0a2342;
    /* padding-bottom: 30px; */
    /* display: flex; */
}

section.services-looking p {
    color: #0a2342;
}

.copy a {
    color: #ffffff;
}

.owl-site-logo3 .item img {
    height: auto !important;
    width: 100%;
}

.heading-book-covers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 0 30px;
}

/* =========================
   MENU NAVIGATION
========================= */

.menu-navigation {
    position: relative;
    width: 100%;
    padding: 18px 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 4px rgba(0, 0, 0, .08);
}

.menu-navigation-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-navigation-logo img {
    max-height: 65px;
    display: block;
}

.menu-navigation-links {
    display: flex;
    align-items: center;
    gap: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-navigation-item {
    position: relative;
}

.menu-navigation-item>a {
    text-decoration: none;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: .3s ease;
}

.menu-navigation-item>a:hover,
.menu-navigation-item.active>a {
    color: #2d6588;
}

/* =========================
   DROPDOWN
========================= */

.menu-navigation-dropdown {
    position: relative;
}

.menu-navigation-dropdown-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;

    min-width: 300px;

    background: #fff;
    border-radius: 12px;

    padding: 12px 0;
    list-style: none;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, .08),
        0 2px 10px rgba(0, 0, 0, .04);

    opacity: 0;
    visibility: hidden;

    transform: translateY(15px);

    transition:
        opacity .35s ease,
        transform .35s ease,
        visibility .35s ease;

    z-index: 1000;
}

.menu-navigation-dropdown:hover .menu-navigation-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-navigation-dropdown-menu li {
    margin: 0;
}

.menu-navigation-dropdown-menu li a {
    display: block;
    padding: 14px 22px;

    color: #333;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;

    transition:
        background .3s ease,
        color .3s ease,
        padding-left .3s ease;
}

.menu-navigation-dropdown-menu li a:hover {
    background: linear-gradient(90deg,
            rgba(59, 102, 53, .08),
            rgba(45, 101, 136, .08));

    color: #2d6588;
    padding-left: 28px;
}

/* =========================
   CTA BUTTON
========================= */

.menu-navigation-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0;
    background: #0a2342;
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.menu-navigation-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(45, 101, 136, .25);
}

/* =========================
   SMOOTH DROPDOWN DELAY FIX
========================= */

.menu-navigation-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 20px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {

    .menu-navigation-links {
        gap: 22px;
    }

    .menu-navigation-item>a {
        font-size: 14px;
    }

    .menu-navigation-btn {
        padding: 12px 20px;
        font-size: 13px;
    }
}

footer ul li a:hover {
    font-size: 15px;
    color: #3b6636;
}

.payment-icons {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 12px;
    margin-top: 15px;
}

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

.payment-item svg {
    display: block;
    width: 60px;
    height: auto;
}


.copy {
    background: #2d6587;
    padding: 15px 0;
    color: #fff;
}

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

.copy p {
    margin: 0;
    color: #fff;
}

.copy p a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

/* social */
.social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

.social li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(10 35 66);
    color: #fff;
    transition: 0.3s ease;
}

.social li a:hover {
    background: #396643;
    color: #2d6587;
}








/* ============================================== */

.portfolio-showcase {
    position: relative;
    overflow: hidden;
    padding: 170px 0;
    display: flex;
    align-items: center;
}

.bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(#fff 5%, #0000);
    /* backdrop-filter: blur(2px); */
    z-index: 2;
}

.portfolio-showcase .container {
    position: relative;
    z-index: 3;
    max-width: 2400px;
}

.portfolio-head {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 80px;
}

.portfolio-head h2 {
    font-size: 58px;
    font-weight: 800;
    color: #070709;
    margin-bottom: 20px;
}

.portfolio-head p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
}

.books-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}

.books-track {
    display: flex;
    width: fit-content;
    animation: booksScroll 30s linear infinite;
}

.books-slider:hover .books-track {
    animation-play-state: paused;
}

.book-card {
    flex: 0 0 auto;
    width: 650px;
    margin: 0 15px;
    transition: 0.3s ease;
}

.book-card img {
    width: 100%;
    display: block;
    transition: 0.3s ease;
}

.book-card:hover {
    transform: translateY(-8px) scale(1.03);
}

@keyframes booksScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .book-card {
        width: 150px;
        margin: 0 10px;
    }
}



.partners {
    padding: 10px 0;
    background: linear-gradient(145deg, #3b6635, #2d6588);
}

.logo-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.logo-track {
    display: flex;
    width: max-content;
    animation: scrollLogos 25s linear infinite;
}

.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

.logo-item {
    flex: 0 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    max-height: 185px;
    width: auto;
    object-fit: contain;
    transition: .3s;
}

.logo-item img:hover {
    transform: scale(1.08);
}

@keyframes scrollLogos {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media(max-width:768px) {
    .logo-item {
        padding: 0 15px;
    }

    .logo-item img {
        max-height: 50px;
    }
}

.btn-transparent1 {
    color: #ffffff;
    border-color: #ffffff;
}








.our-testimonial {
    background: url("../images/tes-bg.webp") no-repeat;
    width: 100%;
    background-size: cover;
    text-align: center;
    padding: 80px 0 50px;
}

h2.heading span {
    color: #ffffff;
}

.our-testimonial .quote {
    margin-top: 20px;
    margin-bottom: 30px;
}

.testimonial-slider {
    width: 80%;
    margin: auto;
    position: relative;
    min-height: 150px;
}

.testimonial-item {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .6s ease;
}

.testimonial-item.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.testimonial-item p {
    font-size: 20px;
    font-style: italic;
    line-height: 32px;
    padding: 0 100px;
    color: #fff;
}

.testimonial-item h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    padding: 0 50px;
    margin-bottom: 50px;
    color: #fff;
}

.testimonial-item h4:before {
    content: '';
    background: url("../images/tes-h4-before.webp") no-repeat;
    width: 29px;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: 8px;
}

.testimonial-item h4:after {
    content: '';
    background: url("../images/tes-h4-after.webp") no-repeat;
    width: 29px;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 8px;
}

@media(max-width:768px) {
    .testimonial-slider {
        width: 95%;
        min-height: 350px;
    }

    .testimonial-item p {
        padding: 0 15px;
        font-size: 16px;
        line-height: 28px;
    }

}



@media(max-width:1440px) {
    .book-card {
        width: 350px;
    }
}

@media(max-width:1024px) {
    img.typw-img {
        top: 181px;
        width: 279px;
    }
}