/*
  Theme Name: Ayaa - eCommerce Multipurpose WordPress Theme
  Author: _themephi
  Support: https://themeforest.net/user/codebasket
  Description: Ayaa - eCommerce Multipurpose WordPress Theme
  Version: 1.0.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Hero
4. Archivement
5. Video
6. We Do
7. Movie
8. Team
9. Blog
10. Subscribe
11. footer
12. Contact
*/

/*.........<! 1. Theme default css !>.........*/
body {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-x: hidden;
}
img {
	height: auto;
}
code {
	color: #0063d1;
}
button {
	transition: 0.3s;
}
.mb-5-px {
	margin-bottom: 5px;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}
img {
	transition: 0.3s;
}
.f-left {
	float: left;
}

.f-right {
	float: right;
}

.fix {
	overflow: hidden;
}

button {
	cursor: pointer;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	text-decoration: none;
}
input:focus::placeholder {
	opacity: 0;
}
input:focus::-moz-placeholder {
	opacity: 0;
}
textarea:focus::placeholder {
	opacity: 0;
}
textarea:focus::-moz-placeholder {
	opacity: 0;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

ul {
	margin: 0px;
	padding: 0px;
}

hr {
	border-color: #dedede;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
hr.wp-block-separator {
    border-color: #dedede;
    background: transparent;
}
label {
	color: #777777;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

.separator {
	border-top: 1px solid #f3f3f3;
}

/*.........<! End Theme Defaults Style !>.........*/

/** css issues **/


.ayaa-fz-blog-details-contant-main-wrap-448 p > a:hover {
	color: #0063d1;
}

.postbox__video img,
article.postbox .postbox__thumb img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
	height: auto;
	width: inherit;
}

.ayaa-fz-blog-details-contant-main-wrap-448 ul li a:hover {
	color: #0063d1;;
}

.navigation-border {
	border-top: 2px solid #f7f7f7;
	overflow: hidden;
}

.navigation-border {
	border-top: 2px solid #f7f7f7;
	overflow: hidden;
}
.theme-navigation span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}
.theme-navigation span a {
	color: #666;
}

.theme-navigation span a:hover {
	color: #0063d1;
}
.theme-navigation h4 {
	font-size: 23px;
	margin: 0;
	font-weight: 700;
	line-height: 1.3;
}
.theme-navigation h4 a {
	color: #004876;
}
.theme-navigation h4 a:hover {
	color: #0063d1;
}
.b-0 {
	border: 0;
}

.sidebar-search-form {
	position: relative;
}
.sidebar-search-form input {
	color: #6a6b71;
	font-size: 15px;
	display: block;
	width: 100%;
	height: 60px;
	background: #ffffff;
	font-weight: 400;
	border: 1px solid #e3e6e7;
	outline: none;
	padding: 0px 25px;
	border-radius: 50px;
	font-family: "Roboto", sans-serif;
}
.blog-search-content .sidebar-search-form input {
	background: #f5faff;
}
.footer-widget .sidebar-search-form input {
	background: #fff;
}
.tp-toolkit-footer-widget ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.sidebar-search-form input::placeholder {
	color: #57556a;
	font-family: "Roboto", sans-serif;
}
.sidebar-search-form input:focus {
	border-color: #0063d1;
}
.sidebar-search-form input:focus::placeholder {
	opacity: 0;
}

.sidebar-search-form input:focus::-moz-placeholder {
	opacity: 0;
}
.sidebar-search-form button {
	font-size: 15px;
	color: #0063d1;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	background: none;
}
.sidebar__widget-title {
	font-size: 30px;
	position: relative;
	padding-bottom: 12px;
}
.sidebar__widget-title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	background: #0063d1;
}

.about-me img {
	margin-bottom: 25px;
	border-radius: 50%;
}

.about-me h4 {
	font-size: 18px;
	letter-spacing: 1px;
}

.widget-social-icon a {
	display: inline-block;
	margin: 0 8px;
	color: #0063d1;
}

.widget-social-icon a:hover {
	color: #0063d1;
}
.banner-widget img {
	max-width: 100%;
}
.widget .recent-posts > li {
	overflow: hidden;
}
.widget .recent-posts > li:not(:last-child) {
	overflow: hidden;
	margin-bottom: 30px;
}

.widget-posts-image {
	float: left;
}
.widget-posts-image img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 20px;
	margin-bottom: 0;
}
.recent-posts .widget-post-list:not(:last-child) {
	margin-bottom: 30px;
}
.widget-posts-body {
	overflow: hidden;
	padding-top: 8px;
}

.widget-posts-title {
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 600;
}

.widget-posts-title a {
	color: #001d23;
}

.widget-posts-title a:hover {
	color: #0063d1;
}
.widget-posts-meta {
	font-size: 12px;
	text-transform: capitalize;
	font-weight: 500;
	color: #28484f;
	margin-bottom: 7px;
}
.widget-post-list .widget-posts-meta {
	margin: 0;
}

/*footer post*/
.recent-posts-footer .widget-post-list:not(:last-child) {
	margin-bottom: 13px;
}
.recent-posts-footer .widget-posts-body {
	overflow: hidden;
	padding-top: 0;
	position: relative;
	top: -6px;
}
.recent-posts-footer .widget-posts-image img {
	width: 60px;
	height: 60px;
	border-radius: 0;
	margin-right: 20px;
	margin-bottom: 0;
}
.recent-posts-footer .widget-posts-meta i {
	font-size: 14px;
	color: #0063d1;
	margin-right: 3px;
}
.recent-posts-footer .widget-posts-meta {
	color: #aabcd8;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
	font-weight: 400;
}
.recent-posts-footer .widget-posts-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}
.recent-posts-footer .widget-posts-title a {
	color: inherit;
}
.recent-posts-footer .widget-posts-title:hover {
	color: #0063d1;
}

ul.cat li {
	border-top: 1px solid #eaedff;
	padding: 15px 0;
	overflow: hidden;
}

ul.cat li:first-child {
	border-top: 0;
	padding-top: 0;
}

ul.cat li:last-child {
	padding-bottom: 0;
}
ul.cat li a {
	display: block;
	color: #647589;
}

ul.cat li a:hover {
	color: #0063d1;
}

.social-profile a {
	height: 50px;
	width: 50px;
	text-align: center;
	background: #062a4d;
	line-height: 50px;
	margin-right: 2px;
	display: inline-block;
	color: #ffffff;
	margin-bottom: 5px;
}

.social-profile a:hover {
	background: #0063d1;
}

#Instafeed {
	margin: 0 -5px;
	overflow: hidden;
}

#Instafeed li {
	width: 33.33%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

#Instafeed li img {
	width: 100%;
}
.widget_product_tag_cloud .tagcloud a {
    height: 30px;
    line-height: 29px;
    border: 1px solid #EAEAEA;
    padding: 0 15px;
    margin-right: 6px;
    font-size: 13px !important;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #777;
}
.tagcloud a {
    height: 30px;
    line-height: 29px;
    border: 1px solid #EAEAEA;
    padding: 0 15px;
    margin-right: 6px;
    font-size: 13px !important;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #777;
}
.widget_product_tag_cloud .tagcloud a:hover, .tagcloud a:hover {
    background: #F8F8F8;
    color: #282828;
    border-color: transparent;
}
.tagcloud a:last-child {
    margin-bottom: 0;
}
.bg-none {
	background: none;
}
.blog-post-tag a:last-child {
	margin-right: 0;
}

.blog-share-icon span {
	font-size: 18px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #062a4d;
	display: block;
	margin-bottom: 17px;
}

.blog-share-icon a {
	color: #6f7172;
	font-size: 18px;
	transition: 0.3s;
	margin-right: 22px;
}

.blog-share-icon a:hover {
	color: #0063d1;
}

.blog-share-icon a:last-child {
	margin-right: 0;
}
.theme-author.author {
	background: #fff;
}
@media (max-width: 767px) {
	.theme-author.author {
		padding: 0 30px 44px 30px;
	}
}

.author-img {
	margin-bottom: 20px;
}
.author-img img {
	margin-top: -60px;
}
.author-text h3 {
	font-size: 24px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.author-text p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 28px;
}

.author-icon {
    margin-top: 10px;
    margin-bottom: 15px;
}
.blog__author-img img {
	width: 100px;
	border-radius: 10px;
}
.blog__author-content p {
	margin: 0;
	line-height: 24px;
	font-size: 15px;
}
.author-icon a {
	font-size: 14px;
	color: #666;
	margin-right: 10px;
	transition: 0.3s;
}

.author-icon a:hover {
	color: #0063d1;
}

/*author*/
.author-wrapper {
	background: #f7f7fd;
	padding: 37px 71px 35px 40px;
	overflow: hidden;
	border-left: 5px solid #1876df;
}
.author-img {
	margin-right: 0;
	margin-top: 0;
}
.author-img img {
	border-radius: 50%;
	border: 5px solid #fff;
}
.author-text {
	overflow: hidden;
}
.author-text > h4 {
	text-transform: capitalize;
}
.author-text > p {
	margin-bottom: 0;
}
.author-icon a:hover {
	color: #0063d1;
}

.blog-coment-title h2 {
	font-size: 22px;
	margin-bottom: 0;
}
.post-comments-title h2 {
	font-size: 22px;
	margin-bottom: 30px;
}

ul .comment-respond {
	margin-bottom: 40px;
	margin-top: 40px;
}

.post-comments-title h2 small {
	font-size: 15px;
	font-weight: 500;
	color: #0063d1;
}
.comment-reply-link {
	font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: #0063d1;
}
.comment-reply-link:hover {
	color: #1a213e;
}
.comment-reply-link i {
    padding-right: 4px;
}
.comment-reply-link i {
    padding-left: 4px;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
	transform: translateY(1px);
}
.comment-list .comment-avater-img img {
    border-radius: 50%;
	background-color: whitesmoke;
}
/*comment-reply*/

.post-comment-form form.comment-form textarea {
	margin-bottom: 15px !important;
}

/* 25. Pagination  */
div.basic-pagination ul {
	padding-left: 0;
}

/*next prev post*/
.blog-details-border {
	margin-top: 40px;
	background: #fff;
}
.project-details-content span {
	font-size: 13px;
	color: #8583b1;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.project-details-content span a {
	color: #8583b1;
}
.project-details-content span a:hover {
	color: #1876df;
}
.project-details-content h3 {
	margin-top: 8px;
	margin-bottom: 20px;
	line-height: 1.2;
	font-size: 22px;
}
.project-details-content h3 a:hover {
	color: #096bd8;
}
.page-area .post-comments-form {
	margin-bottom: 0;
	clear: both;
	padding-top: 0;
}
.ayaa-page-content ol,
.ayaa-page-content ul {
	padding-left: 22px;
}
/*blog pagination*/

/*blog-post-tag*/
.blog__details__tag {
	overflow: hidden;
	clear: both;
	margin-top: 20px;
	padding-top: 30px;
}
/**
*
* Sidebar widget css
*
*/
/**
* tags
*/
.cb-toolkit-blog-sidebar .widget ul {
	padding: 0;
	margin: 0;
}
.cb-toolkit-blog-sidebar .widget ul li ul {
	padding-left: 15px;
	padding-top: 15px;
}
.rssSummary {
	margin: 10px 0;
	font-size: 15px;
	font-weight: normal;
	color: #6a6b71;
	line-height: 28px;
}
.widget ul {
	margin: 0;
}
.widget ul li {
	border-bottom: 1px solid #efefef;
	color: #001d23;
	margin: 0;
	overflow: hidden;
	padding: 15px 0;
	padding-top: 15px;
	position: relative;
	font-size: 14px;
}
.widget ul li a {
	color: #001d23;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	text-transform: capitalize;
	transition: 0.3s;
	line-height: 1;
}
.widget ul li a.rsswidget {
	line-height: 1.3;
}
.widget .footer-post h5 a {
	font-size: 15px;
	line-height: 1.3;
}
.widget ul li:first-child {
	padding-top: 0;
}
.widget_recent_entries ul li a {
	line-height: 26px;
}

/**
* image widget
*/

.widget_media_image img {
	width: 100%;
}

/**
* widget custom style for wp
*
*/
.widget li {
	border-bottom: 1px solid #f5f5f5;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.widget li:last-child {
	border: 0;
	margin: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.widget li a {
	color: #444;
	font-weight: 500;
	padding-left: 0;
}
.widget li a:hover {
	color: #0063d1;
}
.widget.widget_rss li span {
	display: block;
}
li .blog-footer-meta span {
	float: none !important;
	font-size: 13px !important;
}
.widget_recent_comments li span,
.widget_recent_comments li span a {
	float: none;
}
.footer__widget.widget_recent_comments li span,
.footer__widget.widget_recent_comments li span a {
	float: none;
	font-weight: 600;
	color: #fff;
}
.sidebar__widget.widget_recent_comments li span,
.sidebar__widget.widget_recent_comments li span a {
	font-weight: 500;
	color: #010101;
	text-transform: capitalize;
	padding-left: 0;
}

.sidebar__widget.widget_recent_comments li span a:after {
	display: none;
}

.sidebar__widget.widget_recent_comments li span,
.sidebar__widget.widget_recent_comments li a:hover {
	color: #0063d1;
}
.sidebar__widget.widget_recent_comments li a {
	padding-left: 0;
}
.sidebar__widget.widget_recent_comments li a:after {
	display: none;
	padding-left: 0;
}
.ayaa_sidebar_fix.sidebar__widget ul li a:hover {
	color: #0063d1;
}
.footer__widget .widget_rss ul li a.rsswidget {
	font-weight: 500;
    color: #57556a;
}
.sidebar__widget.widget_rss ul li a.rsswidget {
	font-weight: 500;
    color: #010101;
    padding-left: 0;
}
.sidebar__widget .nice-select .list {
	max-height: 300px;
	overflow-y: scroll;
	margin-top: 2px;
}

.widget li span.post-date {
	float: none;
	margin-top: 7px;
	display: block;
	font-size: 13px;
}
.textwidget img {
	max-width: 100%;
}
/* calendar widget */
.wp-calendar-nav {
	display: flex;
	justify-content: space-between;
}
.widget_calendar {
	float: none;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: right;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}
.footer-widget #wp-calendar caption {
	color: #fff;
}
.footer-widget .wp-calendar-nav a {
	color: #fff;
}
.footer-widget ul ul {
	padding-left: 15px;
	padding-top: 8px;
}
.footer-widget.widget_recent_comments ul li a::before,
.footer-widget.widget_recent_entries ul li a::before,
.footer-widget.widget_rss ul li a::before {
	display: none;
}
.footer-widget .rsswidget {
	color: #ccc;
}
.footer-widget .rsswidget.rss-widget-title {
	color: #fff;
}
.footer__widget.widget_rss .rssSummary {
	color: #a1a2ab;
}

