@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
  border-radius: 10px;
}

html::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background-color: #14213d;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 69%,
    rgba(255, 255, 255, 0.2) 60%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  border-radius: 10px;
}
html {
  overflow-x: hidden;
}
body {
  color: #000;
  line-height: 1.5;
  /*font-family: "Poppins", sans-serif;*/
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

li {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Poppins", sans-serif;*/
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #14213d;
}

a {
  text-decoration: none;
  color: #fff !important;
}

.fs11 {
  font-size: 11px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs25 {
  font-size: 25px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs35 {
  font-size: 35px;
}

.fs40 {
  font-size: 40px;
}

.fs45 {
  font-size: 45px;
}

.fs50 {
  font-size: 50px;
}

.fs60 {
  font-size: 60px;
}

.fs70 {
  font-size: 70px;
}

.fs80 {
  font-size: 80px;
}

.fs90 {
  font-size: 90px;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000 !important;
}

.color-maroon {
  color: #14213d;
}

.color1 {
  color: #333333 !important;
}

.color2 {
  color: #9e9e9e !important;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-grey {
  background: #2f2f2f;
}

.bg-orange {
  background-color: #f90;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 35%,
    transparent 25%,
    transparent 69%,
    rgba(255, 255, 255, 0.2) 80%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 82%,
    transparent
  );
}

.top-bar p a {
  font-weight: 700;
}

.main-nav ul li a.nav-link.maroon-button {
  width: 130px;
  height: 40px;
  line-height: 34px;
  background: #14213d;
  text-align: center;
  transition: 0.5s;
  border-radius: 5px;
  border: 2px solid #14213d;
  display: inline-block;
  margin-right: 0px;
}

.main-nav ul li a.nav-link.maroon-button:hover {
  background: #fca311;
  border: 2px solid #fca311;
  color: #14213d;
}

.buttons-div .maroon-button {
  margin-top: 0 !important;
  vertical-align: top;
}

.button-div .normal-button:hover {
  border: 2px solid #14213d;
  background: #fff;
  color: #14213d !important;
}

.button-div .normal-button {
  background: #14213d;
  text-align: center;
  transition: 0.5s;
  border-radius: 5px;
  border: 2px solid #14213d;
  display: inline-block;
  margin-right: 10px;
  color: #fff !important;
  font-size: 15px;
}

.services-inner .normal-button:hover {
  background: #fca311 !important;
  border: 2px solid #fca311;
}
.bs_img {
  width: 100%;
}
.maroon-button {
  width: 180px;
  height: 55px;
  line-height: 50px;
  background: #14213d;
  text-align: center;
  transition: 0.5s;
  border-radius: 5px;
  border: 2px solid #14213d;
  display: inline-block;
  margin-right: 10px;
}

.normal-button {
  /*width: 180px;
    height: 55px;
    line-height: 50px;*/
  padding: 15px 20px;
  background: #fca311;
  text-align: center;
  transition: 0.5s;
  border-radius: 5px;
  border: 2px solid #fca311;
  display: inline-block;
  margin-right: 10px;
  color: #14213d !important;
}

.normal-button:hover {
  background: #14213d !important;
  color: #fca311 !important;
  border: 2px solid #14213d;
}

img.awwardImg {
  background: #2d2d2d;
  padding: 20px;
  border-radius: 20px;
  margin: 30px 0 0 0;
}
/* ********************************* Header Nav Css ************************************ */

.main-header{
  background-color: #000;
}

.main-header .btn-theme1{
  border: 2px solid #fff;
  color: #fff !important;
  transition:0.7s;
}

.main-header .btn-theme1:hover{
    border: 2px solid #013115;
    background-color: #013115;
}

.main-header .btn-theme1.btn_dark1{
  background: #fff;
    color: #000 !important;
    transition:0.7s;
}

.main-header .btn-theme1.btn_dark1:hover{
  border: 2px solid #013115;
    background-color: #013115;
    color: #fff !important;
}

.main-header a.navbar-brand img {
  width: 180px;
}

.main-nav ul li:last-child {
  padding-right: 0;
}

.main-nav .action-div ul li:last-child a {
  background: url(../images/phone-icon.html) left no-repeat;
  padding: 10px 0 10px 30px !important;
  transition: 0.3s;
}
.main-nav .action-div ul li:last-child a:hover {
  color: #fca311 !important;
}
.main-nav ul li {
  padding-right: 15px;
}

.main-nav ul li a.nav-link.maroon-button {
  color: #fff !important;
}

.main-nav ul li a.nav-link.maroon-button:hover {
  color: #14213d !important;
}

ul.dropdown-menu li {
  width: 100%;
  margin: 0px 0px;
  padding-right: 0;
}

ul.dropdown-menu li:last-child {
  padding-right: 0px;
}

ul.dropdown-menu li a {
  color: #000 !important;
  text-align: center;
  padding: 20px 20px;
}

ul.dropdown-menu li:hover a {
  background: #14213d;
  color: #fff !important;
}

ul.dropdown-menu li:first-child:hover a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

ul.dropdown-menu li:last-child:hover a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* ********************************* Header Nav Css End ************************************ */

/* ********************************* Banner Css ************************************ */

.banner-div {
  /* background: url(../images/home-banner-bg.webp) no-repeat top center; */
  padding: 150px 0 150px;
  background-size: cover;
}
.banner-div.lPbanner {
  background: url(https://customwebcreators.com/images/banner-bg.jpg) no-repeat top center;
  padding: 50px 0 70px;
  background-color: #ffecd6;
  position: relative !important;
  z-index: 1;
  background-size: 100% 100%;
}

.banner-div.lPbanner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #013115; */
  opacity: .4;
  z-index: -1;
  /* background: linear-gradient(3deg, rgba(2,0,36,0.2805497198879552) 0%, rgba(250,100,0,0.7035189075630253) 100%); */
}

.banner-div.lPbanner .container {
  position: relative;
}

.banner-div.lPbanner .normal-button {
  background-color: #fff;
}
.banner-div.lPbanner .second-button {
  background-color: #14213d;
  color: #fff !important;
}
.banner-div.lPbanner .second-button:hover {
  background-color: #fff !important;
  color: #14213d !important;
}

.lpformPannel {
  background: rgb(255, 235, 202);
  background: linear-gradient(
    0deg,
    rgba(255, 235, 202, 1) 0%,
    rgba(255, 254, 251, 1) 100%
  );
  border-radius: 8px 0 0 8px;
  padding: 30px 30px 30px 60px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.lpformPannel .formTitle {
  position: absolute;
  left: 0;
  width: 25px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  top: 0;
}
.lpformPannel .formTitle h2 {
  font-size: calc(20px + (31 - 20) * (100vw - 320px) / (1920 - 320));
  color: #000;
  font-weight: 700;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(180deg);
}

.lpformPannel .form-control {
  height: 50px;
  border-radius: 21px;
  padding: 0 10px;
  margin-bottom: 20px;
  line-height: 1;
}
.lpformPannel textarea.form-control {
  border-radius: 8px;
  height: 88px;
  padding: 8px 10px;
  resize: none;
}

.lpformPannel .titleArea {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  flex-direction: column;
}
.lpformPannel .titleArea h3 {
  font-size: calc(17px + (23 - 17) * (100vw - 320px) / (1920 - 320));
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
  font-weight: 700;
}
.lpformPannel .titleArea h3 span {
  font-weight: 800;
  animation: color-change 1s infinite;
}
@keyframes color-change {
  0% {
    color: #000;
  }

  50% {
    color: #ed2629;
  }

  100% {
    color: #000;
  }
}
.lpformPannel .titleArea h5 {
  font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
  color: #000000;
  margin-bottom: 0;
  font-weight: 500;
}
.lpformPannel .ribbon {
  position: absolute;
  left: 30px;
  top: 0;
  width: 18px;
  height: 171px;
  pointer-events: none;
  background-image: url(../images/ribbon.png);
}

.lpformPannel .orange-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1f335e;
  height: 69px;
  border-radius: 29px;
  color: #fff;
  font-weight: 600;
  font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
  border: 0;
  width: 100%;
}
.lpformPannel .orange-button:hover {
  color: #1f335e;
  background-color: #fca311;
}

.banner-div h4,
.banner-div h2 {
  color: #fff;
}
.headerLP .main-nav {
  text-align: center;
  padding: 10px 0;
}
.headerLP .main-nav .navbar-brand {
  display: flex;
  padding: 0;
  margin: 0;
}

.lpabout.about-sec {
  padding: 50px 0;
}

/* ============================= central lp navbar ========================  */

.btn-theme1 {
  line-height: 100%;
  height: 50px;
  text-align: center;
  transition: 0.5s;
  border-radius: 11px;
  border: 2px solid #000;
  white-space: nowrap;
  padding: 12px 25px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111921 !important;
  font-weight: 700;
}

.btn-theme1.btn_dark1 {
  background: #000;
  color: #fff !important;
}
.btn-theme1 i {
  font-size: 15px;
}
.main-nav ul li a.btn_dark1 i {
  color: #000;
  font-size: 8px;
}

/* ============================= central lp navbar ========================  */

.banner_left {
  /* padding-right: 150px; */
}
.banner_left h2 {font-size: 46px;line-height: 66px;color: #fff;font-weight: 700;}
.banner_left h2 span {
  background-color: #013115;
  border-radius: 8px;
  line-height: 60px;
  font-weight: 600;
  font-size: 40px;
  padding: 0 25px;
  color: white;
}
.banner_left p {
  font-size: 18px;
  padding: 15px 0;
  color: #fff;
}
.banner_left h4 {
  font-weight: 700;
  color: #fff;
  line-height: 100%;
  font-size: 24px;
  padding: 10px 0 20px;
}

.lp-banner-list {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.lp-banner-list li {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding: 10px 0 10px 25px;
  position: relative;
}
.lp-banner-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttons-div {
  padding-top: 15px;
}
.buttons-div .btn-theme1 i {
  font-size: 20px;
}
.buttons-div a:first-child {
  margin-right: 12px;
  transition:0.7s;
}

.buttons-div a:first-child:hover{
  border: 2px solid #fff;
    background-color: #fff;
    color: #000 !important;
}

.buttons-div a:last-child{
  border: 2px solid #013115;
  background-color: #013115;
  /* color: #000 !important; */
  transition:0.7s;
}

.buttons-div a:last-child:hover{
    border: 2px solid #000;
    background-color: #000;
}

.lp_banner_form {
  background-color: #000;
  padding: 45px 35px;
  border-radius: 68px 0 68px 0px;
  margin-left: 80px;
  animation: 1.5s infinite alternate float;
}

@keyframes float {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10px)
    }
}

.lp_banner_form h2 {
  color: #fff;
  font-weight: 700;
  line-height: 55px;
  font-size: 38px;
  letter-spacing: 0.8px;
}
.lp_banner_form h2 span {
  /* background: #fff; */
  color: #013115;
  padding: 0px 5px;
}
.lp_banner_form p {
  padding: 18px 0 35px;
}
.lp_banner_form form input,
.lp_banner_form form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #fff;
  padding: 15px;
  border-radius: 7px;
  margin: 8px 0;
  text-align: left;
}
.lp_banner_form form input::placeholder,
.lp_banner_form form textarea::placeholder{
  color: #fff;
  font-size: 17px;
}
.btn-theme2 {
  font-size: 20px;
  padding: 18px 20px;
  line-height: 100%;
  text-align: center;
  transition: 0.5s;
  border-radius: 8px;
  border: 1px solid #fff;
  white-space: nowrap;
  gap: 10px;
  color: #000 !important;
  font-weight: 500;
  background-color: #FFF;
  font-weight: 700;
  margin-top: 25px;
  transition:0.7s;
}

.btn-theme2:hover{
    border: 2px solid #013115;
    background-color: #013115;
    color:#fff !important;
}
/* ============================= central lp banner ========================  */

/* ============================= central lp our process ========================  */

.our_process_section {
  background-color: #111921;
  padding: 50px 0;
  position: relative;
}
.ops_inner {
  position: relative;
}
.ops_img {
  position: absolute;
  top: 0;
  right: 30px;
  width: 250px;
  height: 250px;
  object-fit: contain;
}
section.our_process_section h5 {
  color: #ffffffd6;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
}
section.our_process_section h2 {
  font-size: 47px;
  color: #fff;
  font-weight: 500;
}
.op_card {
  background: #1d252c;
  padding: 30px;
  border-radius: 0;
  border-radius:10px;
}
.op_card2 {
  margin-top: 50px;
}
.op_card3 {
  margin-top: 100px;
}
.op_card img {
  width: 45px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(23%) hue-rotate(2deg) brightness(106%) contrast(107%);
}
.op_card_content {
  padding: 25px 0 0;
}
.op_card_content h4 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
}
.op_card_content p {
  color: #ccc;
  font-weight: 300;
  font-size: 14px;
  padding-top: 12px;
}
/* ============================= central lp our process ========================  */
/* ============================= central lp about us ========================  */
.about_section {
  background-color: #fff;
  padding: 50px 0 80px;
}
.about_section .as_left {
  position: relative;
}
.about_section .as_left img {
  z-index: 1;
  position: relative;
  width: 100%;
  border: 7px solid #000;
}
.about_section .as_left::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 40px;
  width: 100%;
  border: 12px solid #013115;
  height: 100%;
  z-index: 0;
}
.about_section .as_right {
  padding-left: 150px;
}
.about_section .as_right h2 {
  font-size: 45px;
  font-weight: 500;
}
.as_right p {
  padding: 20px 0 0;
  color: #111921c2;
  font-size: 17px;
  font-weight: 500;
}
.as_rating {
  padding: 40px 0 0;
}
.as_rating h3 {
  font-weight: 700;
  color: #000;
  font-size: 40px;
  line-height: 100%;
  padding-bottom: 5px;
}
.as_rating p {
  padding: 0;
}
.col-6.asr_1 {
  padding-top: 45px;
}
.as_right .btn-theme1 {
  margin-top: 40px;
  background: #013115;
  border-color: #013115;
}
.as_right .btn-theme1 i {
  font-size: 20px;
}
.as_right strong{
        color: #14213d;
    font-weight: 700;
}

