@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap");
@font-face {
  font-family: "northwell";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/NORTHWELL.ttf") format("truetype");
}

html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  transition: all 0.5s;
  font-family: "Merriweather", Sans-serif;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: var(--black-color);
  -webkit-border-radius: 0;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: var(--yellow-color);
}

:root {
  --black-color: #000;
  --yellow-color: #3b52a2;
  --light-yellow: #3b52a2;
  --gray-color: #e6e5e3;
  --white-color: #fff;
  --blue-color: #3b52a2;
  --font-size48: 3rem;
  --fontsize60: 3.75rem;
  --fontsize18: 1.125rem;
  --fontsize42: 2.5rem;
  --fontsize36: 2.25rem;
  --fontsize24: 1.5rem;
}


.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.fancybox-slide--image {
  padding: 0 !important;
}
:is(ul, li) {
  padding: 0;
  margin: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
  transition: 0.5s ease-out;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}
button:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
button {
  border: 0;
  outline: 0;
}
section {
  position: relative;
  padding: 5rem 0;
}
.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.defult-btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  background-image: linear-gradient(
    180deg,
    var(--light-yellow) 0%,
    var(--blue-color) 100%
  );
  border-radius: 6px 6px 6px 6px;
  padding: 15px 0px 15px 0px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: 0;
  box-shadow: none;
  transition-duration: 0.3s;
  transition-property: transform;
}

.defult-btn:hover {
  transform: scale(1.1);
}

/* main-header */
header .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  color: var(--black-color);
}
#header .container-fluid{padding: 0 10%;}
header.sticky .navbar-nav .nav-link {
  color: var(--white-color);
}
.sticky .navbar-brand img{
filter: brightness(0) invert(1);
}
.sticky {
  position: fixed;
  top: 0;
  background-color: var(--black-color);
  z-index: 3;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 13px 16px;
}
:is(header .navbar-nav .nav-link:is(.active, :hover))::before {
  content: "";
  bottom: 0;
  height: 3px;
  width: 100%;
  left: 0;
  background-color: var(--light-yellow);
  z-index: 2;
  display: block;
  position: absolute;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
.dropdown-toggle::after:hover {
  display: none !important;
}
header {
  position: absolute;
  width: 100%;
  z-index: 3;
  background-color: transparent;
}
header .navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}
.header-button {
  height: 44px;
  padding: 0 3.7rem;
  color: var(--white-color);
  margin-left: 1.5rem;
}
.new-before {
  position: relative;
}
.new-before::after {
  content: "new";
  position: absolute;
  top: -3px;
  left: 0;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Merriweather", sans-serif;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: var(--black-color) !important;
  max-width: max-content;
  transition: 0.4s;
  padding: 0;
  border-radius: 0;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item,
.dropdown-item.active,
.dropdown-item:active {
  color: var(--white-color);
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border-inline-start: 8px solid transparent;
  padding: 13px 20px;
  line-height: 20px;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  color: var(--light-yellow) !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--white-color);
}
/* Ensure the dropdown menu is hidden by default */
/* Show the dropdown menu when hovering over the nav item */

/* end main-header */
/* main banner */
.mainbanner {
  background: url(../images/home-hero-bg.webp) center/cover no-repeat;
  padding: 9rem 0;
}
.banner-content h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--black-color);
}
.banner-content p {
  font-size: 15px;
  font-weight: 400;
  margin: 1.5rem 0 1.6rem;
  color: var(--black-color);
}

.banner-content h1 span {
  color: var(--light-yellow);
}
:is(.wht-wedo) .defult-btn {
  background: none;
  text-transform: capitalize;
  margin-bottom: 5rem;
  border: 2px solid transparent;
  background-color: var(--white-color);
  padding: 0 7.9rem;
  font-size: 14px;
}
:is(.wht-wedo) .defult-btn:hover {
  transform: scale(1);
  background-color: transparent;
  color: var(--white-color);
  border-color: var(--white-color);
}

.banner-content .defult-btn {
  padding: 0 7.9rem;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 5rem;
  border: 2px solid transparent;
  color: var(--white-color);
}

