/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

body {
	font-family: 'Raleway', -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Ubuntu, sans-serif !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (hover: none) and (pointer: coarse) {
    /* Styles for iOS bold text */
    .ios b, .ios strong, .ios [data-bold="true"] {
        letter-spacing: -0.06em; /* Adjust letter spacing */
		-webkit-font-smoothing: antialiased; /* Reduces thickness */
		font-smoothing: antialiased; /* Ensures consistent behavior */
    }
}



.whatsapp-close {
	top: 17px !important;
}

.mobile-nav {
	display: none;
	position: absolute;
	top: 9px;
	right: 50px;
	justify-content: right;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.mobile-nav {
		display: flex;
	}
}

.mobile-nav-img {
	max-height: 28px;
	margin-right: 15px;
}

.mobile-nav .mobile-nav-link:nth-child(2) img {
  padding: 2px 0;
  padding-right: 4px;
}

body {
	padding: 0px !important;
}

body.dark {
  background-color: #222;
  color: #ffffff;
  text-align: left;
}

body.dark * {
	box-shadow: none;
}

body.dark p, body.dark h1 {
  background-color: #222;
  color: #ffffff;
}

body.dark .mainmenu-area ul.nav.navbar-nav li a {
	color: #fff !important;
}

body.dark .mainmenu-area:before {
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
}

body .mainmenu-area svg .st0 {
	transition: fill 0.3s ease;
}

body.dark .mainmenu-area ul.nav.navbar-nav li a:hover, body.dark .mainmenu-area ul.nav.navbar-nav li.active a {
    border-bottom-color: white;
}
	
body.dark .mainmenu-area svg .st0 {
	fill: white;
}

body.dark .page-title .title {
  color: white;
}

body.dark .search-input {
	background: #555;
}

body.dark .search-input::placeholder {
	color: #bbb;
}

body.dark .lf-content {
  box-shadow: none;
  background: #333;
  border-radius: 26px;
}

body.dark .lfs-post {
  background: #444;
}

body.dark .lfs-post-text {
  background: #666;
  color: #fff;
}

body.dark .lfs-post-text::placeholder {
	color: #bbb;
}

body.dark .lfs-story {
	background: #444;
}

body.dark .lfs-story-text {
  color: white;
}

body.dark .lfs-story-text a {
  color: #888 !important;
}

body.dark .lfs-edit,
body.dark .lfs-delete,
body.dark .lfs-mint {
  border-radius: 50%;
  background: #fff;
}

body.dark .lfs-feats {
  background: #555;
}

body.dark .lfs-name {
  color: #ccc;
}

body.dark .lfs-time {
  color: #fff;
}

body.dark a {
	color: #aaa;
}

body.dark .lfs-engage i {
	color: #fff;
}

body.dark .lfs-engage p {
	color: #fff;
}

.darkModeToggle {
    background: none;
    border: none;
    position: absolute;
    right: 170px;
    top: 20px;
	cursor: pointer;
	padding: 0;
	z-index: 999999999;
	margin-top: -5px;
}

body.dark .darkModeToggle {
	margin-top: -5px;
}

@media only screen and (max-width: 767px) {
	.darkModeToggle {
		display: none;
	}
}

body.dark .footer-bottom {
	background: #222;
}

body.dark .sell-div {
	background: #222;
    box-shadow: none;
}

body.dark .progress-title {
	color: #bbb !important;
}

body.dark .dark-color {
	color: white;
}

body.dark .brand-chooser {
	background: #888;
}

body.dark .sell-prev, body.dark .sale-confirm {
	color: black;
	font-weight: 600;
}

body.dark .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #333;
}

body.dark .sf-dtls-next, body.dark .bf-dtls-next, body.dark .sf-dtls-prev, body.dark .bf-dtls-prev { 
	font-weight: 600;
	color: black;
}

body.dark .modal-body {
	background: #222;
}

body.dark .form-label {
	color: #aaa;
}