.about_section.servicess .as_right{
  padding: 0;
  padding-left: 50px;
}

.about_section.servicess .as_right.as_leftt{
  padding-left: 0;
  padding-right: 50px;
}

.about_section.servicess .ser-bg.ser-bg_right{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.about_section.servicess .ser-bg img{
width: 98%;
}

.about_section.servicess .as_right h2 {
  font-size: 45px;
  font-weight: 500;
}

.about_section.servicess .as_right p {
  color: #575959;
  font-size: 18px;
  line-height: 40px;
}


/* ============================= central lp about us ========================  */
/* ============================= central lp publishing book ========================  */

.publish_book {
  /* background-color: #111921; */
  background-image: url(../images/cta_banner_bg.jpg);
  padding: 60px 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.publish_book::before{
  content: "";
  background-color: #013115;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.8;
  z-index: -1;
}

.publish_book h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  line-height: 55px;
  letter-spacing: 0.8px;
}
.publish_book p {
  padding: 20px 0 0;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 100px 0;
}

.pb_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 50px 0 0;
}
.pb_btns a:first-child.btn-theme1 {
  color: #fff !important;
  border-color: #000;
}
.pb_btns a.btn-theme1 {
  background-color: #000;
  color: #fff !important;
  border: 2px solid #000;
}
.pb_btns a.btn-theme1 i {
  color: #fff;
  font-size: 10px;
}
.pb_btns .btn-theme2 {
  margin: 0;
  padding: 10px 20px !important;
  height: 45px;
  background: #000;
  border-color: #000;
  color: #fff !important;
}