.bannerform {
  border: 2px solid #797873;
  padding: 10px;
  margin: 0 4rem 0 1.5rem;
}
.form-text {
  display: flex;
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
  margin: 10px 0 0;
  align-items: center;
  background-color: var(--blue-color);
  gap: 15px;
}
.form-text h3 {
  font-size: 50px;
  font-weight: 700;
  color: var(--light-yellow);
  padding: 20px 10px;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.form-text h4 {
  margin-bottom: 0;
  font-size: 15px;
  color: var(--white-color);
  font-weight: 700;
  text-transform: uppercase;
}
:is(.form-text :is(h3 sup, sub)) {
  font-size: 15px;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 700;
}
.form-text sub {
  bottom: 0;
  right: 33px;
}
.form-text sup {
  top: -18px;
  left: -6px;
}
.form-text h4 span {
  background-color: #797873;
  width: 70px;
  height: 3px;
  display: block;
  margin-bottom: 10px;
}
.under-heading {
  text-align: center;
  background-color: #1e1d20;
  padding: 10px 0 0;
}
.under-heading p {
  font-size: 15px;
  font-weight: 400;
  color: #929292;
  margin-bottom: 0;
}
.under-heading h5 {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.bannerform .form-control {
  height: 40px;
}
.formwrpaer {
  padding: 15px;
  background-color: var(--blue-color);
  border-bottom: 10px solid;
}
.bannerform button {
  text-align: center;
  width: 100%;
  background: var(--black-color);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 6px 6px 6px 6px;
  color: var(--white-color);
}
.bannerform button:hover {
  transform: scale(1);
  color: var(--white-color);
}
.formwrpaer p {
  text-align: center;
  color: var(--white-color);
  margin-top: 1.5rem;
}
.bannerimg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
}
/* end main baaner */
/* partner logos */
.partnerlogos {
 background-color: var(--white-color);
  padding: 3rem 0 20px;
}
/* end partner logos */
/* unleashing-sec  */
.unleashing-sec {
  background: url(../images/authors-bg.webp) right/cover no-repeat;
}
.unleashing-text h3 {
  color: var(--light-yellow);
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
.unleashing-text h3 span {
  color: var(--black-color);
  font-size: 40px;
}
.unleashing-text h4 {
  color: var(--light-yellow);
  font-family: "northwell", Sans-serif;
  font-size: 83px;
  font-weight: 300;
  margin-bottom: 1.4rem;
}
.unleashing-text p {
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
  color: var(--black-color);
  margin-bottom: 1.8rem;
  padding-right: 10%;
}
.introducing-content  p {
  color: var(--black-color);
}
.unleashing-text .defult-btn {
  font-size: 14px;
  font-weight: 700;
  border: 2px solid var(--white-color);
  color: var(--white-color);
  padding: 0 24px;
  text-transform: capitalize;
}
.unleashing-text .defult-btn:hover {
  color: var(--white-color);
}
/* end unleashing-sec  */
/* servicestypes  */
.services-sec {
  background-color: var(--gray-color);
}
.services-sec .cta-content h3 {
  font-weight: 400;
}
.services-sec .cta-content h3 span {
  font-weight: 600;
}
.services-sec .cta-content P {
  padding: 0;
  font-size: 18px;
  margin-bottom: 3rem;
}
.flip-card-front img {
  margin-bottom: 20px;
}
.flip-card-front h4 {
  font-size: 30px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 1rem;
}
.flip-card-front p {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #929292;
}

.flip-card {
  background-color: transparent;
  height: 260px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotatex(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 20px;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.flip-card-back a {
  color: var(--white-color);
  font-family: "Roboto", sans-serif;
}
.services-sec .col-md-3 {
  padding: 10px;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: var(--white-color);
  color: black;
}
.flip-card-back h4 {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
}
.flip-card-back p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
}

/* Style the back side */
.flip-card-back {
  background-color: var(--black-color);
  color: white;
  transform: rotatex(180deg);
}
.introducing-content h3 {
  font-size: 40px;
  font-weight: 600;
  color: var(--black-color);
  text-transform: capitalize;
  margin-bottom: 1.3rem;
}
.introducing-content h4 {
  font-size: 90px;
  margin-bottom: 2rem;
}
.happy-clients-sec {
  background-color: var(--gray-color);
}

.clinetwraper p {
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 2rem;
}
.clinetwraper {
  text-align: center;
}
.clinetimg {
  display: flex;
  align-items: center;
  gap: 20px;
}
.clientname h6 span {
  font-size: 15px;
  font-weight: 600;
  color: var(--light-yellow);
  margin-bottom: 5px;
  display: block;
  text-align: left;
}
.clientname h6 {
  font-size: 16px;
  font-style: italic;
  color: var(--black-color);
  font-family: "Poppins", Sans-serif;
}
.clinetimg img {
  width: revert-layer !important;
  margin: initial !important;
}
.sechdg {
  color: var(--blue-color);
  text-align: center;
  margin-bottom: 3rem;
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
}
.leader-sec .sechdg{
  color: var(--white-color);
}
.pre {
  font-size: 14px;
  color: var(--white-color);
  font-family: "Poppins", Sans-serif;
  text-align: center;
}
.the-six-step .pre {color: var(--black-color);}
.the-six-step .container-fluid {
  padding: 0 6%;
}
.the-six-step .row {
  padding-top: 5rem;
}
.step-contents h4 {
  font-family: "Merriweather", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--light-yellow);
  margin-bottom: 1rem;
}
.step-contents p {
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--black-color);
}
.form-hdg h3 {
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--black-color);
  margin-bottom: 2rem;
}
.form-contnet h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 1rem;
}
.form-contnet p {
  color: var(--black-color);
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.form-wraper {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 1.5rem;
}
.footerfrom .bannerform {
  margin: 0 3rem 0 0;
}
.footerfrom {background-color: var(--gray-color);}
/* end seservices-type */
/* cta */
.cta-sec {
  background: url(../images/contact-probook_02.webp) left/cover no-repeat;
  padding: 10px 0;
}
.services-sec .cta-content h3 {
  font-size: 41px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 55px;
  color: var(--black-color);
}
.services-sec .cta-content p {
  color: var(--black-color);
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
  padding: 0 8% 0 0;
}
:is(.cta-content, .cta2) .defult-btn {
  background: none;
  background-color: var(--black-color);
  color: var(--white-color);
  padding: 15px 40px 15px 40px;
}
/* cta ent */

/* ourcomprehensive-sec */
.test-slider {
  text-align: center;
  padding: 4rem 4rem 0 4rem;
}
.test-slider .item img {
  margin-bottom: 1.5rem;
}
.test-slider .item p {
  color: var(--black-color);
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
  font-style: italic;
}
.test-slider .item h6 {
  font-family: "Poppins", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--light-yellow);
  margin-bottom: 0;
}
.test-slider .item span {
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--black-color);
  font-style: italic;
}
.ourcomprehensive-sec .owl-theme .owl-nav {
  position: absolute;
  width: 91%;
  display: flex;
  justify-content: space-between;
  top: 8rem;
  left: 1.5rem;
  bottom: 0;
  z-index: -1;
  margin: auto;
  align-items: center;
}
.ourcomprehensive-sec .owl-carousel .owl-item img {
  width: 140px !important;
  height: 140px !important;
}
.ourcomprehensive-sec .owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  font-size: 18px;
  color: var(--black-color);
  font-weight: 400;
}
.clinet-logos{background-color: var(--gray-color);}
.clinet-slider img{    filter: grayscale(1);}
.clinet-logos .container-fluid {
  padding: 0 3rem;
}
.clinet-logos .sechdg {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 55px;
}
.cta2 {
  background: url(../images/before-footer-bgnew_02.webp) center/cover no-repeat;
  text-align: center;
  padding: 3rem 0;
}
.cta2 h3 {
  font-size: 44px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 55px;
  color: var(--white-color);
}
.cta2 p {
  font-family: "Poppins", Sans-serif;
  color: var(--white-color);
  font-weight: 400;
  margin: 1.5rem 0;
}
.clinet-logos {
  padding-bottom: 3rem;
}
.plaitform {
  padding: 3rem 0;
}
.plaitform ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* end ourcomprehensive-sec */

