/* FONT IMPORT */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* ROOT VARIABLES */
:root {
  --var-main-font: "Poppins";
  --var-text-color: #000;
  --var-white-color: #fff;
  --var-primary-color: #3d5a74;
  --var-accent-color: #00a5e5;
}
.post-block.single-post.wow.fadeInUp h1 {
    font-size: 26px;
    font-weight: 700;
}
.Ebook h1 {
    font-size: 26px;
    font-weight: 500;
}
/* GENERAL STYLES */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--var-main-font), sans-serif;
  color: var(--var-text-color);
}

a,
button {
  text-decoration: none !important;

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
button:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-top ul li a .icon11 {
    background: var(--var-accent-color);
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.27rem 0.9rem;
    transition: all 0.3s;
}


.footer-social li a .icon11 {
    background: var(--var-accent-color);
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.27rem 0.9rem;
    transition: all 0.3s;
}

a.footex {
    width: 46px;
    height: 48px;
}
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background: var(--var-accent-color);
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 12px;
  align-items: center;
  justify-content: center;

  position: relative;
}
.theme-btn:hover {
  background: var(--var-primary-color);
  color: #fff;
}

.theme-btn--outline {
  background: transparent;
  box-shadow: inset 0 0 0 2px var(--var-primary-color);
  color: var(--var-primary-color);
}
.theme-btn--outline:hover {
  background: #fff;
  color: var(--var-primary-color);
}
.theme-btn--header {
  padding: 0.5rem 1rem;
  border-radius: 8px;
}
/* .navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  width: fit-content ;
  left: 86% ;
} */
/* GENERAL */
ul {
  list-style: none;
}
.section {
  padding: 5rem 0;
}
.section-intro {
  color: var(--var-primary-color);
}
.section-intro h2 {
  text-transform: capitalize;
  font-size: 2.188rem;
  font-weight: 800;
}
.btn-group {
  display: flex;
  justify-content: start;
  gap: 1rem;
}
.section--who .row{
  row-gap: 30px;
}
.section-intro {
  color: var(--var-primary-color);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

/* GENERAL */

/* HEADER: START */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s;
}
.header-top {
  background: #fff;
  padding: 1rem 0;
  transition: all 0.3s;
}
.header-top ul {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0;
}
.nav-contact li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-social {
  justify-content: flex-end;
}
.header-top ul li a .icon {
  background: var(--var-accent-color);
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
.header-top ul li a .icon:hover {
  background: var(--var-primary-color);
  color: #fff;
}
.header-top ul li .nav-contact-link {
  color: var(--var-primary-color);
  font-weight: 600;
}
.header-top ul li .nav-contact-link:hover {
  color: var(--var-accent-color);
}
.header-nav {
  background: #3d5a74;
  padding: 0.5rem 0;
  transition: all 0.3s;
}
.header.sticky .header-top {
  transform: translateY(-100%);
}
.header.sticky .header-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar-nav {
  align-items: center;
  gap: 1rem;
}
.navbar-nav .nav-item .nav-link {
  font-weight: 500;
  color: #fff;
}
.navbar-nav .nav-item .nav-link:hover {
  color: var(--var-accent-color);
}
.nav-item.dropdown {
  position: inherit;
}
.dropdown-menu {
  width: 100%;
}
.dropdown-menu h3 {
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  color: var(--var-accent-color);
}
a.dropdown-item {
  font-size: 0.8rem;
}
/* HEADER: END */


/*privacy policy and terms and condition*/
.privacy-and-term-condition{
     position: relative;
  /*background: url(../img/main-bg.png);*/
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.privacy-and-term-condition span{
    color:black;
    font-size:35px;
    font-weight:500;
    display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom:10px;
    
}
/* MAIN: START home*/
.section--mainhome {
  position: relative;
  background: url(../img/homebanner.jpeg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section--mainhome-content .main-logo {
  /*margin-bottom: -3rem !important;*/
  margin-bottom: 0rem !important;
}
.section--mainhome-content h1 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--var-primary-color);
  margin-bottom: 0.5rem;
}
.section--mainhome-content img{
    margin-top:127px !important;
}
}
.section--main-content p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.section--main-content .btn-group {
  margin-bottom: 2.5rem;
}
.main-form {
  border: 1px solid var(--var-primary-color);
  background: #fff;
  padding: 2.5rem 1rem;
  border-radius: 20px;
}
.main-form .form-group input,
.main-form .form-group textarea {
  font-size: 0.8rem;
  padding: 0.8rem;
  border: transparent;
  border-radius: 0;
  border-bottom: 1px solid var(--var-primary-color);
  margin-bottom: 2.5rem;
}
.main-form h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--var-primary-color);
  text-transform: capitalize;
}
.main-form p {
  font-size: 0.8rem;
  margin-bottom: 2.5rem;
}
.main-form .theme-btn {
  width: 100%;
}