body.dark .sf-contact-details input, body.dark .sf-contact-details select, body.dark .sf-contact-details textarea, body.dark .bf-contact-details input, body.dark .bf-contact-details select, body.dark .bf-contact-details textarea, body.dark .signup-modal input, body.dark .signup-modal select {
	color: #aaa !important;
}

body.dark .pm-user-details, body.dark .pm-overviews, body.dark .pm-links, body.dark .earnings {
	background: #444;
}

body.dark .pm-user-id {
	color: #bbb;
}

body.dark .dropdown-menu {
	background: #222;
}

body.dark .mainmenu-area .right-button a {
	background: #333;
	color: white !important;
}

.mainmenu-area .right-button a {
	width: 100%;
	text-align: center;
}

body.dark .mainmenu-area .right-button a:hover {
	background: #555 !important;
}

body.dark .total-stories {
	color: #fff;
}

body.dark .status-tabs {
	background: #222;
}

body.dark listings-modal-content, body.dark .orders-modal-content {
	background: #222;
}

body.dark input {
	background: #444;
	color: #fff;
}

body.dark textarea {
	background: #444;
	color: #fff;
}

body.dark input::placeholder {
	color: #bbb;
}

body.dark .dash-card {
	box-shadow: none;
    background: #444;
    color: white;
}

body.dark .buy-div, body.dark .offers-div {
	background: #222;
}

body.dark .buy-card {
	color: #fff;
    background: #444;
}

body.dark .card-buy {
	color: #fff;
}

body.dark  .payment-procedure {
	background: #333;
}

body.dark .payment-details {
	background: #555;
}

body.dark .payment-details a {
	color: #bbb;
}

body.dark .payment-method:hover {
	background: #777;
	color: #fff;
}

body.dark .sales-person {
	color: #000;
}

body.dark .tradein-fields {
	background: #333;
}

body.dark .tin-status {
	background: #555;
}

body.dark .filters {
	background: #222;
}

body.dark .filter-sec-title {
	color: #bbb;
}

body.dark .questions-area {
	background: #222;
}

body.dark .toggole-boxs h3, body.dark .toggole-boxs div {
	background: #444;
	color: #fff;
}

body.dark .subscribe-form {
	background: #222;
}

body.dark .feedback-div {
	background: #222;
}

body.dark .feedback-div h3 {
	color: white;
}

body.dark .browse-topics-area {
	background: #333;
}

body.dark .topic-card {
	background: #444;
}
 
body.dark .topic-card h4 {
	color: white;
}

body.dark .call-to-action-btns a {
	color: #303f9f;
}

body.dark .blue-color {
	color: white;
}

body.dark .how-to {
	color: #303f9f;
}

body.dark .team-box:hover {
	background: #333;
}

body.dark .team-box h4 {
	color: #fff;
}

body.dark .buy-cards {
	background: #222;
}

body.dark .footer-box a {
	color: white !important;
}

body.dark .toggole-boxs h3:before, body.dark .toggole-boxs h3:after {
	background: white;
}

body.dark .answers h2 {
	color: white;
}

body.dark .swiper-button-next:after, body.dark .swiper-button-prev:after {
	background: none;
}

/*-------------------
2. Theme Default CSS
--------------------*/

* {
    outline: none;
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #768ede;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
    line-height: 28px;
}

.orgdocs h1,
.orgdocs h2,
.orgdocs h3,
.orgdocs h4,
.orgdocs h5,
.orgdocs h6 {
    margin: 15px 0 10px;
}

h1 {
    font-size: 24px;
	line-height: 32px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 15px;
}

h4 {
	font-size: 14px;
}

.blog-content h4:first-of-type {
  /* Your styles here */
  display: none;
}

.blog-content img {
	display: block;
	margin: 0 auto;
}

h5 {
	font-size: 14px;
}

tr {
	font-size: 14px;
}

.sub-heading {
	position: relative;
	font-size: 18px;
	padding: 30px 0 8px;
}

