@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "LostaMasta-Regular";
  src: url(../fonts/LostaMasta-Regular.ttf);
}

@font-face {
  font-family: "LostaMasta-Bold";
  src: url(../fonts/LostaMasta-Bold.ttf);
}

@font-face {
  font-family: "LostaMasta-Medium";
  src: url(../fonts/LostaMasta-Medium.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "LostaMasta-Medium";
  text-transform: capitalize;
}

ul,
li,
p {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
}

body {
  overflow-x: hidden;
  background: #fff;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
  font-family: "Manrope", sans-serif;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #1b1f2e;
  border: 1px solid #fff;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.heading-one {
  font-size: 74px;
  line-height: 80px;
}

.heading-two {
  font-size: 60px;
  line-height: 66px;
}

.heading-three {
  font-size: 30px;
  line-height: 36px;
}

.heading-four {
  font-size: 21px;
  line-height: 33px;
}

.heading-five {
  font-size: 20px;
  line-height: 28px;
}

.heading-six {
  font-size: 16px;
  line-height: 26px;
}

.heading-seven {
  font-size: 18px;
  line-height: 24px;
}

p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 10px;
}

li {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 5px;
}

section {
  padding: 40px 0;
  position: relative;
  clear: both;
  scroll-behavior: smooth !important;
}

/* Poooosition fixed============================================================ */
header {
  background: #e5e5e5;
  position: relative;
  z-index: 9;
}

.sticky-nav-bar {
  position: fixed;
  top: 0;
  padding: 10px 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #e5e5e5 !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============================================================ */

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

.centerCol,
.menuSec li:hover li {
  float: none;
}

.droopdwon li:hover > ul,
.menuSec li:hover > ul {
  background-color: #1c1c1c;
  text-align: left;
  z-index: 1000;
}

body,
html {
  overflow-x: hidden;
}

.main-body {
  position: relative;
  z-index: 1;
}

.main-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1c1c1c;
  z-index: -1;
}

.publishing_sec .publish_img img,
.uni_img img {
  animation: 15s linear infinite newshake;
}

.first_pack td,
.first_pack th {
  vertical-align: middle;
}

a {
}

a:hover {
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.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: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.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;
}

.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;
  margin: 0 5px 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  overflow: hidden;
  position: relative;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.theme_btn {
  border-radius: 0;
  color: #fff;
  background: #ff0000;
  border: 0;
}

.theme_btn::before {
  border-radius: 0;
  background-color: #1f1f1f;
  border: 1px solid #f60000;
}

.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: 0;
  color: #1f1f1f;
  background: #fff;
}

.theme_btn1::before {
  border-radius: 0;
  background-color: #1f1f1f;
}

.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: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.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: 600;
  line-height: 27px;
  color: #1c1c1c;
}

.menuSec ul li a:after {
  content: "";
  position: absolute;
  top: 22px;
  right: -30px;
  width: 1px;
  height: 15px;
  background-color: #1c1c1c;
}

.menuSec ul li a.active,
.menuSec ul li a:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  color: #1f1f1f;
}

.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: #1c1c1c !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: 0.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: 0.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, 0.15);
  border-radius: 0.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, 0.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, 0.6);
  color: #fff;
}

.carousel-control.left .fa,
.carousel-control.right .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.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, 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: #1c1c1c;
  padding: 7px 28px;
}

.tab_sec .nav-tabs {
  border: none;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.sec2_inner {
  width: 100%;
  overflow: hidden;
}

.sec2_inner .content {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sec2_slider_rtl {
  background: #d51c2e;
  padding: 18px 0;
}

.sec2_slider_rtl .box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
}

.sec2_slider_rtl .box p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
  letter-spacing: 0.3px;
}

.sec2_slider_rtl .box span {
  color: #fff;
  font-size: 42px;
  line-height: 1;
  transform: translateY(2px);
}

/* optional logo layer if you use it later */
.sec2_inner .sec_logo {
  width: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0.08;
}

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: #1c1c1c;
  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: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

header .logo_main img {
  width: 250px;
  min-height: 120px;
  max-height: 120px;
  object-fit: contain;
  object-position: center;
}

.logos-silder img {
  max-width: 70%;
}

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

.head_btnss a.text-white i {
  margin: 0 5px 0;
}

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

.banner_main::before {
  content: "";
  background: #1c1c1c;
  z-index: 1;
  opacity: 0.5;
}

.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: 60px;
  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: #000;
  box-shadow: 20px 30px 50px 20px #1c1c1c;
  border-radius: 12px;
  width: 80%;
  margin: 0 0 0 auto !important;
}

.banner_form_wrp .form_main h6 {
  font-size: 26px;
  padding-bottom: 20px;
  color: #fff;
}

.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 5px;
}

.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 #fff;
  background: transparent;
  width: 100%;
  color: #fff;
  height: 50px;
  margin: 0 0 8px;
  border-radius: 0;
  padding: 10px 20px;
  font-family: "Manrope", sans-serif;
}

.banner_form_wrp .form_main .grp textarea,
.bottom_form .bottom_wrp .grp textarea {
  border: 1px solid #fff;
  width: 100%;
  background: transparent;
  height: 100px;
  border-radius: 0;
  padding: 10px 20px;
  color: #fff;
  resize: none;
  font-family: "Manrope", sans-serif;
}

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

.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-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}

h2,
.head {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
}

p {
  color: #fff;
}

.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: -0.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 p {
  color: #fff;
}

.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: -0.03em;
  color: #fff;
}

