@import url(../../css2);

header, section {
    position: relative
}

.menuSec ul:after, section {
    clear: both
}

a:focus, a:hover, button:focus, button:hover {
    outline: 0 !important;
    text-decoration: none !important;
    transition: auto;
    color: #434343
}

.primary-color {
    color: #f5c400;
    display: contents
}

section {
    padding: 40px 0;
    scroll-behavior: smooth !important
}

header {
    background: 0 0;
    z-index: 2
}

.sticky-nav-bar {
    position: fixed;
    top: 0;
    padding: 10px 0 !important;
    left: 0;
    width: 100%;
    z-index: 99;
    background: linear-gradient(170deg, #ffffff 0, #ffffff 100%) !important;
    transition: .3s ease-in-out;
    animation: 1s header-animation;
    box-shadow: 0 2px 5px #1a1a1a;
}

@keyframes header-animation {
    0% {
        transform: translateY(-106px)
    }

    100% {
        transform: translateY(0)
    }
}

a, btn, h1, h2, h3, h4, h5, h6 {
    font-family: Poppins;
    font-weight: 600;
    margin: 0
}

header .topSec p, header ul.ctas li a {
    font-weight: 400;
    font-size: 16px;
    color: #000
}

p, ul li, ul li a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
    color: #e6e6e6;
    transition: .5s ease-in
}

.theme_btn, a, ul li a:hover {
    color: #fff
}

.noPadding, ul {
    padding: 0
}

.blog_Sec ul li img, h5, ul {
    margin: 0 0 20px
}

.menuSec ul li a, a, a:focus, a:hover {
    text-decoration: none
}

.centerCol, .menuSec li:hover li {
    float: none
}

.droopdwon li:hover>ul, .menuSec li:hover>ul {
    background-color: #000;
    text-align: left;
    z-index: 1000
}

body, html {
    overflow-x: hidden
}

.text-orange {
    color: #FD5001;
}

.main-body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .9
}

.publishing_sec .publish_img img, .uni_img img {
    animation: 15s linear infinite newshake
}

.first_pack td, .first_pack th {
    vertical-align: middle
}

