@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);

/* Hover Start ================================*/
a:hover,
a:focus,
button:hover,
button:focus {
    outline: none !important;
    text-decoration: none !important;
    transition: auto;
    color: #434343;
}

.primary-color {
    color: #F5C400;
    display: contents;
}

section {
    padding: 40px 0;
    position: relative;
    clear: both;
    scroll-behavior: smooth !important;
}
/* Poooosition fixed============================================================ */
header {
    background: transparent;
    position: relative;
    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, #4a4a4a 0%, #1a1a1a 100%)!important;
    transition: all 0.3s ease-in-out;
    animation: header-animation 1s;
    box-shadow: 0 2px 5px #1a1a1a;
}

@keyframes header-animation {
    0% {
        transform: translateY(-106px);
    }
    100% {
        transform: translateY(0);
    }
}
/* Poooosition fixed============================================================ */
h1,
h2,
h3,
h4,
h5,
h6,
a,
btn {
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
}

p,
ul li,
ul li a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 17px;
    margin: 0;
    color: #E6E6E6;
    transition: 0.5s all ease-in;
}

ul li a:hover {
    color: #fff;
}

.noPadding,
ul {
    padding: 0
}
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
}
.main-body {
    position: relative;
    background: url('../images/body.webp') 0 0/cover no-repeat;
    z-index: 1;
  }
  
  .main-body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(50deg, #4a4a4a 10%, #1a1a1a 50%);
    z-index: -1;
    opacity: 0.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?#iefix') 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 {
    color: #fff;
    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;
    color: #fff;
    background: #000
}

.theme_btn::before {
    border-radius: 5;
    background-color: #fff;
    border: 1px solid #000
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.menuSec ul li a:hover:before,
.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: #717171;
    background: #fff
}

.theme_btn1::before {
    border-radius: 5px;
    background-color: #717171
}

.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: none;
}

.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: 50px;
    align-items: center;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0
}

.last-icon::after,
.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: 18px;
    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 ul:after {
    clear: both
}

.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)
}

.blog_Sec .blog_txt h2,
.counter_sec ul li,
.port_Sec .port_txt,
.port_Sec ul li,
.services_sec,
.step-sec h2.head,
.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 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    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 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.03em
}

header .logo_main img {
    width: 90%;
}

.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: .9;
}

.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;
    text-transform: capitalize;
    letter-spacing: -1px;
}
h1 span,h2 span {font-weight: 700;}
.banner_form_wrp .form_main {
    padding: 40px;
    background: #49494975;
    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=text],
.banner_form_wrp .form_main .grp input[type=phone] {
    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
}

.counter_sec ul li h5 p {
    margin: 0;
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    padding: 0 10px 0 0
}

.counter_sec ul li span {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1em
}

h2,.head {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,
.third_fold .slick-active,
.third_fold .slick-slide {
    opacity: 1
}
.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_img img {
    width: 100%
}

.publishing_sec .publish_txt .btnzz {
    display: flex;
    gap: 20px;
    margin: 40px 0 0
}

.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: #fff;
    background: #7171713d;
    transition: 250ms;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer
}
.reviews_Sec {
    /* background: #373737; */
    padding: 60px 0;
}
.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 img {
    margin: 0 0 20px
}

.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;
    width: 70%;
}

.last_strip .lft p,
.last_strip .rght a {
    font-size: 18px;
    line-height: 32.4px;
    color: #fff
}

.best_selling,
.first_pack .pack_txt,
.first_pack td,
.inner_banner,
.new_bann_sty,
.package_Sec,
.step-sec ul li h5,
.step-sec ul li h6,
.team_sec,
.value_sec {
    text-align: center
}

.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: #fff;
    background: linear-gradient(82deg, #4a4a4a 0, #3a3a3a 50%);
    border-radius: 0;
}
.faqs_wrp .accordion-item {
    border: 0;
    border-bottom: 1px solid #f4f4f4;
    border-radius: 0;
    background: none;
}
.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: #fff;
    line-height: 28px;
    font-size: 16px;
    margin: 0
}
.faqs_wrp .accordion .accordion-body{
    background: linear-gradient(82deg, #4a4a4a 0, #3a3a3a 50%);
}
.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,
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: 0px 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;
    filter: grayscale(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: #000;
    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%
}

.unique_Sec .unique_txt .btnzz a.theme_btn1 {
    border: 1px solid #000;
    padding: 11px 25px
}

.award_Sec {
    border-bottom: 1px solid #909090;
}

.address_Sec,
.first_pack,
.package_Sec {
    padding: 60px 0
}
.award_Sec .award_txt h4 {
    color: #909090;
    font-size: 27px;
}

.award_Sec ul {
    display: flex;
    margin: 0;
    justify-content: right;
    gap: 20px
}

.award_Sec ul li img {
    width: 90%
}

.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
}

.video_sec:before {
    content: "";
    background: #21212129
}

.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 input {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #717171
}

.contact_body .detail_cont .form_contact .grp textarea {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #717171;
    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(0.4)  grayscale(1);
    transition: 0.5s ease-in-all;
}

.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 .pack_txt {
    margin: 0 0 60px
}

.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
}

.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 {
    text-align: center;
    position: relative;
    padding: 60px 0
}

.publishing-icons h6 {
    color: #fff;
    line-height: 21px;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize
}
.privacy_policy h3 {
    font-size: 22px;
    padding: 10px 0;
    color: #fff;
}
/* .list-item li {
    display: inline-block;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    list-style: disc !important;
    margin-left: 20px;
    position: relative;
}

.list-item li::before {
    width: 10px;
    height: 10px;
    top: 7px;
    left: -15px;
    background: #191919;
    position: absolute;
    content: "";
    border-radius: 10px;
} */

/*  */
.book-box {
    border-radius: 15px;
    background: #68686882;
    height: 390px;
    padding: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: .5s;
    text-align: center;
}
.book-box:hover {
    transform: scale(1.05);
}.book-box h3 {
    font-size: 20px;
    text-transform: capitalize;
    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;
  }
  .benefits ul li {display: inline-block;}

.benefits ul li img {
    max-width: 70%;
}

.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%;
    /* background: linear-gradient(0deg, #ffffff00 0, #ffffff 100%); */
    z-index: -1;
    opacity: 0.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 a {
  font-size: 15px;
}
.chota_fnt,.chota_fnt a {
  font-size: 12px;
  color: #fff;
  line-height: 14px;
  padding: 0px 10px 10px;
}
/*  */
.logos-silder,.logos-dist,.award_Sec {
    display: none;
}