/* ============================= central lp publishing book ========================  */
/* ============================= central lp ultimate product ========================  */
.ultimate_product {
  background-image: url(../images/new_ser_bg.jpg);
  padding: 60px 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.ultimate_product::before{
  content: "";
  background-color: #013115;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.8;
  z-index: -1;
}

.ultimate_product h2 {
  font-size: 45px;
  font-weight: 500;
  color: #111921;
  line-height: 55px;
  letter-spacing: 0.8px;
}
.ultimate_product p {
  padding: 20px 0 0;
  color: #111921;
  font-size: 17px;
  font-weight: 300;
  padding: 20px 100px 0;
}

.up_card {
  border: 2px solid transparent;
  border-radius: 0;
  text-align: left;
  padding: 40px;
  border-radius:10px;
}

.up_card img {
  width: 50px;
}
.up_card h4 {
  font-size: 24px;
  font-weight: 500;
  color: #111921;
  line-height: 32px;
  padding: 25px 0;
}
.up_card p {
  color: #111921b8;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}
/* ============================= central lp ultimate product ========================  */
/* ============================= central lp faq_sec_main ========================  */
.faq_sec_main {
  /* background-color: #111921; */
  text-align: center;
  padding: 60px 0;
}
section.faq_sec_main h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  line-height: 55px;
  letter-spacing: 0.8px;
}
section.faq_sec_main p {
  padding: 20px 0 0;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  padding: 20px 100px 0;
}
.faq_sec_main .accordion-body,
.faq_sec_main .accordion-collapse {
  background-color: #fff !important;
  color: #000;
  text-align: left;
  font-weight: 300;
  padding: 0;
}
.faq_sec_main .accordion-collapse {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.faq_sec_main .accordion-body {
  margin: 0 30px;
  border-top: 1px solid #ccc;
  padding: 20px 60px 20px 0;
}
.faq_sec_main .accordion-item .accordion-header button {
  background-color: #ffff !important;
  color: #000 !important;
  font-size: 20px;
  padding: 12px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.faq_sec_main .accordion-button.collapsed {
  border-radius: 5px;
  transition: 0.3s;
}
.faq_sec_main .accordion {
  height: unset;
  overflow-y: unset;
}
.faq_sec_main .accordion-item {
  background: #eff8f8 !important;
  border-bottom: 1px solid #ccc;
  border-radius: 10px !important;
  margin: 20px 0;
}
.faq_sec_main .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(75%) sepia(60%) saturate(3318%)
    hue-rotate(344deg) brightness(98%) contrast(98%) !important;
}
.accordion-button::after {
  filter: brightness(0) saturate(100%) invert(46%) sepia(7%) saturate(789%)
    hue-rotate(182deg) brightness(94%) contrast(85%) !important;
}
/* ============================= central lp faq_sec_main ========================  */

.footer_banner {
  background-image: none !important;
  background: transparent !important;
  padding: 60px 0 !important;
}

.footer_banner::before {
  display: none;
}

.footer_banner h2 {
  font-size: 46px;
  line-height: 54px;
  letter-spacing: 0;
  color: #000;
}

.footer_banner .lp_banner_form{
  background-color: #013115;
}

.footer_banner .lp_banner_form  h2 {
  padding-bottom: 40px;
  color: #000;
}

.footer_banner .lp_banner_form  h2 span{
  color: #013115;
  background: #fff;
}

.footer_banner .lp_banner_form form input,.footer_banner .lp_banner_form form textarea{
  color: #fff;
  border:3px solid #fff;
}

.footer_banner .lp_banner_form form input::placeholder,
.footer_banner .lp_banner_form form textarea::placeholder{
  color: #fff;
}

.footer_banner form button {
  background-color: #fff;
  border-color: #fff;
}
.footer_banner .banner_left h2 span {
  background: transparent;
  line-height: 100%;
  font-size: 50px;
  line-height: unset;
  color: #000;
  font-weight: 600;
  padding: 0;
}
.footer_banner .banner_left {
  padding-right: 50px;
}
.footer_banner .banner_left p {
  padding: 25px 0;
  color: #000;
}
.footer_banner .lp-banner-list li {
  padding: 10px 0 10px 20px;
  color: #000;
}

.footer_banner .lp-banner-list li a{
  color: #000 !important;
}

.footer_banner .lp-banner-list li::before {
  background-color: transparent;
  color: #013115;
}
.footer_banner .lp-banner-list li:first-child::before {
  content: "\f095";
}
.footer_banner .lp-banner-list li:nth-child(2)::before {
  content: "\f0e0";
}
.footer_banner .lp-banner-list li:last-child::before {
  content: "\f3c5";
}

/*testimonial*/

.review_banner {
    background: url(assets/images/reviews-banner.html) !important;
    height: auto !important
}

.testimonial {
    padding: 50px 0;
    background: url(/images/testi-bg.png);
    background-repeat: no-repeat
}

.revie1 .review-box {
    text-align: center;
    font-size: 13px;
    color: #6b6b6b;
    background: #fff;
    box-shadow: #dadada 0 0 16px;
    border-radius: 1px;
    padding: 19px;
    position: relative;
    border: #dadada 1px solid;
    margin-bottom: 30px;
    min-height: 460px;
}

.revie1 .thumbnail .caption {
    padding: 9px;
    color: #333
}

.revie1 .review-heading {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 9px
}

.revie1 .review-text {
    font-size: 14px;
    margin: 0 0 15px
}

.revie1 .list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.revie1 .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.revie1 .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.revie1 .text-uppercase {
    text-transform: uppercase
}

.revie1 .stars5 {
    background: url(/images/stars-sprite.png) no-repeat -7px -7px;
    width: 94px;
    height: 15px;
    display: block
}

.revie1 .no-pd {
    padding: 0 !important
}

.revie1 .slick-slide{
   padding:0 10px; 
}

.revie1 .moreBox,
.revie1 .moreBoxthree,
.revie1 .moreBoxtwo {
    display: none
}

.revie1 h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 20px;
    text-align:center;
    color:#fff;
}

.revie1 button#loadMore {
    width: auto;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 4px;
    background: #000;
    border: none;
    padding: 10px 37px;
    margin: 0 auto;
    display: table;
    text-align: center
}