@font-face {
    font-family: 'Aria Pro';
    src: url('(../fonts/AriaPro-Regular.eot');
    src: local('../fonts/Aria Pro Regular'), local('../fonts/AriaPro-Regular'), url('../fonts/AriaPro-Regular.eot') format('embedded-opentype'), url('../fonts/AriaPro-Regular.woff2') format('woff2'), url('../fonts/AriaPro-Regular.woff') format('woff'), url('../fonts/AriaPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

body {
    word-break: break-word;
    font: 15px/25px Poppins, sans-serif
}

a {
    white-space: initial
}

a:hover {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out
}

img {
    max-width: 100%
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    outline: 0
}

.theme_btn1::before, .theme_btn::before {
    width: 0;
    transition: 950ms;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    z-index: -1
}

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

ul {
    list-style-type: none
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

.noLeft {
    padding-left: 0
}

.menuSec ul li:last-child a, .noRight {
    padding-right: 0
}

.centerCol {
    margin: 0 auto
}

.pt_8 {
    padding-top: 80px
}

.pb_8 {
    padding-bottom: 80px
}

.theme_btn, .theme_btn1 {
    padding: 10px 25px;
    z-index: 1;
    transition: 250ms;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    overflow: hidden;
    position: relative;
    letter-spacing: -.03em;
    text-transform: uppercase
}

.theme_btn {
    border: unset;
    border-radius: 5px;
    background: #FD5001;
}

.theme_btn::before {
    border-radius: 5;
    background-color: #fff;
    border: 1px solid #FD5001;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .menuSec ul li a:hover:before, .publishing_sec .publish_img img, .theme_btn1:hover::before, .theme_btn:hover::before, .writers_sec .writrz_img img, footer .f-txt ul li a:hover:before {
    width: 100%
}

.theme_btn1 {
    border: unset;
    border-radius: 5px;
    color: #000000;
    background: #fff
}

.theme_btn1orange {
    background-color: #FD5001;
    color: #ffffff;
    border: 1px solid #FD5001;
    padding: 10px 25px;
    z-index: 1;
    transition: 250ms;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    letter-spacing: -.03em;
    text-transform: uppercase;
}

.theme_btn1orange:hover {
    background-color: #fd510100;
    color: #FD5001;
    border: 1px solid #FD5001;
}

.theme_btn1::before {
    border-radius: 5px;
    background-color: #FD5001;
}

.menuSec ul li a:hover, .theme_btn1:hover {
    color: #ffff;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center
}

.theme_btn1 i, h4 {
    font-size: 20px
}

select {
    background: url('../images/arrow.webp') right no-repeat #fff;
    padding: 0 40px 0 30px
}

::-webkit-input-placeholder {
    color: #575757
}

::-moz-placeholder {
    color: #575757;
    opacity: 1
}

:-ms-input-placeholder {
    color: #575757
}

:-moz-placeholder {
    color: #575757;
    opacity: 1
}

.menuSec {
    padding: 15px 0;
    background: 0 0
}

.address_Sec .add_txt .con_details ul, .blog_Sec .slick-dots li, .menuSec img, .reviews_Sec .slick-dots li, .third_fold .slick-dots li, footer .f-txt ul {
    margin: 0
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    gap: 25px;
    align-items: center
}

.book-box h3, .publishing-icons h6, h1 {
    text-transform: capitalize
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0
}

.award_Sec, .last-icon::after, .logos-dist, .logos-silder, .menuSec li ul, .menuSec li>ul>li>a:after, .menuSec li>ul>li>a:before, .menuSec ul li:last-child a:after, .port_Sec .tabs {
    display: none
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #959595
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 22px;
    right: -30px;
    width: 1px;
    height: 15px;
    background-color: #404040
}

.menuSec ul li a.active, .menuSec ul li a:hover {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    color: #fff
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    left: 0;
    width: 300px;
    top: 58px;
    box-shadow: rgb(79 79 79 / 66%) 0 7px 29px 0;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 12px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 15px
}

.menuSec li>ul>li, .menuSec li>ul>li>a {
    display: block;
    margin: 0
}

.droopdwon li:hover li a:hover, .menuSec li ul li a:hover {
    background-color: #fff;
    color: #000 !important
}

.menuSec ul ul ul {
    left: 100%;
    top: 0
}

.menuSec ul:after, .menuSec ul:before {
    content: " ";
    display: table
}

.menuSec li>ul>li:hover>ul {
    left: 301px;
    top: 3px;
    width: 270px
}

.menuSec ul li a:before, footer .f-txt ul li a:before {
    width: 0;
    height: 2px;
    bottom: -1px;
    transition: .3s ease-in-out
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    left: 0;
    width: 230px;
    top: 40px
}

.droopdwon {
    float: left
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.banner_main, .banner_main .container, footer {
    z-index: 1
}

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto
}

.carousel-control.left, .carousel-control.right {
    background: rgba(255, 255, 255, .1);
    opacity: 1;
    width: 50px;
    height: 50px;
    top: 40%;
    text-shadow: none
}

.carousel-control.left:hover, .carousel-control.right:hover {
    background: rgba(255, 27, 27, .6);
    color: #fff
}

.carousel-control.left .fa, .carousel-control.right .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: .5
}

.carousel-control.right {
    right: 0
}

.carousel-control.left {
    left: 0
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    border-radius: 20px
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1)
}

.best_selling, .blog_Sec .blog_txt h2, .counter_sec ul li, .first_pack .pack_txt, .first_pack td, .inner_banner, .new_bann_sty, .package_Sec, .port_Sec .port_txt, .port_Sec ul li, .services_sec, .step-sec h2.head, .step-sec ul li h5, .step-sec ul li h6, .team_sec, .value_sec, .writers_sec .writers_txt, header .logo_main {
    text-align: center
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px
}

.banner_main video, .banner_main::before {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0
}

.blog_sec {
    padding: 5% 0
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px
}

header .topSec {
    border-bottom: 1px solid #dfdfdf;
    padding: 7px 0
}

.theme_btn i, .theme_btn img, .theme_btn1 i, header ul.ctas li a i {
    padding: 0 5px 0 0
}

header .topSec p {
    margin: 0;
    padding: 0 0 0 80px
}

header ul.ctas {
    margin: 0;
    display: flex;
    justify-content: end;
    padding: 0 50px 0 0;
    gap: 10px
}

header ul.ctas li a {
    letter-spacing: -.03em
}

.award_Sec ul li img, header .logo_main img {
    width: 90%
}

.benefits ul li img, .logos-silder img {
    max-width: 70%
}

.head_btnss {
    display: flex;
    gap: 15px;
    justify-content: end;
    align-items: center
}

.address_Sec .add_txt .con_details ul li, .middSec {
    padding: 15px 0
}

.banner_main {
    background: url(../images/banner-1.webp) center/cover no-repeat;
    padding: 100px 0;
    position: relative
}

.banner_main::before {
    content: "";
    background: #1d1d1d;
    z-index: 1;
    opacity: .8;
}

.banner_main .container, .bottom_form, .faqs_wrp, .third_fold, .unique_Sec, .unique_Sec .unique_txt, footer, footer .f-txt ul li a {
    position: relative
}

.banner_main video {
    object-fit: cover
}

.banner_main .banner_txt {
    padding: 0 20px 0 0
}

h1 {
    line-height: 46px;
    font-weight: 500;
    color: #fff;
    font-size: 50px;
    letter-spacing: -1px
}

h1 span, h2 span {
    font-weight: 700
}

.banner_form_wrp .form_main {
    padding: 40px;
    background: #494949be;
    box-shadow: 20px 30px 50px 20px #0000000D;
    border-radius: 20px;
    width: 90%;
    margin: auto
}

.banner_form_wrp .form_main h6 {
    font-size: 26px;
    padding-bottom: 20px;
    color: #fff
}

.banner_form_wrp .form_main .grp input[type=phone], .banner_form_wrp .form_main .grp input[type=text] {
    width: 49%;
    display: inline-block;
    margin-right: 2.7px
}

.banner_form_wrp .form_main .grp, .bottom_form .bottom_wrp .grp, .contact_body .detail_cont .form_contact .grp, .contact_body .detail_cont .form_contact h3, .port_Sec .port_txt h2 {
    margin: 0 0 15px
}

.bottom_form .bottom_wrp form {
    width: 90%;
    margin: auto
}

.banner_form_wrp .form_main .grp input, .bottom_form .bottom_wrp .grp input {
    border: 1px solid #717171;
    background: #686868;
    width: 100%;
    color: #fff;
    height: 50px;
    border-radius: 5px;
    padding: 10px 20px
}

.banner_form_wrp .form_main .grp textarea, .bottom_form .bottom_wrp .grp textarea {
    border: 1px solid #717171;
    width: 100%;
    background: #686868;
    height: 100px;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    resize: none
}

.grp input::placeholder, .grp textarea::placeholder {
    color: #fff
}

.banner_form_wrp .form_main button i, .blog_Sec ul li a i {
    padding: 0 0 0 10px
}

.counter_sec {
    padding: 50px 0
}

.counter_sec ul {
    display: flex;
    justify-content: space-between;
    margin: 0
}

.counter_sec ul li h5 {
    margin: 0;
    font-size: 50px;
    font-weight: 600;
    color: #FD5001;
}

.counter_sec ul li h5 p {
    margin: 0;
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    padding: 0 10px 0 0;
    color: #FD5001;
}

.counter_sec ul li span {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1em
}

.head, h2 {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 500
}

.services_sec {
    padding: 40px 0;
    background: #191919
}

.last_strip .rght, .reviews_Sec .review_txt p, .reviews_Sec .slick-dots li button:before, .team_sec .team_txt p {
    color: #fff;
    font-size: 15px
}

.services_sec .servi_txt p, .team_sec .team_single p {
    color: #fff;
    margin: 0
}

.services_sec .servi_txt .item img {
    margin: 0 0 30px
}

.services_sec .servi_txt .item h6 {
    margin: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -.04em;
    color: #fff
}

.blog_Sec .slick-dots li.slick-active button:before, .port_Sec .slick-slide, .services_sec .slick-active, .slick-slide, .third_fold .slick-active, .third_fold .slick-slide {
    opacity: 1
}

.services_sec .slick-slide {
    margin: 0 10px
}

.services_sec .slick-prev {
    left: -70px;
    top: 40%
}

.services_sec .slick-next {
    right: -70px;
    top: 40%
}

.reviews_Sec .slick-prev:before, .services_sec .slick-prev:before, .slick-next:before {
    font-family: FontAwesome;
    font-size: 26px;
    opacity: 1
}

.reviews_Sec .slick-next:before, .services_sec .slick-next:before {
    content: '\f061'
}

.reviews_Sec .slick-prev:before, .services_sec .slick-prev:before {
    content: '\f060'
}

.reviews_Sec .slick-prev, .services_sec .slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #ffff
}