.third_fold .peekk .itmz .right_txtt p {
  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: 0;
  color: #1c1c1c;
  background: #fafafa;
  transition: 250ms;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.reviews_Sec {
  background: #1f1f1f;
  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 h6 {
  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: -0.03em;
  color: #fff;
  line-height: 30px;
}

.reviews_Sec .testi .l_review p {
  margin: 15px 0;
  font-size: 18px;
}

.reviews_Sec .testi .r_review img {
  width: 500px !important;
  height: auto;
  object-fit: contain;
  object-position: center;
}

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

.l_review {
  padding: 20px 20px;
  margin: 50px 0 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-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  color: #1f1f1f;
}

.blog_Sec ul li h5 {
  font-size: 26px;
  font-weight: 400;
  line-height: 31.2px;
  letter-spacing: -0.05em;
  margin: 20px 0;
  color: #191919;
}

.blog_Sec ul li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: -0.03em;
}

.blog_Sec ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #1f1f1f;
}

.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: #000;
  box-shadow: 20px 30px 50px 20px #1c1c1c;
  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-size: 18px;
  font-weight: 400;
  color: #fff;
  background: #1f1f1f;
  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: 50px 0;
  background: url(../images/footer-img.webp);
  overflow: hidden;
  background-size: cover;
  background-position: 50% 30%;
  background-repeat: no-repeat;
}

footer::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: -1;
  background: #1f1f1f;
}

.best_selling .best_txt,
footer .footer_txt {
  margin: 0 0 15px;
}

footer .footer_txt img {
  width: 250px;
  margin: 0;
  padding: 0;
}

footer .f-txt h6 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

footer .f-txt p {
  margin: 0 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 0;
  width: 90%;
}

footer .f-txt ul li {
  padding: 6px 0;
}

footer .f-txt ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

footer .f-txt ul li a i {
  margin: 0 7px 0 0;
}

.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: #1c1c1c;
  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 #1f1f1f;
  background: #1c1c1c;
}

.login_btn {
  padding: 0 0 0 80px;
  display: flex;
}

footer .f-txt .smm_link a {
  font-size: 20px;
  color: #fff;
  padding: 0;
  margin: 0;
}

.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: 0.5s;
  z-index: 1;
  transform: scale(0.95);
}

.port_Sec .port_imgz::before {
  content: "";
  background: #1c1c1c;
  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: 0.5s;
  cursor: pointer;
  z-index: 1;
}

.port_Sec .port_imgz img {
  width: 100%;
  object-fit: contain !important;
  box-shadow: rgb(79 79 79 / 66%) 0 7px 29px 0;
}

.port_Sec .tabs.current {
  display: block;
}

.port_Sec ul li.current {
  background: #ff0000;
  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;
}

.bann_wrprz p {
  color: #fff;
}

.step-sec ul li h6 {
  display: block;
  width: 160px;
  height: 160px;
  line-height: 100px;
  border: 23px solid #1c1c1c;
  border-radius: 50%;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0;
  background: #fff;
  color: #1c1c1c;
}

.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 #1c1c1c;
  padding: 11px 25px;
}

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

.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: 0.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: -0.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 #1c1c1c;
  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 #1f1f1f;
}

.contact_body .detail_cont .form_contact .grp textarea {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #1f1f1f;
  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 #1c1c1c;
  padding: 30px 30px;
  background: #1c1c1c;
}

.address_Sec .add_txt .con_details ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
}

.address_Sec .add_txt .con_details ul li a img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  background: #495057;
  padding: 7px 7px;
  border-radius: 5px;
  filter: invert(1);
}

.address_Sec .add_txt .con_details ul li a p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.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-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  letter-spacing: -0.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-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-weight: 400;
  letter-spacing: -0.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, #1f1f1f, #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: 0.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(0.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: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.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 #1f1f1f;
  position: absolute;
  top: 210px;
}

.icon1:hover {
  transform: scale(0.9);
}

.icon1:hover ~ .icon-content {
  opacity: 1;
  -webkit-animation: 0.5s fadeIn;
  animation: 0.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;
}

.privacy_policy__content p a {
  color: #fff !important;
}

.privacy_policy__content ul li {
  color: #fff !important;
}

.book-box {
  border-radius: 15px;
  background: #ed000e;
  height: 390px;
  margin: 0 10px 15px;
  padding: 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: 0.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%;
  margin: 0 auto;
}

.benefits ul li h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}

.benefits::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.9;
}

.benefits {
  background:
    linear-gradient(175deg, #1c1c1c 0%, #ff0000 100%),
    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 {
  display: none;
}

.slicknav_menu {
  display: none;
}

.form-check-new {
  margin: 10px 0;
  display: flex;
  align-items: start;
}

.form-check-new .form-check-check {
  border: 1px solid #e9e7e7;
  padding: 8px;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  margin: 5px 8px 0 0;
  cursor: pointer;
}

.form-check-new .form-check-label {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
  margin: 0 13px 0;
  font-family: "Manrope", sans-serif;
}

.form-check-new .form-check-label a {
  color: #03a9f4;
  font-weight: 500;
}

.form-check-new.form-check-new-white .form-check-label {
  color: #fff;
}

ul.menu.list-item.pt-3 li,
ul.menu.list-item li {
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.whatsapp-float:hover {
  background-color: #128c7e;
  text-decoration: none;
  transform: scale(1.1);
}

.footer-disclaimer-area p {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  margin: 0 0 10px;
}

ul.footer-social-links {
  margin: 20px 0 !important;
  display: flex !important;
  align-items: center;
}

ul.footer-social-links li {
  margin: 0 7px 0;
}

ul.footer-social-links li a {
  color: #fff;
  font-size: 22px;
  display: block;
  transition: all 0.3s ease-in-out;
}

ul.footer-social-links li a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%)
    hue-rotate(129deg) brightness(102%) contrast(100%) !important;
  width: 16px;
}
