/*==================
Author : Tejash Shah
================================*/
/*------------------------------------------------------------------
[Table of contents]

1. Common
2. Typography
3. Navigation / #navbar
4. Banner
5. About
6. Service
7. Testimonials
8. Blog
9. Contact
10. Footer / #footer
1 color : #2A77FD
2 color : #6E02BA
-------------------------------------------------------------------*/

body,
html {
  width: 100%;
  height: 100%;
}

:root {
  --theme-primary-color: #6E02BA;
  --theme-secondary-color: #2A77FD;
  --font-color: #656a74;
  --font-primary-color: #741bb0;
  --font-secondary-color: #185cd2;
  --theme-primary-font: "Baloo Bhai 2", sans-serif;
  --theme-background-color: #FBF7FF;
  --theme-background2-color: #FFFFFF;
  --theme-background3-color: #FCFDF7;
  --theme-background-light-color: #F8F5F6;
  --theme-buynow-color: #2A77FD;
  --theme-navbg-color: #f6f6f6;
  --theme-white-color: #fff;
  /* #dfc89e */
  /* --theme-background-color: #200404;
  --theme-background2-color: #300e0e; */
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(238, 122, 122, 0);
}

body {
  font-family: var(--theme-primary-font);
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  text-align: left;
  background-color: var(--theme-navbg-color);
  font-weight: 400;
  color: var(--font-color);
  overflow-x: hidden;
}

p {
  color: var(--font-color);
  font-family: var(--theme-primary-font);
  line-height: 23px;
  padding: 10px 0;
  font-size: 16px;
}

.main-header{
  background-color: var(--theme-background2-color);
}
/*--------------------
TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-primary-font);
  font-weight: 600;
  /* line-height: 1.3; */
  margin-bottom: 0px;
  color: var(--font-color);
}

.h1,
h1 {
  font-size: 64px;
}

.h2,
h2 {
  font-size: 32px;
}

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 22px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--font-color);
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--theme-primary-color);
}

/*-------------------
BUTTONS STYLE
----------------=----*/
.ommnilogo{
  width: 270x;
}
.btn {
  font-weight: 500;
  position: relative;
  padding: 14px 40px;
  border-radius: 7px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-main {
  background: var(--theme-primary-color);
  color: var(--theme-white-color);
}

.btn-main:hover {
  background: var(--theme-secondary-color);
  color: var(--theme-white-color);
}

.btn-main-2 {
  border-color: var(--theme-primary-color);
  color: var(--font-primary-color);
  background: var(--theme-primary-color);
}

.btn-main-2:hover {
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

.btn-main-tp {
  border-color: var(--theme-secondary-color);
  background: transparent;
}

.btn-main-tp:hover {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

a {
  color: var(--theme-primary-color);
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--theme-secondary-color);
  outline: none;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:focus,
a:visited {
  outline: none;
}

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

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.form-control {
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  box-shadow: none;
}

/*====================
Banner Area
======================*/
.section-padding {
  padding: 100px 0px 50px;
}

.page-header {
  padding: 120px 0px;
  background: var(--theme-background-color)
  position: relative;
  background: url("../images/bg/page-header.jpg") no-repeat;
  background-size: cover;
  background-position: 0px 10%;
  text-align: center;
}

.page-header:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #263b5e;
  opacity: .85;
}

.page-header .page-header-content h1 {
  color: var(--font-primary-color);
  font-size: 60px;
  text-transform: capitalize;
}

.page-header .page-header-content ul li {
  color: var(--font-primary-color);
  text-transform: uppercase;
  font-weight: 600;
}

.page-header .page-header-content ul li a {
  color: var(--font-color);
  opacity: .7;
}

.book-img{
  -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
  border: 5px solid #FFFFFF;
}

.featured-content{
  display: flex;
}
.center-block{
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-grey {
  background: #F6F6F8;
}

.mb-60 {
  margin-bottom: 60px;
}

.section-heading h3 {
  margin-bottom: 10px;
}

.center-heading {
  text-align: Center;
}

.center-heading .subheading {
  padding-left: 0px;
  color: var(--theme-primary-color);
}

.center-heading .subheading:before {
  display: none;
}

.center-heading h3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.center-heading h3:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  width: 40px;
  height: 2px;
  bottom: 0px;
  margin: 0px auto;
  background: var(--theme-background-color);
}

.banner-content i {
  color: var(--font-color);
}

/*=======================
Header TopBar
============================*/
.header-contact li,
.header-socials li {
  float: left;
}

.header-socials {
  display: inline-block;
  vertical-align: middle;
}

.header-socials li {
  padding: 0px 5px;
  font-size: 12px;
}

.header-socials li a {
  color: var(--font-color);
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 100%;
  padding-top: 7px;
}

.header-socials li a:hover {
  background: #333;
  color: var(--font-color);
  border-color: #333;
}

/*-------------------
MENU
----------------------*/
.site-navigation {
  border-bottom: 1px solid #var(--theme-background3-color);
  /* padding: 12px 0px; */
}

.navbar {
  padding: 0px;
}

.navbar-nav .nav-link {
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  color: var(--font-color);
  background-color: var(--theme-background-color);
  border: 2px solid var(--theme-background2-color);
}

.navbar-nav .nav-link:hover {
  color: var(--theme-primary-color);
  background-color: var(--theme-navbg-color)
}

.navbar-nav .nav-link i {
  margin-left: 5px;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  vertical-align: middle;
  background: no-repeat 50%;
  background-size: 100% 100%;
}

/*-------------------
DROPDOWN MENU
----------------------*/
.dropdown-menu.show {
  -webkit-animation: .2s forwards b;
  animation: .2s forwards b;
}

.dropdown-item {
  font-weight: 500;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: background-color .1s;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
}

.dropdown-item:last-child {
  border-color: transparent;
}

.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--theme-primary-color);
}

