@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
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;
}

.menuSec1 {
  padding: 15px 0;
  background: 0 0;
  background: linear-gradient(180deg, #dd1423 50%, #df2330 100%);
}
.menuSec {
  padding: 15px 0;
  background: 0 0;
 background-color: #f7f3f3 ;
}
.primary-color {
  color: #f5c400;
  display: contents;
}
section {
  padding: 40px 0;
  scroll-behavior: smooth !important;
  background: #212529;
}
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, #1a2566 0, #1a2566 100%) !important;
  transition: 0.3s ease-in-out;
  animation: 1s header-animation;
  box-shadow: 0 2px 5px #1a2566;
}
@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: 0.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;
}
.main-body {
  position: relative;
  background: #212529;
  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 {
  white-space: initial;
}
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;
}
@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: -0.03em;
  text-transform: uppercase;
}
.theme_btn {
  border: unset;
  border-radius: 5px;
  background: #112667;
}
.theme_btn::before {
  border-radius: 5;
  /* background-color: #202464; */
  /* border: 1px solid #212565; */
  /* color: #ffff; */
}
.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: #ffffff;
  background: #dd2834;
}
.theme_btn1::before {
  border-radius: 5px;
  background-color: #000000;
}
.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;
  background: linear-gradient(170deg, #ffffff 0, #ffffff 100%) !important;
}
.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: #000000;
}
.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: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  color: #000000;
}
.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: 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);
}
.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: -0.03em;
}
.award_Sec ul li img,
header .logo_main img {
  width: 90%;
}
.benefits ul li img,
.logos-silder img {
  max-width: 70%;
  /* filter: grayscale(1); */
}
.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/main-banner.webp) center/cover no-repeat;
  padding: 100px 0;
  position: relative;
}
.banner_main::before {
  content: "";
  /* background: #1d1d1d; */
  z-index: 1;
  opacity: 0.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: 60px;
  font-weight: 500;
  color: #fff;
  font-size: 50px;
  letter-spacing: -1px;
}
h1 span,
h2 span {
  /* font-weight: 700; */
}
.banner_form_wrp .form_main {
  padding: 20px;
  background: #ffffff;
  box-shadow: 20px 30px 50px 20px #0000000d;
  border-radius: 20px;
  width: 80%;
  margin: auto;
}
.banner_form_wrp .form_main h6 {
  font-size: 26px;
  padding-bottom: 20px;
  color: #000000;
}
.banner_form_wrp .form_main .grp input[type="phone"],
.banner_form_wrp .form_main .grp input[type="text"] {
  width: 100%;
  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 #d5d4d4;
  background: #ffffff;
  width: 100%;
  color: #000000;
  height: 50px;
  border-radius: 5px;
  padding: 10px 20px;
}
.banner_form_wrp .form_main .grp textarea,
.bottom_form .bottom_wrp .grp textarea {
  border: 1px solid #c4c4c4;
  width: 100%;
  background: #ffffff;
  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: 0.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: -0.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;
}
.faqs_wrp .accordion .accordion-body,
.faqs_wrp .accordion .accordion-button {
  background: #68686882;
}
.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: -0.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 .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: -0.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: -0.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: -0.03em;
}
.blog_Sec ul li a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.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;
}
.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;
  border-radius: 0;
}
.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: #fff;
  line-height: 28px;
  font-size: 16px;
  margin: 0;
}
.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: 0.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: 0.5s;
  z-index: 1;
  /* filter: grayscale(1); */
  transform: scale(0.95);
}
.port_Sec .port_imgz::before {
  content: "";
  background: #656060;
  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: cover;
  box-shadow: rgb(79 79 79 / 66%) 0 7px 29px 0;
}
.port_Sec .tabs.current {
  display: block;
}
.port_Sec ul li.current {
  background: #d4353a;
  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: 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;
}
.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 #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: -0.02em;
  color: #000;
}
.add_detail.map {
  filter: brightness(0.4) grayscale(1);
  transition: ease-in-all 0.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: -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-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: -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 .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: 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 #717171;
  position: absolute;
  top: 210px;
}
.book-box,
.publishing-icons {
  position: relative;
  text-align: center;
}
.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 {
  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;
}
.book-box {
  border-radius: 15px;
  background: #d4353a;
  height: 450px;
  padding: 20px;
  cursor: pointer;
  z-index: 1;
  transition: 0.5s;
}
.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;
}
.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: 0.9;
}
.benefits {
  background: url(../images/white-pat.webp) 0 0 / cover no-repeat;
  z-index: 1;
  background-position: center;
}
.lp-publishing-benefits .book-box {
  height: 330px;
}
.lp-publishing-benefits img {
  width: 30% !important;
}
.chota_fnt,
.chota_fnt a {
  font-size: 12px;
  color: #000000;
  line-height: 14px;
  padding: 0 10px 10px;
}
/* .graish {
  width: 79%;
  filter: grayscale(1);
  height: 70%;
} */
.Floating { 
    animation: float 6s ease-in-out infinite;
} 