.sub-heading::before {
  content: "";
  position: absolute;
  left: 3%;
  bottom: 8px;
  width: 70px;
  height: 14px;
  transform: skew(-12deg) translateX(-50%);
  background: #dae0f2;
  z-index: -1;
}

html,
body {
	height: 100%;
	overflow-y: visible;
	width: 100vw !important;
	margin: 0;
	padding: 0;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #212121;
    overflow-x: hidden !important;
	position: relative;
}

input, textarea {
	font-family: 'Raleway', sans-serif !important;
}

input::placeholder, textarea::placeholder {
	font-family: 'Raleway', sans-serif !important;
	color: #999;
	opacity: 1; /* Ensure it's fully visible */
}

p {
    font-size: 14px;
	margin-top: 0;
	margin-bottom: 30px;
}

ul, ol {
	font-size: 14px;
}

.blog-content h2 {
	margin-top: 30px;
}

/* Inline code styling */
.blog-content code {
  background-color: #f4f4f4;
  color: #d63384; /* optional: pinkish like GitHub */
  padding: 2px 5px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.95em;
}

/* Block code styling */
.blog-content pre {
  background-color: #1e1e1e;
  color: #dcdcdc;
  padding: 15px;
  border-radius: 6px;
  overflow-x: auto;
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 0.95em;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Optional: code inside pre */
.blog-content pre code {
  background: none;
  color: inherit;
  padding: 0;
  font-size: inherit;
}

/* Table wrapper for horizontal scroll on small screens (optional) */
.blog-content {
  overflow-x: auto;
  margin: 1em 0;
}

/* Base table style */
.blog-content table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 30px;
}