/* MAIN: START innerpages*/


.section--main {
  position: relative;
  background: url(../img/homebanner.jpeg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top:200px;
  padding-bottom:50px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.section--main-content .main-logo {
  /*margin-bottom: -3rem !important;*/
  margin-bottom: 0rem !important;
}
.section--main-content h1 {
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--var-primary-color);
  margin-bottom: 0.5rem;
}
.section--main-content p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.section--main-content .btn-group {
  margin-bottom: 2.5rem;
}

.main-form {
  border: 1px solid var(--var-primary-color);
  background: #fff;
  padding: 2.5rem 1rem;
  border-radius: 20px;
}
.main-form .form-group input,
.main-form .form-group textarea {
  font-size: 0.8rem;
  padding: 0.8rem;
  border: transparent;
  border-radius: 0;
  border-bottom: 1px solid var(--var-primary-color);
  margin-bottom: 2.5rem;
}
.main-form h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--var-primary-color);
  text-transform: capitalize;
}
.main-form p {
  font-size: 0.8rem;
  margin-bottom: 2.5rem;
}
.main-form .theme-btn {
  width: 100%;
}
/* MAIN: END */

/* AUTHORS: START */
.section--authors {
  padding: 1.625rem 0;
}
.section--authors .section-intro {
  margin-bottom: 2rem;
}
.section--authors .section-intro h2 {
  font-size: 1.563rem;
}
.section--authors .section-intro p {
  font-size: 1.25rem;
}
/* AUTHORS: END */

/* NUMBERS: START */
.section--numbers {
  background: #9f9f9f;
  color: #fff;
 padding: 2rem 0;
}
.number-card {
  text-align: center;
}
.number-card h3 {
  font-size: 4.0rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.number-card h4 {
  font-size: 1.563rem;
}
/* NUMBERS: END */

/* GHOST: START */
.section--ghost {
  background: #00a5e5;
  color: #fff;
  position: relative;
}
.section--ghost .ghost-content {
  color: #fff;
}
.main-book-img {
  /*position: absolute;*/
  /*top: -210px;*/
  /*left: 0;*/
}
.section--ghost .ghost-content h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.section--ghost .ghost-content p {
  font-size: 1rem;
  margin-bottom: 1.688rem;
}
.section--ghost .ghost-content .theme-btn {
  box-shadow: inset 0 0 0 1px #fff;
}
/* GHOST: END */

/* FULL: START */
.section--full {
}
.section--full .section-intro {
  margin-bottom: 3rem;
}
.section--full .section-intro h2 {
  margin-bottom: 1rem;
}
.section--full .section-intro p {
  margin-bottom: 2rem;
}
.section--full .section-intro h3 {
  margin-bottom: 1rem;
}
.full-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 400px;
  padding: 1rem;
  background: #48bac4;
  margin-bottom: 3rem;
}
.full-content.dark {
  background: #051d39;
  color: #fff;
}