.services_sec .slick-prev:hover, .slick-next:focus, .slick-next:hover, .slick-prev:focus {
    color: transparent;
    outline: 0;
    background: #ffff
}


.publishing_sec .publish_txt .btnzz {
    display: flex;
    gap: 20px;
    margin: 40px 0 0
}

.address_Sec, .first_pack, .package_Sec, .reviews_Sec, .third_fold {
    padding: 60px 0
}

.third_fold .peekk .itmz {
    display: flex;
    align-items: center;
    gap: 40px
}

.third_fold .peekk .itmz .left_txtt {
    width: 35%
}

.third_fold .peekk .itmz .left_txtt img {
    width: 100%;
    height: 350px
}

.third_fold .peekk .itmz .right_txtt {
    width: 65%
}

.third_fold .peekk .itmz .right_txtt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 15px
}

.third_fold .peekk .itmz .right_txtt span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.03em;
    color: #fff
}

.third_fold .peekk .itmz .right_txtt h6 {
    margin: 20px 0 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px
}

.third_fold .slick-dots {
    bottom: -40px
}

.slick-dots li button:before {
    font-size: 12px;
    color: #f4f4f4
}

.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1
}

.unique_Sec {
    padding: 0 0 95px
}

.unique_Sec .unique_txt .btnzz {
    margin: 30px 0 0;
    display: flex;
    gap: 20px
}