/* Header cells */
.blog-content thead th {
  background-color: #f0f0f0;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

/* Body cells */
.blog-content tbody td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

/* First row rounded corners */
.blog-content table thead th:first-child {
  border-top-left-radius: 8px;
}
.blog-content table thead th:last-child {
  border-top-right-radius: 8px;
}

/* Last row rounded corners (if no borders below) */
.blog-content table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.blog-content table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

/* Zebra striping (optional) */
.blog-content tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.blog-content ul, .blog-content ol {
	margin-top: -10px;
    margin-bottom: 30px;
}

ol.art-ol:not(.blog-ol) {
  counter-reset: li; 
  list-style: none; 
  padding: 0;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.art-ul {
	padding: 0;
}

.art-li {
  position: relative;
  display: block;
  padding: 0 0 0 2em;
  color: #000;
  text-decoration: none;
  border-radius: .3em;
  transition: .3s ease-out;
}

.art-ul .art-li {
	padding: 0;
}

.art-li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -0.7em;
    top: 17px;
    margin-top: -1.08em;
    background: #fff;
    height: 1.8em;
    width: 1.8em;
    line-height: 1.3em;
	padding-right: 0;
	padding-top: 1px;
    border: .3em solid #303f9f;
    color: #303f9f;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

.art-ul .art-li:before {
	display: none;
}

.art-li > *:not(h3) {
	margin-left: -25px;
}

.blog-ul {
	line-height: 1.5em;
	margin: 5px 0 15px;
	padding: 0;
}

.blog-ul li {
	font-size: 14px;
	list-style: none;
	position: relative;
	padding: 0 0 0 20px;
}

.blog-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 7px;
  width: 7px;
  border: 2px solid #303F9F;
  border-width: 4px 4px 0 0;
  transform: rotate(45deg);
}

.blog-ol {
  counter-reset: li; 
  list-style: none; 
  padding: 0;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.blog-ol li {
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  margin: .5em 0;
  background: #dae0f2;
  color: #000;
  text-decoration: none;
  border-radius: .3em;
  transition: .3s ease-out;
  font-size: 14px;
}

.blog-ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.08em;
  top: 50%;
  margin-top: -1.08em;
  background: #303f9f;
  height: 2.1em;
  width: 2.1em;
  line-height: 22px;
  padding-right: 1px;
  border: .3em solid #fff;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all .3s ease-out;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.link-highlight {
	border-radius: 5px;
	animation: bgmove 10s 1;
}

@keyframes bgmove {
	from {background-color: rgba(106, 198, 240, 1);}
	to {background-color: #FFFFFF;}
}

#blog_page .container {
	max-width: 800px;
}

figcaption {
	font-size: 12px;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 20px;
}

/*-- 3. Button-Style --*/

.bttn-white {
    position: relative;
    background: #303F9F;
    /*background: -webkit-linear-gradient(45deg, #303F9F 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, #303F9F 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, #303F9F 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);*/
    overflow: hidden;
    z-index: 1;
    margin-right: 10px;
    border: none;
}

.bttn-white img {
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block;
}

.bttn-white:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.bttn-white.active,
.bttn-white:hover {
    color: #ffffff;
}

.bttn-white.active:before,
.bttn-white:hover:before {
    opacity: 0;
}

.bttn-default,
.bttn-white {
    padding: 11px 30px;
    background-color: #ffffff;
    display: inline-block;
    color: #768ede;
	cursor: pointer;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
}

.bttn-default:focus,
.bttn-white:focus {
	color: #fff;
}

.bttn-default .lnr,
.bttn-white .lnr {
    margin-right: 10px;
}


.bttn-default {
    padding: 12px 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: #303F9F;
    /* Old browsers */
	/*
    background: -webkit-linear-gradient(45deg, #303F9F 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, #303F9F 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, #303F9F 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);*/
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.bttn-default:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.sq {
    border-radius: 3px !important;
}

/*-- 4. Helper-Classes --*/

.section-padding-top {
    padding-top: 120px;
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 120px;
}

.upper {
    text-transform: uppercase;
}

.angle,
.overlay {
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: rgb(72, 44, 191);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    opacity: 0.8;
    /* IE6-9 fallback on horizontal gradient */
    z-index: -2;
}

.angle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, right top, color-stop(50%, #ffffff), color-stop(50%, transparent)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right top, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    z-index: -1;
}

.dark-color {
    color: #434345
}

.blue-color {
    color: #5e88fc;
}

.white-color {
    color: #ffffff !important;
}

.gray-bg {
    background-color: #f5f6ff;
}

/*-- 5. MainMenu-Area --*/

.menu-container {
	overflow: hidden;
	position: relative;
}

.mainmenu-area {
    position: absolute;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 140px 15px 0;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #000;
}
.mainmenu-area.uncollapsed {
	background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
}

.menufix {
    position: fixed !important;
    background: rgb(72, 44, 191);
    /*background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);*/
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.9;
    color: #000;
}

.mainmenu-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #303F9F;
    /*background: -webkit-linear-gradient(45deg, #303F9F 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, #303F9F 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, #303F9F 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);*/
    z-index: -1;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area .right-button {
    position: absolute;
    right: 15px;
    top: 8px;
}

.mainmenu-area .right-button a {
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px;
	line-height: 20px;
}

.mainmenu-area .right-button a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #768ede;
}

.mainmenu-area ul.mainmenu {
    text-align: center;
    float: none;
    display: block;
}

.mainmenu-area ul.mainmenu li {
    float: none;
    display: inline-block;
    text-align: center;
}

@media only screen and (max-width: 767px) {
	.mainmenu-area ul.mainmenu {
		text-align: left !important;
	}
	
	.mainmenu-area ul.mainmenu li {
		text-align: left !important;
	}
}

.mainmenu-area ul.nav.navbar-nav li a {
    color: #ffffff;
    padding: 5px 2px 7px;
    text-transform: capitalize;
    background: transparent;
    font-weight: 600;
	font-size: 14px;
    border-bottom: 2px solid transparent;
    margin: 0 15px;
}

.mainmenu-area ul.nav.navbar-nav li a:hover,
.mainmenu-area ul.nav.navbar-nav li.active a {
    border-bottom-color: rgba(255, 255, 255, 1);
}

.mainmenu-area ul.nav.navbar-nav li a i {
	font-size: 18px;
	padding-right: 10px;
}

.mainmenu-area .navbar-brand {
    height: auto;
    padding: 5px 15px 0;
}

.mainmenu-area .navbar-brand img {
    height: 30px;
}

.mainmenu-area ul.mainmenu li:nth-child(7),
.mainmenu-area ul.mainmenu li:nth-child(8),
.mainmenu-area ul.mainmenu li:nth-child(9),
.mainmenu-area ul.mainmenu li:nth-child(10),
.mainmenu-area ul.mainmenu li:nth-child(11),
.mainmenu-area ul.mainmenu li:nth-child(12),
.mainmenu-area ul.mainmenu li:nth-child(13) {
    display: none;
}

.mob-log {
    display: none;
}

/*-- 6. Page-Title --*/

.page-title .title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #8790af;
    font-weight: 600;
}