.footer-widget #wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
	color: #ccc;
}
.footer-widget .sidebar-tad li a,
.footer-widget .tagcloud a {
	background: #fff;
}
.footer-widget .tagcloud a:hover {
	background: #0063d1;
	color: #fff;
}

.widget .rsswidget {
	color: #001d23;
}
#wp-calendar thead {
	font-size: 14px;
}
#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
}
#wp-calendar tbody {
	color: #666;
}
#wp-calendar tbody td {
	background: #fff;
	border: 1px solid #e8e7e7;
	text-align: center;
	padding: 8px 0;
	transition: 0.3s;
}
.sidebar__widget #wp-calendar tbody td {
	background: #f6f6f6;
	border: 1px solid #dadada;
}
.sidebar__widget #wp-calendar tbody td.pad {
	background: none;
}

.footer-widget #wp-calendar tbody td {
	background: #fff;
	border: 1px solid #E4E4E4;
}
.footer__widget #wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
	color: #a1a2ab;
}
.footer__widget #wp-calendar caption {
	color: #a1a2ab;
}
.footer__widget .wp-calendar-nav a {
	color: #a1a2ab;
}
.footer-widget .rssSummary {
	color: #ccc;
}
#wp-calendar tbody td:hover,
#wp-calendar tbody td:hover a {
	background: #0063d1;
	color: #fff;
}
#wp-calendar tbody .pad,
#wp-calendar tbody .pad:hover {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}
.latest-comments ul li ul.children {
	padding-left: 70px;
}
.latest-comments ul li ul.children {
	padding-top: 0;
}
.no-results.not-found {
	background: #fff;
	padding: 41px 60px;
	text-align: center;
	border: 2px solid #e8e7e7;
}
@media  (max-width: 767px) {
	.no-results.not-found {
		padding: 41px 21px;
	}
}
.pageontent.blog-search-content p {
	margin-bottom: 20px;
}
.blog-search-title {
	font-size: 30px;
	font-weight: 700;
	margin: 0;
}
.error-404-title {
	line-height: 1;
	font-size: 140px;
	font-weight: 700;
	margin-bottom: 15px;
}
.error-title {
	font-size: 42px;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: 600;
}
.error-text {
	margin-bottom: 30px;
}

.page-content.mb-40 {
	margin-bottom: 30px;
}
.page-header {
	background: #f5faff;
	margin-bottom: 30px;
	padding: 30px;
}
.page-header h1 {
	font-size: 26px;
	font-weight: 600;
	margin: 0;
}
.no-results.not-found .page-header {
	background: none;
	margin-bottom: 30px;
	padding: 0;
}
.navigation.posts-navigation .nav-next {
	float: right;
}
.navigation.posts-navigation .nav-previous {
	float: left;
}
.navigation.posts-navigation .nav-links {
	overflow: hidden;
}
.navigation.posts-navigation .nav-links a {
	text-transform: uppercase;
	background: #fff;
	border: 2px solid #0063d1;
	color: #0063d1;
}
.navigation.posts-navigation .nav-links a:hover {
	background: #0063d1;
	color: #fff;
}
.navigation.posts-navigation {
	overflow: hidden;
	margin-bottom: 40px;
}

/*page title*/
.breadcrumb-menu {
	padding: 0;
	margin: 0;
}
.breadcrumb-menu- li {
	display: inline-block;
	padding: 0 15px;
	position: relative;
	line-height: 1;
	color: #cfcfcf;
}
.breadcrumb-menu- li:last-child {
	padding-right: 0;
}
.breadcrumb-items- a {
	color: #cfcfcf;
}
.breadcrumb-menu- li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: -1px;
	top: 0px;
	color: #E4E4E4;
}
.breadcrumb-menu- li:first-child:before {
	display: none;
}

/*servie details*/
.sidebar-link h3 {
	font-size: 36px;
	font-weight: 700;
}
.servicee-sidebar {
	border: 2px solid #f4f3fb;
	padding: 30px;
}
.servicee-sidebar ul {
	margin-bottom: 0;
}
.servicee-sidebar ul li {
	border-bottom: 1px solid #eaeaea;
	color: #4c4c4c;
	margin: 0;
	overflow: hidden;
	padding: 15px 0;
	padding-top: 15px;
	position: relative;
}
.servicee-sidebar ul li a {
	color: #7886a0;
}
.servicee-sidebar ul li:last-child {
	border: 0;
	margin: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.servicee-sidebar ul li a:hover {
	color: #1876df;
}
.project-status ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0;
}
.project-status {
	background: #f4f9fc;
	padding: 30px;
}
.project-status ul li b {
	margin-right: 5px;
	display: inline-block;
	color: #28345d;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0;
}
.project-status ul li:last-child {
	border: 0;
	padding-bottom: 0;
}
.project-status ul li:first-child {
	padding-top: 0;
}

/*page table*/
.ayaa-page-content table {
	margin-bottom: 30px;
}
.ayaa-page-content table tbody td {
	text-align: center;
}
.ayaa-page-content table a {
	color: #0063d1;
}
.ayaa-page-content table td {
	border-color: #E4E4E4;
	padding: 12px 12px;
}
.ayaa-page-content th,
.ayaa-page-content td {
	font-weight: normal;
	text-align: left;
	border-width: 0 1px 1px 0;
}
.ayaa-page-content table,
.ayaa-page-content th,
.ayaa-page-content td {
	border: 1px solid #E4E4E4;
}
.ayaa-page-content table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #E4E4E4;
	text-align: center;
	font-weight: 600;
}
.ayaa-page-content ol li,
.ayaa-page-content ul li {
	margin-bottom: 7px;
}
.ayaa-page-content ol li ol,
.ayaa-page-content ul li ul {
	margin-top: 7px;
}

.ayaa-fz-blog-details-contant-main-wrap-448 table {
	margin-bottom: 30px;
}
.ayaa-fz-blog-details-contant-main-wrap-448 table tbody td {
	text-align: center;
}
.ayaa-fz-blog-details-contant-main-wrap-448 table td {
	border-color: #E4E4E4;
	padding: 12px 12px;
}
.ayaa-fz-blog-details-contant-main-wrap-448 th,
.ayaa-fz-blog-details-contant-main-wrap-448 td {
	font-weight: normal;
	text-align: left;
	border-width: 0 1px 1px 0;
	padding: 10px 15px;
}
.ayaa-fz-blog-details-contant-main-wrap-448 table,
.ayaa-fz-blog-details-contant-main-wrap-448 th,
.ayaa-fz-blog-details-contant-main-wrap-448 td {
	border: 1px solid #E4E4E4;
}
.post-comments table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #E4E4E4;
	text-align: center;
	font-weight: 600;
}
.ayaa-fz-blog-details-contant-main-wrap-448 table {
	margin-bottom: 30px;
	width: 100%;
}
.ayaa-fz-blog-details-contant-main-wrap-448 table tbody td {
	text-align: center;
}
.ayaa-fz-blog-details-contant-main-wrap-448 table td {
	border-color: #E4E4E4;
	padding: 12px 12px;
}
.ayaa-fz-blog-details-contant-main-wrap-448 th,
.ayaa-fz-blog-details-contant-main-wrap-448 td {
	font-weight: normal;
	text-align: left;
	border-width: 0 1px 1px 0;
}
.ayaa-fz-blog-details-contant-main-wrap-448 table,
.ayaa-fz-blog-details-contant-main-wrap-448 th,
.ayaa-fz-blog-details-contant-main-wrap-448 td {
	border: 1px solid #E4E4E4;
}
.ayaa-fz-blog-details-contant-main-wrap-448 table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #E4E4E4;
	text-align: center;
	font-weight: 400;
}
#wp-calendar tbody td#today {
	background: #0063d1;
	color: #fff;
}
#wp-calendar tbody td#today a {
	color: #fff;
}

.blog-padding {
}
.ayaa-fz-blog-details-contant-main-wrap-448 .wp-caption.aligncenter {
	margin-top: 40px;
}
.ayaa-fz-blog-details-contant-main-wrap-448 .alignright.size-thumbnail {
	overflow: hidden;
	clear: both;
}

/*unit test*/
.post-comments .latest-comments > ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.cb-toolkit-blog-sidebar.widget_calendar .calendar_wrap table.wp-calendar-table {
    margin-bottom: 0;
}
.cb-toolkit-blog-sidebar dl,
.cb-toolkit-blog-sidebar ol,
.cb-toolkit-blog-sidebar ul {
	margin-top: 0;
	margin-bottom: 25px;
}
.cb-toolkit-blog-sidebar > ul,
.cb-toolkit-blog-sidebar > ol,
.cb-toolkit-blog-sidebar ul,
.cb-toolkit-blog-sidebar > ul, .cb-toolkit-blog-sidebar > ol, .cb-toolkit-blog-sidebar ul, .cb-toolkit-blog-sidebar ol {
    margin-left: 0;
}
.ayaa-fz-blog-details-contant-main-wrap-448 ol li,
.ayaa-fz-blog-details-contant-main-wrap-448 ul li {
	padding-top: 7px;
}
.cb-toolkit-blog-sidebar ol ol ol,
.cb-toolkit-blog-sidebar ol ul ul,
.cb-toolkit-blog-sidebar ul ol ol,
.cb-toolkit-blog-sidebar ul ul ul {
	margin-bottom: 0;
}
.cb-toolkit-blog-sidebar ol ul,
.cb-toolkit-blog-sidebar ul ol,
.cb-toolkit-blog-sidebar ul ul,
.cb-toolkit-blog-sidebar ol ul ol {
	margin-bottom: 0;
}
ul {
	list-style: disc;
}
.wp-block-button .wp-block-button__link {
	color: #fff !important;
}
.ayaa-fz-blog-details-contant-main-wrap-448 > h6 {
	margin-bottom: 20px;
}
.postbox.sticky .ayaa-fz-blog-details-contant-main-wrap-448,
.postbox.sticky .ayaa-fz-blog-details-contant-main-wrap-448 p {
	margin-bottom: 0;
}
.ayaa-fz-blog-content-wrapper-448 h3 {
	margin-bottom: 5px;
}
#wp-calendar #next a,
#wp-calendar #prev a {
	font-size: 13px;
	font-weight: 600;
}

.ayaa-fz-blog-content-wrapper-448 table {
	margin-bottom: 30px;
}
.ayaa-fz-blog-content-wrapper-448 table tbody td {
	text-align: center;
}
.ayaa-fz-blog-content-wrapper-448 table td {
	border-color: #E4E4E4;
	padding: 12px 12px;
}
.ayaa-fz-blog-content-wrapper-448 th,
.ayaa-fz-blog-content-wrapper-448 td {
	font-weight: normal;
	text-align: left;
	border-width: 0 1px 1px 0;
}
.ayaa-fz-blog-content-wrapper-448 table,
.ayaa-fz-blog-content-wrapper-448 th,
.ayaa-fz-blog-content-wrapper-448 td {
	border: 1px solid #E4E4E4;
}
.ayaa-fz-blog-content-wrapper-448 table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #E4E4E4;
	text-align: center;
	font-weight: 600;
}

.comments-text > p {
	margin-bottom: 15px;
}
.comments-text ul li,
.comments-text ol li {
	padding-top: 5px;
}
#wp-comment-cookies-consent {
	width: auto;
	display: inline-block;
	height: auto;
	margin-right: 20px;
}
.comment-form-cookies-consent label {
	display: inline-block;
}
.comment-form-cookies-consent {
	margin-left: 18px;
	display: none;
}
pre {
	display: block;
	font-size: 87.5%;
	border: 1px solid #E4E4E4;
	padding: 15px;
}
dd + dt {
	margin-top: 20px;
}

.page-links {
	width: 100%;
	clear: both;
	margin-bottom: 30px;
	margin-top: 20px;
}
.page-links > span.page-links-title {
	border: 0;
	color: inherit;
}
.page-links a,
.page-links > span {
	border: 2px solid #E4E4E4;
	display: inline-block;
	min-width: 35px;
	text-align: center;
	margin-left: 2px;
	height: 33px;
	line-height: 30px;
	margin-right: 3px;
	color: #444;
}
.page-links > span {
	border: 2px solid #096bd8;
	color: #096bd8;
}
.page-links a:hover {
	border: 2px solid #096bd8;
	color: #096bd8;
}
/**
*
* removing visual composer default data
*/
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0 !important;
}
.comments-text > ul,
.comments-text > ol {
	margin-bottom: 20px;
}
#recentcomments li a {
	line-height: 1.5;
}
.widget.widget_recent_comments ul li a {
	display: unset;
	line-height: 27px;
}
.widget.widget_recent_comments ul li .comment-author-link a {
	color: #0063d1;
}
.tag-space {
	display: block;
	width: 100%;
	clear: both;
	margin-top: 20px;
}
.size-thumbnail {
	margin-bottom: 20px;
}
.no-results.not-found .page-header {
	padding-top: 0;
	padding-bottom: 0;
}
.bdevsstarter-search-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	border: 0;
	background: no-repeat;
	color: #444;
	border-left: 1px solid #E4E4E4;
	height: 100%;
}
.bdevsstarter-search-btn:hover {
	color: #2154cf;
}
.search-form2 .form-control {
	height: 50px;
	border-radius: inherit;
}
.search-form2 {
	position: relative;
}

.archive-description {
	margin-top: 15px;
}

/* 20. paginations */
.paginations ul li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.paginations ul li a,
.paginations ul li .page-numbers {
	color: #333333;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease 0s;
	text-align: center;
	height: 60px;
	width: 60px;
	background: #fff;
	border-radius: 30px;
	padding: 0;
	line-height: 56px;
	display: inline-block;
	border: 2px solid #eaebec;
}
.paginations ul li:hover a,
.paginations ul li .current {
	color: #fff;
	border-color: #1876df;
}
.paginations ul li:hover a:after,
.paginations ul li.active a:after {
	opacity: 1;
}
.paginations ul li:hover a:before,
.paginations ul li.active a:before {
	opacity: 1;
}
.paginations li .prev {
	text-transform: uppercase;
	font-weight: 700;
}
.paginations li .next {
	text-transform: uppercase;
	font-weight: 700;
}