.port_Sec .port_txt {
    padding: 0 170px;
    margin: 0 0 30px
}

.port_Sec ul {
    margin: 30px 0;
    display: flex;
    justify-content: space-around
}

.port_Sec ul li {
    padding: 13px 25px;
    border-radius: 5px;
    color: #FD5001;
    background: transparent;
    transition: 250ms;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #FD5001;
}

.reviews_Sec .review_txt {
    margin: 0 0 -40px
}

.reviews_Sec .review_txt h2 {
    color: #fff;
    margin: 0 0 45px
}

.reviews_Sec .testi .l_review img {
    width: 18%;
    margin: 0 0 30px;
    filter: invert(1)
}

.reviews_Sec .testi .l_review h6 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px
}

.reviews_Sec .testi .l_review p, .reviews_Sec .testi .l_review span {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -.03em;
    color: #fff
}

.reviews_Sec .testi .l_review p {
    margin: 50px 0 0
}

.reviews_Sec .testi .r_review img {
    width: 90%;
    margin: 0 auto
}

.reviews_Sec .slick-dots {
    bottom: -20px;
    left: 0;
    right: 0;
    width: auto !important
}

.reviews_Sec .slick-next {
    left: 80px;
    top: -70px
}

.reviews_Sec .slick-prev {
    left: 0;
    top: -70px
}

.reviews_Sec .slick-dotted.slick-slider {
    margin-bottom: 0
}

.blog_Sec {
    padding: 150px 0
}

.blog_Sec .blog_txt {
    margin: 0 0 50px
}

.blog_Sec ul li span {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: #717171
}

.blog_Sec ul li h5 {
    font-family: Aria Pro;
    font-size: 26px;
    font-weight: 400;
    line-height: 31.2px;
    letter-spacing: -.05em;
    margin: 20px 0;
    color: #191919
}

.blog_Sec ul li p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: -.03em
}

.blog_Sec ul li a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .1em;
    color: #717171
}

.blog_Sec .slick-slide {
    opacity: 1;
    margin: 0 10px
}

.blog_Sec .slick-dots {
    bottom: -70px
}

.blog_Sec .slick-dots li button:before {
    font-size: 8px
}

.bottom_form .bottom_wrp {
    padding: 50px;
    background: #434343;
    box-shadow: 20px 30px 50px 20px #00000063;
    position: relative;
    margin: auto;
    border-radius: 20px;
}

.last_strip .lft p, .last_strip .rght a {
    font-size: 18px;
    line-height: 32.4px;
    color: #fff
}

.bottom_form .bottom_wrp button i {
    padding: 0 0 0 5px
}

.faqs_wrp .accordion .accordion-button {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    border-radius: 0
}