.form-wraper  { 
    border: 15px solid #c30a2c; 
    border-radius: 25px; 
    position: relative; 
    z-index: 1; 
    width: 95%; 
    float: right;
} 

.our-banner .form-wraper::after { 
    content: ''; 
    width: 150px; 
    height: 150px; 
    background: #028969; 
    position: absolute; 
    right: -26px; 
    top: -35px; 
    border-radius: 0 60px 0 0; 
    z-index: -1;
} 

.form-wraper .text  { 
    background: #f0f1f3; 
    border: 4px solid #fff; 
    border-radius: 10px;
} 



.form-wraper h4  { 
    text-align: center; 
    background: #002768; 
    color: white; 
    font-weight: 400; 
    padding: 15px 0 29px; 
    font-size: 22px; 
    margin: 0; 
    border: solid 3px #c30a2c; 
    border-radius: 10px;
} 


.form-wraper h5  { 
    background: #c30a2c; 
    padding: 10px 0; 
    color: #fff; 
    text-align: center; 
    font-size: 27px; 
    font-weight: 500; 
    width: 92%; 
    margin: auto; 
    margin-top: -20px; 
    margin-bottom: 10px; 
    border-radius: 0px 25px;
} 

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

.form-wraper form  { 
    padding: 10px 20px;
} 

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

span {
    /* vertical-align: baseline; */
} 

.blinking-text { 
    font-weight: bold; 
    color: #002768; 
    animation: blink 1s infinite;
} 

.form-wraper h5 span  { 
    color: #ffffff; 
    font-weight: 800; 
    vertical-align: text-top;
} 

input { 
    margin: 0; 
    font-family: "Poppins", sans-serif !important; 
    font-size: inherit; 
    line-height: inherit;
} 

input { 
    overflow: visible;
} 

.form-control { 
    display: block; 
    width: 100%; 
    padding: .375rem .75rem; 
    font-size: 1rem; 
    line-height: 1.5; 
    color: #495057; 
    background-color: #fff; 
    background-clip: padding-box; 
    border: 1px solid #ced4da; 
    border-radius: .25rem; 
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} 

.form-wraper .form-control  { 
    font-size: 14px; 
    margin: 0 0 10px; 
    height: 40px;
} 


.form-wraper textarea.form-control  { 
    height: 100px;
} 




.form-wraper .btn  { 
    width: 100%;
} 



@keyframes float { 
  0%, 100% {  
      transform: translateY(0); 
      transform: translateY(0px); 
  }  
  50% {  
      transform: translateY(-15px); 
      transform: translateY(-15px); 
  }  

} 
@keyframes blink { 
  0%, 100% {  
      color: #002768; 
      color: #002768; 
  }  
  50% {  
      color: white; 
      color: white; 
  }  

} 
.banner-form button {
  width: 100%;
  background-color: #002768;
  padding: 10px;
  color: #fff;
}
.banner-form button:hover {
 
  color: #fff !important;
}
/* modal form css start here */

.modal-content {
  border-radius: 10px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  background: transparent;
  position: relative;
  border: none;
}