/*footer */
.footer-area-bottom {
	padding: 15px 0;
}
.copy-right p {
	color: #999;
	margin: 0;
}
.footer-widget select {
	width: 100%;
	border-radius: 0;
}
/*theme unit test css */
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.admin-bar .sticky-header {
	top: 32px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
	max-width: 100%;
	height: 45px;
	width: 100%;
	border: 1px solid #E4E4E4;
	padding: 0 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
}
.sticky {
	display: block;
}
/* .postbox__item {
	border: 1px solid #f6f6f8;
	box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
} */
.postbox__item.sticky::before {
	position: absolute;
	content: "\f5a2";
	right: 25px;
	top: 25px;
	font-family: "Font Awesome 5 Pro";
	color: #0063d1;
	font-size: 35px;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 14px;
	font-style: italic;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 10px;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 100%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
	min-width: 100%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
    min-width: 100%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
	min-width: 100%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
	min-width: 100%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
	min-width: 100%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
	min-width: 100%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
	min-width: 100%;
}

.gallery-caption {
	display: block;
}

/**
* custom css
*
*/
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
	background-color: #fff4ef;
	text-align: center;
}
.wp-block-pullquote {
	border-top: 4px solid #0063d1 !important;
	border-bottom: 4px solid #0063d1 !important;
}
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
	margin-top: 10px;
	display: block;
}
.comment-form .logged-in-as a {
    font-size: 14px;
    line-height: 24px;
}
.comment-form p.logged-in-as {
    display: block;
}
p.comment-form-comment label[for="comment"] {
    display: block;
}
p.comment-form-comment textarea {
    width: 100%;
    height: 160px;
    padding: 15px;
    line-height: 1.3;
    border: 1px solid #EAEAEA;
    border-radius: 3px;
}
.comments-area > ol.comment-list > li:not(:last-child) {
    margin-bottom: 30px;
}
.comments-area p.form-submit input.submit {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins';
    height: 50px;
    background: var(--clr-theme-primary);
    color: var(--clr-common-white);
    padding: 0 48px;
    border-radius: 3px;
}
.comments-area .comment-respond .comment-reply-title small {
    font-size: 18px;
}

.comments-area .comment-respond .comment-reply-title small a {
    color: #0063d1;
}

.comments-area form.comment-form label {
    font-size: 16px;
    display: block;
    margin-bottom: 7px;
}
.comments-area form.comment-form input[type="text"], .comments-area form.comment-form input[type="email"], .comments-area form.comment-form input[type="url"] {
    width: 100%;
    height: 50px;
    border: 1px solid #EAEAEA;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 3px;
}
.comments-area .comment-form > p:not(.comment-notes) {
    font-size: 14px;
	margin-bottom: 15px;
}
.comments-area .comment-form > p.form-submit {
    margin-bottom: 0;
    margin-top: 30px;
}
.logged-in-as a:hover {
    color: #0063d1;
}

/*new unit test*/
.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
	margin-left: 10px;
}
.wp-block-column:not(:last-child) {
	margin-right: 10px;
}
.wp-block-column:nth-child(2n + 1) {
	margin-right: 10px;
}
.ayaa-fz-blog-details-contant-main-wrap-448 > .alignwide {
	margin-left: 0;
	margin-right: 0;
}
.ayaa-fz-blog-details-contant-main-wrap-448 p.has-large-font-size {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.wp-block-media-textalignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
	margin-bottom: 20px;
}
.wp-block-preformatted {
	margin: 30px 0;
}

.has-very-light-gray-color.has-very-light-gray-color {
	color: #fff;
	background: #0063d1 !important;
}
.wp-block-archives select,
.wp-block-archives .postform {
	height: 50px;
	width: 200px;
	border: 1px solid #E4E4E4;
	padding: 0 10px;
}
.wp-block-categories .postform {
	width: 200px;
	border: 1px solid #E4E4E4;
	padding: 0 10px;
	float: none;
	margin-bottom: 15px;
}
.wp-block-archives .nice-select {
	float: none;
	margin-bottom: 15px;
	width: 200px;
	margin-bottom: 15px;
}
.wp-block-latest-posts.has-dates {
	padding-left: 0;
}
.wp-block-archives li a,
.wp-block-categories li a {
}
.wp-block-search__input {
	width: 100%;
	height: 50px;
	border: 1px solid #E4E4E4;
	margin-bottom: 10px;
	padding: 0 15px;
}
.wp-block-cover {
	margin-bottom: 30px;
}
.copyright__text p {
	margin: 0;
}

.ayaa-page-content figure.wp-caption.aligncenter {
	margin-top: 40px;
}
.ayaa-page-content .size-full.alignright {
	margin-bottom: 35px;
	margin-top: 20px;
	clear: both;
}
/* .admin-bar .header-sticky {
	margin-top: 32px;
} */
.ayaa-page-content .post-comments-form {
	margin-top: 50px;
}
.ayaa-page-content .post-comments {
	margin-top: 40px;
}

.postbox.sticky .postbox_text {
	border: 2px solid #0063d1;
}
.page-links > span {
	border: 2px solid #0063d1;
	color: #0063d1;
}
.ayaa-fz-blog-details-contant-main-wrap-448 a.tag-cloud-link {
	color: #666;
}
.ayaa-fz-blog-details-contant-main-wrap-448 a.tag-cloud-link:hover {
	background: #F8F8F8;
    color: #282828;
    border-color: transparent;
}
.wp-block-tag-cloud a {
    height: 30px;
    line-height: 29px;
    border: 1px solid #EAEAEA;
    padding: 0 15px;
    margin-right: 6px;
    font-size: 13px !important;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #777;
}
.wp-block-tag-cloud a:hover {
	background: #F8F8F8;
    color: #282828;
    border-color: transparent;
}
.wp-block-calendar {
	margin-bottom: 30px;
}
.wp-block-calendar a {
	color: inherit;
	text-decoration: none;
}
.wp-block-latest-comments__comment-author {
	text-transform: capitalize;
}
.ayaa-fz-blog-details-contant-main-wrap-448 .blocks-gallery-grid img {
	margin: 0;
}
.page-links a:hover {
	border: 2px solid #0063d1;
	color: #0063d1;
}
.post-password-form input[type="submit"] {
	background-color: #0063d1;
}
.post-password-form input[type="password"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #E4E4E4;
    padding: 0 15px;
    border-radius: 3px;
    margin-bottom: 20px;
    display: inline-block;
}
.post-password-form label {
	width: 100%;
	margin-bottom: 8px;
}
.post-password-form input[type="submit"] {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--clr-theme-primary);
    border-radius: 3px;
    color: #fff;
    padding: 0 35px;
    position: relative;
    overflow: hidden;
}
.post-password-form input[type="submit"]:hover {
	background-color: #222;
	color: #fff;
}
.postbox__text .blog-post-tag {
	padding-top: 40px;
}

.layout-wrapper .alignright.size-thumbnail {
	margin-bottom: 20px;
	clear: both;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	width: calc((100% - 16px) / 2);
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	margin: 0 16px 16px 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0;
}
.wp-block-gallery.columns-2.is-cropped li.blocks-gallery-item {
	width: calc((100% - 16px) / 2) !important;
}
.wp-block-search .wp-block-search__input {
    width: 100%;
    margin: 0;
    height: 50px;
    border-color: #E4E4E4;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
.wp-block-button {
	margin-bottom: 15px;
}
.wp-block-cover-text {
	color: #fff !important;
}
.wp-block-cover-text a {
	color: #fff;
}
.wp-block-gallery .blocks-gallery-grid {
	padding-left: 0;
	margin-bottom: 0;
}
.wp-block-group.has-background {
	margin-bottom: 25px;
}
.is-style-outline .wp-block-button__link {
	border: 2px solid #222;
}
.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border: 2px solid #222;
	color: #222 !important;
}

.widget.mb-40.widget_media_image {
	padding: 0;
	border: 0;
}
.widget .nice-select,
.footer-widget .nice-select {
	float: none;
	border-radius: 0;
}
.widget .nice-select .option,
.footer-widget .nice-select .option {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}
.widget .nice-select::after,
.footer-widget .nice-select::after {
	right: 18px;
}
.cb-toolkit-blog-sidebar .post-comments ol ol,
.cb-toolkit-blog-sidebar .post-comments ol ul,
.cb-toolkit-blog-sidebar .post-comments ul ol,
.cb-toolkit-blog-sidebar .post-comments ul ul {
	margin-bottom: 20px;
}
.cb-toolkit-blog-sidebar .post-comments ol ol ol,
.cb-toolkit-blog-sidebar .post-comments ol ul ul,
.cb-toolkit-blog-sidebar .post-comments ul ol ol,
.cb-toolkit-blog-sidebar .post-comments ul ul ul {
	margin-bottom: 0px;
}
.comments-text > ul,
.comments-text > ol {
	margin-bottom: 20px;
}
.ayaa-page-content ol,
.ayaa-page-content ul {
	padding-left: 25px;
	margin-bottom: 25px;
}
.ayaa-page-content .elementor-widget-container .sidebar__widget  ol,
.ayaa-page-content .elementor-widget-container .sidebar__widget  ul {
	padding-left: 0px;
	margin-bottom: 0px;
}
.ayaa-page-content ol ol ol,
.ayaa-page-content ol ul ul,
.ayaa-page-content ul ol ol,
.ayaa-page-content ul ul ul {
	margin-bottom: 0px;
}
.ayaa-page-content ol ol,
.ayaa-page-content ol ul,
.ayaa-page-content ul ol,
.ayaa-page-content ul ul {
	margin-bottom: 0;
}
.cb-toolkit-blog-sidebar ol ol,
.cb-toolkit-blog-sidebar ol ul,
.cb-toolkit-blog-sidebar ul ol,
.cb-toolkit-blog-sidebar ul ul {
	margin-bottom: 0;
}
.latest-comments .children li {
	list-style: none;
	margin-top: 5px;
}
.footer-widget.widget_recent_comments li a {
	display: unset;
}
.footer-widget ul li {
	margin-bottom: 6px;
	color: #ccc;
}
.footer-widget ul li a {
	font-size: 15px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	color: #ccc;
	transition: 0.3s;
}
.footer-widget .nice-select .option {
}
.footer-widget .nice-select .option.selected {
	font-weight: 600;
}

.footer-widget ul li a:hover {
	color: #0063d1;
}
.footer-widget .nice-select .list {
	width: 100%;
}
.footer-widget .nice-select .list {
    max-height: 300px;
    overflow-y: auto;
    margin-top: 2px;
    overflow-x: auto;
}
.footer-widget.widget_rss cite {
	color: #ccc;
}
.footer-widget.widget_rss span {
	color: #ccc;
}
.footer-widget #wp-calendar tbody td.pad {
	background: none;
}

.footer-style-2 .footer1__padding1 {
	background: #fff;
	border-bottom: 1px solid #d9e8ff;
	padding: 0px;
}
.footer-style-2 .footer1__copyright {
	background: #fff;
	padding: 20px 0px;
}
.footer-style-2 .footer1__copyright--text p {
	color: #00235a;
}
.footer-style-2 .footer-title {
	color: #00235a;
}
.footer-style-2 .footer-widget p {
	color: #00235a;
}
.footer-style-2 .footer-widget ul li a {
	color: #00235a;
}
.footer-style-2 .recent-posts-footer .widget-posts-meta {
	color: #00235a;
}
.footer-style-2 .recent-posts-footer .widget-posts-title {
	color: #00235a;
}
.footer-style-2 .footer1__about--item-content h5 {
	color: #00235a;
}
.footer-style-2 .footer1__padding1 {
	padding: 0px;
	border-top: 1px solid #d9e8ff;
}
.footer-border .col-lg-3 {
	padding-top: 95px;
	padding-bottom: 40px;
}
.footer-border .col-lg-3::before {
	content: "";
	position: absolute;
	border-left: 1px solid #d9e8ff;
	left: 0;
	top: 0;
	height: 100%;
}
.footer-border .col-lg-3:nth-child(1)::before {
	display: none;
}
.footer-border .col-lg-3:nth-child(2)::before {
	left: 10px;
}
.footer-border .col-lg-3:nth-child(3)::before {
	left: -14px;
}
.footer-border .col-lg-3:nth-child(4)::before {
	left: 15px;
}
.footer-border .col-lg-3:nth-child(2) .footer-widget {
	padding-left: 20px;
}
.footer-border .col-lg-3:nth-child(4) .footer-widget {
	padding-left: 30px;
}
.sidebar__widget-title.mb-50 {
	margin-bottom: 35px;
}
.postbox_text {
	border: 2px solid #ededed;
	padding-left: 50px;
	padding-bottom: 50px;
	padding-right: 40px;
	transition: 0.3s;
	padding-top: 40px;
}
.post-meta span {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-weight: 500;
	text-transform: capitalize;
	margin-right: 20px;
	font-size: 15px;
	display: inline-block;
	color: #747ca2;
}
.post-meta a {
	font-weight: 500;
	color: #747ca2;
}
.post-meta a:hover {
	color: #0063d1;
}
.post-meta span i {
	color: #0063d1;
	font-size: 14px;
	margin-right: 2px;
}

@media (min-width: 1200px) {
	.blog-title {
		font-size: 32px;
		margin-bottom: 20px;
	}
}
.widget-title-box {
	text-align: center;
}
.cm-btn {
	border: 0;
}
.cm-btn i {
	margin-right: 3px;
}
.blog-post-tag span {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}
.blog-post-tag a {
	border: 2px solid #f6f6f6;
	padding: 12px 25px;
	display: inline-block;
	line-height: 1;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #00235a;
	margin-right: 5px;
	margin-top: 5px;
}
.blog-post-tag a:hover {
	background: #0063d1;
	color: #fff;
	border-color: #0063d1;
}
header ul,
footer ul, .ayaa-fz-footer-widget-4 ul {
	list-style: none;
}
.ayaa-page-content .post-entry > p {
	margin: 32px 0;
	margin-top: 0;
}