.accordion-button:not(.collapsed) {
    background-color: #FD5001 !important;
    color: #ffffff !important;
}

.faqs_wrp .accordion-item {
    border: 0;
    border-bottom: 1px solid #f4f4f4;
    border-radius: 0;
    background: 0 0
}

.faqs_wrp .accordion .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(72deg) brightness(98%) contrast(104%)
}

.faqs_wrp .accordion .accordion-body p {
    color: #000000;
    line-height: 28px;
    font-size: 16px;
    margin: 0;
    text-align: start;
}

.faqs_wrp .accordion .accordion-button:focus {
    border-color: #fff;
    box-shadow: unset
}

footer {
    padding: 100px 0 20px;
    background: url('../images/cur-footer.webp') 0 0/100% 100% no-repeat
}

footer::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .85;
    z-index: -1;
    background: #131313
}

.best_selling .best_txt, .first_pack .pack_txt, footer .footer_txt {
    margin: 0 0 60px
}

footer .footer_txt img {
    width: 25%;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(0px 0px 3px #fff)
}

footer .f-txt h6 {
    color: #fff;
    font-size: 30px;
    font-weight: 600
}

footer .f-txt p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    padding: 0 40px 0 0
}

footer .f-txt ul li {
    padding: 6px 0
}

footer .f-txt ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.brdr {
    width: 100%;
    background: #626262;
    height: 1px;
    padding: 0;
    margin: 70px 0 20px
}

.last_strip {
    display: flex;
    justify-content: space-between
}

.last_strip .lft p {
    margin: 0;
    font-weight: 400
}

.last_strip .rght a {
    margin: 0;
    font-weight: 400;
    padding: 0 5px
}

.menuSec ul li a:before {
    position: absolute;
    content: "";
    background: #ffff;
    left: 0;
    right: 0;
    margin: 0 auto
}

html {
    scroll-behavior: smooth
}

.inner_banner {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #717171
}

.login_btn {
    padding: 0 0 0 80px;
    display: flex
}

footer .f-txt .smm_link a {
    font-size: 25px;
    color: #fff;
    padding: 0 17px
}

.padd_top {
    padding: 70px 0 0
}

@keyframes newshake {
    0%, to {
        transform: translateZ(0)
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(0, 10px, 0)
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(0, 0, 10px)
    }
}

.unique_Sec video {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-size: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

.port_Sec .port_imgz {
    margin: 30px 0;
    position: relative;
    transition: .5s;
    z-index: 1;
    transform: scale(.95)
}

.port_Sec .port_imgz::before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    transition: 1s;
    left: 0;
    right: 0;
    top: 0;
    clip-path: circle(150% at 0 0);
    z-index: 0;
    opacity: 0
}

.port_imgz:hover::before {
    opacity: 0
}

.port_Sec .port_imgz:hover {
    transform: scale(1);
    filter: grayscale(0);
    transition: .5s;
    cursor: pointer;
    z-index: 1
}

.port_Sec .port_imgz img {
    width: 100%;
    object-fit: cover;
    box-shadow: rgb(79 79 79 / 66%) 0 7px 29px 0
}

.port_Sec .tabs.current {
    display: block
}

.port_Sec ul li.current {
    background: #FD5001;
    color: #fff
}

footer .f-txt p a {
    color: #b0b0b0;
    text-decoration: underline
}

footer .f-txt ul li a:before {
    position: absolute;
    content: "";
    background: #b0b0b0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.step-sec {
    padding: 100px 0
}

.step-sec ul {
    display: flex;
    justify-content: center;
    width: 100%
}

.step-sec ul li h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0;
    color: #fff
}

.step-sec ul li:before {
    content: '';
    background-image: url(../images/step-right.webp);
    position: absolute;
    right: -38%;
    bottom: 30%;
    width: 160px;
    height: 133px;
    background-repeat: no-repeat;
    z-index: -9;
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7500%) hue-rotate(211deg) brightness(115%) contrast(88%)
}

.step-sec ul li:nth-child(4):before {
    right: -35% !important
}

.step-sec ul li:nth-child(2n):before {
    transform: rotate(55deg);
    bottom: 38%;
    right: -35%
}

.step-sec ul li:last-child:before {
    content: inherit
}

.step-sec ul li:nth-child(2n) {
    margin: 100px 0 0;
    color: #c46416
}