.banneroad01 .bnr-txt p {
    width: 80%;
    padding-top: 20px;
    color: #fff
}

.banner01 .bnr-txt p {
    width: 80%;
    color: #fff
}

.creative-txt ul {
    display: block;
    padding: 0 0 0 18px
}

.creative-txt ul li {
    display: inline-block;
    width: 45%;
    color: #8f9cb5;
    font-size: 16px;
    font-weight: 600;
    position: relative
}

.creative-txt ul li:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #a09cb5;
    left: -18px;
    top: 10px
}

.sec-btn {
    padding: 10px 0 0
}

.sec-btn a.onee {
    width: auto;
    padding: 10px 40px;
    background: #013115;
    border: 1px solid #fff;
    margin-right: 20px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s ease-in-out
}

.sec-btn a.twoo {
    width: auto;
    padding: 10px 40px;
    background: #013115;
    border: 1px solid #fff;
    margin-right: 20px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s ease-in-out
}

.sec-btn a.twoo:hover {
    background: #0081dc;
    color: #fff
}

.sec-btn a.onee:hover {
    background: #0081dc;
    color: #fff
}

#lp-writing{
    padding:50px 0;
}

#lp-writing h2{
    font-size: 40px;
    font-weight: 500;
    color: #000;
    line-height: 55px;
}

#lp-writing .inner-img-lp img{
    width:100%;
}

.inner-txt-p ul {
    padding-left: 20px;
    color: #000000;
}

.inner-txt-p ul li{
    display:block;
    position:relative;
}

.inner-txt-p ul li::before{
    position: absolute;
    content: "";
    top: 10px;
    left: -16px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #000;
}

.inner-txt-p p {
    color: #000000;
    line-height: 25px;
    margin-bottom: 12px
}

.other-txt-p {
    margin: 0
}

.other-txt-p p {
    line-height: 25px;
    color: #8f9cb5
}

/* ============================= central lp ultimate product ========================  */

@media (max-width: 991px) {
  .banner-div.lPbanner {
    padding: 60px 0 60px 0;
  }
  .lpformPannel {
    position: relative;
    margin-bottom: 20px;
  }
  .lpabout.about-sec {
    padding: 50px 0 50px 0;
  }
}
@media (max-width: 575px) {
  .headerLP .main-nav {
    text-align: center;
  }
  .headerLP .navbar-brand img {
    width: 150px !important;
  }

  .bs_img {
    width: 100% !important;
  }
  /*.headerLP .action-div {*/
  /*    justify-content: center !important;*/
  /*}*/
}
@media (max-width: 480px) {
  .lpformPannel {
    padding: 25px;
    border-radius: 8px 8px 8px 8px;
  }
  .lpformPannel .formTitle {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    top: 0;
  }
  .lpformPannel .formTitle h2 {
    writing-mode: inherit;
    text-orientation: inherit;
    transform: inherit;
    width: 100%;
    text-align: center;
    line-height: 1;
  }
  .lpformPannel .ribbon {
    left: 0;
  }
}