.home_front_page .page_title__bread-crumb {
	display: none;
}

.bdevselement-post-list {
	list-style: none;
}

blockquote p {
	font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote p cite {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    font-style: inherit;
    font-weight: 700;
}
blockquote cite::before {
    content: "";
    font-size: 28px;
    color: #0063d1;
    padding-bottom: 0px;
    display: inline-block;
    background: #0063d1;
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative;
}
blockquote cite > a {
	color: #0063d1;
}
.comments-box blockquote {
	background: #fff;
}
.wp-block-pullquote {
	text-align: left;
}
.wp-block-quote {
	border: 0;
}
.wp-block-column .wp-block-quote {
	border-left: 0;
	padding-right: 30px;
}
.wp-block-image figcaption {
	color: #6a6b71;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	display: inline-block;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 20px 20px;
}
.wp-block-quote.has-text-align-right {
	border-right: 0;
}
.comments-avatar img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
}
.comments-avatar {
	float: left;
	margin-right: 20px;
}
.comments-box {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 30px;
	padding-right: 40px;
	padding-top: 25px;
	padding-top: 35px;
	background: #f6f6f6;
}
.comments-text {
	overflow: hidden;
}
.avatar-name h5 {
	text-transform: capitalize;
	font-size: 18px;
}
.error__thumb h1 {
	font-size: 190px;
	line-height: 1;
	margin-bottom: 0;
}
.error__title {
    font-size: 32px;
    margin-bottom: 12px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.error__content p {
	margin-bottom: 25px;
}

/*custom */
.ayaa-fz-blog-details-contant-main-wrap-448 img {
	max-width: 100%;
}
.post-input input, .post-input textarea {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border: 1px solid #e3e6e7;
    background: #ffffff;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 50px;
}

.post-input textarea {
    padding: 20px !important;
    border-radius: 30px;
}

.post-input input:focus, .post-input textarea:focus {
	border-color: #0063d1;
}
.post-input textarea {
    height: 180px;
    line-height: 1;
    resize: none;
    padding: 15px;
    padding-top: 15px;
}

.single-post .page__title-content h2 {
	font-size: 55px;
}
.post_gallery .owl-nav div button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 35px;
	height: 45px;
	width: 45px;
	border-radius: 50%;
}
.post_gallery .owl-nav div.owl-next button {
	left: auto;
	right: 35px;
}
.post_gallery .owl-nav div button:hover {
	background: #0063d1;
	color: #fff;
}
.sidebar-posts-bg-thumb {
	height: 75px;
	width: 75px;
	border-radius: 4px;
	background-size: cover;
	background-position: center;
}

.widget-post-title {
	font-size: 18px;
	font-weight: 500;
	color: #132339;
	line-height: 1.3;
	margin-bottom: 0;
}
.ayaa_sidebar_fix .widget-post-title a:hover {
	color: #0063d1;
}

.sidebar__widget ul li:not(:last-child) {
	margin-bottom: 15px;
}
.ayaa_sidebar_fix .sidebar__widget ul li a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #6a6b71;
}
.ayaa_sidebar_fix .sidebar__widget ul li a:hover{
	color: #0063d1;
}
.sidebar__widget ul li{
	list-style: none;
}
.ayaa_sidebar_fix .sidebar__widget ul li a::before {
	position: absolute;
	content: "ï”";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	color: #0063d1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.rc-post .mb-20:last-child{
	margin: 0;
}
.rc-meta.widget-post-meta {
	font-size: 15px;
	color: #6a6b71;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}
.cb-toolkit-blog-sidebar .sidebar__widget ul {
	padding: 0;
	margin: 0;
}
.cb-toolkit-blog-sidebar .recentcomments a::after {
	display: none;
}
.cb-toolkit-blog-sidebar .sidebar__widget ul li {
	list-style: none;
	margin-bottom: 15px;
}
.cb-toolkit-blog-sidebar .sidebar__widget ul ul {
	padding-left: 10px;
	padding-top: 14px;
}
.cb-toolkit-blog-sidebar .sidebar__widget ul li a {
	padding-left: 20px;
	position: relative;
}
.cb-toolkit-blog-sidebar .sidebar__widget ul li a:hover {
	color: #0063d1;
}
.cb-toolkit-blog-sidebar .sidebar__widget ul li a:hover::after {
	left: 5px;
}
.ayaa-fz-blog-box-447.sticky {
	position: relative !important;
}
.ayaa-fz-blog-box-447.sticky::before {
	position: absolute;
	content: "\f5a2";
	right: 25px;
	top: 25px;
	font-family: "Font Awesome 5 Pro";
	color: #0063d1;
	font-size: 35px;
	z-index: 9;
}
.wp-block-button.is-style-squared .wp-block-button__link {
	color: #fff !important;
	border-radius: 0;
}
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown.wp-block-categories select {
	width: 250px;
	height: 50px;
	padding: 0 15px;
	margin-bottom: 20px;
	border: 1px solid #E4E4E4;
}
.wp-block-search .wp-block-search__inside-wrapper {
	position: relative;
}
.wp-block-search .wp-block-search__label {
	margin-bottom: 8px;
}

.ayaa_sidebar_fix .wp-block-search .wp-block-search__button {
    margin-left: 0;
    color: #fff;
    border: 0;
    margin-bottom: 0;
    height: 50px;
    background: #0063d1;
    position: absolute;
    right: 0;
    padding: 0 40px;
}
.home_front_page .slider__shape {
	display: none;
}

.ayaa-fz-blog-details-contant-main-wrap-448 .blog-title {
	display: none;
}
.logo.mb-40 {
	padding: 0;
}
.footer__widget-titl .logo img {
	width: 105px;
}

.ayaa-fz-blog-details-contant-main-wrap-448.mb-20 {
	margin-bottom: 0;
}
.ayaa-fz-blog-content-wrapper-448  .ayaa-fz-blog-details-contant-main-wrap-448.mb-20 p:last-child {
	margin-bottom: 0;
}
.services__widget.widget_bdevs_services_form_widget {
	padding-bottom: 25px;
}
.wpcf7-form-control.wpcf7-submit.f-btn.f-btn-3.w-100 {
	margin-bottom: 0;
}
.services__form p {
	margin: 0;
}
.widget_text.services__widget.widget_custom_html {
	padding: 0;
	background: none;
}
.social-links {
	margin-top: 20px;
}
.social-links a {
	margin-right: 15px;
	font-size: 13px;
}
.custom-footer-2 {
	padding-left: 30px;
}
.custom-footer-3 {
	padding-left: 30px;
}
.post-comment-form{
	clear: both;
}
.footer__widget ul ul {
	padding-left: 8px;
	padding-top: 4px;
}
.ayaa-fz-blog-details-contant-main-wrap-448 .postbox__title {
	display: none;
}
.footer__widget .nice-select {
	float: none;
}
.footer__widget .nice-select .option {
	margin: 0 !important;
}
.footer__widget .nice-select .list {
	width: 100%;
}
.sidebar__widget .nice-select {
	float: none;
}
.sidebar__widget .nice-select .option {
	margin: 0 !important;
}
.sidebar__widget .nice-select .list {
	width: 100%;
}
.nice-select::after {
	width: 8px;
	right: 25px;
	height: 8px;
}
.footer__widget.widget_text p {
	color: #a1a2ab;
}
.footer__widget cite {
	color: #a1a2ab;
}
.footer__widget.widget_search input:focus {
	border-color: transparent;
}

.breadcrumb-trail.breadcrumbs {
    margin-top: 2px;
}
.course__item-3 .course__more {
	margin-bottom: 5px;
}
.sidebar__widget.widget_recent_comments ul li a {
	padding-left: 0;
}
.sidebar__widget.widget_recent_comments ul li a::before {
	display: none;
}
.sidebar__widget.widget_rss ul li a::before {
	display: none;
}
.sidebar__widget.widget_recent_entries ul li a {
	padding-left: 0;
}
.sidebar__widget.widget_recent_entries ul li a::before {
	display: none;
}
.sidebar__widget ul ul {
	padding-left: 10px;
	padding-top: 14px;
}


/*Blog Sidebar block css */
.sidebar__widget .wp-block-social-links li a::after {
	display: none;
}   
.sidebar__widget.widget_tag_cloud a {
	display: inline-block;
	line-height: 34px;
	padding: 0 15px;
	font-size: 15px;
	font-weight: 500;
	color: #53545b;
	background: #ffffff;
	border-radius: 4px;
	margin-right: 8px;
	margin-bottom: 10px;
	border: 0;
	border: 1px solid #e3e6e7;
}
.sidebar__widget.widget_tag_cloud a:hover {
	color: #ffffff;
	background: #0063d1;
	border-color: #0063d1;
}
.sidebar__widget.widget_block h2 {
	font-size: 30px;
	position: relative;
	padding-bottom: 12px;
	font-family: "Teko", sans-serif;
	font-weight: 500;
	color: #010101;
	margin-bottom: 30px;
}

.sidebar__widget.widget_block h2:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	background: #0063d1;
}
.wp-block-latest-comments__comment a:hover{
	color: #0063d1;
}
.sidebar__widget .wp-block-search__label {
	font-size: 30px;
	position: relative;
	padding-bottom: 12px;
	font-family: "Teko", sans-serif;
	font-weight: 500;
	color: #010101;
	margin-bottom: 30px;
}
.sidebar__widget .wp-block-search__label:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	background: #0063d1;
}

.sidebar__widget .wp-block-search .wp-block-search__input {
	color: #6a6b71;
	font-size: 15px;
	display: block;
	width: 100%;
	height: 60px;
	background: #ffffff;
	font-weight: 400;
	border: 1px solid #e3e6e7;
	outline: none;
	padding: 0px 25px;
	border-radius: 50px;
	font-family: "Roboto", sans-serif;
}
.ayaa_sidebar_fix .sidebar__widget .wp-block-search .wp-block-search__input:focus {
	border-color: #0063d1;
}

.ayaa_sidebar_fix .sidebar__widget .wp-block-search .wp-block-search__button {
	background: #0063d1;
	border-radius: 30px;
}

.sidebar__widget.widget_block .wp-block-latest-comments li {
	font-size: 15px;
	line-height: 28px;
	color: #6a6b71;
	margin-bottom: 8px;
}
.ayaa_sidebar_fix .sidebar__widget.widget_block .wp-block-latest-comments li .wp-block-latest-comments__comment-meta a{
	color: #010101;
}
.ayaa_sidebar_fix .sidebar__widget.widget_block .wp-block-latest-comments li .wp-block-latest-comments__comment-meta a:hover{
	color: #0063d1;
}

/*footer block css*/
.footer__widget.widget_block h2 {
	color: #fff;
	border: 0;
	padding-top: 5px;
	font-size: 20px;
	margin-bottom: 20px;
}
.footer__widget .wp-block-latest-comments__comment-author {
	color: #fff;
}
.footer__widget .wp-block-latest-comments__comment-link {
	color: #a1a2ab;
}
.footer__widget .wp-block-search .wp-block-search__label {
	display: none;
}
.footer__widget .wp-block-search .wp-block-search__input {
	border: 0;
}
.footer__widget .wp-block-calendar table th {
	background: inherit;
	padding-bottom: 10px;
	text-align: center;
	color: #a1a2ab;
	font-size: 14px;
	font-weight: 700;
}
.footer__widget .wp-block-calendar th {
	border: none;
}
.footer__widget .wp-block-latest-comments p {
	color: #a1a2ab;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
}
.footer__widget .wp-block-latest-comments time {
	color: #a1a2ab;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
}
.footer__widget .wp-block-tag-cloud a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	font-size: 15px;
	font-weight: 500;
	color: #53545b;
	background: #f6f6f6;
	border-radius: 4px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.footer__widget .wp-block-tag-cloud a:hover {
	color: #ffffff;
	background: #0063d1;
}
.footer__widget .wp-block-search input {
	width: 100%;
	height: 60px;
	line-height: 56px;
	font-size: 14px;
	padding: 0 25px;
	background: #f6f6f6;
	border: 2px solid #f6f6f6;
	outline: none;
	border-radius: 4px;
}
.footer__widget .wp-block-search .wp-block-search__button {
	padding: 12px 25px;
}

.nice-select .list {
	left: auto;
	right: 0;
}


/*fadein custom*/
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}


/* fadeInLeft2  */
@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}

/* fadeInRight22 */
@-webkit-keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}
.ayaa_sidebar_fix .wp-block-latest-posts.wp-block-latest-posts__list li a {
	font-size: 16px;
	display: block;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0;
}
.ayaa_sidebar_fix .wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
	color: #0063d1;
}
.widget_block .wp-block-latest-comments {
    margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}
.widget_block .wp-block-latest-comments li {
    list-style: none;
    font-size: 16px;
    line-height: 26px;
    display: block;
}
.widget_block .wp-block-latest-comments li:not(:last-child) {
	margin-bottom: 13px;
}
.cb-toolkit-blog-sidebar.widget_archive ul {
	margin-bottom: 0;
}
.cb-toolkit-blog-sidebar.widget_archive ul li {
    list-style: none;
}
.cb-toolkit-blog-sidebar.widget_archive ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    transition: 0.3s;
}
.cb-toolkit-blog-sidebar.widget_archive ul li a:hover {
	color: #0063d1;
}
.cb-toolkit-blog-sidebar.widget_archive ul li:not(:last-child) {
    margin-bottom: 7px;
}
.cb-toolkit-blog-sidebar .nice-select {
    width: 100%;
    border-radius: 0;
    height: 60px;
	float: none;
    line-height: 60px;
}
.cb-toolkit-blog-sidebar .nice-select:focus {
	border-color: #0063d1;
}
.cb-toolkit-blog-sidebar.widget_archive .nice-select ul li:not(:last-child) {
	margin-bottom: 0;
}
.cb-toolkit-blog-sidebar.widget_archive .nice-select {
    width: auto;
}
.cb-toolkit-blog-sidebar .nice-select {
    width: auto;
    border-radius: 0;
    height: 50px;
    float: none;
    line-height: 50px;
}
.cb-toolkit-blog-sidebar.widget_categories ul li {
    list-style: none;
	position: relative;
}
.cb-toolkit-blog-sidebar.widget_categories ul li a {
	padding-left: 20px;
	position: relative;
}
.cb-toolkit-blog-sidebar.widget_categories ul li a::before {
	content: '\f105';
    position: absolute;
	font-family: 'Font awesome 6 Pro';
	font-size: 12px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all.3s;
	-moz-transition: all.3s;
	-o-transition: all.3s;
	transition: all.3s;
}
.cb-toolkit-blog-sidebar.widget_categories ul li a:hover::before {
	color: var(--clr-theme-primary);
}
.cb-toolkit-blog-sidebar ul li ul.children {
    padding: 0;
    padding-left: 15px;
    margin-top: 7px;
}
.cb-toolkit-blog-sidebar ul li {
    margin-bottom: 13px;
    display: block;
}
.cb-toolkit-blog-sidebar ul li:last-child {
	margin-bottom: 0;
}
.cb-toolkit-blog-sidebar ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.cb-toolkit-blog-sidebar.widget_categories ul {
    margin-bottom: 0;
}
.cb-toolkit-blog-sidebar.widget_categories > ul > li:last-child {
    margin-bottom: 0px;
}
.cb-toolkit-blog-sidebar ul li a:hover {
    color: #0063d1;
}
.cb-toolkit-blog-sidebar.widget_categories .nice-select ul li {
	margin-bottom: 0;
}
.cb-toolkit-blog-sidebar.widget_pages ul li {
    list-style: none;
}
.cb-toolkit-blog-sidebar.widget_pages ul {
    padding: 0;
}
.cb-toolkit-blog-sidebar.widget_pages > ul > li:last-child {
    margin-bottom: 0;
}