/* main-footer */

.mainfooter {
  background-color: var(--black-color);
  padding: 3rem 0 0;
}
:is(.contct-detils :is(a, p)) {
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  color: var(--white-color);
}
.contct-detils {
  margin-top: 1.5rem;
}
.contct-detils span {
  font-family: "Poppins", Sans-serif;
  color: #7a7a7a;
  display: block;
  font-weight: 500;
}
.contct-detils li {
  margin-bottom: 3rem;
}
.ftrlinks h5 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 1rem;
}
.ftrlinks li a {
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
  color: #929292;
  transition: 0.4s;
  display: inline-flex;
  align-items: center;
}

.ftrlinks li {
  padding: 15px 0;
  height: 50px;
}
.ftrlinks li a:hover {
  color: var(--blue-color);
  transition: 0.4s;
}
.social-media ul {
  display: flex;
  align-items: center;
}
.social-media ul li a i{color: var(--white-color);}
.social-media li a {
  font-size: var(--icon-size, 25px);
  line-height: var(--icon-size, 25px);
  width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
  height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
  background-color: var(--light-yellow);
  border-radius: 10%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--black-color);
  margin: 0 10px;
}
.social-media li a:first-child {
  margin-left: 0;
}
.social-media li a:hover {
  opacity: 0.9;
}
.copyright {
  margin-top: 2rem;
  background-color: var(--blue-color);
  padding: 1rem 0;
}
.copyright-text p {
  margin-bottom: 0;
  font-family: "Merienda", Sans-serif;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
}
.copyright-text p a {
  color: #c36;
}
.copyright img {
    filter: brightness(1) invert(1);
}
.terms {
  text-align: right;
}
.terms a {
  margin-right: calc(20px / 2);
  margin-left: calc(20px / 2);
  color: var(--white-color);
  font-weight: 600;
}
ul.terms span {
  font-size: 20px;
  font-weight: 900;
  color: var(--white-color);
  line-height: 0;
}
.automated-sec ul {
  display: flex;
  padding: 5px 0;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.automated-sec li:first-child {
  padding-right: 20px;
  border-right: 1px solid rgba(152, 152, 152, 0.45);
}
.automated-sec li a {
  color: #454545;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
}
/* end main-footer */
/* about */
.aboutbanner {
  background: url(../images/about-us-hero-bg.webp) center/cover no-repeat;
}
.journal,
.pencil-cup {
  position: absolute;
  width: 11%;
}
.pencil-cup {
  left: 1rem;
}
.journal {
  left: 0;
  bottom: 0;
}
.who-weare {
  background: url(../images/about-us-who-we-are.jpg) left/cover no-repeat;
}
.wht-wedo {
  background: url(../images/about-us-what-we-do.webp) left/cover no-repeat;
}
.whoweare-sec {
  padding: 0;
}
.whoweare-sec .unleashing-text {
  padding: 210px 110px;
  text-align: center;
  height: 100%;
}
.whoweare-sec .unleashing-text  p{color: var(--white-color);}
.wht-wedo * {
  color: var(--white-color) !important;
}
.wht-wedo .defult-btn{color: var(--black-color) !important;}
.wht-wedo .defult-btn:hover {
  color: var(--white-color) !important;
}
.about-h4 {
  font-size: 70px !important;
}
/* end about */
/* video-book-trailor page*/
.bookbanner {
  background: url(../images/marketing-hero-banner_01.webp) left/cover no-repeat;
}
.bookbanner h4:first-child {
  font-size: 90px;
}
.audience-sec {
  background-color: #00000026;
}
.services-sec .owl-carousel .owl-item img {
  margin-left: 0;
  margin-bottom: 1rem;
  margin-top: 0;
}
.bookbanner p {
  font-family: "Poppins", Sans-serif;
}
.comprehensive-slider .flip-card-front p {
  font-size: 13px;
}
.comprehensive-slider .flip-card-front h4 {
  font-size: 22px;
  font-style: italic;
}
.owl-theme .owl-dots .owl-dot {
  font-size: 0;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #00000059;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--black-color);
}
.videounlesh-sec {
  background: url(../images/mind-worth-bg.webp) 200% / cover no-repeat;
}
.videounlesh-sec .unleashing-text {
  padding-right: 8rem;
}
/* end video-book-trailor page*/
/* kindle-vella */
.kindle-vellabnr {
  position: absolute;
  right: 0;
  bottom: 0;
  width: var(--container-widget-width, 20%);
}
.mastery-sec .flip-card {
  height: 280px;
}
.mastery-sec .flip-card-front img {
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  height: 100%;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.mastery-sec .flip-card-front p {
  margin-bottom: 0;
}
.mastery-sec .col-md-6 {
  margin-bottom: 2rem;
}
.mastery-sec .flip-card-front * {
  color: var(--white-color);
  z-index: 2;
}
.mastery-sec .flip-card {
  border: 2px solid #333333;
  border-radius: 6px;
  position: relative;
}

.mastery-sec .row {
  margin-top: 2rem;
}
.mastery-sec .flip-card-front {
  background-color: transparent;
}
.mastery-sec .flip-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  background: url(../images/arrow-black.png) bottom/cover no-repeat;
  width: 79px;
  height: 79px;
}
.mastery-sec .flip-card-front,
.flip-card-back {
  padding: 20px 40px;
}
.mastery-sec .flip-card-front p {
  font-size: 14px;
}
.mastery-sec .flip-card-front h4 {
  font-size: 24px;
}
/* end kindle vella */
/* wikipidia  */
.wkipidia-sec {
  padding: 5rem 0 4rem 4rem;
}
/* end wikippia */
/* contact us */
.contact-us-detils {
  background-color: #f5cf2e;
  text-align: center;
  padding: 3rem 1rem;
  border-radius: 6px;
}
.contct-detils li a:hover{
  color: var(--blue-color);
}
.contact-us-detils img {
  margin-bottom: 2rem;
}
.contact-us-detils .contct-detils {
  display: flex;
  align-items: center;
  gap: 0 50px;
  justify-content: center;
  margin-top: 0;
}
.contact-us-detils i {
  margin-right: 10px;
  color: var(--black-color);
}
.contact-us-detils a {
  color: var(--black-color);
  font-family: "Poppins", Sans-serif;
}
.contact-us-detils .contct-detils li:first-child i {
  transform: rotate(90deg);
}
.contact-us-detils .contct-detils li {
  margin-bottom: 0;
}
.contact-us-detils h3 {
  font-family: "Poppins", Sans-serif;
  font-size: 26px;
  font-weight: 800;
}
.contact-us-detils h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.contact-us-detils p {
  font-size: 14px;
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
  margin: 1.5rem 0;
}
.form-control:focus,
.contactpage-form select {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.contactpage-form .form-control,
.contactpage-form select {
  font-size: 14px;
  font-family: "Poppins", Sans-serif;
  padding: 0.5rem 1rem;
  margin-bottom: 3rem;
  background-color: transparent;
  border-bottom: 2px solid #929292;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.contactpage-form .form-control::placeholder {
  color: #929292;
}
.contactpage-form textarea {
  height: 120px;
}
.contactpage-form select {
  width: 100%;
  color: #929292;
}
.contactpage-form .form-btn .defult-btn {
  text-transform: uppercase;
  color: var(--white-color);
  font-size: 17px;
  padding: 0 2rem;
}
.contactpage-form .form-btn .defult-btn:hover {
  color: var(--white-color);
}
.talktosale {
  background-color: var(--white-color);
}
.talkbox .flip-card-front {
  background-color: var(--light-yellow);
  text-align: center;
  padding: 2rem;
}
.talkbox .flip-card-front i {
  font-size: 3rem;
  transform: rotate(90deg);
  margin-bottom: 1.5rem;
  color: var(--white-color);
}
.talkbox .flip-card-front p {
  color: var(--white-color);
}
.talkbox .flip-card-back {
  text-align: center;
}
.talkbox .flip-card-front h4 {
  font-size: 24px;
   color: var(--white-color);
}
.talkbox .flip-card-back a {
  background-color: var(--white-color);
  color: var(--black-color);
  display: inline-block;
  padding: 10px 2.5rem;
  margin: 0px auto;
}
.flip-card-front svg {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 1.5rem;
  fill: var(--white-color);
}
.bg-black {
  background-color: var(--black-color) !important;
}
.bg-black * {
  color: var(--white-color) !important;
}
.bg-yellow {
  background-color: var(--light-yellow) !important;
}
.bg-yellow * {
  color: var(--white-color) !important;
}
.bg-yellow a {
  background-color: var(--black-color) !important;
  color: var(--white-color) !important;
}
.talkbox .flip-card {
  height: 280px;
}
/* end contect us */
/* popup-form */
#entry-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999990;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.62);
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
}
.entry-box {
  padding: 20px 10px;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 0;
  background-color: #414141;
  position: relative;
  box-shadow: -140px -117px 19px -141px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.7);
  border: 3px solid var(--light-yellow);
}