.step-sec ul li:nth-child(3):before {
    right: -36%;
    transform: rotate(2deg)
}

.step-sec ul li img {
    margin: 20px 0
}

.step-sec ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 17%
}

.servi_banner, .video_sec {
    position: relative;
    align-items: center;
    display: flex
}

.step-sec ul li h6 {
    display: block;
    width: 160px;
    height: 160px;
    line-height: 100px;
    border: 23px solid #000;
    border-radius: 50%;
    font-family: Poppins, sans-serif;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 0;
    background: #fff;
    color: #000
}

.theme_btn:hover img {
    filter: invert(1)
}

.video_sec {
    justify-content: center
}

.video_sec video {
    width: 100%;
    height: 100vh;
    object-fit: cover
}

.video_sec:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #21212129
}

.unique_Sec .unique_txt .btnzz a.theme_btn1 {
    border: 1px solid #000;
    padding: 11px 25px
}

.contact_body .detail_cont .form_contact .grp input, .contact_body .detail_cont .form_contact .grp textarea {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #717171
}

.award_Sec {
    border-bottom: 1px solid #909090
}

.award_Sec .award_txt h4 {
    color: #909090;
    font-size: 27px
}

.award_Sec ul {
    display: flex;
    margin: 0;
    justify-content: right;
    gap: 20px
}

.menuSec ul li a i {
    margin: 0 0 0 5px;
    transition: .3s ease-in-out
}

.menuSec ul li:hover>a>i {
    transform: rotate(180deg)
}

.menuSec ul li>ul>li:hover>a>i {
    transform: rotate(270deg)
}

.publishing_sec.servi_sec img {
    animation: none;
    padding: 0 20px
}

.package_Sec .pack_txt h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: -.02em;
    color: #404040
}

.package_Sec .pack_txt p {
    color: #404040
}

.new_bann_sty {
    position: relative;
    height: 50vh;
    display: flex;
    align-items: center
}

.new_bann_sty .ban_txt_n p {
    color: #fff;
    padding: 0 160px
}

.contact_body .detail_cont h2 {
    margin: 0 0 10px
}

.contact_body .detail_cont .form_contact {
    box-shadow: 20px 30px 50px 20px #0000001A;
    padding: 50px;
    margin: 0 30px 0 0;
    background: #fff
}

.contact_body .detail_cont .form_contact .grp textarea {
    resize: none
}

.contact_body .detail_cont .form_contact .grp button {
    margin: 5px 0 0
}

.address_Sec .add_txt .con_details {
    box-shadow: 20px 30px 50px 20px #0000001A;
    padding: 30px
}

.address_Sec .add_txt .con_details ul li a {
    display: flex;
    align-items: center;
    gap: 30px
}

.address_Sec .add_txt .con_details ul li a img {
    width: 5%;
    filter: invert(1)
}

.address_Sec .add_txt .con_details ul li a p {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 39.6px;
    letter-spacing: -.02em;
    color: #000
}

.add_detail.map {
    filter: brightness(.4) grayscale(1);
    transition: ease-in-all .5s
}

.add_detail.map:hover {
    filter: brightness(1) grayscale(0)
}

.logo_section {
    padding: 40px 0
}

.logo_section ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0
}

.logo_section ul li img {
    width: 75%
}

.writers_sec {
    padding: 60px 0 10px
}

.writers_sec .writrz_img {
    margin: 40px 0 0
}

.value_sec {
    padding: 100px 0 60px
}

.team_sec .team_txt, .value_sec .value_txt {
    margin: 0 0 80px
}

.value_sec .value_bx {
    padding: 10px 30px
}

.value_sec .value_bx img {
    width: 20%;
    margin: 0 0 15px;
    filter: invert(1)
}

.value_sec .value_bx h6 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 10px
}

.value_sec .value_bx p {
    margin: 0;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 32.4px;
    letter-spacing: -.02em;
    text-align: center
}

.midd_bx {
    border-left: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9
}

.team_sec {
    padding: 60px 0;
    background: #191919
}

.team_sec .team_txt h2 {
    color: #fff;
    margin: 0 0 15px
}

.team_sec .team_single img {
    margin: 0 0 40px
}

.team_sec .team_single h6 {
    font-family: Aria Pro;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    color: #fff;
    margin: 0 0 5px
}