.cb-toolkit-blog-sidebar > ul {
    margin-bottom: 0;
}
.rssSummary {
    margin: 10px 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
}
.ayaa-details-sidebar .cb-toolkit-blog-sidebar.widget_search form label.wp-block-search__label {
	font-size: 24px;
    line-height: 100%;
    font-weight: 600;
    color: #333333;
	width: 100%;
    padding-bottom: 17px;
    border-bottom: 1px solid #E4E4E4;
    margin-top: -2px;
    margin-bottom: 20px;
    position: relative;
}
form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search::after {
    display: none;
}
section.ayaa-blog-sidebar.cb-toolkit-blog-sidebar form.search-form label {
    width: 100%;
}
.ayaa-details-sidebar .cb-toolkit-blog-sidebar.widget_search form {
    position: relative;
}
.cb-toolkit-blog-sidebar.widget_search form.wp-block-search__button-outside .wp-block-search__label::before {
	display: none;
}
.ayaa-details-sidebar .cb-toolkit-blog-sidebar form input[type="search"] {
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    border-radius: 3px;
    color: #999999;
    border: 1px solid #EAEAEA;
}
.ayaa-details-sidebar .cb-toolkit-blog-sidebar form input[type="search"]::placeholder {
	color: #999999;
}
.ayaa-details-sidebar .cb-toolkit-blog-sidebar.widget_search form input[type="search"].search-field {
	padding: 0 15px;
	padding-right: 55px;
}
.ayaa-details-sidebar .cb-toolkit-blog-sidebar.widget_search form input[type="submit"] {
    position: absolute;
    right: 0;
    height: 100%;
    font-size: 0;
    width: 60px;
    background-color: transparent;
    border: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
	z-index: 33;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.ayaa-details-sideb.tp-toolkit-footer-widget .nice-select .list {
    overflow-x: auto;
}
.ayaa-footer-widget.tp-toolkit-footer-widget .nice-select.postform {
    margin-top: 50px;
}

@media (min-width: 992px) and (max-width: 1999px) {
	.cb-toolkit-blog-sidebar.widget_search form input[type="submit"]{
		padding: 0 15px;
	}
}
.tp-toolkit-footer-widget .nice-select .list li {
	margin-bottom: 0;
}
.cb-toolkit-blog-sidebar.widget_text .textwidget p strong {
    display: block;
    margin-top: 7px;
    line-height: 1.2;
}
.cb-toolkit-blog-sidebar.widget_text .textwidget .nice-select {
    margin: 0;
}
.cb-toolkit-blog-sidebar.widget_text .nice-select.open .list {
    width: 100%;
    overflow-x: auto;
}
.cb-toolkit-blog-sidebar ul ul.sub-menu {
    padding: 0;
    padding-left: 15px;
	padding-top: 8px;
}
.cb-toolkit-blog-sidebar > ul.menu {
	margin-bottom: 0;
}
.cb-toolkit-blog-sidebar > ul.menu > li:last-child {
	margin-bottom: 0;
}
.cb-toolkit-blog-sidebar.widget_nav_menu .menu-testing-menu-container > ul {
    margin-bottom: 0 !important;
}
.cb-toolkit-blog-sidebar.widget_search form.wp-block-search__button-outside {
    margin: 0;
}
.tp-toolkit-footer-widget ul li {
    color: #e5e5e5;
}
.tp-toolkit-footer-widget #wp-calendar thead th {
    color: #fff;
}
.tp-toolkit-footer-widget #wp-calendar caption {
    color: #f3f3f3;
}
.tp-toolkit-footer-widget .wp-calendar-nav-prev a {
    color: #f3f3f3;
}
.tp-toolkit-footer-widget ul.children {
    padding-left: 15px;
    padding-top: 8px;
}
.tp-toolkit-footer-widget .nice-select {
    float: none;
    height: 60px;
    line-height: 60px;
}
.no-results.not-found .page-header .blog-search-title {
	color: #222;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
}

.no-results.not-found .search-form input.search-field {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	padding-right: 25px;
	border: 0;
	padding-right: 60px;
	border-radius: 0;
	border: 1px solid #e8e7e7;
}
.no-results.not-found .search-form > label {
  width: 100%;
}
.no-results.not-found .search-form {
  position: relative;
}
.no-results.not-found .search-form input.search-submit {
  position: absolute;
  right: 0;
  height: 100%;
  font-size: 0;
  width: 60px;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  z-index: 33;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.no-results.not-found .search-form::before {
  font-size: 15px;
  content: "\f002";
  color: rgb(112, 116, 128);
  z-index: 33;
  position: absolute;
  top: 50%;
  right: 20px;
  font-weight: 300;
  transform: translateY(-50%);
  font-family: "Font awesome 5 pro";
}
.no-results.not-found .page-header {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: -7px;
}
.tp-toolkit-footer-widget .nice-select:focus {
    border-color: #0063d1;
}

.tp-toolkit-footer-widget .nice-select .list li {
}

.tp-toolkit-footer-widget .nice-select li {
    margin-bottom: 0;
    font-size: 15px;
}

.tp-toolkit-footer-widget .rssSummary {
    color: #f3f3f3;
}

.tp-toolkit-footer-widget .widget_search form input[type="search"] {
    padding: 0 30px;
    height: 60px;
    font-size: 15px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #E4E4E4;
    color: #f3f3f3;
}

.tp-toolkit-footer-widget .widget_search form label {
    width: 100%;
}

.tp-toolkit-footer-widget .widget_search form {
    position: relative;
    position: relative;
}

.tp-toolkit-footer-widget .widget_search form input[type="submit"] {
    color: #fff;
    border: 0;
    margin-bottom: 0;
    height: 60px;
    background: linear-gradient(145deg, #8ecf35, #0063d1);
    position: absolute;
    right: 0;
    padding: 0 30px;
}

.tp-toolkit-footer-widget .widget_search form input[type="search"]::placeholder {
    color: #f3f3f3;
    font-size: 15px;
	line-height: 65px;
}
.tp-toolkit-footer-widget .footer-card.widget_text .textwidget p strong {
    color: #f3f3f3;
    display: block;
}

.tp-toolkit-footer-widget .wp-caption .wp-caption-text {
    color: #f3f3f3;
}

.tp-toolkit-footer-widget .footer-card.widget_text p {
    color: #f3f3f3;
}

.tp-toolkit-footer-widget .widget_text .nice-select .list {
    overflow-x: auto;
}

.tp-toolkit-footer-widget .widget_text .nice-select span.current {
    font-size: 15px;
}
.tp-toolkit-footer-widget.widget_search form.search-form input.search-field {
    width: 100%;
    height: 65px;
    line-height: 65px;
    padding: 0 25px;
    border: 0;
    padding-right: 60px;
    border-radius: 5px;
}

.tp-toolkit-footer-widget.widget_search form.search-form > label {
    width: 100%;
}

.tp-toolkit-footer-widget.widget_search form.search-form {
    position: relative;
    margin-top: 50px;
}

.tp-toolkit-footer-widget.widget_search form.search-form input.search-submit {
    position: absolute;
    right: 0;
    height: 100%;
    font-size: 0;
    width: 60px;
    background-color: transparent;
    border: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    z-index: 33;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.tp-toolkit-footer-widget .nice-select .list {
    overflow-x: auto;
}
.ayaa-footer-widget.tp-toolkit-footer-widget .nice-select.postform {
    margin-top: 50px;
}
.tp-toolkit-footer-widget.widget_search form.search-form > label::before {
    font-size: 15px;
    content: "\f002";
    color: rgb(112, 116, 128);
    z-index: 33;
    position: absolute;
    top: 50%;
    right: 20px;
    font-weight: 300;
    transform: translateY(-50%);
    font-family: "Font awesome 5 pro";
}
.tp-toolkit-footer-widget .footer-card.widget_nav_menu ul.sub-menu {
    padding-left: 15px;
    padding-top: 9px;
}
.nice-select .list li {
	margin-bottom: 0;
}
.comment-list .comment-meta b.fn {
	font-size: 18px;
	color: #1a213e;
}
.comment-list .comment-body .comment-meta .comment-author.vcard {
	padding-bottom: 5px;
}
.ayaa-blog-details-tag {
    clear: both;
}
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 420px;
    width: 100%;
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
}
.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background {
    content: "";
    background-color: #000;
}
.wp-block-cover.has-pale-pink-background-color::before {
	background-color: rgb(247, 141, 167) !important;
	content: "";
}
.wp-block-cover.has-pale-pink-background-color.has-background-dim.has-left-content.aligncenter {
	display: flex;
}
.wp-block-cover.has-pale-pink-background-color.has-background-dim.has-left-content.aligncenter .wp-block-cover-text {
    text-align: left;
}
.wp-block-cover.has-background-dim-20.has-background-dim.has-parallax.alignfull::before {
    opacity: .2;
}
.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}
.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
}
.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
}
.wp-block-cover.has-background-dim.aligncenter {
    display: flex;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6;
}
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    background-color: inherit;
}
.wp-block-cover.has-background-dim-20.has-background-dim.has-parallax.alignfull {
    background-attachment: fixed;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em);
}
.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    width: calc(33.33333% - .66667em);
    max-width: calc(33.33333% - .66667em);
    margin-right: 1em;
}
.wp-block-gallery .blocks-gallery-grid {
    padding-left: 0;
    margin-bottom: 0;
}
.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    display: flex;
	clear: both;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ayaa-fz-blog-details-contant-main-wrap-448  ul.blocks-gallery-grid {
    padding-left: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    width: 100%;
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
    box-sizing: border-box;
    margin: 0;
    z-index: 2;
}
@media (max-width: 767px) {
	.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
		padding: 10px 10px 10px;
	}
	.ayaa-details-sidebar .cb-toolkit-blog-sidebar.widget_search form label.wp-block-search__label {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
		padding: 5px 10px 10px;
	}
}

.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-child(3), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-child(6) {
    margin-right: 0;
}
.blocks-gallery-caption {
    color: #555;
    font-size: 13px;
    text-align: center;
}
.blocks-gallery-caption {
    color: #555;
    font-size: 13px;
    text-align: center;
    flex: 0 0 100%;
    margin-bottom: 30px;
    display: block;
}
.ayaa-fz-blog-details-contant-main-wrap-448 .is-layout-flex.wp-block-gallery-15.wp-block-gallery.columns-8.is-cropped .blocks-gallery-caption {
	margin-bottom: 0;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%;
}
.ayaa-fz-blog-details-contant-main-wrap-448  > .alignwide {
    margin-left: 0;
    margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    width: calc(25% - 16px);
    margin-right: 1em;
}
.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-child(4), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-child(6) {
    margin-right: 0;
}
.clear {
    clear: both;
}
.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    width: calc(20% - 16px);
    margin-right: 1em;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-child(5), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-child(7) {
    margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 16px);
    margin-right: 1em;
}
.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-child(6), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-child(14), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-child(12) {
    margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 16px);
    margin-right: 1em;
}
.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    width: 10%;
    margin-right: 1em;
}
.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-child(8), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-child(16), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-child(20) {
	margin-right: 0;
}
.wp-block-gallery.columns-2.is-cropped li.blocks-gallery-item:last-child {
	margin-right: 0;
}
.wp-block-columns {
    flex-wrap: nowrap!important;
}
.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap!important;
    align-items: normal!important;
}
.wp-container-3 {
    display: flex;
    gap: 2em;
    flex-wrap: nowrap;
    align-items: center;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
}
.wp-container-36.wp-block-columns.alignwide .wp-block-column ol {
    margin-left: 0;
}
.ayaa-fz-blog-details-contant-main-wrap-448  > .alignwide {
    margin-left: 0;
    margin-right: 0;
}
.wp-block-media-text {
    direction: ltr;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
}
.wp-block-media-text .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word;
    align-items: center;
    align-self: center;
}
.has-large-font-size {
    font-size: 36px !important;
	line-height: 1.2;
}
.wp-block-quote.is-large:not(.is-style-plain) p, .wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6;
}
.wp-block-quote.is-large:not(.is-style-plain) cite, .wp-block-quote.is-large:not(.is-style-plain) footer, .wp-block-quote.is-style-large:not(.is-style-plain) cite, .wp-block-quote.is-style-large:not(.is-style-plain) footer {
    font-size: 1.125em;
    text-align: right;
}
.has-text-align-right {
    text-align: right;
}
body, button, input, select, optgroup, textarea {
    color: #777777;
}
.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center;
    overflow-wrap: break-word;
    box-sizing: border-box;
}
figure.wp-block-pullquote.has-background.has-cyan-bluish-gray-background-color.is-style-solid-color blockquote {
    margin: 35px 0px !important;
}
.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3 !important;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
	line-height: 1;
}
p.has-drop-cap.has-medium-font-size {
    line-height: 28px;
    font-size: 20px;
}
p.has-drop-cap.has-medium-font-size:first-letter {
    font-size: 150px;
	float: left;
	-webkit-initial-letter: 3;
	initial-letter: 3;
	font-weight: 500;
	line-height: 90px;
}