/* ********************************* Banner Css End ************************************ */

/* ********************************* form Css ************************************ */

.form-div {
  padding: 50px 0;
  background: url(../images/form-sec-bg.html) no-repeat top center;
  background-size: cover;
}

.form-div input {
  width: 100%;
  height: 57px;
  padding-left: 10px;
  background: #fff;
  border: none;
  border-radius: 10px;
  color: #000;
  font-size: 16px;
}

.form-div input.orange-button {
  background: #14213d;
  color: #fff;
  font-weight: 600;
  border: 2px solid transparent;
  margin: 0;
  line-height: 50px;
  transition: ease 0.4s;
}

.form-div input.orange-button:hover {
  border: 2px solid #fff;
  background: transparent;
}

/* ********************************* form Css End ************************************ */

/* ********************************* About Sec Css ************************************ */

.about-sec {
  padding: 50px 0;
}
.about-sec img {
  width: 100%;
}
.about-sec h2,
.portfolio-sec h2,
.testimonials-main h2,
.portfolio h2 {
  color: #14213d;
  font-size: calc(22px + (40 - 22) * ((100vw - 300px) / (1920 - 300)));
}

.about-sec .normal-button {
  /* width: 20%; */
}

/* ********************************* About Sec Css End ************************************ */

/* ********************************* Service Sec Css ************************************ */

.service-sec {
  padding: 50px 0 30px;
  background: url(../images/serv-bg.webp) no-repeat top center;
  background-size: cover;
}
.service-sec h2 {
  font-size: 35px;
  font-weight: 600;
}
.serv-inner-all {
  position: relative;
  padding: 35px;
  min-height: 303px;
  background: #ffffff45;
}

.serv-inner-all h5 {
  font-size: 70px;
  position: absolute;
  left: 0;
  top: -50px;
  right: 0;
  margin: auto;
  /*font-family: "Fira Sans", sans-serif;*/
  font-family: "Manrope", sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #fca311;
}

.serv-inner-all h4 {
  position: relative;
  font-size: 18px;
  margin-bottom: 35px;
  color: #ffffff;
}

/* ********************************* Service Sec Css End ************************************ */

/* ********************************* all Sec content ************************************ */

.content-all {
  padding: 50px 0px 50px;
}

/* ********************************* all Sec content End ************************************ */

/* ********************************* Portfolio Section ************************************ */

.portfolio-sec {
  padding: 50px 0;
}
.portfolio-sec h2 {
  line-height: 50px;
  font-size: 47px;
  font-weight: 500;
}
.carousel {
  display: block;
  position: unset;
  -webkit-transform: translateZ(0);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 0;
  padding: 8px;
  border-radius: 6px;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

.touch .carousel {
  overflow: auto;
}

.carousel:before,
.carousel:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;

  width: 50px;
  font-size: 80px;
  line-height: 190px;
  font-family: arial;
  color: #2ab1ce;
  font-weight: bold;
  pointer-events: none;
  transition: 0.2s ease-out;
}

.carousel.right:after,
.carousel.left:before {
  opacity: 1;
}

.carousel.right:after {
  right: 0;
  text-indent: 60px;
}

.carousel.left:before {
  left: 0;
  text-indent: -40px;
}

.carousel > a {
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  color: #ccc;
  font-size: 1.5em;
  transition: 0.1s;
}

.carousel > a:hover {
  color: #fff;
}

.carousel > a.prev {
  left: -20px;
}

.carousel > a.next {
  right: -20px;
}

.carousel > .slide {
  pointer-events: none;
  /* position: absolute; */
  bottom: 0;
  left: 0;
  /* background: #2ab1ce; */
  /* height: 80px; */
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.2s, bottom 0.2s;
}

.carousel:hover > .slide {
  opacity: 1;
  bottom: -10px;
}

.carousel > .wrap {
  overflow: hidden;
  border-radius: 5px;
}

.carousel > .wrap > ul {
  list-style: none;
  white-space: nowrap;
  height: 350px;
}

.carousel > .wrap > ul > li {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 0 0 30px;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease-out;
}

.carousel > .wrap > ul > li:first-child {
  margin: 0;
}

.carousel > .wrap > ul > li > img {
  display: block;
  height: auto;
  width: 230px;
  margin: auto;
  vertical-align: bottom;
  position: relative;
  transition: 1s ease;
  border-radius: 10px;
}

/* ********************************* Portfolio Section End ************************************ */

/* ********************************* Best Seller Section ************************************ */

.best-seller {
  padding: 50px 0 50px;
  background: url(../images/best-sec-bg.webp) no-repeat top center;
  background-size: cover;
  position: relative;
}

.img-section img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.img-section {
  margin-top: -430px;
  position: relative;
  z-index: 0;
}

.best-seller .buttons-div {
  position: relative;
  z-index: 2;
}
.bs_c_img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
/* ********************************* Best Seller Section End ************************************ */

/* ********************************* Ghost Writer section ************************************ */

.ghost-writer-section {
  padding: 50px 0;
}

.ghost-writer-section h2 {
  line-height: 37px;
  font-size: 33px;
}
.ghost-writer-section img {
  width: 100%;
}

/* ********************************* Ghost Writer section End ************************************ */
.b-name {
  color: #fca311;
}