.modal-header {
  background-color: #0f4d36 !important;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  /* border-radius: 20px; */
  border-top: 5px solid #e2a91a;
}

.modal-body {
  /* padding: 30px; */
  /* background: linear-gradient(43deg, #868686 0%, #464646 99%); */
  border-radius: 20px;
  padding-top: 35px;
}

.modal-footer {
  /* border-top: 1px solid #ddd; */
  padding: 10px;
  background: linear-gradient(43deg, #bd7d03 0%, #ffca2c 99%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  background: #112667;
  margin-bottom: 10px;
  border-radius: 20px;
}

.form-control {
  border-radius: 20px;
  padding: 12px;
  margin-bottom: 15px;
}

.btn-primary {
  background-color: #112667;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: bold;
  width: 100%;
  transition: background-color 0.3s;
}

.modal-footer .btn-secondary {
  background-color: #f0f0f0;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: bold;
}

.modal-footer .btn-secondary:hover {
  background-color: #ccc;
}
.modal_img {
  position: absolute;
  content: "";
  width: 147px;
  height: 109px;
  top: -22px;
  left: -105px;
  z-index: 99;
}
.floating-form form textarea {
  border-radius: 20px;
}
.btn-2_fff {
  color: #fff !important;
}
.help-wrap .box-wrap ul li .txtwrp.divtxt {
  position: relative;
  /* transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important; */
  margin: 0px 0 0;
  /* background: #0e163f; */
  position: relative;
  z-index: 10;
  color: #fff;
}
.footer_links a {
  font-size: 20px;
}

.footer_pir {
  text-align: right;
}
.thank-you {
  padding: 100px 0;
}

.thank-you .thank-you-img {
  margin: 20px auto 20px;
  display: table;
  margin-top: 50px;
}
.mobile-nav nav {
  display: block;
}
.mobile-nav.nav-closed nav {
  display: none;
}
.close-nav {
  background: #eeb521;
  border: none;
  font-size: 30px;
  position: absolute;
  top: 11px;
  right: 10px;
  cursor: pointer;
  color: #0f4d36;
  line-height: 20px;
  width: 30px;
  height: 30px;
  font-weight: 700;
}

.close-nav:hover {
  color: #ccc;
}
nav svg:not(:host).svg-inline--fa,
nav svg:not(:root).svg-inline--fa {
  float: right;
}

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




/* Cookies */
#cookie-banner {
  position: fixed;
  bottom: 2px;
  left: 50%;
  width: auto;
  background: #222222fa;
  color: #fff;
  padding: 14px 40px 14px 14px;
  font-size: 14px;
  text-align: center;
  z-index: 9999;
  transform: translateX(-50%);
}
#cookie-banner p {
  font-size: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #fff;
}
#cookie-banner a {
  text-decoration: underline;
  color: #ca8c0b;
}

#cookie-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}
/* Cookies */

button.close {
  padding: 0;
  color: #000000;
  background-color: #ffffff;
  border: 0;
  -webkit-appearance: none;
  position: absolute;
  z-index: 99;
  right: 0px;
  /* width: 30%; */
  font-size: 25px;
  top: -3px;
  border-radius: 50%;
  padding: 4px;
  width: 35px;
  height: 35px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    background: #101010b5;
}

#cookie-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);

  opacity: 1;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

#cookie-footer.hide {
  opacity: 0;
  transform: translateY(100%);
}

.cookie-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cookie-buttons label {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}

.cookie-buttons button {
  background: #00d9d2;
  border: none;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: bold;
}

.custom-cookie-bar {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #1e1e1e;
  color: #fff;
  width: 90%;
  max-width: 900px;
  padding: 15px 20px;
  border-radius: 6px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  z-index: 9999;
  font-family: Arial, sans-serif;
}

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

.cookie-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-content a {
  color: #c40511;
  text-decoration: none;
}

.cookie-content a:hover {
  text-decoration: underline;
}

.cookie-close {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}