.dropdown-toggle::after {
  display: none;
}

.nav-item.dropdown .dropdown-menu {
  transition: all 300ms ease;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border: 0px;
  padding: 0px;
  position: absolute;
  border-top: 2px solid var(--theme-primary-color);
  min-width: 220px;
}

.btn-small {
  padding: 11px 24px;
}

.btn-small i {
  margin-right: 5px;
}

.header-right-info a i {
  font-size: 18px;
}

.main_menu {
  background: #F8F8F8;
}

/* Sticky Header */
.menu_fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
}

.header-white {
  background: #fff;
}

/* ================
BAnner
================*/
.banner {
  padding: 60px 0px;
  background: #F8F8F8;
}

.banner .banner-content h1 {
  margin: 0;
  line-height: .9em;
  letter-spacing: -1px;
  color: var(--theme-primary-color);
}

.banner .banner-content .subtitle {
  display: block;
  font-size: 13.2px;
  color: #5D5374;
  margin-bottom: 20px;
  margin: -10px 0 20px 0;
  font-weight: 600;
}

.banner .banner-content h3 {
  margin: 0px 0px 20px;
}

.banner .banner-content p{
  margin: 0px 0px 20px;
  padding: 0;
}

.banner .banner-content p a {
  color: var(--theme-secondary-color);
  text-decoration: underline;
}

.banner .banner-content .subheading {
  margin-bottom: 0px;
}

.banner .banner-content ul {
  margin-bottom: 25px;
}

.banner-content h1{
  color: var(--font-color);
}
.banner-content h3{
  color: var(--theme-secondary-color);
}

.banner-content h4{
  color: var(--font-primary-color);
}

/* ====================
Custom CSS
======================*/
ul.custom-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.custom-checklist li {
  position: relative;
  padding-left: 19px;
  margin-bottom: 12px;
}

ul.custom-checklist li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-secondary-color);
  font-weight: 400;
  font-size: 16px;
}

/* ====================
About Section
======================*/

.client-logo {
  text-align: center;
  background: #fff;
}

.clients {
  padding-top: 60px;
}

/* ====================
About Section
======================*/
.about-section .section-heading {
  margin-bottom: 40px;
}

/* .about-section .section-heading p {
font-size: 18px;
margin-top: 15px;
} */