.team_single.mar_tp {
    margin: 100px 10px 0
}

.best_selling .best_bx h6 {
    font-size: 22px;
    padding: 15px 0 0;
    color: #fff
}

.best_selling .best_bx p, .best_selling .best_bx span {
    font-family: Poppins;
    font-weight: 400;
    letter-spacing: -.02em
}

.best_selling .best_bx span {
    font-size: 12px;
    color: #fff
}

.best_selling .best_bx p {
    font-size: 14px;
    padding: 20px 0;
    text-align: center
}

.best_selling .best_bx.book-box {
    height: auto
}

.first_pack .w-20 {
    width: 20%
}

.first_pack .w-10 {
    width: 10%
}

.first_pack .w-60 {
    width: 60%
}

.first_pack .w-7 {
    width: 7%
}

.first_pack .w-25 {
    width: 25%
}

.table-responsive td, .table-responsive th {
    text-align: center !important
}

.publishing-icons .icon1 {
    background: linear-gradient(180deg, #717171, #191919);
    border-radius: 50%;
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    cursor: pointer;
    z-index: 9;
    transition: .5s
}

.publishing-icons .icon1::after {
    content: "";
    width: 153px;
    height: 60px;
    position: absolute;
    right: 0;
    left: 115%;
    margin: auto;
    bottom: 0;
    background: url("../images/dot.webp") no-repeat;
    z-index: 0;
    filter: brightness(.1)
}

.publishing-icons .icon1 img {
    width: 40%
}

.publishing-icons h5 {
    font-size: 21px;
    padding-top: 20px;
    font-weight: 700;
    letter-spacing: 0
}

.pub-icons-parent {
    padding-top: 180px
}

.icon-content {
    opacity: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    background: #474747;
    padding: 20px 15px 30px;
    border-radius: 0 30px;
    height: 190px;
    width: 310px;
    text-align: left;
    box-shadow: 1px 0 5px 0 #717171;
    position: absolute;
    top: 210px
}

.book-box, .publishing-icons {
    position: relative;
    text-align: center
}

.icon1:hover {
    transform: scale(.9)
}

.icon1:hover~.icon-content {
    opacity: 1;
    -webkit-animation: .5s fadeIn;
    animation: .5s fadeIn
}

.icon-content p {
    font-size: 14px !important;
    color: #fff;
    line-height: 21px
}

.publishing-icons {
    padding: 60px 0
}

.publishing-icons h6 {
    color: #fff;
    line-height: 21px;
    font-size: 21px;
    font-weight: 600
}

.privacy_policy h3 {
    font-size: 22px;
    padding: 10px 0;
    color: #fff
}


.parent-book-boxes .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.book-box {
    border-radius: 15px;
    border: 2px solid #717171;
    padding: 20px;
    cursor: pointer;
    z-index: 1;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.book-box:hover {
    transform: scale(1.05);
}

.book-box h3 {
    font-size: 20px;
    line-height: 28px;
    padding: 20px 0 5px;
    font-weight: 700;
    text-align: left;
}

.book-box p {
    font-size: 13px;
    padding: 0;
    line-height: 20px;
    text-align: left;
    flex-grow: 1;
}


.benefits ul li {
    display: inline-block
}

.benefits ul li h6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #494949
}

.benefits::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .9
}

.benefits {
    background: url(../images/white-pat.webp) 0 0/cover no-repeat;
    z-index: 1;
}

.lp-publishing-benefits .book-box {
    height: 330px
}

.lp-publishing-benefits img {
    width: 30% !important
}

.chota_fnt, .chota_fnt a {
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    padding: 0 10px 10px
}

.graish {
    width: 79%;
    filter: grayscale(1);
    height: 70%
}

.text-black {
    color: #000000;
}

.parent-book-boxes h2 {
    line-height: 1.4em;
    font-size: 40px;
}

.book-serv-icon {
    width: 100px;
}

.book-box-p {
    border-radius: 15px;
    border: 2px solid #717171;
    padding: 20px;
    cursor: pointer;
    z-index: 1;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.testi {
    height: 400px;
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    gap: 20px;
}

.testi-box {
    border-radius: 15px;
    height: 280px;
    padding: 25px;
    cursor: pointer;
    z-index: 1;
    transition: .5s;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    margin: 20px 0;
}