#clienttesti{
 margin-left:450px;   
}
.full-testimonial {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.full-testimonial-text {
  text-align: left;
}
.full-testimonial-text h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 2rem;
}
.section--beta-reader {
}
.section--beta-reader .section-intro {
  margin-bottom: 3rem;
}
.beta-review-content h3 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.beta-review-content .lists {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  border-top: 2px solid #00d6e6;
}
.beta-review-content .lists ul {
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section--title-and-book {
}
.section--title-and-book .section-intro {
  margin-bottom: 1rem;
}
.section--title-and-book .section-intro h2 {
  margin-bottom: 2rem;
}
.section--title-and-book .section-intro p {
  margin-bottom: 2rem;
}
/* FULL: END */

/* WORK: START */
.section--work {
  padding-top: 12rem;
}
.section--work .section-intro {
  margin-bottom: 2.938rem;
}
.book-slider {
  margin-bottom: 5.625rem;
}
.section--testimonials .section-intro {
  margin-bottom: 3rem;
}
.testimonial-card {
  /*min-height: 450px;*/
   min-height: 325px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 0.8rem;
  background: rgba(1, 215, 230, 0.1);
  border-radius: 8px;
  margin-inline: 10px;
}
.testimonial-card p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.testimonial-card .user {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonial-card .user .details h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.testimonial-card .user .details h4 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
/* WORK: END */

/* STORY: START */
.section--stories .section-intro {
  margin-bottom: 4rem;
}
.stories-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
/* STORY: END */

/* BOOKS: START */
.section--books .section-intro {
  margin-bottom: 3rem;
}
/* BOOKS: END */

/* DO: START */
.section--do {
  background: #00a5e5;
  color: #fff;
}
.section--do .section-intro {
  color: #fff;
  margin-bottom: 3.438rem;
}
.do-card {
  text-align: center;
}
.do-card h3 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.do-card img {
  width: 50%;
  min-height: 130px;
  object-fit: contain;
  background: #00a5e5;
  border-radius: 41px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
  =
    
}
.do-card p {
  text-align: left;
  /*margin-bottom: 2rem;*/
}
.do-card .theme-btn {
  box-shadow: inset 0 0 0 1px #fff;
}
/* DO: END */

/* KIND: START */
.section--kind {
  background: #01d6e6;
  color: #fff;
}
.section--kind .section-intro {
  color: #fff;
  margin-bottom: 3.75rem;
}
.kind-card {
  background: #fff;
  color: var(--var-primary-color);
  text-align: center;
  padding: 1.563rem;
  border-radius: 18px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
  min-height: 450px;
}
.kind-card h3 {
  font-size: 1.563rem;
  font-weight: 700;
  color: #00d6e6;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}
.kind-card p {
  text-align: center;
  font-size: 1.125rem;
  margin: 0;
}
.kind-card a {
  display: inline-block;
  margin-top: 1rem;
  text-align: left;
  font-size: 0.938rem;
  color: var(--var-primary-color);
}
.more-text {
  display: none;
}
/* KIND: END */

/* TEAM: START */
.section--team {
  background: #f9fafb;
}
.section--team .section-intro {
  margin-bottom: 5.625rem;
}
.team-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.25rem;
  text-align: center;
  margin-bottom: 2rem;
}
.team-card img {
  margin-bottom: 1.25rem;
}
.team-card h3 {
  font-size: 1.563rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.team-card h4 {
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.team-card p {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.team-card a {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--var-primary-color);
  position: relative;
  margin-bottom: 2rem;
  display: inline-block;
}
.team-card a::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background: var(--var-accent-color);
}
.team-card .books {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
}
.team-card .books img {
  width: 30%;
}
.section--team .theme-btn {
  margin-top: 5.625rem;
}
/* TEAM: END */

/* CHOOSE: START */
.section--choose {
}
.section--choose .section-intro {
  margin-bottom: 5.625rem;
}
.section--choose .row {
  margin-bottom: 3rem;
}
.choose-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  color: var(--var-primary-color);
}
.choose-content p {
  font-size: 1rem;
  font-weight: 500;
}
.choose-content ul {
  margin-left: 2rem;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.choose-content ul li {
  font-size: 1.2rem;
  font-weight: 700;
}
/* CHOOSE: END */

/* SERVICES-INCLUDE: START */
.section--services-include {
  padding-bottom: 0rem;
}
.section--services-include .section-intro {
  margin-bottom: 4rem;
}
.services-box {
  text-align: center;
  padding: 2rem 0.5rem;
}
.services-box.bg {
  background: #edf9f9;
}
.services-box a {
  display: block;
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--var-accent-color);
}
.services-box a:hover {
  background: var(--var-primary-color);
}
/* SERVICES-INCLUDE: END */

/* GENRE: START */
.genre-box {
  padding: 2rem 1rem;
  text-align: center;
}
.genre-box.bg {
  background: #edf9f9;
}
.genre-box h2 {
  text-align: left;
}
.genre-box h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.938rem;
}
.genre-box p {
  margin-bottom: 0.938rem;
}
.genre-box a {
  display: inline-block;
  position: relative;
  font-weight: 600;
  color: var(--var-primary-color);
}
.genre-box a::before {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 90%;
  height: 3px;
  background: var(--var-accent-color);
}
.section--genre .section-intro {
  margin: 5rem 0;
}
.packages-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 2rem;
  margin-bottom: 3rem;
}
.packages-list li {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--var-primary-color);
}
.packages-list li::before {
  position: absolute;
  top: 0;
  /* transform: translateY(-50%); */
  left: -30px;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--var-accent-color);
}
.package-link {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: var(--var-primary-color);
}
/* GENRE: END */