.about-section .btn {
  margin-left: 25px;
}

/* .about-section .heading-title {
margin-bottom: 30px;
} */

.about-text-block {
  position: relative;
  margin-bottom: 35px;
  border-radius: 5px;
  padding: 30px;
  transition: .4s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background-color: var(--theme-background2-color);
}

.about-text-block i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: var(--theme-background-color);
  background-color: var(--theme-secondary-color);
  -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 10px;
}

.about-text-block h4 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.about-text-block p {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.heading-title {
  font-size: 46px;
}

/* ================
Features
================*/
.feature-style-2 {
  text-align: center;
  transition: .4s;
  background: #fff;
  padding: 40px 50px;
  border-radius: 8px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.feature-style-2 i {
  font-size: 40px;
  color: var(--theme-secondary-color);
  transition: .4s ease;
}

.feature-style-2 h4 {
  margin: 10px 0px 20px 0px;
}

.feature-style-2 p {
  margin-bottom: 0px;
}

.feature-inner {
  background: #fff;
  padding: 25px 20px;
  position: relative;
  border-radius: 5px;
}

/* ====================
Chapter Section
======================*/
.chapter-section {
  padding-bottom: 60px;
}

.chapter-item {
  margin-bottom: 37px;
  width: 30.5%;
  background-color: var(--theme-background2-color);
  padding: 23px;
}

.chapter-item p {
  padding: 0;
  margin: 0;
}
.chapter-item p i{
  color: var(--font-primary-color);
  display: block;
  padding-bottom: 6px;
}
.chapter-item h4 {
  margin-bottom: 10px;
  font-size: 23px;
  color: #222;
}

.chapter-item h4 span {
  color: var(--theme-secondary-color);
  display: block;
  font-size: 16px;
}

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

.chapter-list {
  border-right: 1px solid #eee;
  padding: 0px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

/* ====================
Topic Items
======================*/
/* .book-preview {
background: #413E65;
} */
.topic {
  display: flex;
  justify-content: stretch;
  gap: 23px;
  align-items: stretch;
  flex-wrap: wrap;
}

.topic-item {
  position: relative;
  padding: 25px;
  background: var(--theme-background-color);
  margin-bottom: 20px;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 30%;
}

.topic-item .icon-box {
  width: 50px;
  height: 50px;
  text-align: center;
  background: var(--theme-primary-color);
  color: #fff;
  border-radius: 100%;
  padding-top: 17px;
  overflow: hidden;
  margin-bottom: 10px;
}
.topic-content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.topic-content h4{
  color: var(--theme-secondary-color);
  margin: 12px 0;
}
.topic-content p{
  /* padding: 20px; */
}
p.containor-center{
  padding: 20px;
  text-align: center;
}
/* .topic-item .topic-content {
padding-left: 80px;
}

.topic-item .topic-content h4 {
margin-bottom: 10px;
} */

/*========================
Funfact Counter
==========================*/
.counter-wrap .counter-item {
  text-align: center;
  margin-bottom: 30px;
}

.counter-wrap .counter-item .counter {
  font-size: 60px;
  display: inline-block;
  margin: 20px 0px 0px 0px;
  color: var(--theme-secondary-color);
}

.counter-wrap .counter-item p {
  font-size: 18px;
  margin-bottom: 0px;
  color: #777;
}

/* ====================
CTA Subscribe
======================*/
.cta-inner {
  text-align: center;
  padding: 70px 20px;
  position: relative;
  border-radius: 10px;
  background: #222;
}

.cta-inner .subheading2,
.cta-inner h2 {
  color: #fff;
}

.cta-inner .subsribe {
  margin-top: 30px;
}

.cta-inner .form-control {
  height: 60px;
  background: #fff;
}

.cta-inner p {
  color: #fff;
  margin-top: 20px;
  padding: 0px 30px;
}

/*========================
Contact Section
============================*/
.contact__form .form-control {
  height: 55px;
  border-radius: 15px;
  padding-left: 20px;
  border: 2px solid #eee;
  background: var(--theme-background2-color);
}

.contact__form .form-control:hover {
  border-color: var(--theme-primary-color);
}

.contact__form .form-group {
  margin-bottom: 25px;
}

.contact__form textarea.form-control {
  height: auto;
  border-radius: 15px;
  padding-top: 15px;
}

.contact__form label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--theme-secondary-color);
}

/* ====================
Testimonial
======================*/
.review-item {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 37px;
  border-radius: 8px;
  margin-bottom: 20px;
  background-color: var(--theme-background2-color);
  position: relative;
  border: 1px solid transparent;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.review-item .client-img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.review-item .client-img img {
  border-radius: 100%;
}

.review-item h4 {
  margin-top: 15px;
  color: var(--font-primary-color);
}

.review-item h5 {
  margin-top: 15px;
  color: var(--font-secondary-color);
}

.review-item p {
  color: var(--font-color);
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0px 0px;
}

.review-item .client-desc {
  margin-top: 25px;
}

.review-item .rating i {
  font-size: 14px;
  color: #f2b827;
  opacity: 1;
}

.testimonials-slides .owl-item {
  opacity: .5;
}

.testimonials-slides .owl-item.center {
  opacity: 1;
}

.testimonials-slides .owl-item.center .review-item {
  border: 1px solid var(--theme-secondary-color);
}

/*============
Author Desc
==============*/
.author-notes{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.author-notes p{
  margin: 0px;
}
.author-note{
  color: var(--font-primary-color);
  font-size: 1.6em;
  font-weight: 600;
  display: block;
}
.author-quotes{
  color: var(--theme-secondary-color);
  font-size: 1.1em;
  font-style: italic;
}
.author-desc ul {
  margin-bottom: 30px;
}

.author-desc ul li {
  padding: 5px 0px;
  color: var(--font-secondary-color)
}

.author-desc ul li i {
  color: var(--theme-secondary-color);
  margin-right: 10px;
}

.auhtor-img {
  position: relative;
  z-index: 1;
}

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

.auhtor-img:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 20px;
  width: 70%;
  height: 100%;
  border: 10px solid var(--theme-secondary-color);
  z-index: -1;
}

/*============
pricing
==============*/
.pricing-item {
  text-align: center;
  padding: 45px 35px;
  background: #fff;
}

.pricing-item.popular {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pricing-item.popular:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  height: 6px;
  background: #ddd;
  margin: 0 auto;
}

.pricing-item .price h3 {
  font-size: 60px;
}

.pricing-item .price p {
  color: var(--theme-secondary-color);
}

.pricing-item .pricing-footer {
  padding-top: 20px;
}

.pricing-item .pricing-features {
  text-align: left;
  margin: 30px 0px 20px;
  line-height: 40px;
  text-transform: capitalize;
}

.pricing-item .pricing-features i {
  margin-right: 15px;
  color: #666;
  font-size: 8px;
  margin-top: -5px;
}

.fixed-btm-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.fixed-btm-top .scroll-to-top {
  display: inline-block;
  text-align: center;
  height: 50px;
  background: var(--theme-primary-color);
  color: #fff;
  width: 50px;
  border-radius: 100%;
  padding-top: 15px;
  opacity: 0;
}

.scroll-to-top.reveal {
  opacity: 1;
  visibility: visible;
}

/*======================
FAQ
============*/
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}

.panel-default>.panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
}