/* ********************************* sell more content Css ************************************  */
.sell-more {
  background: url(../images/sell-more-bg.webp) no-repeat bottom center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.testimonials-main {
  padding: 50px 0;
}

.sell-more img {
  max-width: 100%;
}
.sell-more h2 {
  font-size: 33px;
  line-height: 37px;
}

.sell-more .buttons-div {
  position: relative;
  z-index: 2;
}

.sell-book-img img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.sell-book-img {
  position: relative;
  z-index: 0;
  top: -300px;
  height: 100px;
}

/* ********************************* sell more content Css End ************************************  */

/* ********************************* Testimonials section Css ************************************  */

.testimonials-main {
  padding: 50px 0;
}

.testimonials-main .shadow.slick-slide {
  margin: 20px 15px;
  min-height: 460px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.testimonials-main .testi-slides h4 {
  color: #14213d !important;
}

.testimonials-main ul.slick-dots button:before {
  background: #e0e2e5;
  position: absolute;
  content: "";
  width: 25px;
  height: 7px;
  visibility: visible;
  border-radius: 5px;
  transition: ease 0.4s;
  bottom: 0;
}

.testimonials-main ul.slick-dots li.slick-active button:before {
  background: #14213d;
  width: 30px;
  transition: ease 0.4s;
}

.testimonials-main ul.slick-dots button {
  margin-top: 25px;
}

.testimonials-main ul.slick-dots button {
  visibility: hidden;
  position: relative;
  margin-right: 0;
  width: 40px;
  transition: ease 0.4s;
}

.testimonials-main ul.slick-dots li.slick-active button {
  width: 50px;
}

ul.slick-dots li:last-child button {
  margin-right: 0px;
}

/* ********************************* Testimonials section Css End ************************************  */

/* ********************************* stay touch content Css ************************************  */

.stay-toch {
  background: url(../images/stay-touch-bg.webp) no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.stay-toch input,
.stay-toch textarea {
  width: 100%;
  height: 57px;
  padding-left: 10px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}

.stay-toch input.normal-button {
  background: #fca311;
  border: none;
  color: #14213d !important;
}

.stay-toch input.normal-button:hover {
  color: #fff !important;
}

.stay-toch input::placeholder,
.stay-toch textarea::placeholder {
  color: #fff;
}

.stay-toch input:focus-visible,
.stay-toch textarea:focus-visible {
  outline: none;
}

.stay-toch textarea {
  height: 150px;
}

.stay-toch textarea {
  height: 150px;
  padding-top: 10px;
}
.stay-toch img {
  width: 100%;
  padding: 0 50px;
}
/*.stay-toch:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 650px;*/
/*    height: 667px;*/
/*    background: url(../images/stay-form-after.webp) no-repeat;*/
/*    bottom: -20%;*/
/*    right: 0;*/
/*    background-size: 100%;*/
/*}*/
/* ********************************* stay touch content Css End ************************************  */

/* ********************************* Footer Section Css ************************************ */

.footer {
  padding: 150px 0px 50px;
  background: #14213d;
}

.footer .foot_img img {
  width: 70%;
}

.footer ul li {
  display: block;
  margin-bottom: 10px;
  transition: ease 0.4s;
  color: #dedede;
}

.foot_img li i {
  margin-right: 7px;
  color: #fff;
  font-size: 18px;
}

.footer ul.social-icons li a {
  font-size: 18px;
}

.foot_img p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.footer ul li a:hover {
  color: #fca311 !important;
  transition: ease 0.4s;
}

.footer ul.social-icons li:last-child {
  margin: 0;
}

.footer ul.social-icons li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}

.copy_sec .copy_right ul li {
  margin-bottom: 0;
  margin-right: 15px;
}

.copy_sec {
  background: url(../images/copy-right-bg.webp) no-repeat;
  background-size: cover;
}

.copy_sec .copy_right ul li:last-child {
  margin-right: 0;
}

.copy_sec .copy_right ul li a {
  transition: ease 0.4s;
}

.copy_sec .copy_right ul li a:hover {
  color: #fff !important;
}

.copy_sec h4 {
  color: #fff;
}

/* ********************************* Footer Section Css End ************************************ */

.testimonials-page .testimonials-main {
  padding: 50px 0 50px;
}

.contact-page .stay-toch:after {
  display: none;
}

.contact-page .stay-toch ul li {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.contact-page .stay-toch ul li i {
  padding-right: 15px;
  color: #fff;
}

.port-page-div {
  padding: 100px 0;
}

.port-page-div .img-div {
  background: none;
  padding: 0;
}

.portfolio .slick-arrow {
  background: none;
  border: none;
  position: absolute;
  color: #14213d;
  top: 50%;
  z-index: 9999;
  left: 0;
  display: inline-block !important;
  width: auto !important;
  visibility: hidden;
}

.portfolio .slick-next {
  left: auto;
  right: 0;
}

.portfolio .slick-next:before {
  content: "\f30b";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  right: -50px;
  position: absolute;
  visibility: visible;
  font-size: 25px;
}

.portfolio .slick-prev {
  left: -20px;
  right: auto;
}

.portfolio .slick-prev:before {
  content: "\f30a";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
  left: -40px;
  visibility: visible;
  font-size: 25px;
  z-index: 9;
}

.img-port img{
  width: 100%;
}

/* ********************************* FAQ Section Css ************************************ */

.faq-section {
  padding: 50px 0;
  position: relative;
}

.accordion-item {
  background: #eff8f8 !important;
  border: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item .accordion-header button {
  background: #eff8f8 !important;
  border: none !important;
  box-shadow: none;
  color: #161616 !important;
  font-size: 18px;
  font-weight: 500;
}

.accordion-item .accordion-header button:focus {
  box-shadow: none;
}

.accordion {
  height: 423px;
  overflow-y: auto;
  padding-right: 15px;
}

.accordion::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.accordion::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.accordion::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.44, #3d020a),
    color-stop(0.72, #3d020a78),
    color-stop(0.86, #3d020a9e)
  );
}

/* ********************************* FAQ Section Css End ************************************ */

.innerserv-banner {
  padding: 150px 0 120px;
  background: url(../images/home-banner-bg.webp) no-repeat;
}
.innerserv-banner h2,
.innerserv-banner h4,
.innerserv-banner p {
  color: #fff;
}
.services-inner .content-left img {
  width: 100%;
}
.services-inner h4 {
  font-size: 24px;
}
.services-inner p {
  margin-bottom: 1rem;
}
.services-inner h2 {
  margin-bottom: 0.5rem;
}

.privacy-policy-page ul li {
  margin-bottom: 15px;
}

.content-right ul li {
  display: block;
}

.content-right ul li i {
  color: #14213d;
  padding-right: 5px;
}

/********************* Popup Css ************************/

.login-box {
  border-radius: 20px;
}

.login-box .form-div {
  border-radius: 15px;
  background: none;
}

.login-box .user-box {
  position: relative;
}

.login-box .modal-body h2,
.login-box .modal-body h4 {
  color: #ffffff !important;
}

.login-box .user-box input {
  width: 100%;
  padding: 10px 0 10px 10px;
  font-size: 16px;
  color: rgb(255 255 255);
  margin-bottom: 20px;
  border: 1px solid rgb(255 255 255);
  outline: none;
  border-radius: 0;
  background-color: #fff;
  font-size: 14px;
  color: #14213d;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.login-box .user-box textarea {
  width: 100%;
  height: 137px;
  font-size: 16px;
  margin-bottom: 30px;
  outline: none;
  color: #14213d;
  border: 1px solid rgb(66 66 66);
  border-radius: 0;
  resize: none;
  padding: 10px 0 10px 10px;
  font-size: 16px;
  background-color: white;
}

.login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 0 0 10px;
  font-size: 14px;
  color: rgb(66 66 66);
  pointer-events: none;
  transition: 0.5s;
  font-weight: 400;
  letter-spacing: 1px;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
  top: -8px;
  left: 20px;
  color: #ffffff;
  font-size: 12px;
  background: #007a9e;
  padding: 0px 5px;
  border-radius: 5px;
}

.login-box .user-box textarea:focus ~ label,
.login-box .user-box textarea:valid ~ label {
  top: -8px;
  left: 20px;
  color: #ffffff;
  font-size: 12px;
  background: #007a9e;
  padding: 0 5px;
  border-radius: 5px;
}

.login-box form button {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  color: #ffffff !important;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 0;
  letter-spacing: 3px;
  margin-bottom: 0;
  width: auto;
  border: 1px solid #14213d;
  background: #007a9e;
}

.login-box button:hover {
  background: #14213d;
  color: #fca311 !important;
  border-radius: 5px;
}

.login-box button span {
  position: absolute;
  display: block;
}

.modal .modal-body {
  padding: 0px 0px 0px 0px !important;
}
.modal-content .btn-close {
  position: absolute;
  right: 15px;
  top: -17px;
  opacity: 1;
  color: #fff !important;
  background: #000;
  z-index: 9999999999;
  padding: 6px;
  border-radius: 30px;
  font-size: 11px;
  line-height: 12px;
  border: 3px solid #ffffff;
}
.modal-content .btn-close:hover {
  background: #fff;
  border-radius: 100%;
  color: #14213d !important;
}

/********************* Popup Css ************************/

.lp-page .banner-div {
  background: url(../images/texture.jpg) no-repeat center center;
}

.lp-page .banner-div h4,
.lp-page .banner-div h2 {
  color: #fca311;
  text-shadow: 2px 3px 4px BLACK;
}

.lp-page .banner-div p {
  text-shadow: 2px 2px 3px BLACK;
}

.lp-page .lp-form {
  width: 85%;
  margin: 0 auto;
}
.lp-page .banner-div h2 {
  line-height: 45px;
}
.lp-form .form-div h2 span {
  color: #fca311 !important;
}
.lp-form .form-div {
  background: #0000006b;
  border-radius: 15px;
  padding: 0;
}
.lp-form .form-div input.orange-button {
  border: none !important;
}
.lp-page .lp-form .form-div input {
  border: 2px solid #fca311;
}
.lp-form .form-div textarea {
  width: 100%;
  height: 57px;
  padding-left: 10px;
  padding-top: 10px;
  background: #fff;
  border: 2px solid #fca311;
  border-radius: 10px;
  color: #000;
  font-size: 16px;
}
.lp-form input.orange-button {
  background: #14213d;
  color: #fff;
}
.lp-form input.orange-button:hover {
  border: 2px solid #fca311 !important;
  background: #fca311;
  color: #14213d;
}
.lp-form .form-div h2 {
  margin-bottom: 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-shadow: none;
}
.lp-form .form-div h2 span.blink-text {
  animation: animate 2s linear infinite;
}

@keyframes animate {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.lp-form .form-div form {
  padding: 20px 25px 25px;
}
.lp-page .stay-toch {
  overflow: hidden;
}
.lp-page .stay-toch:after {
  width: 30%;
  height: 100%;
}
.lp-page .banner-div .content-left {
  padding-right: 70px;
}
.lp-page .banner-div .content-left .buttons-div .normal-button:hover {
  background: #fca311 !important;
  border: 2px solid #fca311;
  color: #fff !important;
}
.lp-page .banner-div .content-left .buttons-div .normal-button {
  background: #14213d !important;
  color: #fff !important;
  border: 2px solid #14213d;
}

.lp-page .modal .modal-dialog {
  --bs-modal-width: 80%;
}

.lp-page .modal img {
  width: 100%;
}

.img-div {
  background: url(../images/pop-img.html) no-repeat;
  height: 100%;
  background-size: cover;
  background-position: 80% 12%;
  padding: 355px 0;
}

.modal-body .form-div {
  background: url(../images/home-banner-bg.webp) no-repeat top center !important;
  background-size: cover !important;
}
.best-seller h2 .text-lowercase {
  word-break: break-all;
}
/*.best-seller h2 {*/
/*    font-size: 22px;*/
/*}*/

.thnk-sub {
  font-size: 50px;
}
ul.category-list li {
  background: #fff;
  box-shadow: 0 0 20px #d9d9d9;
  -moz-box-shadow: 0 0 20px #d9d9d9;
  -webkit-box-shadow: 0 0 20px #d9d9d9;
  display: inline-block;
  width: 14%;
  margin: 1.2%;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #007a9e;
  padding: 20px 0;
  transition: .3s ease-in-out
}

.expertise-sec .exper-box:hover,
.we-get-sec .get-box:hover,
ul.category-list li:hover {
  transform: scale(1.05)
}

ul.category-list li img {
  height: 70px;
  width: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}
.section-category {
  text-align: center;
  padding: 60px 0px 50px;
}
.section-category h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 20px;
}

.section-category p {
  font-weight: 500;
  max-width: 80%;
  margin: auto;
  margin-bottom: 20px;
}
.book_bestseller h3 {
  margin-bottom: 0px;
}

.book_bestseller p {
  margin-bottom: 30px;
 padding-top: 20px;
 padding-top: 20px;
 color: #000;
 font-size: 20px;
 line-height: 30px;
}

.book_bestseller {
  background: #f4f4f4;
  z-index: 1;
  position: relative;
}
.book_bestseller:before {
  content: "";
  background: #f4f4f4;
  width: 100%;
  height: 100%;
  right: 85%;
  position: absolute;
}
.book_bestseller:before {
  left: 0px;
  z-index: -1;
  background: #007a9e;
  width: 30%;
}

.listtabs li a {
  color: white;
  font-size: 24px;
  padding: 15px 10px;
  transition: 0.5s;
}

.listtabs li:hover a, .listtabs li.active a {
  background: white;
  color: #007a9e!important;
}

.listtabs li:before {
  background: white;
}
.books_slides .books-boxes {
  background: #ffffffb5;
  width: 100%;
  height: 310px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  filter: drop-shadow(1px 1px 4px #66666642);
  -webkit-filter: drop-shadow(1px 1px 4px #66666642);
  transition: all 0.3s ease-out;
}

.ratings {
  color: #7e7e7e;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.booksdv img {
  margin-top: 0;
  margin-bottom: 15px;
  border-radius: 4px;
  filter: drop-shadow(1px 1px 4px #66666642);
  -webkit-filter: drop-shadow(1px 1px 4px #66666642);
  transform: translateY(-30px);
  margin: auto;
}

.book_bestseller h3 {
  padding: 5rem 0 1rem;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: #3f3d52;
  line-height: 58px;
}
.head-mm strong {
  color: #007a9e;
}
.book_bestseller h3:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0%;
  margin: auto;
  bottom: 0;
  background: #ebebeb;
  height: 1px;
  z-index: -2;
}

.books_slides .items {
  margin-bottom: 30px;
  padding: 15px;
  padding-top: 35px;
}

.books_slides .books-boxes:hover {
  background: #fff;
  filter: drop-shadow(1px 1px 8px #66666642);
  -webkit-filter: drop-shadow(1px 1px 8px #66666642);
}




.listtabs li {
  position: relative;
}

.listtabs li:before {
  content: "";
  position: absolute;
  right: 100%;
  background: #ed0742;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.listtabs li a {
  color: #7e7e7e;
  font-size: 20px;
  padding: 10px 10px;
  display: block;
}

.listtabs li:hover a,
.listtabs li.active a {
  background: #ed0742;
  color: #fff;
}

.listtabs li:hover:before,
.listtabs li.active:before {
  opacity: 1;
}

.books_slides {
  display: none;
}

.listtabs li a {
  color: white;
  font-size: 24px;
  padding: 15px 10px;
}

.listtabs li:hover a, .listtabs li.active a {
  background: white;
  color: #007a9e;
}

.listtabs li:before {
  background: white;
}
.listtabs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.listtabs li {
  width: 230px;
}
.slick-dots {
  padding: 30px 0 30px;
  text-align: center
}

.slick-dots li {
  margin: 0 20px 0 0;
  width: auto;
  vertical-align: middle;
  padding: 0;
  border: none
}

.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  box-sizing: border-box
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px
}
@media (max-width: 1600px) {
  .book_bestseller:before {
      width: 25%;
  }
  .book_bestseller h3 {
    font-size: 40px;
}
}
@media (max-width: 1199px){
  .listtabs li:before {
    display: none;
}

.listtabs li a {
    font-size: 15px;
    font-weight: 600;
    padding: 8px;
    width: 80%;
}

.book_bestseller h3 {
    font-size: 35px;
    line-height: 40px;
    padding-top: 40px;
}

.book_bestseller p {
    font-size: 17px;
    line-height: normal;
}
.section-category {
  padding: 50px 0px;
}

.section-category p {
  max-width: 100%;
  font-size: 14px;
}

.section-category h2 {
  font-size: 30px;
  line-height: 35px;
}

ul.category-list li h6 {
  font-size: 13px;
}
}
@media (max-width:991px){
  .book_bestseller:before {
    display: none;
}
ul.category-list li {
  width: 140px;
}
.book_bestseller {
    padding: 50px 0px;
}

.listtabs {
    flex-direction: row;
    justify-content: center;
    text-align: center;
    gap: 5px;
    flex-wrap: wrap;
}

.listtabs li {
    width: 170px;
}

.listtabs li a {
    background: #cc0731;
    width: 100%;
}

.book_bestseller h3 {
    text-align: center;
    font-size: 30px;
    width: 100%;
}

.book_bestseller p {
    font-size: 14px;
    text-align: center;
}

}

/* Perspective Carousel */
    .poster-main {
        width: 100%;
        height: auto;
        position: relative;
        margin: 0 auto;
        top: -42px;
        z-index: 0;
        height: 480px !important;
    }

    .poster-main a,
    .poster-main img {
        display: block;
    }

    .poster-main .poster-list {
        width: 100%;
        height: auto;
        height: 480px !important;!i;!;
    }

    .poster-main .poster-list .poster-item {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
        /*box-shadow: 0 15px 30px 0 rgba(0,0,0,0.25);*/
    }

    .poster-item p {
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: 30px;
        width: 100%;
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        color: #000;
    }

    .poster-main .poster-btn {
        position: absolute;
        top: 0;
        z-index: 10;
        cursor: pointer;
        height: 480px !important;
    }

    .poster-main .poster-prev-btn {
        left: 0;
    }

    .poster-main .poster-next-btn {
        right: 0;
    }

    .poster-main * {
        overflow: visible !important;
    }

    .poster-main .poster-prev-btn:before {
        content: "";
        font-size: 0px;
        position: absolute;
        background: url(../images/sprite.png) no-repeat;
        background-position: -156px -15px;
        right: -96px;
        top: 106px;
        bottom: inherit;
        margin: auto;
        height: 15px;
        /*color: #212121;*/
        width: 41px;
        /*color: #f00;
    font-weight: 600;
    font-family: "Font Awesome 5";*/
    }

    .poster-main .poster-next-btn:before {
        content: "";
        font-size: 0px;
        position: absolute;
        background: url(../images/sprite.png) no-repeat;
        background-position: -208px -15px;
        right: 339px;
        top: 106px;
        bottom: inherit;
        margin: auto;
        height: 15px;
        /*color: #212121;*/
        width: 41px;
        /*color: #f00;
    font-weight: 600;
    font-family: "Font Awesome 5";*/
    }