/* PROCESS: START */
.section--process {
  background: #f4f5f6;
}
.section--process .section-intro {
  margin-bottom: 4rem;
}
.process-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.process-list li {
  padding: 1rem 0;
  border-top: 1px solid #000;
}
.process-list li .number {
  border-top: none;
  text-align: center;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  color: var(--var-accent-color);
}
/* PROCESS: END */

/* GHOST-PROCESS: START */
.section--ghost-process .section-intro h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.section--ghost-process .section-intro p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
/* GHOST-PROCESS: END */

/* who: START */
.section--who .section-intro h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.section--who .section-intro p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
/* who: END */

/* FAQ: START */
.section--faq {
  background: url(../img/faq-bgwebp.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.section--faq .section-intro {
  color: #fff;
  margin-bottom: 3.75rem;
}
.accordion .card {
  background: none;
  border: transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 0.8rem;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
.accordion .card .card-header {
  background: none;
  border: none;
}
.accordion .card .card-header h2 button {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section--who .container .row{
  row-gap: 20px;
}
/* FAQ: END */

/* FORM: START */
.section--form {
}
.section--form .section-intro {
  margin-bottom: 3rem;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  padding: 1.5rem;
  border-radius: 13px;
  margin-bottom: 1.25rem;
}
.contact-form .theme-btn {
  width: 100%;
}
/* FORM: END */

/* FOOTER: START */
.footer {
  background: #f4f4f4;
  border-top: 1px solid var(--var-primary-color);
  padding-top: 3.125rem;
}
.footer-logo {
  display: block;
  margin-bottom: 3.125rem;
}
.footer-content h3 {
  font-size: 1.063rem;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--var-primary-color);
  margin-bottom: 2.625rem;
}
.footer-content ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-content ul li a {
  font-size: 1.063rem;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--var-primary-color);
}
.footer-content ul li a:hover {
  color: var(--var-accent-color);
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
}
.footer-social li a {
  background: var(--var-accent-color);
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  transition: all 0.3s;
}
.footer-social li a:hover {
  background: var(--var-primary-color);
  color: #fff;
}
.footer-bottom {
  background: #3d5a74;
  margin-top: 3.125rem;
  padding: 1.25rem 0;
}
.footer-bottom small {
  color: #fff;
  font-size: 1rem;
  text-transform: capitalize;
}
.footer-bottom ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.8rem;
  margin: 0;
}
.footer-bottom ul li a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
}
.footer-bottom ul li a:hover {
  color: var(--var-accent-color);
}
/* FOOTER: END */
.section--professional .professional-inner{
  text-align: center;
}
.section--professional .professional-inner h2 {
    font-size: 2.188rem;
    font-weight: 800;
    color: #3D5A74;
    font-family: 'Poppins';
}
.section--professional .professional-inner .btn-group{
      justify-content: center;
      margin: 30px 0;
}
.professional-inner-2{
  margin-top: 30px;
}