.has-text-align-center {
    text-align: center;
}
.has-large-font-size {
    font-size: 36px !important;
}
@media (max-width: 480px) {
	.ayaa-fz-blog-details-contant-main-wrap-448  p { 
		clear: both;
	}
}
p.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-image.is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
}
.ayaa-fz-blog-details-contant-main-wrap-448  h1 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.ayaa-fz-blog-details-contant-main-wrap-448  > h6 {
    margin-bottom: 20px;
}
.blog .content-wrapper ol {
    padding-left: 25px;
	margin-left: 0;
}
.ayaa-fz-blog-details-contant-main-wrap-448  h1,.ayaa-fz-blog-details-contant-main-wrap-448  h2, .ayaa-fz-blog-details-contant-main-wrap-448  h3, .ayaa-fz-blog-details-contant-main-wrap-448  h4, .ayaa-fz-blog-details-contant-main-wrap-448  h5, .ayaa-fz-blog-details-contant-main-wrap-448  h6 {
	color: #1a213e;
}
.blog .content-wrapper .ayaa-fz-blog-details-contant-main-wrap-448.mb-20 p:last-child {
    margin-bottom: 0;
}
.wp-block-cover.has-background-dim .wp-block-cover__inner-container p.has-text-align-center.has-large-font-size {
    color: #fff;
    z-index: 9;
    margin-bottom: 0;
    position: relative;
}
.wp-block-audio {
    margin: 0 0 1.7em;
}
.wp-block-audio audio {
    width: 100%;
    min-width: 300px;
}
.ayaa-fz-blog-details-contant-main-wrap-448  .wp-block-file a {
	color: #0063d1;
}
.ayaa-fz-blog-details-contant-main-wrap-448  .wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em;
    display: inline-block;
}
.wp-block-file *+.wp-block-file__button {
    margin-left: .75em;
}
.wp-block-file {
    margin-bottom: 1.5em;
}
.wp-block-video {
    margin: 0 0 1em;
}
.wp-block-video video {
    width: 100%;
}
.wp-block-video figcaption {
    color: #555;
    font-size: 13px;
    text-align: center;
}
.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
}
.wp-block-embed figcaption {
    color: #555;
    font-size: 13px;
    text-align: center;
}
.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
}
.ayaa-fz-blog-details-contant-main-wrap-448 table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #E4E4E4;
    text-align: center;
    font-weight: 400;
}
.wp-block-calendar table th {
    font-weight: 400;
    background: #E4E4E4;
}
.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none;
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em;
}
ol.has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment article {
    overflow: hidden;
}
.wp-block-latest-comments__comment-date {
    display: block;
    font-size: 14px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment a{
	display: inline;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-link {
	font-weight: 500;
}
.wp-block-latest-posts.has-dates {
    padding-left: 0;
}
.ayaa-fz-blog-details-contant-main-wrap-448  ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts {
    padding: 0;
}
.ayaa-fz-blog-details-contant-main-wrap-448  ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts a {
	color: #0063d1;
}
.ayaa-fz-blog-details-contant-main-wrap-448  ul.wp-block-latest-posts__list.is-grid.columns-3.wp-block-latest-posts {
	padding: 0;
}
.ayaa-fz-blog-details-contant-main-wrap-448  ul.wp-block-latest-posts__list.is-grid.columns-3.wp-block-latest-posts a {
	color: #0063d1;
}
.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
div .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 20px);
}
.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%;
}
ul.wp-block-latest-posts__list.is-grid.columns-5.has-dates.wp-block-latest-posts {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.ayaa-fz-blog-details-contant-main-wrap-448  .wp-block-search__button-outside.wp-block-search__text-button .wp-block-search__inside-wrapper {
    margin: 0;
    margin-bottom: 30px;
}
.ayaa-fz-blog-details-contant-main-wrap-448  .wp-block-search .wp-block-search__label {
    font-weight: 500;
}
ul.wp-block-rss {
    list-style: none;
    padding: 0;
}
.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
    direction: ltr;
}
.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile .wp-block-media-text__content {
    direction: ltr;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px;
}
.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px;
}

hr.wp-block-separator.is-style-dots {
    border-style: dotted;
}

h6 {
	font-size: 16px;
	line-height: 1.6;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.ayaa-fz-blog-details-contant-main-wrap-448  p:last-child {
  margin-bottom: 0;
}
.gallery.gallery-columns-1.gallery-size-thumbnail {
    grid-gap: 0;
}
.blog-wrapper.single-blog.sticky{
    position: relative;
    border-color: #0063d1;
}

.blog-wrapper.single-blog.sticky::after {
    position: absolute;
    content: "\eeaa";
    right: 25px;
    top: 25px;
    font-family: 'IcoFont';
    color: #0063d1;
    font-size: 35px;
    z-index: 9;
}
@media (max-width: 575px) {
	.blog-wrapper.single-blog.sticky::after {
		right: 15px;
		top: 5px;
	}
}
.wp-block-cover.has-background-dim.has-background-dim-60 a {
    color: #fff;
}
.wp-block-archives-dropdown.wp-block-archives label {
    margin-right: 6px;
}
ol.has-avatars.has-dates.has-excerpts.wp-block-latest-comments {
    padding-left: 0;
}
.ayaa-fz-blog-details-contant-main-wrap-448  ol.wp-block-latest-comments {
    padding-left: 0;
    list-style: none;
}
hr.wp-block-separator.is-style-dots {
    border: 0;
    height: 40px;
    opacity: 0;
}
.ayaa-fz-blog-content-wrapper-448 table th {
    padding: 12px 12px;
    font-size: 15px;
    border-color: #E4E4E4;
    text-align: center;
    font-weight: 400;
}
.ayaa-fz-blog-content-wrapper-448 table, .ayaa-fz-blog-content-wrapper-448 th, .ayaa-fz-blog-content-wrapper-448 td {
    border: 1px solid #E4E4E4;
}
.ayaa-fz-blog-content-wrapper-448 ol li {
	margin-bottom: 7px;
}
.ayaa-fz-blog-content-wrapper-448 ol {
	padding-top: 7px;
}
.comment-contenet > ul ul {
	padding-top: 7px;
}
.ayaa-fz-blog-content-wrapper-448 	table td {
    border-color: #E4E4E4;
    padding: 12px 12px;
}
.ayaa-fz-blog-content-wrapper-448 table tbody td {
    text-align: center;
}
.cb-toolkit-blog-sidebar-body > ul {
    padding: 0;
    margin-bottom: 10px;
}
.tag-sticky-2 .ayaa-fz-blog-details-contant-main-wrap-448  ul {
	margin-bottom: 0;
}
.ayaa-custom-tag > a:not(:last-child) {
	margin-right: 5px;
}
.comment-body .comment-reply-link {
	line-height: 100%;
	font-weight: 700;
	color: #1a213e;
	margin-top: 15px;
	display: inline-block;
}
.comment-body .comment-reply-link::before {
	content: "\efd3";
	font-family: 'Icofont';
	margin-right: 5px;
	display: inline-block;
}
.comments-area .comment-reply-title a#cancel-comment-reply-link {
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}
.comments-area .comment-reply-title a#cancel-comment-reply-link:hover, .comment-body .comment-reply-link:hover {
	color: #0063d1;
}
.comments-area .comment-reply-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.ayaa-fz-blog-content-wrapper-448 .comments-area .comment-form .form-submit {
    margin-bottom: 0;
    margin-top: 0;
}
.comments-area > ol.comment-list ol.children {
    margin-left: 0;
}

.comments-area ol.comment-list .comment-respond {
    padding-bottom: 60px;
}
.comment-list ol.children .comment-list-item {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
	.comments-area > ol.comment-list ol.children {
		padding-left: 0;
	}
}
@media (max-width: 575px) {
	.comments-area .comment-reply-title a#cancel-comment-reply-link {
		margin-left: 0;
	}
	.comments-area .comment-respond .comment-reply-title small {
		display: block;
		margin-top: 10px;
	}
}
.wp-block-image .alignright.is-resized {
	margin-bottom: 50px;
}
.ayaa-fz-blog-details-contant-main-wrap-448  .wp-block-cover.has-background-dim-60.has-background-dim {
	margin-bottom: 0;
}
.ayaa-fz-blog-details-contant-main-wrap-448  .wp-container-16.wp-block-gallery-15.wp-block-gallery.columns-8.is-cropped .blocks-gallery-caption {
	padding-bottom: 0;
}
.ayaa-fz-blog-content-wrapper-448  .ayaa-fz-blog-details-contant-main-wrap-448  .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.ayaa-fz-blog-content-wrapper-448  .ayaa-fz-blog-details-contant-main-wrap-448   .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 0;
}
.ayaa-fz-blog-content-wrapper-448 .ayaa-fz-blog-details-contant-main-wrap-448 .wp-block-archives-dropdown select:focus {
	outline: none;
}
.ayaa-fz-blog-content-wrapper-448  .ayaa-fz-blog-details-contant-main-wrap-448  .wp-block-archives-dropdown.wp-block-archives > label {
	margin-bottom: 10px;
}
.ayaa-fz-blog-content-wrapper-448  .ayaa-fz-blog-details-contant-main-wrap-448  > ul.wp-block-rss {
	padding-left: 0;
}
@media (max-width: 575px) {
	:where(.wp-block-group.has-background) {
		padding: 30px 25px;
	}
}
pre.wp-block-verse br {
	display: block;
}
.single-blog .ayaa-fz-blog-details-contant-main-wrap-448 .alignright.size-thumbnail {
	margin-bottom: 50px;
}
.comment-list .comment-body .comment-meta .comment-author.vcard {
	padding-bottom: 15px;
}
.ayaa-fz-blog-content-wrapper-448 h1, .ayaa-fz-blog-content-wrapper-448 h2, .ayaa-fz-blog-content-wrapper-448 h3, .ayaa-fz-blog-content-wrapper-448 h4, .ayaa-fz-blog-content-wrapper-448 h5, .ayaa-fz-blog-content-wrapper-448 h6 {
	color: #333333;
}
.navbar-nav ul.sub-menu li {
	margin: 0;
}
.navbar-nav ul.sub-menu li a {
    padding: 5px 20px;
    display: block;
}
.navbar-nav li.nav-item.menu-last > .sub-menu {
    left: auto;
    right: 0;
}
.nice-select {
	padding: 0 25px;
}
.footer-card-title {
	line-height: 1.2;
}
.ayaa-page-content ol, .ayaa-page-content ul {
    padding-left: 25px;
    margin-bottom: 25px;
    margin-left: 0;
}
.ayaa-page-content .comments-area .comments-title {
    border: 0;
    padding-left: 0;
}

.ayaa-page-content .comments-area > .comment-list {
    padding-left: 0;
}
.ayaa-page-content .comments-area .comment-form {
    margin-top: 22px;
}

.ayaa-page-content .comments-area .comment-form textarea {
    height: 200px;
    width: 100%;
    background-color: transparent;
    color: #0e1133;
    font-size: 15px;
    padding: 25px;
    border: 1px solid #E4E4E4;
}

.ayaa-page-content .comments-area .comment-form textarea:focus {
    border-color: #0063d1;
}