.text-center.page-title .title:before,
.page-title .title:after {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #e1e1e1;
    margin: 0 15px;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

/*-- 17. Subscribe-Form --*/

.subscribe-area {
    /*background: url('images/subscribe-bg.jpg') no-repeat scroll center center / cover;*/
	background: #303f9f;
	-webkit-box-shadow: 0px 0px 20px 20px #303f9f;
	-moz-box-shadow: 0px 0px 20px 20px #303F9F;
	box-shadow: 0px 0px 20px 20px #303f9f;
}

.subscribe-area.section-padding {
    padding-top: 100px !important;
}

.subscribe-form {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 20px;
}

.subscribe-form form {
    position: relative;
}

.subscribe-form h3 {
	font-weight: 600;
	display: none;
}

.subscribe-form form .control {
    width: 100%;
    height: 51px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
    padding: 10px 15px 10px 15px;
    border-radius: 100px;
    border: 3px solid #303F9F;
}

.subscribe-form form .bttn-white {
	font-family: 'Raleway', sans-serif;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
	height: 51px;
}

.mt10 {
	color: #888;
	font-weight: 600;
	font-size: 14px;
}

/*-- 18. Footer-Area --*/

.footer-box {
    text-align: center;

}

.footer-box .box-icon {
    width: 75px;
    height: 75px;
    margin: auto auto 30px auto;
    text-align: center;
    line-height: 75px;
    color: #ffffff;
    font-size: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: #303f9f;
    /* Old browsers */
    /*
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);*/
    border-radius: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-box .box-icon:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 2px solid #ffffff;
    border-radius: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.footer-box:hover .box-icon {
    color: #5e88fc;
}

.footer-box:hover .box-icon:before {
    background-color: #ffffff;
}

.footer-bottom {
    padding: 20px 0;
    background-color: #f5f6ff;
    border-top: 1px solid #303F9F;
}

.footer-bottom span {
    font-size: 14px;
}

.footer-bottom .footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.footer-bottom .footer-menu ul li {
    display: inline-block;
}

.footer-bottom .footer-menu ul li a {
    padding: 10px;
    color: #8790af
}

.footer-bottom .footer-menu ul li a:hover {
    color: #5e88fc;
}

/*-- 19. ScrollUp-Button --*/

#scrollUp {
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #5e88fc;
}

/*-- 20. Blog-Post --*/

.site-header {
    background: #303f9f;
    /*background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);*/
    color: #ffffff;
    padding: 80px 0 0;
}

.site-header h1 {
	font-size: 25px;
}

.site-header a {
    color: #ffffff;
}

.site-header svg {
	margin-bottom: -15px;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.mainmenu-area .navbar-brand svg {
		margin-top: 4px;
	}
}

.breadcrumb {
    background: none;
    display: none;
    margin-top: 10px;
    padding: 0;
}


.post-single:after {
    content: "";
    clear: both;
    display: table;
}

.post-single {
    padding: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.single-post .post-single {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: -15px;
	margin-left: -15px;
}

.single-post .post-single .post-media {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 5px 5px 0;
	max-width: 670px;
	display: block;
    margin: 30px auto;
}

.single-post .post-single .post-media img {
	margin-bottom: 3px;
	padding: 0;
}

.post-single.sticky .post-media {
    width: 55%;
    float: left;
    margin-right: 60px;
}

.post-single .post-media {
    overflow: hidden;
    border-radius: 3px;
}

.post-single .post-media img {
    width: 100%;
}

.post-single .post-meta {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-single .post-body .post-meta .post-tags {
    float: left;
}

.post-single .post-body .post-meta .post-date {
    float: right;
}

.post-single .post-body .read-more {
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 14px;
    color: #768ede;
}

.post-single .post-body .read-more:after {
    content: '\e87a';
    font-family: 'Linearicons-Free';
    margin-left: 5px;
}

/*-- 21. Pagination --*/

.pagination .nav-links {
    padding: 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.pagination {
    text-align: center;
    margin-top: 80px;
    width: 100%;
}

.pagination .nav-links .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
}

.pagination .nav-links .page-numbers:hover {
    color: rgb(72, 44, 191);
    background-color: #f5f6ff;

}

.pagination .nav-links .page-numbers.current {
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    color: #ffffff;
}

.post-single blockquote {
    padding: 10px;
	margin: 0 auto;
	max-width: 600px;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    border: none;
    color: #626264;
    background-color: #f4f4f4;
    border-left: 5px solid #303F9F;
    font-style: italic;
}

/*-- 22. Comment-Respond --*/

.comment-respond h4,
.comments-area .comment-heading {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #434345;
}

.comments-list {
	padding: 0;
}

.comments-list,
.comments-list ul {
    list-style: none;
}

.comments-list .comment {
    position: relative;
    padding-left: 130px;
}

.comments-list .comment .comment-pic {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.comments-list .comment .comment-content .comment-header {
    color: #434345
}

.comments-list .comment .comment-content .comment-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
	text-transform: capitalize;
}

.comments-list li li .comment .comment-pic {
    width: 50px;
    height: 50px;
}

.comments-list li {
    margin-bottom: 30px;
}

.comment-date {
	color: #999;
	font-style: italic;
	margin-bottom: 10px;
}

.comment-reply {
	cursor: pointer;
	color: blue;
}

.reply-form {
	display: none;
}

#cwebsite {
	display: none !important;
}

.rwebsite {
	display: none !important;
}

.comment-form .space-30:nth-child(3) {
	display: none;
}

.reply-form .space-30:nth-child(3) {
	display: none;
}

/*-- 23. Form-Stype --*/

.form-control {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
    border-radius: 30px;
    padding: 15px 20px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 2px;
}

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

.form-double .box {
    width: calc(50% - 15px);
    float: left;
}

.form-double .box.last {
    float: right;
}

.successful {
    display: none;
}

.downlink {
	color: #337ab7;
	cursor: pointer;
}

.smatimg img {
	border-radius: 20px;
	max-height: 300px;
	display: block;
	margin: 20px auto;
	box-shadow:
	  0 0.2px 2.2px rgba(0, 0, 0, 0.02),
	  0 0.5px 5.3px rgba(0, 0, 0, 0.028),
	  0 0.9px 10px rgba(0, 0, 0, 0.035),
	  0 1.6px 17.9px rgba(0, 0, 0, 0.042),
	  0 2.9px 33.4px rgba(0, 0, 0, 0.05),
	  0 7px 80px rgba(0, 0, 0, 0.07)
	;
}

.loan-app-logo, .book-logo {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.loan-app-logo img {
	height: 80px;
	border-radius: 20px;
}

.book-logo img {
	height: 100px;
	border-radius: 0;
}

.app-screenshots {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.app-screenshots img {
	max-height: 440px;
    border-radius: 10px;
	margin-bottom: 30px;
}

.fb-sharer {
	display: flex;
	justify-content: center;
}

.tweet-bttn {
	margin: 0 8px;
}

.entcount {
	display: none;
}

.lowermost {
	display: none;
}

.link-btns {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.link-btn {
	display: block;
    background: #3F51B5;
    color: #ffffff;
	padding: 10px 20px;
	margin: 10px;
	border-radius: 40px;
	width: 250px;
	text-align: center;
	height: 40px;
	line-height: 18px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	cursor: ponter;
}

.link-btn:focus, .link-btn:hover {
	color: #fff;
}

.share-btns {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.share-btn {
	display: inline-block;
	width: 78px;
	border: 2px solid #303F9F;
	padding: 2px;
	margin: 0 5px;
	border-radius: 50px;
}

.facebook-share {
	border: 2px solid #3B5998;
}

.twitter-share {
	border: 2px solid #000;
}

.share-btn a {
	display: flex;
	position: relative;
	height: 25px;
	left: -2px;
	color: #1A237E;
}

.facebook-share a {
	color: #3B5998;
}

.twitter-share a {
	color: #000;
}

.share-btn img {
	display: block;
	width: 30px;
	float: left;
}

.share-btn span {
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
}

.reject-container {
	display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.1);
}

.reject-modal {
	top: 100px;
    position: relative;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
    z-index: 999999;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.8);
    overflow-x: hidden;
    margin: auto;
    padding: 15px;
    width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.reject-modal img {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	margin: 20px auto;
}

.reject-title {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin: 5px 0;
	padding-top: 20px;
	padding-bottom: 15px;
}

.reject-text {
	text-align: center;
	line-height: 20px;
}

.reject-accept {
	font-size: 14px;
	font-weight: 600;
	padding: 6px 25px 8px;
	width: 100px;
	text-align: center;
	display: block;
	margin: 20px auto 10px !important;
	border-radius: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: rgb(72, 44, 191);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	cursor: pointer;
}

.commt-container {
	display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.1);
}

.commt-modal {
	top: 100px;
    position: relative;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
    z-index: 999999;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.8);
    overflow-x: hidden;
    margin: auto;
    padding: 15px;
    width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.commt-modal img {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	margin: 20px auto;
}

.commt-title {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin: 5px 0;
	padding-top: 20px;
	padding-bottom: 15px;
}

.commt-text {
	text-align: center;
	line-height: 20px;
}

.commt-accept {
	font-size: 14px;
	font-weight: 600;
	padding: 6px 25px 8px;
	width: 100px;
	text-align: center;
	display: block;
	margin: 20px auto 10px !important;
	border-radius: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: #303F9F
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #303F9F 0%, rgba(106, 198, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, #303F9F 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, #303F9F 0%, rgba(106, 198, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	cursor: pointer;
}

.subscribe {
	color: #fff;
	background: #303F9F;
}

.blog-table {
	
}

.blog-table tbody {
	
}

.blog-table tr {
	border-bottom: 1px solid #303f9f;
}

.blog-table th {
	padding: 20px;
    text-align: center;
    font-size: 16px;
	background: #fff;
}

.blog-table td {
	padding: 5px;
	font-size: 14px;
}

pre code {
  display: block;
  background-color: #1e1e1e;
  color: #d4d4d4;
  padding: 1em;
  border-radius: 8px;
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: auto;
  white-space: pre;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  border: 1px solid #333;
}

/* Base table style */
body.dark .blog-content table {
  background-color: #333 !important;
}

/* Header cells */
body.dark .blog-content thead th {
  background-color: #333 !important;
}

/* Zebra striping (optional) */
body.dark .blog-content tbody tr:nth-child(even) {
  background-color: #444 !important;
}

body.dark .blog-content table th {
	background: #555;
}

body.dark .comment-heading {
	color: white;
}

body.dark .commt-modal {
	background: #222;
    border: 1px solid #303f9f;
}

body.dark .sub-heading::before {
	display: none;
}

body.dark .bttn-default {
	color: white;
}