a#entry-box_close {
  color: var(--light-yellow);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 999;
}
a#entry-box_close svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: var(--white-color);
}
.entry-box .bannerform {
  margin: 0;
}

.entry-box .col-md-6 {
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}
.entry-box .col-md-6:last-child {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
/* privacy-thankyou-css */

.main-privacy {
  padding: 100px 0 80px;
}
.main-privacy * {
  color: var(--black-color);
}
.main-privacy h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600 !important;
}

.main-privacy p,
.main-privacy li {
  margin: 0 0 20px;
  line-height: 22px;
  font-family: "Poppins", Sans-serif;
}

.error ,#email-error{
  border-color: red !important;
   color: red !important;
}
.thankyou_sec {
  padding: 10rem 0px 5rem;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  text-align: center;
}

.main-content__checkmark {
  font-size: 9.75rem !important;
  line-height: 1 !important;
  color: var(--blue-color);
}

.site-header__title {
  font-size: 6.5rem;
  font-weight: 700 !important;
  line-height: 1.1;
}

.main-content__body {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.start_live_chat {
  font-size: 20px;
  background-color:var(--blue-color);
  padding: 15px 35px;
  display: inline-block;
  border-radius: 50px;
  margin: 20px 0 0;
  color: #fff !important;
  line-height: 16px;
}
.main-privacy ul li a span {
  color: #c36;
}
.privcy-ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.privcy-ul {
  margin-left: 3rem;
}
.bg-graycolor{background-color: var(--gray-color);}
.bg-whitecolor{background-color: var(--white-color);}
.bg-whitecolor .flip-card-front{background-color: var(--gray-color);}
.colorchange .happy-clients-sec{background-color: var(--white-color);}
.bookbanner-editing{
  background: url(../images/book-editing-bg.webp) left / cover no-repeat;
}
.bookbanner-marketing{background: url(../images/bookbanner-marketing.webp) center / cover no-repeat;}
.scriptwriting-banner{background: url(../images/scriptwriting-banner.png) center / cover no-repeat;}
.ghostwriting-banner{background: url(../images/ghostwriting-banner.png) center / cover no-repeat;}
.banner-illustrations{background: url(../images/banner-illustrations.png) center / cover no-repeat;}
.banner-illustrations{background: url(../images/banner-illustrations.png) center / cover no-repeat;}
.kindly-banner{background: url(../images/kindly-banner.png) center/cover no-repeat;}
.banner-portfolio{background: url(../images/banner-portfolio.png) center/cover no-repeat;}
.banner-contact{background: url(../images/banner-contact.png) center/cover no-repeat;}
.leader-sec{background-image: linear-gradient(180deg, var(--light-yellow) 0%, var(--blue-color) 100%);}
.box-wrpr{text-align: center; background-color: var(--gray-color); padding: 3rem 2rem;
  border-radius: 10px;
  height: 100%;}
.box-wrpr h3{font-size: 24px; font-weight: 700; color: #000; margin-bottom: 10px;}
.box-wrpr p{font-size: 20px;  font-weight: 500;   font-family: "Poppins", Sans-serif; margin-bottom: 0;}
.box-wrpr img{margin-bottom: 1.5rem;}

:is(.portfoli-linkded,.leader-sec) .container-fluid{padding: 0 5%;}
.portfoli-linkded .col-md-4{margin-bottom: 30px;}
.linkden-banner {
  background: url(../images/linden-banner.jpg) center/cover no-repeat;
}