.ayaa-page-content .comments-area .comment-form input[type="submit"] {
	border: 0;
	background-color: #0063d1;
	color: #fff;
	font-size: 15px;
	height: 60px;
	line-height: 60px;
	padding: 0 35px;
	font-weight: 700;
	transition: 0.3s;
	border-radius: 5px;
	margin-bottom: 30px;
}
.ayaa-page-content .comments-area .comment-form input[type="submit"]:hover {
	background-color: #222;
	color: #fff;
}
.navigation.posts-navigation .nav-links a {
	height: 60px;
	line-height: 60px;
	background: linear-gradient(145deg, #8ecf35, #0063d1);
	background-color: rgba(0, 0, 0, 0);
	box-shadow: 0px 5px 10px 0px rgb(35 204 136 / 50%);
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 0 35px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	text-align: center;
	display: inline-block;
	border-color: transparent;
	border-radius: 3px;
}
.navigation.posts-navigation {
	margin-bottom: 0;
}
.search-archive-area.theme-has-blog-no-sidebar {
	max-width: 960px;
	margin: 0 auto;
}
.blog-area.theme-has-blog-no-sidebar .blog-wrapper.single-blog {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.theme-has-blog-no-sidebar .basic-pagination.pagination.justify-content-left {
    justify-content: center;
    max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.tp-toolkit-footer-widget .sub-menu {
    padding-left: 15px;
}
.def-pagination .page-numbers.dots {
	margin-right: 5px;
	line-height: 50px;
}
.ayaa-blog-details-wrapper .comments-area > ol.comment-list {
    list-style: none;
    padding-left: 0;
}
.wp-block-column .wp-block-quote {
	border-left: 0;
	padding-right: 30px;
}
.wp-block-quote {
	box-sizing: border-box;
	overflow-wrap: break-word;
}
.wp-block-column blockquote {
	margin: 35px 0px !important;
	padding: 40px;
	color: #666;
	position: relative;
	background: #f6f6f6;
	font-style: normal;
	text-align: left;
	clear: both;
	font-weight: 400;
	box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
	border: 1px solid #f6f6f6;
}
.wp-block-quote {
	margin: 35px 0px;
	padding: 40px;
	padding-left: 40px;
	color: #666;
	position: relative;
	background: #f6f6f6;
	font-style: normal;
	text-align: left;
	clear: both;
	font-weight: 400;
	border-radius: 5px;
}
blockquote.wp-block-quote::before {
	content: "\f10e";
	position: static;
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
	color: #0063d1;
	line-height: 1;
	margin-bottom: 18px;
	display: inline-block;
}
.wp-block-quote.has-text-align-right {
	text-align: right;
}
.ayaa-fz-blog-details-contant-main-wrap-448 ul.wp-block-archives-list a {
    color: #777;
}
blockquote.has-text-color.has-very-dark-gray-color {
	padding: 40px;
	color: #666;
	position: relative;
	background: #f3f3f3;
	font-style: normal;
	text-align: left;
	clear: both;
	font-weight: 400;
	box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
	border: 1px solid #f6f6f6;
}
.ayaa-fz-blog-details-contant-main-wrap-448 > .page-links {
    margin-top: 25px;
}
.comments-area p.form-submit input.submit {
	margin-top: 10px;
}
.ayaa-fz-blog-details-contant-main-wrap-448  > ul, .ayaa-fz-blog-details-contant-main-wrap-448  > ol {
	margin-left: 0;
	padding-left: 25px;
	margin-bottom: 25px;
}
@media (min-width: 576px) and (max-width: 767px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 18px;
	}
}
.ayaa-fz-blog-details-contant-main-wrap-448  > .wp-block-archives-list li {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
	.ayaa-fz-blog-details-contant-main-wrap-448  .wp-block-media-text.alignwide, .wp-block-media-text.alignfull.has-media-on-the-right {
		display: block;
		margin-bottom: 30px;
	}
	.ayaa-fz-blog-details-contant-main-wrap-448  .wp-block-media-text.alignwide .wp-block-media-text__media, .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__media {
		margin-bottom: 20px;
	}
}
blockquote {
	margin: 35px 0px;
	padding: 40px;
	position: relative;
	background: #f3f3f3;
	font-style: normal;
	text-align: left;
	clear: both;
	font-weight: 400;
}
.comment-list-item.d-flex > img {
    max-height: 60px;
    max-width: 60px;
    margin-right: 20px;
}
.comments-area > ol.comment-list .children li.comment {
	list-style: none;
}
.comment-respond {
	margin-top: 60px;
}
.comments-area {
	margin-top: 45px;
}
.comment-contenet > ul {
	margin-bottom: 30px;
}
.comment-contenet > ol {
margin-bottom: 30px;
}
.ayaa-blog-caption-date {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 70px;
    width: 70px;
    background: #0063d1;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    padding: 14px 12px;
}
.ayaa-page-content .comment-list {
	list-style: none;
}
.ayaa-fz-blog-box-447 .postbox__audio {
    position: relative;
}
.cb-toolkit-blog-sidebar.widget_block h2 {
	font-size: 24px;
    line-height: 100%;
    font-weight: 600;
    color: #333333;
	width: 100%;
    padding-bottom: 17px;
    border-bottom: 1px solid #E4E4E4;
    margin-top: -2px;
    margin-bottom: 20px;
    position: relative;
}
@media (max-width: 767px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
	}
	.cb-toolkit-blog-sidebar.widget_block h2 {
		font-size: 20px;
	}
}
.comment-list .comment-list-content {
    flex: 0 0 auto;
    max-width: calc(100% - 100px);
}
.ayaa-blog-details-wrapper .comments-area > ol.comment-list .comment-list-img {
    flex: 0 0 60px;
}
@media (min-width: 768px) and (max-width: 992px) {
	.comment-list-item.d-flex {
		flex-wrap: wrap;
		grid-gap: 20px;
	}
}

@media (max-width: 767px) {
    blockquote {
        margin: 0;
        padding: 30px;
    }
}

.cb-toolkit-blog-sidebar .ayaa-sidebar-title {
	font-size: 22px;
    line-height: 100%;
    font-weight: 600;
    color: #333333;
    width: 100%;
    padding-bottom: 17px;
    border-bottom: 1px solid #E4E4E4;
    margin-top: -2px;
    margin-bottom: 20px;
    position: relative;
}
.ayaa-details-sidebar .cb-toolkit-blog-sidebar.widget_search form::after {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f002";
    font-family: 'Font awesome 6 pro';
    font-weight: 300;
    font-size: 18px;
    z-index: -1;
}
.mb-30 {
    margin-bottom: 30px;
}
.blog-sidebar-box-body .karx-sidebar-recent-post.mb-30:last-child {
    margin-bottom: 0;
}
.sidebar-recent-post-title a:hover {
	color: #0063d1;
}
.blog-wrapper .ayaa-blog-quote blockquote {
    margin-top: 0;
}
.ayaa-header-mobile-sidebar-menu-nav .mean-container .mean-nav ul li a:hover {
	background: var(--clr-theme-primary);
}
.ayaa-header-mobile-sidebar-menu-nav  .mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 22px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 400;
	background: transparent;
	border: none !important;
	font-size: 14px;
}
.ayaa-details-sidebar .cb-toolkit-blog-sidebar form .wp-block-search__inside-wrapper button {
	margin-top: 7px;
}
.ayaa-details-sidebar .cb-toolkit-blog-sidebar.widget_block.widget_search form .wp-block-search__inside-wrapper button {
	margin-top: 0px;
}
.cb-toolkit-blog-sidebar .nice-select .list {
    width: 100%;
	overflow-x: auto;
}
section.ayaa-blog-sidebar.cb-toolkit-blog-sidebar.widget_tag_cloud .tagcloud a {
    display: inline-block;
}
/*
* Blog Comment customization
*/
.comments-area .comments-title-wrap .comments-title {
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 0;
    position: relative;
}
.ayaa-blog-details-wrapper .comment-list .comment-list-content h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}
.comments-area .comment-list .comment-btn-wrapper span a {
    color: #0063d1;
    font-weight: 600;
    margin-left: 15px;
}
.comments-area .comment-list-content .comment-btn-wrapper a {
    font-size: 14px;
    display: block;
    text-transform: capitalize;
}
.ayaa-blog-details-wrapper .comments-area > ol.comment-list .children {
    padding-left: 40px;
    padding-top: 30px;
}
.comments-area .comment-reply-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.ayaa-details-sidebar .cb-toolkit-blog-sidebar form input[type="search"] {
		padding: 0 12px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ayaa-blog-details-wrapper .comments-area > ol.comment-list .comment-list-img {
		flex: 0 0 70px;
	}
}
@media (max-width: 767px) {
    .ayaa-blog-details-wrapper .comments-area > ol.comment-list .comment-list-img {
        flex: 0 0 100%;
    }
    .comment-list .comment-list-content {
        max-width: 100%;
    }
    .comments-area .comment-list-item.d-flex {
        flex-wrap: wrap;
    }
	.comments-area .comment-list .comment-btn-wrapper span a {
		margin-left: 0;
	}
	.comments-area .comment-list-content .comment-btn-wrapper a {
		margin-bottom: 7px;
	}
	.comments-area .comment-list .comment-list-content .comment-btn-wrapper {
		margin-bottom: 13px;
	}
	.ayaa-blog-details-wrapper .comments-area > ol.comment-list .children {
		padding-left: 0;
	}
	.comments-area .comment-list-content .comment-contenet {
		padding-top: 30px;
	}
	.comment-reply-title:hover a:hover {
		color: #0063d1;
	}
}