.panel-title {
  font-size: 18px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 45px;
  padding-left: 15px;
  font-weight: 400;
}

.panel-title>a {
  display: block;
  padding: 20px;
  text-decoration: none;
}

.more-less {
  float: right;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #EEEEEE;
}

.panel-body {
  padding: 20px;
}

.section-author {
  padding-bottom: 250px;
}

.section-cta {
  margin-top: -120px;
}

/* Bootstrap 5 panel /Accordion */

.faq .accordion {
  background: transparent !important;
  border: 0px !important;
}

.faq .accordion-item {
  color: var(--font-color);
  background-color: transparent;
  border: 0px;
  margin-bottom: 20px;
}

.faq .accordion-header {
  font-size: 18px;
  background: #fff;
  border-radius: 10px;
  padding-left: 5px;
  font-weight: 600;
}

.faq .accordion-button {
  font-size: inherit;
  padding: inherit;
  padding: 20px;
  border-radius: 0px;
  background: transparent !important;
  color: var(--font-secondary-color);
  font-weight: inherit;
}

.faq .accordion-button:not(.collapsed) {
  box-shadow: none;
}

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

.faq .accordion-button:hover,
.faq .accordion-button:focus {
  color: var(--theme-secondary-color) !important;
}

.faq .accordion-button::after {
  content: "\f078";
  background: none !important;
  font-family: "font awesome 5 Free"
  
}