/*New Logo */
div.dark-logo{
        /*margin-bottom: -9rem !important;*/
        
    }
    
    .main-logo1{
        
    width: 40%;
    float: right;
    margin-right: 100px;

    }
    
    
    
    div.dark-logo h1 {
        font-size: 1.5rem; 
        font-weight: 800;
        text-transform: uppercase;
        color: #fff;
        margin-top: 0.0rem;
        /*font-family:DM Serif Display;*/
        
    }
    div.dark-logo p {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 1rem;
        color: black;
    }
    
    .stars-h{
        height:30px;
    }
    
    
    
    
    
    
    
 /* testimonials */   
    

.carousel {
	margin: 50px auto;
}
.carousel .carousel-item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.carousel .media {
	position: relative;
	padding: 0 0 0 20px;
	margin-left: 20px;
}
.carousel .media img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.carousel .testimonial {
    color: #fff;
    position: relative;    
    background: #9b9b9b;
	padding: 15px;
	margin: 0 0 20px 20px;
}
.carousel .testimonial::before, .carousel .testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.carousel .testimonial::before {
    width: 20px;
    height: 20px;
	background: #9b9b9b;
	box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.carousel .carousel-item .row > div:first-child .testimonial {
	margin: 0 20px 20px 0;
}
.carousel .carousel-item .row > div:first-child .media {
	margin-left: 0;
}
.carousel .testimonial p {
	text-indent: 40px;
    line-height: 21px;
	margin: 0;
    font-size: 1rem;
}
.carousel .testimonial p::before {
	content: "\201D";
  	font-family: Arial,sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.carousel .overview {
	padding: 3px 0 0 15px;
}
.carousel .overview .details {
	padding: 5px 0 8px;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #ff5555;
}
.carousel-control-prev, .carousel-control-next {
	width: 30px;
	height: 30px;
    background: #666;
    text-shadow: none;
	top: 4px;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 16px;
}
.carousel-control-prev {
	left: auto;
	right: 40px;
}
.carousel-control-next {
	left: auto;
}
.carousel-indicators {
	bottom: -80px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 17px;
    height: 17px;
	border-radius: 0;
	margin: 1px 5px;
  	box-sizing: border-box;
}
.carousel-indicators li {	
    background: black;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
	color: #fff;
    background: #00a5e5;
    border: 5px double;    
}
.star-rating li {
	padding: 0 2px;
}
.star-rating i {
	font-size: 14px;
	color: #00a5e5;

}

@media screen and (min-device-width: 768px) and (max-device-width: 1100px) {
    
   section.section--mainhome.aos-init.aos-animate {
    height: auto;
} 
 img.img-fluid.main-logo.aos-init.aos-animate {
    width: 57%;
    margin-top: 150px;
}   
  .header-top ul {
    display: flex;
     gap: 0rem; 
    align-items: center;
    margin: 0;
    margin-top: 20px;
}  
}

@media screen and (min-device-width: 200px) and (max-device-width: 767px) { 
  .fa-solid, .fas {
    font-weight: 900;
    color: white;
} 
.section--mainhome-content h1{
    /*margin-top:150px;*/
        font-size: 1.5rem;
}
section.section--mainhome.aos-init.aos-animate {
    height: auto;
}
img.img-fluid.main-logo.aos-init.aos-animate {
    margin-top: 235px;
}
ul#for-nav-coloumn {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.nav-social {
    margin-top:10px;
    justify-content: flex-start;
}    
.header-top ul {
   align-items:left;
    margin-top: 20px;
}

.section--ghost .ghost-content h2 {
    font-size: 1.5rem;
   
}
section.section.section--work.aos-init.aos-animate {
    margin-top: -150px;
}

.btn-group {
    display: flex;
    flex-direction: column;
}
div.dark-logo h1 {
         font-size: 1.5rem; 
    }
    .main-logo1 {
    width: 52%;
    float: right;
    margin-right: 91px;
    margin-top: 150px;
    margin-bottom: 20px;
}
.section--who .section-intro h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.navbar-nav {
     align-items: center; 
    gap: 1rem;
}

#clienttesti {
     margin-left:0px; 
}
.professional-inner h2 {
    font-weight: 700;
    font-size: 35px;
    color: #3D5A74;
}
img.img-fluid.main-logo.aos-init.aos-animate {
    height: 100%;
    margin-top: 136px;
  
}
.post-block.single-post.wow.fadeInUp h1{
    font-size:35px;
    font-weight:700;
}
}