@media (max-width: 575px) {
    .ayaa-fz-blog-box-447.sticky::before {
		right: 26px;
		top: 20px;
        font-size: 22px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:last-child {
		margin-right: 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:last-child {
		margin-right: 0;
	}
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-child(7) {
		margin-right: 0;
	}
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-child(8) {
		margin-right: 10px;
	}
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-child(14) {
		margin-right: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:last-child {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-child(7), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-child(14), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-child(17) {
        margin-right: 0;
    }
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-child(6), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-child(12), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-child(18), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-child(20) {
		margin-right: 0;
	}
	blockquote.has-text-color.has-very-dark-gray-color {
		padding: 18px;
	}
	.wp-block-pullquote.is-style-solid-color blockquote {
		max-width: 80%;
	}
}
@media (min-width: 575px) and (max-width: 991px) {
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-child(n+6) {
		margin-right: 10px;
	}
}
.wp-block-pullquote cite {
    color: #666;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

.ayaa-blog-details-wrapper figure.wp-container-2.wp-block-gallery-1.wp-block-gallery.columns-2 {
    margin-top: 30px;
}
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile .wp-block-media-text__content .has-large-font-size {
		font-size: 30px !important;
	}
	.wp-block-media-text .wp-block-media-text__content p.has-large-font-size {
		font-size: 30px !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile .wp-block-media-text__content .has-large-font-size {
		font-size: 24px !important;
	}
	.wp-block-media-text .wp-block-media-text__content p.has-large-font-size {
		font-size: 24px !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile .wp-block-media-text__content .has-large-font-size {
		font-size: 28px !important;
	}
	.wp-block-media-text .wp-block-media-text__content p.has-large-font-size {
		font-size: 28px !important;
	}
}
@media (max-width: 767px) {
	.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile .wp-block-media-text__content .has-large-font-size {
		font-size: 27px !important;
	}
	.wp-block-media-text .wp-block-media-text__content p.has-large-font-size {
		font-size: 27px !important;
	}
	.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile .wp-block-media-text__content {
		padding: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	ul.wp-block-latest-posts__list.is-grid.columns-5.has-dates.wp-block-latest-posts {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	h2 {
		font-size: 32px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	ul.wp-block-latest-posts__list.is-grid.columns-5.has-dates.wp-block-latest-posts {
		grid-template-columns: repeat(2, 1fr);
	}
	h2 {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	ul.wp-block-latest-posts__list.is-grid.columns-5.has-dates.wp-block-latest-posts {
		grid-template-columns: repeat(1, 1fr);
	}
	div .wp-block-latest-posts.columns-3 li {
		width: 100%;
	}
}
.wp-block-code {
    border: 1px solid #E4E4E4;
    border-radius: 0;
}
.ayaa-blog-details-area .ayaa-blog-details-wrap .ayaa-fz-blog-details-contant-main-wrap-448  > ul {
    margin-bottom: 30px;
}
.ayaa-fz-blog-details-contant-main-wrap-448  blockquote p:last-child {
    margin-bottom: 0 !important;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.ayaa-fz-blog-content-wrapper-448 .comments-area .comment-contenet ul {
    padding-left: 30px;
}
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.footer.ayaa-footer-1 .footer-widget .textwidget p strong {display: block;}

.footer.ayaa-footer-1 .footer-widget .textwidget p strong:last-child {
    margin-top: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    height: 4px;
	background: var(--clr-theme-primary);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 4px;
    background-color: #EAEAEA;
    border-radius: 0;
    margin-bottom: 30px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid var(--clr-theme-primary);
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    height: 30px;
    padding: 0 23px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #fff;
    background: var(--clr-theme-primary);
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    color: #fff;
    background: var(--clr-theme-primary);
}
/**
	* Cart widget fix
*/
.widget_shopping_cart_content li.woocommerce-mini-cart-item.moda-cart-items.mini_cart_item {
    padding-left: 0;
}
.widget_shopping_cart_content li.woocommerce-mini-cart-item.moda-cart-items.mini_cart_item:last-child {
    margin-bottom: 30px;
}
.widget_shopping_cart_content li.woocommerce-mini-cart-item.moda-cart-items.mini_cart_item .part-txt {
    color: #222;
    transition: all .3s;
}
.widget_shopping_cart_content li.woocommerce-mini-cart-item.moda-cart-items.mini_cart_item a.delete-btn {
    margin-top: 11px;
}
.widget_shopping_cart_content li.woocommerce-mini-cart-item.moda-cart-items.mini_cart_item .part-txt:hover {
    color: var(--clr-theme-primary);
}
.woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #ddd;
    padding-top: 26px;
    margin-bottom: 0;
}
.woocommerce.widget_shopping_cart .total span.woocommerce-Price-amount.amount {
    float: right;
}
.ayaa-blog-sidebar form.wpcf7-form input, .ayaa-blog-sidebar form.wpcf7-form textarea {
    height: 50px;
    border: 1px solid #ddd;
    width: 100%;
}
.ayaa-blog-sidebar form.wpcf7-form label, .ayaa-blog-sidebar form.wpcf7-form span {
    display: block;
}
.ayaa-blog-sidebar form.wpcf7-form label span {margin-top: 10px;}
.ayaa-blog-sidebar form.wpcf7-form input[type="submit"]:hover {
    background: #0063d1;
    color: #fff;
}
section.ayaa-blog-sidebar.cb-toolkit-blog-sidebar form.woocommerce-product-search button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #0063d1;
    padding: 0 20px;
    color: #fff;
}
section.ayaa-blog-sidebar.cb-toolkit-blog-sidebar form.woocommerce-product-search {
    position: relative;
}
section.ayaa-blog-sidebar.cb-toolkit-blog-sidebar form.woocommerce-product-search input {
    margin: 0;
}
section.ayaa-blog-sidebar.cb-toolkit-blog-sidebar form.woocommerce-product-search button[type="submit"]:hover {
    background: #222;
    color: #fff;
}
section.ayaa-blog-sidebar.cb-toolkit-blog-sidebar .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 0;
}

section.ayaa-blog-sidebar.cb-toolkit-blog-sidebar .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a.wp-block-latest-comments__comment-author {
    color: #333;
}

section.ayaa-blog-sidebar.cb-toolkit-blog-sidebar .has-avatars .wp-block-latest-comments__comment  .wp-block-latest-comments__comment-excerpt {
    margin-left: 0;
}

section.ayaa-blog-sidebar.cb-toolkit-blog-sidebar.mb-50.widget_block.widget_recent_comments ol.has-avatars.has-dates.has-excerpts.wp-block-latest-comments {
    overflow: hidden;
}

section.ayaa-blog-sidebar.cb-toolkit-blog-sidebar.mb-50.widget_block.widget_recent_comments ol.has-avatars.has-dates.has-excerpts.wp-block-latest-comments li:last-child {margin-bottom: 0;}
.ayaa-fz-blog-box-447 .ayaa-blog-caption-date {
    display: none;
}

.footer-widget.widget_block .wp-block-group__inner-container h2 {
  position: relative;
  font-size: 22px;
  line-height: 100%;
  font-weight: 500;
  padding-bottom: 14px;
  margin-top: -1px;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
}
.footer-widget.widget_block .wp-block-group__inner-container h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #ccc;
}
@media (min-width: 768px) and (max-width: 991px) {
	.ayaa-blog-details-wrapper .comments-area > ol.comment-list .children .children {
		padding-left: 0;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.ayaa-fz-blog-box-447.sticky::before {
		right: 25px;
		top: 25px;
		font-size: 24px;
	}
}
.blog-single-quote-content cite a:hover {
	color: #0063d1;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ayaa-details-sidebar .cb-toolkit-blog-sidebar form .wp-block-search__inside-wrapper button {
		padding: 0 20px;
	}
	.ayaa-details-sidebar .cb-toolkit-blog-sidebar:not(.widget_search) form input[type="search"] {
		padding-right: 105px;
	}
}
a.rsswidget.rss-widget-title:hover {
	color: #0063d1;
}
.ayaa-blog-details-area .ayaa-blog-details-wrap .ayaa-fz-blog-details-contant-main-wrap-448  blockquote {
	width: 100% !important;
}
section.sidebar-box.woocommerce.widget_product_search button {
    float: none;
    font-size: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
#woosc-area .woosc-table-inner #woosc_table .part-img {
	margin-top: 25px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:hover td {
	border: 0;
}
@media (max-width: 767px) {
	div.ayaa-details-sidebar .cb-toolkit-blog-sidebar form .wp-block-search__inside-wrapper button {
		margin-top: 0;
		height: 50px;
	}
	.cb-toolkit-blog-sidebar.widget_text .textwidget .nice-select, .cb-toolkit-blog-sidebar.widget_archive .nice-select, section.ayaa-blog-sidebar.cb-toolkit-blog-sidebar.widget_categories .nice-select.postform {
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	div.ayaa-details-sidebar .cb-toolkit-blog-sidebar form .wp-block-search__inside-wrapper button {
		margin-top: 0;
		height: 50px;
	}
	.ayaa-details-sidebar .cb-toolkit-blog-sidebar form input[type="search"], .cb-toolkit-blog-sidebar.widget_text .textwidget .nice-select, .cb-toolkit-blog-sidebar.widget_archive .nice-select, section.ayaa-blog-sidebar.cb-toolkit-blog-sidebar.widget_categories .nice-select.postform {
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
	}
	.ayaa-details-sidebar .cb-toolkit-blog-sidebar form input[type="search"] {
		margin-top: 0;
	}
	.footer.ayaa-footer-1 .nice-select {
        height: 50px;
        line-height: 50px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account input[type="text"], .woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account input[type="password"], .woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account input[type="email"], .woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button.button {
		height: 50px;
	}
	div.ayaa-details-sidebar .cb-toolkit-blog-sidebar form .wp-block-search__inside-wrapper button {
		margin-top: 0;
		height: 50px;
	}
	.ayaa-details-sidebar .cb-toolkit-blog-sidebar form input[type="search"], .cb-toolkit-blog-sidebar.widget_text .textwidget .nice-select, .cb-toolkit-blog-sidebar.widget_archive .nice-select, section.ayaa-blog-sidebar.cb-toolkit-blog-sidebar.widget_categories .nice-select.postform {
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
	}
	.ayaa-details-sidebar .cb-toolkit-blog-sidebar form input[type="search"] {
		margin-top: 0;
	}
	.wp-block-search .wp-block-search__button {
		height: 50px;
	}
	.footer.ayaa-footer-1 .nice-select {
        height: 50px;
        line-height: 50px;
    }
	.wp-block-search .wp-block-search__input {
		height: 50px;
	}
	.post-password-form input[type="submit"], .post-password-form input[type="password"], .comments-area p.form-submit input.submit {
		height: 50px;
		line-height: 50px;
		padding: 0 20px;
	}
}
.woocommerce-MyAccount-navigation > ul {
	padding-left: 0;
}
@media (max-width: 767px) {
	.woocommerce-MyAccount-navigation > ul {
        padding-left: 0;
    }
	.footer.ayaa-footer-1 .footer-widget.widget_search input[type="search"] {
		height: 40px;
	}
	.wp-block-search .wp-block-search__input, .wp-block-search .wp-block-search__button {
		height: 40px;
	}
	.post-password-form input[type="submit"], .post-password-form input[type="password"] {
		height: 40px;
		padding: 0 20px;
	}
	.woocommerce-address-fields button.button[type="submit"] {
		height: 40px;
	}
	.woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account input[type="text"], .woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account input[type="password"], .woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account input[type="email"] {
		height: 40px;
	}
	.woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button.button {
		height: 40px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account input[type="text"], .woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account input[type="password"], .woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account input[type="email"] {
		height: 50px;
	}
	.woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button.button {
		height: 50px;
	}
	.woocommerce-MyAccount-navigation > ul {
        padding-left: 0;
    }
	.footer.ayaa-footer-1 .footer-widget.widget_search input[type="search"] {
		height: 50px;
	}
	.post-password-form input[type="submit"], .post-password-form input[type="password"], .comments-area p.form-submit input.submit {
		height: 50px;
		line-height: 50px;
		padding: 0 20px;
	}
	.wp-block-search .wp-block-search__input, .wp-block-search .wp-block-search__button {
		height: 50px;
	}
}
.nice-select .list li {
    color: var(--clr-common-black);
}
section.sidebar-box.woocommerce.widget_product_search button::after {
    font-family: "Font awesome 6 pro";
    content: "\f002";
    font-size: 14px;
    color: #999999;
    transition: all .3s;
}

section.sidebar-box.woocommerce.widget_product_search button:hover::after {
    color: var(--clr-theme-primary);
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
    font-size: 14px;
    font-weight: 500;
}
.ayaa-sidebar-recent-post .ayaa-sidebar-recent-post-img img {
    width: 80px;
	border-radius: 4px;
    height: 80px;
    object-fit: cover;
}
.ayaa-blog-slider .ayaa-blog-caption-date {
    display: none;
}
.ayaa-sidebar-recent-post .ayaa-fz-blog-meta-wrap-447 {
    margin-bottom: 6px;
}
.comment-author-revel.bypostauthor .comment-list-item {
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 30px;
    padding-bottom: 25px;
}

.comment-author-revel.bypostauthor .comment-list-item.d-flex .comment-avater-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.comment-list .comment-list-content .comment-text {
    font-size: 14px;
	margin-bottom: 5px;
}
.ayaa-fz-comment-top-head-778 {
    margin-bottom: 5px;
}
.ayaa-fz-blog-content-wrapper-448 .comments-area  p.comment-notes {
    margin-bottom: 27px;
}
.ayaa-fz-blog-details-contant-main-wrap-448  .wp-block-calendar a {
    color: #0063d1;
}
.ayaa-fz-blog-details-contant-main-wrap-448  a {
    color: #0063d1;
}
.wp-container-1.wp-block-group.has-background {
    padding: 30px;
}
.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile.has-media-on-the-right {
    direction: rtl;
}
.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
    margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ayaa-details-sidebar.pl-50 {
		padding-left: 20px;
	}
}
.ayaa-rv-footer-widget ul.children {
    padding-top: 10px;
    padding-left: 15px;
}
.ayaa-rv-footer-widget .list {
	width: 100%;
	overflow-x: auto;
}
.ayaa-rv-footer-widget:nth-child(1) ul#recentcomments a::after {
	display: none;
}
.ayaa-rv-footer-widget.widget_rss:nth-child(1) a::after {
	display: none;
}
.ayaa-rv-footer-widget .search-form input[type="search"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #E4E4E4;
    padding: 0 15px;
    border-radius: 3px;
    margin-bottom: 20px;
    display: inline-block;
}
.ayaa-rv-footer-widget .search-form input[type="search"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #E4E4E4;
    padding: 0 15px;
    border-radius: 3px;
    margin-bottom: 20px;
    display: inline-block;
}
.ayaa-rv-footer-widget .search-form label {
    width: 100%;
}
.ayaa-rv-footer-widget .search-form input[type="submit"] {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--clr-theme-primary);
    border-radius: 3px;
    color: #fff;
    padding: 0 35px;
    position: relative;
    overflow: hidden;
}
.ayaa-rv-footer-widget:nth-child(1) ul li a.dropdown-item {
    width: auto;
}
.ayaa-rv-footer-widget .sub-menu {
    padding-top: 10px;
    padding-left: 15px;
}
.ayaa-rv-footer-widget .nice-select .list {
	overflow-x: auto;
}
.ayaa-rv-footer-widget:nth-child(1) ul li.recentcomments a::after {
	display: none;
}
.shop-details section.woosc-quick-table {
    display: none;
}
.ayaa-fz-footer-widget-2 .ayaa-logo img {
    max-width: 120px;
}
.ayaa-rv-footer-widget .is-layout-flow.wp-block-group .wp-block-group__inner-container ul.wp-block-archives-list.wp-block-archives li {
    width: 100%;
}
.ayaa-rv-footer-widget .is-layout-flow.wp-block-group .wp-block-group__inner-container ul.wp-block-categories-list.wp-block-categories li {
    width: 100%;
}
.ayaa-fz-blog-details-contant-main-wrap-448 .list {
    max-height: 400px;
    overflow-y: auto;
}
:where(.wp-block-group.has-background) {
    padding: 1.25em 2.375em;
}
@media (max-width: 767px) {
    :where(.wp-block-group.has-background) {
        padding: 10px;
    }
}
.ayaa-page-content .post-entry .comment-respond p.form-submit input[type="submit"] {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins';
    height: 50px;
    background: var(--clr-theme-primary);
    color: var(--clr-common-white);
    padding: 0 48px;
    border-radius: 3px;
	line-height: 50px;
}
.ayaa-page-content .post-entry .comment-respond p.form-submit {
    margin-bottom: 0;
}
.ayaa-page-content .post-entry.post-entry--top-margin .comment-respond h3#reply-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.post-entry.post-entry--top-margin > .comment-respond {
    margin-top: 0px;
}
.post-entry.post-entry--top-margin .comment-list .comment-avater-img img {
    width: 60px;
    height: 60px;
    border-radius: 0;
}
.ayaa-rv-footer-main-wrapper .list {
    max-height: 400px;
    overflow-y: auto;
}
.ayaa-rv-footer-widget:nth-child(1) ul.list {
    overflow-y: auto;
}
.ayaa-header-navigation ul.sub-menu li .sub-menu {
    left: auto;
    right: 100%;
    top: 0;
}
div .ayaa-header-navigation.text-end ul.sub-menu {
    right: auto;
    left: 0;
}
.ayaa-shop-details-content-price.price > del {
    opacity: .6;
}
.ayaa-blog-categories-list a {
	color: inherit;
}
.ayaa-blog-categories-list a::after {
    content: ",";
    display: inline-block;
    margin-right: 5px;
    color: var(--clr-body-text);
}

.ayaa-blog-categories-list a:last-child::after {
    display: none;
}

.ayaa-fz-blog-details-contant-main-wrap-448 a:hover {
    color: var(--clr-theme-primary);
}
.ayaa-fz-has-category a {
    padding-bottom: 10px;
    display: inline-block;
}
.ayaa-rv-footer-widget.has-ayaa-rv-space-right-first .wp-block-group__inner-container > h2 {
    margin-bottom: 15px;
	font-size: 24px;
}
.ayaa-rv-footer-widget ul li a.rsswidget {
    font-weight: 500;
}
.ayaa-rv-footer-widget ul li span.rss-date {
    font-size: 14px;
}
.footer-area.ayaa-fz-footer-2-update .nice-select {
    height: 50px;
    line-height: 50px;
}
.variations .color-select-wrap > label {
    margin-bottom: 10px;
}
.variations .color-select-wrap > label {
    margin-bottom: 10px;
}
.woocommerce-variation-price span.price bdi {
    color: #0063D1;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 700;
}
.variations .quantity-wrap > label {
    margin-bottom: 10px;
}
.cb-toolkit-blog-sidebar ul ul, .cb-toolkit-blog-sidebar ul ol {
	padding-left: 15px;
	padding-top: 8px;
}

/* css */
.footer-area.ayaa-fz-footer-2-update .ayaa-rv-footer-main-wrapper .ayaa-rv-footer-widget.widget_block li, .footer-area.ayaa-fz-footer-2-update .ayaa-rv-footer-main-wrapper .ayaa-rv-footer-widget.widget_meta li, .footer-area.ayaa-fz-footer-2-update .ayaa-rv-footer-main-wrapper .menu-testing-menu-container li {
	width: 100%;
}
.footer-area.ayaa-fz-footer-2-update .ayaa-rv-footer-main-wrapper .ayaa-rv-footer-widget.widget_block li ul, .footer-area.ayaa-fz-footer-2-update .ayaa-rv-footer-main-wrapper .ayaa-rv-footer-widget.widget_meta li ul {
	padding-left: 15px;
	padding-top: 8px;
}
.footer-area.ayaa-fz-footer-2-update .ayaa-rv-footer-main-wrapper .ayaa-rv-footer-widget.widget_block li ol, .footer-area.ayaa-fz-footer-2-update .ayaa-rv-footer-main-wrapper .ayaa-rv-footer-widget.widget_meta li ol {
	padding-left: 15px;
	padding-top: 8px;
}
.footer-area.ayaa-fz-footer-2-update .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 0;
  }
  .footer-area.ayaa-fz-footer-2-update .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
	margin-left: 0;
  }
  

  /* extra css */
  .post-entry.post-entry--top-margin .comment-form-comment {
	overflow: hidden;
}
.ayaa-details-sidebar .list {
	max-height: 400px;
	overflow-y: auto;
}
.ayaa-rv-footer-widget.has-ayaa-rv-space-right-first.widget_block {
	padding-right: 0;
}
table.woocommerce-grouped-product-list.group_table del > span {
	text-decoration: line-through;
	display: inline-block;
	margin-right: 5px;
}
table.woocommerce-grouped-product-list.group_table td > ins > span, table.woocommerce-grouped-product-list.group_table td > span > bdi {
	color: var(--clr-theme-primary);
	font-weight: 500;
}
.swiper-container {
	overflow: hidden;
}
.ayaa-blog-meta-in-box-447 a img {
    width: 30px;
}

.ayaa-header-inner .ayaa-header-navigation ul.sub-menu .sub-menu {
    left: 100%;
    top: 30%;
}

.ayaa-header-inner .ayaa-header-navigation ul.sub-menu li:hover > .sub-menu {
    top: 0;
}
.ayaa-header-inner .ayaa-header-navigation li.menu-last .sub-menu {
    left: auto;
    right: 0;
}

.ayaa-header-inner .ayaa-header-navigation li.menu-last .sub-menu .sub-menu {
    right: 100%;
}

@media (min-width: 992px) and  (max-width: 1199px) {
	.ayaa-header-navigation.text-end ul li {
		margin-left: 30px;
	}
	.ayaa-header-navigation.text-end ul li .sub-menu li {
		margin-left: 0;
	}
}
.ayaa-mobile-sidebar-main .mean-container .mean-nav ul li a {
    white-space: break-spaces;
}