/* ====================
Footer Section
======================*/
.footer {
  background: #171621;
  padding: 80px 0px 0px;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-widget .widget-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
}

.footer .footer-widget p {
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-contact ul li {
  margin-bottom: 20px;
}

.footer .footer-contact ul li i {
  color: var(--theme-primary-color);
  margin-right: 20px;
  float: left;
  margin-top: 7px;
  min-width: 30px;
}

.footer .footer-contact ul li div {
  overflow: hidden;
  font-size: 14px;
}

.footer .footer-contact ul li div strong {
  display: block;
  text-transform: capitalize;
  font-size: 16px;
}

.footer .footer-links li {
  padding: 5px 0px;
}

.footer .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.footer .footer-links a:hover {
  color: var(--theme-primary-color);
}

.footer .footer-socials {
  margin-bottom: 20px;
}

.footer .footer-socials a {
  margin-right: 10px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.footer .footer-socials a:hover {
  color: #fff;
}

.footer .footer-contact {
  padding-right: 30px;
  text-decoration: underline;
}

.footer-btm {
  /* margin-top: 30px; */
  padding: 20px 0px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-btm .copyright p {
  color: var(--font-secondary-color);
  margin-bottom: 0px;
}

/*===================
Blog Main
=====================*/
.blog {
  background: #F8F8F8;
}

.post-meta {
  text-transform: capitalize;
}

.post-meta span {
  margin-right: 15px;
}

.blog-item {
  transition: .4s;
  cursor: pointer;
  margin-bottom: 20px;
}

.blog-item img {
  border-radius: 5px;
}

.blog-item .blog-content {
  margin-top: 20px;
}

.blog-item .blog-content .entry-meta span {
  margin-right: 15px;
  font-size: 14px;
}

.blog-item .blog-content .entry-meta span i {
  margin-right: 10px;
  color: #696969;
}

.blog-item .blog-content h2 {
  margin: 10px 0px 10px;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 600;
}

.blog-item:hover h2 {
  color: var(--theme-primary-color);
}

.blog-post-item {
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.blog-post-item .post-item {
  padding: 0px 40px 40px;
}

.blog-post-item .post-meta span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
}

.blog-post-item .post-meta span i {
  color: #ddd;
}

.blog-post-item .post-meta span a:hover {
  color: var(--theme-primary-color);
}

.blog-post-item .post-title {
  margin: 10px 0px 20px;
}

.blog-post-item .post-content .read-more {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
}

/*==================
Blog PAge
==================== */
.main-content-area {
  padding: 100px 0px;
}

.post-bg {
  background: #faf9ff;
  border: 1px solid #eef2fb;
}

.post-bg .post-content {
  padding: 30px 40px 40px 40px;
}

/*-----------------
Right Sidebar
-----------------*/
.blog-sidebar .widget {
  padding: 30px;
  background-color: white;
  border: 2px solid #eef2fb;
  border-top-width: 4px;
  margin-bottom: 40px;
  transition: .4s;
  /* ----TAGS-----*/
  /*--------- SEARCH FORM -----------*/
  /*============== Widgte Categories ============ */
}

.blog-sidebar .widget:hover {
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
  border-top-color: #8fb569;
}

.blog-sidebar .widget .widget-title {
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.blog-sidebar .widget .widget-title:before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0px;
  width: 40px;
  height: 2px;
  background: #8fb569;
}

.blog-sidebar .widget ul,
.blog-sidebar .widget ol {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0px;
}

.blog-sidebar .widget.widget_tag_cloud a {
  font-size: 13px;
  background: #f5f5f5;
  padding: 6px 16px;
  text-transform: uppercase;
  color: #333;
  margin: 0px 5px 10px 0px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.blog-sidebar .widget.widget_tag_cloud a:hover {
  background: var(--theme-secondary-color);
  color: #fff;
}

.blog-sidebar .widget.widget_search input {
  height: 55px;
  position: relative;
  border-radius: 0px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  padding: 9px 10px 9px 20px;
  width: 100%;
}

.blog-sidebar .widget.widget_search .search-form {
  position: relative;
}

.blog-sidebar .widget.widget_search .search-form [type=submit] {
  color: #fff;
  background: var(--theme-secondary-color);
  border: 1px solid var(--theme-secondary-color);
  padding: 12px 22px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.blog-sidebar .widget.widget_search .search-form [type="submit"] {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0px;
}

.blog-sidebar .widget.widget_categories ul li:first-child {
  border-top: 0;
  padding-top: 0;
}

.blog-sidebar .widget.widget_categories ul li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
  text-align: right;
  color: #647589;
}

.blog-sidebar .widget.widget_categories ul li a {
  display: block;
  color: #647589;
  float: left;
}

.blog-sidebar .widget.widget_categories ul li a i {
  margin-right: 10px;
}

.blog-sidebar .widget.widget_categories ul li a:hover {
  color: var(--theme-secondary-color);
}

/*==============
Recent post widget
====================*/
.recent-posts li {
  clear: both;
  margin-bottom: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.recent-posts li:last-child {
  margin-bottom: 0px;
  border: 0px;
}

.widget-post-thumb {
  max-width: 80px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}

.widget-post-body h6 {
  margin-bottom: 0px;
}

.widget-post-body span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

/*=====================
Blog pagination
===================*/
.blog-pagination {
  margin-top: 60px;
}

.blog-pagination ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  clear: both;
  display: block;
}

.blog-pagination ul li {
  margin-right: 10px;
  display: inline-block;
}

.blog-pagination ul li.active a {
  color: #fff;
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

.blog-pagination ul li a {
  width: 50px;
  height: 50px;
  background: #fff;
  color: var(--theme-secondary-color);
  border: 1px solid #eee;
  text-align: center;
  padding-top: 10px;
  display: inline-block;
  font-weight: 700;
  border-radius: 5px;
}

.blog-pagination ul li a:hover {
  background: var(--theme-secondary-color);
  color: #fff;
  border-color: var(--theme-secondary-color);
}

/*==========================
Single Blog Page
===========================*/
.post-single h1,
.post-single h2,
.post-single h3,
.post-single h4,
.post-single h5,
.post-single h6 {
  margin-bottom: 20px;
}

.post-single img {
  margin-bottom: 20px;
}

.post-single blockquote {
  padding: 40px 30px 40px;
  margin-top: 35px;
  line-height: 1.5;
  font-size: 24px;
  background: #8fb569;
  position: relative;
  padding-left: 120px;
  color: #fff;
}

.post-single blockquote:after {
  content: "\f10d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  font-size: 60px;
  opacity: 0.3;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  z-index: 1;
}

.post-single blockquote i {
  font-size: 30px;
  display: none;
}

.post-single blockquote cite {
  display: block;
  font-style: normal;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.post-single .post-meta {
  border-bottom: 2px solid #eef2fb;
  padding-bottom: 15px;
}

.post-single .post-meta span {
  margin-right: 14px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #6f7172;
  font-size: 12px;
}

.post-single .post-meta span i {
  margin-right: 10px;
  color: #ddd;
}

/*=====================
Single Post Tags
==========================*/
.blog-footer {
  margin-top: 60px;
}

.single-tags a {
  display: inline-block;
  padding: 6px 16px;
  margin: 0px 5px;
  border: 2px solid #f0f0f0;
  color: #333;
  border-radius: 5px;
}

.single-tags a:hover {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.post-share a {
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  text-align: center;
  padding-top: 12px;
  color: #777;
  display: inline-block;
  border-radius: 100%;
}

.post-share a:hover {
  background: var(--theme-secondary-color);
  color: #fff;
}

/*=====================
Author Info
==========================*/
.author {
  margin: 40px 0px;
  padding: 40px;
  background: #f5f5f5;
  position: relative;
}

.author .author-img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 25px;
}

.author .author-img img {
  border-radius: 100%;
  border: 5px solid #fff;
}

.author .author-info {
  overflow: hidden;
}

.author .author-info .author-designation {
  color: var(--theme-primary-color);
}

.author .author-info h4 {
  margin-bottom: 0px;
}

.author .author-info ul {
  margin: 25px 0px 0px;
}

.author .author-info ul li a {
  color: #222;
  padding: 0px 6px;
}

/*=====================
CommentS Area
==========================*/
.comments {
  margin: 90px 0px;
}

.comments .commment-title {
  margin-bottom: 60px;
}

.comments .media {
  margin-bottom: 25px;
}

.comments .media img {
  border-radius: 100%;
}

.comments .media .media-body {
  padding-left: 20px;
}

.comments .media .media-body .media {
  margin-top: 35px;
}

.comments .media .media-body h5 span {
  font-size: 12px;
  padding-left: 10px;
  margin-left: 10px;
  font-family: var(--theme-primary-font);
  color: var(--theme-primary-color);
  border-left: 1px solid #eee;
}

.comments .media .reply-link {
  font-size: 12px;
  font-family: var(--theme-primary-font);
  float: right;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 1px;
}

.comments .media .reply-link i {
  margin-right: 5px;
}

.comments .media .reply-link:hover {
  color: var(--theme-primary-color);
}

/*=====================
Comment Forms
==========================*/
.comments-form {
  background: #f5f5f5;
  padding: 30px;
  border-radius: 15px;
}

.comments-form h3 {
  margin-bottom: 10px;
}

.comments-form .comment_form {
  margin-top: 30px;
}

.comments-form .comment_form .form-control {
  height: 50px;
  border-radius: 40px;
  padding: 15px 15px 15px 20px;
  font-size: 14px;
  border: 1px solid #eee;
  background: #fff;
}

.comments-form .comment_form textarea.form-control {
  height: auto;
  border-radius: 15px;
}

.comments-form .comment_form .btn {
  padding: 14px 30px 14px 30px;
  margin-top: 20px;
}

/*=====================
Single POst Navigation
==========================*/
.blog-navigation {
  margin: 60px 0px;
  padding: 50px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  clear: both;
}

.blog-navigation a {
  color: #222;
  font-size: 20px;
}

.blog-navigation a span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: var(--theme-secondary-color);
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.blog-navigation .next-post {
  text-align: right;
  float: right;
}

.single-tags {
  margin-bottom: 20px;
}

.single-tags a {
  margin-bottom: 10px;
}

.post-share a {
  margin-bottom: 10px;
}

/* ====================
Footer Section
======================*/
.footer {
  background: #171621;
  padding: 80px 0px 0px;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-widget .widget-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
}

.footer .footer-widget p {
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-contact ul li {
  margin-bottom: 20px;
}

.footer .footer-contact ul li i {
  color: var(--theme-primary-color);
  margin-right: 20px;
  float: left;
  margin-top: 7px;
  min-width: 30px;
}

.footer .footer-contact ul li div {
  overflow: hidden;
  font-size: 14px;
}

.footer .footer-contact ul li div strong {
  display: block;
  text-transform: capitalize;
  font-size: 16px;
}

.footer .footer-links li {
  padding: 5px 0px;
}

.footer .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.footer .footer-links a:hover {
  color: var(--theme-primary-color);
}

.footer .footer-socials {
  margin-bottom: 20px;
}

.footer .footer-socials a {
  margin-right: 10px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.footer .footer-socials a:hover {
  color: #fff;
}

.footer .footer-contact {
  padding-right: 30px;
  text-decoration: underline;
}

.footer-btm {
  /* margin-top: 30px; */
  padding: 20px 0px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-btm .copyright p {
  margin-bottom: 0px;
}

.footer-btm .copyright a{
  color: var(--font-primary-color);
}
/* ==========================
Dark Home 1
===================== */

.dark-bg {
  background: var(--theme-background-color);
}

.dark-bg-light {
  background: var(--theme-background2-color);
}

.bg-white-50 {
  background: rgba(255, 255, 255, 0.05);
}

.border-top-light {
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.border-bottom-light {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.btn-primary {
  background: var(--theme-primary-color);
  color: #fff;
  border: none;
}
.btn-primary:hover {
  background: var(--font-color);
  color: #fff;
  border: none;
}
.btn-secondary {
  background: var(--theme-secondary-color);
  color: #fff;
  border: none;
}
.btn-secondary:hover {
  background: var(--font-color);
  color: #fff;
  border: none;
}
.menu-back {
  display: none;
  opacity: 0;
}

.author-desc p {
  padding-top: 20px;
}

.otherbooks {
  display: flex;
  justify-content: space-between;
  align-items: top;
  gap: 100px;
}

.whitecolor {
  color: white;
  text-decoration: underline;
}

.whitecolor:hover {
  color: var(--theme-secondary-color) !important;
  text-decoration: none !important;
}

.bookimg img {
  width: 250px;
  padding-bottom: 20px;
}

.bookimg p {
  font-size: 16px;
  line-height: 1.9em;
}

.bookimg {
  border-right: 0.5px solid #1f1f1f;
  /* padding: 20px; */
}

.bookimg h4 {
  font-size: 20px;
  line-height: 1.2em;
}

/* CTA v3 section */

.whatsapp {
  color: var(--theme-secondary-color);
}

/* Buy Now section */

.pricing {
  margin-bottom: 3rem;
}

.countryBook {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.tableHeaders,
.buyIcons {
  padding: 15px 0;
  color: #fff;
}

.tableHeaders {
  color: #d2d3d5;
}

.tableHeaders:nth-child(3) {
  color: #fff;
}

.pricing__title {
  font-size: 28px;
  color: #fff;
}

tr.countryRow {
  padding: 15px 0;
  text-align: center;
  /* border-top: 1px solid #eff0f7; */
}

/* / country buy button css / */
.countryBuyButton {
  padding: 3px 25px !important;
  /* / border-radius:25px !important; /
  / line-height:0 !important; / */
}

.flagsAndDesc {
  text-align: left;
}

.pricing-background {
  background-color: var(--theme-background-color);
}

.shopping-bag {
  filter: invert(100%);
}

.heading-title {
  color: var(--theme-secondary-color);
}

.buynow-heading,
.pricing__title {
  margin-bottom: 1rem;
  ;
}

.bg-container {
  background: #111A23;
  padding: 25px 50px;
  border-radius: 8px;
  position: relative;
}
.otherbooks h4{
  font-size: 30px;
  line-height: 1.5em;
  color: var(--font-primary-color);
}
.navbar-brand{
  margin-right: 0px;
}
/* Buy Now Sections */
#buynow{
  background-color: #1c2c46;
  color: var(--theme-background-light-color);
  font-size: 24px;
}
#buynow *{
  color: var(--theme-background-light-color);
}
#buynow h3,#buynow h4 {
  margin-bottom: 20px;
}
#buynow h3{
  font-weight: 500;
  color: var(--theme-background-light-color);
  font-size: 1.9em;
}
#buynow .speicalprice i{
  font-size: 1.6em;  
}
#buynow .speicalprice i, #buynow .speicalprice del{
  font-weight: 400;
  color: var(--theme-buynow-color);
}
#buynow .speicalprice b{
  font-weight: 500;
  font-size: 1.6em;
}
#buynow .btn-main{
  font-size: .8em;
}
#buynow p{
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5em;
}
#buynow a{
  margin: 0px;
  padding: 0px;
}
.mobile-column{
  gap: 20px;
  align-items: center;
}