.cookie-close:hover {
  background: #c40511;
  border-color: #c40511;
  color: #000;
}
#cookieBar {
  display: none;
}
.menuSec1{
    width:100%;
    background:#c40000;
    overflow:hidden;
    padding:10px 0;
}

.ticker{
    white-space: nowrap;
    overflow: hidden;
}

.ticker span{
    display:inline-block;
    padding-left:100%;
    color:#fff;
    font-size:16px;
    font-weight:600;
    animation:tickerMove 15s linear infinite;
}

@keyframes tickerMove{
    0%{ transform: translateX(0); }
    100%{ transform: translateX(-100%); }
}


/* Gradient overlay */
.graish {
  
width: 100%;
  
/* filter: grayscale(1); */
  
height: 60%;
}

.sf-box {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    color: #fff;
}

.sf-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.sf-input {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: none;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 15px;
}

.sf-input::placeholder {
    color: #ddd;
}

.sf-textarea {
    height: 100px;
    resize: none;
}

.sf-check {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    margin-bottom: 20px;
}

.sf-check input {
    margin-right: 8px;
    margin-top: 3px;
}

.sf-btn {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.sf-btn:hover {
    background: #222;
}

.fa-angle-down:before {
    content: "\f107";
}
.form-btn{
  background-color: #d4353a !important;
  width: 100% !important;
}
.form-get-quote input::placeholder,
.form-get-quote textarea::placeholder {
    color: #000 !important;
    opacity: 1;
}
.services-section {
            background-color: #fdfaf8;
            position: relative;
            overflow: hidden;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        .services-sub-heading {
            color: #b33939;
            font-size: 0.85rem;
            font-weight: 700;
            letter-spacing: 1px;
        }

        .services-main-heading {
            color: #111;
            font-weight: 800;
            /* font-size: 2.2rem; */
        }

        .services-desc {
            color: #555;
            /* font-size: 18px; */
            max-width: 600px;
        }

        .service-card {
            background: #ffffff;
            border: 1px solid #f2dede;
            border-radius: 12px;
            padding: 24px;
            position: relative;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(179, 57, 57, 0.03);
            height: 100%;
        }

        .service-card:hover {
            box-shadow: 0 6px 20px rgba(179, 57, 57, 0.08);
            transform: translateY(-3px);
        }

        .service-icon {
            width: 50px;
            height: 50px;
            background-color: #b33939;
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            flex-shrink: 0;
        }

        .service-title {
            /* font-size: 1.05rem; */
            font-weight: 700;
            color: #222;
            margin-bottom: 6px;
        }

        .service-text {
            /* font-size: 0.85rem; */
            color: #666;
            margin-bottom: 0;
            line-height: 1.4;
        }

        .service-arrow {
            position: absolute;
            bottom: 18px;
            right: 20px;
            color: #b33939;
            font-size: 0.9rem;
            font-weight: bold;
        }
        .how-it-works-section {
            background: linear-gradient(rgba(18, 18, 18, 0.88), rgba(18, 18, 18, 0.88)), 
                        url('https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover;
            color: #ffffff;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            position: relative;
            overflow: hidden;
        }

        .how-sub-heading {
            color: #b33939;
            /* font-size: 0.85rem; */
            font-weight: 700;
            letter-spacing: 1px;
        }

        .how-main-heading {
            color: #ffffff;
            /* font-weight: 800; */
            /* font-size: 2.2rem; */
        }

        .how-desc {
            color: #ccc;
            /* font-size: 0.95rem; */
        }

        /* Flex Container for Steps */
        .steps-flex-container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 20px;
        }

        .step-box {
            flex: 1;
            min-width: 140px;
            max-width: 170px;
            text-align: center;
        }

        .step-circle {
            width: 75px;
            height: 75px;
            background-color: #b33939;
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            margin: 0 auto;
            box-shadow: 0 4px 20px rgba(179, 57, 57, 0.4);
            transition: transform 0.3s ease;
        }

        .step-circle:hover {
            transform: scale(1.05);
        }

        .step-arrow-box {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 75px; /* Matches circle height for alignment */
            color: #888;
            font-size: 1.1rem;
            flex-shrink: 0;
        }

        .step-title {
            /* font-size: 0.85rem; */
            font-weight: 600;
            color: #fff;
            text-align: center;
            line-height: 1.3;
            margin-top: 15px;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1199.98px) {
            .steps-flex-container {
                justify-content: center;
            }
            .step-arrow-box {
                display: none; /* Chhoti screens par arrows hide ho jayenge taaki clutter na ho */
            }
            .step-box {
                max-width: 140px;
            }
        }

        @media (max-width: 767.98px) {
            .step-box {
                flex: 0 0 45%; /* Mobile par 2 items per row */
                max-width: none;
                margin-bottom: 20px;
            }
        }

        @media (max-width: 480px) {
            .step-box {
                flex: 0 0 100%; /* Bahot choti screen par 1 item per row */
            }
        }
        .testimonials-section {
            /* Background image with a light soft tint overlay */
            background: linear-gradient(rgba(252, 246, 244, 0.432), rgba(252, 246, 244, 0.432)), 
                        url('../images/testimonial banner.webp') no-repeat right center/cover;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            position: relative;
            overflow: hidden;
            padding: 90px 0;
        }

        .testimonial-sub-heading {
            color: #b33939;
            font-size: 0.85rem;
            font-weight: 700;
            letter-spacing: 1px;
        }

        .testimonial-main-heading {
            color: #111;
            font-weight: 800;
            font-size: 2.2rem;
            margin-bottom: 5px;
        }

        .testimonial-desc {
            color: #555;
            font-size: 0.95rem;
            margin-bottom: 35px;
        }

        /* Slider wrapper spacing */
        .slider-wrapper {
            position: relative;
            padding: 0 10px;
        }

        /* Testimonial Card */
        .testimonial-card-box {
            background: #ffffff;
            border: 1px solid #f2dede;
            border-radius: 12px;
            padding: 35px 30px;
            position: relative;
            box-shadow: 0 4px 20px rgba(179, 57, 57, 0.04);
            transition: opacity 0.4s ease-in-out;
        }

        .client-img {
            width: 75px;
            height: 75px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #b33939;
        }

        .client-quote {
            font-size: 0.95rem;
            color: #444;
            line-height: 1.6;
            font-style: italic;
            margin-bottom: 15px;
        }

        .client-name {
            font-size: 1rem;
            font-weight: 700;
            color: #111;
            margin-bottom: 2px;
        }

        .client-title {
            font-size: 0.8rem;
            color: #777;
            margin-bottom: 8px;
        }

        .rating-stars {
            color: #ffc107;
            font-size: 0.85rem;
        }

        /* Navigation Arrows Spacing */
        .carousel-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
            border: none;
            color: #b33939;
            font-size: 1.4rem;
            cursor: pointer;
            z-index: 10;
            transition: opacity 0.2s;
            outline: none;
            padding: 10px;
        }

        .carousel-arrow:hover {
            opacity: 0.7;
        }

        .carousel-arrow-left {
            left: -40px;
        }

        .carousel-arrow-right {
            right: -40px;
        }

        /* Pagination Dots */
        .carousel-dots {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 25px;
        }

        .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #d1b2b2;
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            padding: 0;
        }

        .dot.active {
            background-color: #b33939;
            width: 22px;
            border-radius: 4px;
        }

        /* Right Stats Box Spacing */
        .stats-box {
            background: url("../images/sec image.webp");
            border: 1px solid #f2dede;
            border-radius: 12px;
            padding: 35px 30px;
            box-shadow: 0 4px 20px rgba(179, 57, 57, 0.04);
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            background-size: cover;
            width: 100%;
            background-position: center;
        }

        .stat-item {
            display: flex;
            align-items: center;
            margin-bottom: 22px;
        }

        .stat-item:last-child {
            margin-bottom: 0;
        }

        .stat-icon {
            width: 50px;
            height: 50px;
            background-color: #fdfaf8;
            border: 1px solid #f2dede;
            color: #b33939;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            margin-right: 18px;
            flex-shrink: 0;
        }

        .stat-number {
            font-size: 1.4rem;
            font-weight: 800;
            color: #ffffff;
            line-height: 1.1;
        }

        .stat-label {
            font-size: 0.85rem;
            color: #ffffff;
            margin-bottom: 0;
        }

        /* Responsive spacing adjustments */
        @media (max-width: 991.98px) {
            .stats-box {
                margin-top: 40px;
                
            }
            .carousel-arrow-left {
                left: -10px;
            }
            .carousel-arrow-right {
                right: -10px;
            }
        }


        .contact-section {
            /* Background image with a dark overlay just like the reference image */
            background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), 
                        url('https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            padding: 90px 0;
            color: #ffffff;
            position: relative;
        }

        .contact-sub-heading {
            color: #b33939;
            /* font-size: 0.85rem; */
            font-weight: 700;
            letter-spacing: 1px;
        }

        .contact-main-heading {
            color: #ffffff;
            /* font-weight: 800; */
            /* font-size: 2.5rem; */
            margin-bottom: 15px;
        }

        .contact-desc {
            color: #cccccc;
            /* font-size: 0.95rem; */
            line-height: 1.6;
            margin-bottom: 40px;
            max-width: 450px;
        }

        /* Contact Info Items */
        .contact-info-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
        }

        .contact-info-item:last-child {
            margin-bottom: 0;
        }

        .contact-icon {
            width: 45px;
            height: 45px;
            background-color: #b33939;
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            margin-right: 18px;
            flex-shrink: 0;
        }

        .contact-label {
            /* font-size: 1rem; */
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 2px;
            text-decoration: none;
        }

        .contact-label:hover {
            color: #ffcccc;
            text-decoration: none;
        }

        .contact-subtext {
            font-size: 0.85rem;
            color: #aaaaaa;
            margin-bottom: 0;
        }

        /* Right Form Card Box */
        .contact-form-box {
            background: #ffffff;
            border-radius: 12px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            color: #333333;
        }

        .form-group label {
            font-size: 0.85rem;
            font-weight: 600;
            color: #333333;
            margin-bottom: 6px;
        }

        .form-group label .required {
            color: #b33939;
        }

        .form-control {
            height: calc(2.25rem + 10px);
            padding: 10px 15px;
            font-size: 0.9rem;
            border: 1px solid #ced4da;
            border-radius: 6px;
            color: #495057;
            background-color: #fff;
        }

        .form-control:focus {
            border-color: #b33939;
            box-shadow: 0 0 0 0.2rem rgba(179, 57, 57, 0.25);
        }

        textarea.form-control {
            height: auto;
            resize: none;
        }

        /* Send Message Button */
        .btn-submit {
            background-color: #b33939;
            border-color: #b33939;
            color: #ffffff;
            font-weight: 600;
            font-size: 0.95rem;
            padding: 12px 20px;
            border-radius: 6px;
            width: 100%;
            transition: background-color 0.2s ease;
        }

        .btn-submit:hover {
            background-color: #962e2e;
            border-color: #962e2e;
            color: #ffffff;
        }

        /* Responsive spacing */
        @media (max-width: 991.98px) {
            .contact-form-box {
                margin-top: 50px;
            }
        }
        .faq-section {
            background-color: #fcf6f4;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            padding: 80px 0;
        }

        .faq-sub-heading {
            color: #b33939;
            /* font-size: 0.85rem; */
            font-weight: 700;
            letter-spacing: 1px;
        }

        .faq-main-heading {
            color: #111;
            /* font-weight: 800; */
            /* font-size: 2.2rem; */
            margin-bottom: 5px;
        }

        .faq-desc {
            color: #555;
            /* font-size: 0.95rem; */
            margin-bottom: 40px;
        }

        .view-all-faqs {
            color: #b33939;
            font-weight: 600;
            font-size: 0.9rem;
            text-decoration: none;
            transition: opacity 0.2s;
        }

        .view-all-faqs:hover {
            color: #962e2e;
            text-decoration: none;
            opacity: 0.8;
        }

        /* Custom Accordion Styling matching reference image */
        .faq-section .accordion {
            display: flex;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

        .faq-section .accordion-column {
            flex: 0 0 50%;
            max-width: 50%;
            padding: 0 15px;
        }

        .faq-section .card {
            background-color: #ffffff;
            border: 1px solid #f2dede;
            border-radius: 8px !important;
            margin-bottom: 15px;
            box-shadow: 0 2px 10px rgba(179, 57, 57, 0.02);
            overflow: hidden;
        }

        .faq-section .card-header {
            background-color: #ffffff;
            border-bottom: none;
            padding: 0;
        }

        .faq-section .accordion-button {
            width: 100%;
            background: transparent;
            border: none;
            text-align: left;
            padding: 16px 20px;
            font-size: 18px;
            font-weight: 600;
            color: #222;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            outline: none;
            box-shadow: none !important;
        }

        .faq-section .accordion-button:not(.collapsed) {
            color: #b33939;
        }

        /* Plus/Minus Icon styling */
        .faq-section .accordion-button::after {
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            /* content: "\2b"; */ /* Plus icon */
            color: #b33939;
            font-size: 0.9rem;
            transition: transform 0.3s ease;
        }

     

        .faq-section .card-body {
            padding: 0 20px 20px 20px;
            color: #555;
            font-size: 18px;
            line-height: 1.6;
            border-top: none;
        }

        /* Responsive */
        @media (max-width: 991.98px) {
            .faq-section .accordion-column {
                flex: 0 0 100%;
                max-width: 100%;
            }
        }
        .cta-banner-section {
            /* Teal gradient background overlay with books image */
            background: linear-gradient(135deg, rgb(10 10 10 / 28%), rgb(3 3 3 / 81%)), url(../images/CTA.webp) no-repeat center center / cover;
            position: relative;
            padding: 90px 0;
            color: #ffffff;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            overflow: hidden;
        }

        /* Diagonal Stripe Pattern Overlay (Right Side Effect) */
        

        .cta-heading {
            font-size: 2.3rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 15px;
            letter-spacing: 0.5px;
        }

        .cta-desc {
            font-size: 1.05rem;
            color: #e0f2f1;
            max-width: 650px;
            margin: 0 auto 35px auto;
            line-height: 1.5;
        }

        .cta-actions {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            /* position: relative; */
            z-index: 2;
        }

        /* Buttons Styling */
        .btn-cta-dark {
            background-color: #d4353a;
            color: #ffffff;
            font-weight: 600;
            font-size: 0.95rem;
            padding: 12px 30px;
            border-radius: 4px;
            border: none;
            transition: all 0.2s ease-in-out;
            text-decoration: none;
        }

        .btn-cta-dark:hover {
            background-color: #1b2f33;
            color: #ffffff;
            text-decoration: none;
            transform: translateY(-2px);
        }

        /* Phone Number Link Style */
        .cta-phone-link {
            color: #ffffff;
            font-size: 1.25rem;
            font-weight: 700;
            text-decoration: none;
            letter-spacing: 1px;
            transition: opacity 0.2s;
        }

        .cta-phone-link:hover {
            color: #e0f2f1;
            text-decoration: none;
            opacity: 0.9;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .cta-heading {
                font-size: 1.7rem;
            }
            .cta-desc {
                font-size: 0.95rem;
            }
            .cta-actions {
                flex-direction: column;
                gap: 15px;
            }
        }
        .custom-modal {
    background: #ffffff !important;
    
}
.custom-input {
    
    border: solid 1px #c4c3c3 !important;
}
.modal-title-box {
    background: #dd2834 !important;
   
}
.submit-btn {
    
    background: #dd2834 !important;
    
}
.cta-banner {
    background: url('../images/CTA-1.webp') no-repeat center center / cover;
    padding: 40px 0;
    position: relative;
}

.cta-content h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

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

.cta-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
    padding: 12px;
}