/*
  Theme Name: Tomatu - Organic Foods WordPress Theme
  Author: bdevs
  Support: nasir.chalo@gmail.com
  Description: Tomatu - Organic Foods WordPress Theme
  Version: 1.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;
}

.blog-area p, .tomatu-page-content p {
	margin-bottom: 15px;
}

button {
	transition: .3s;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}

img {
	transition: .3s;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.fix {
	overflow: hidden;
}

dt {
	color: #003242;
}

a,
.button {
	-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;
}

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;
}


hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: #444;
	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 #f2f2f2
}

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

/** css issues **/
.post-text a {
	color: #096bd8;
}

.post-text a:hover {
	color: #ededed;
}

.post-text p > a:hover {
	color: #696969;
}

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

.blog-details-text ul li a:hover {
	color: #e2321a;
}

/* blog 2 */
blockquote {
	margin: 35px 0px !important;
	padding: 40px 60px;
	color: #666;
	position: relative;
	background: #F7F7FD;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	clear: both;
	font-weight: 400;
	border-radius: 0px;
	background: #fff;
}
blockquote::before {
  content: "\f10e";
  position: static;
  font-family: 'Font Awesome 5 Pro';
  font-size: 32px;
  color: #e2321a;
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
}
blockquote p {
  margin-bottom: 10px !important;
  font-size: 20px;
  line-height: 30px;
}
blockquote cite {
  font-size: 15px;
  display: block;
  margin-top: 10px;
}
blockquote cite::before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: #e2321a;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

.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: #e2321a;
}

.theme-navigation h4 {
	font-size: 21px;
	margin: 0;
	font-weight: 700;
	line-height: 1.3;
}

.theme-navigation h4 a:hover {
	color: #e2321a;
}

.b-0 {
	border: 0;
}

.sidebar-search-form {
	position: relative;
}

.sidebar-search-form input {
	width: 100%;
	height: 60px;
	border: 0;
	background: #f5faff;
	padding: 0 25px;
	text-transform: capitalize;
}

.sidebar-search-form input:focus::placeholder {
	opacity: 0;
}

.sidebar-search-form input:focus::-moz-placeholder {
	opacity: 0;
}

.sidebar-search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 24px;
	color: #fff;
	line-height: 60px;
	border: 0;
	background: #e2321a;
}

.sidebar-search-form button:hover {
	color: #fff;
	background: #003242;
}

.widget-title {
	font-size: 19px;
	position: relative;
	display: block;
	padding-left: 0;
	font-weight: 600;
	padding-left: 18px;
	padding-bottom: 0;
	border: 0;
	margin-bottom: 35px;
}
.widget .widget-title::before {
	content: "";
	width: 2px;
	height: 20px;
	position: absolute;
	top: 1px;
	left: 0;
	background: #e2321a;
	transition: .3s;
}


.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: #e2321a;
}

.widget-social-icon a:hover {
	color: #e2321a;
}

.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: 0;
	margin-right: 20px;
	margin-bottom: 0;
}

.recent-posts .widget-post-list:not(:last-child) {
	margin-bottom: 20px;
}

.widget-posts-body {
	overflow: hidden;
	padding-top: 8px;
}

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

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

.widget-posts-title a:hover {
	color: #e2321a;
}

.widget-posts-meta {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .4px;
	color: #7b8491;
	margin-bottom: 7px;
}

.widget-post-list .widget-posts-meta {
	margin: 0;
}

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: #e2321a;
}

.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: #e2321a;
}

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

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

#Instafeed li img {
	width: 100%;
}

.tagcolud a {
	display: inline-block;
	line-height: 1;
	padding: 12px 18px;
	background: #f5faff;
	margin-bottom: 8px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #5f5b5b;
	border-radius: 2px;
}

.tagcolud a:hover {
	background: #e2321a;
	color: #ffffff;
}

.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: .3s;
	margin-right: 22px;
}

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

.blog-share-icon a:last-child {
	margin-right: 0;
}

.theme-author.author {
	background: #fff;
	padding: 0 60px 44px 60px;
	margin-top: 110px;
}

@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: 6px;
	margin-bottom: 25px;
}

.author-icon a {
	font-size: 14px;
	color: #9498b6;
	margin: 0 5px;
	transition: .3s;
}

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

/*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 {
	margin-bottom: 15px;
}

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

.blog-coment-title h2 {
	font-size: 26px;
	margin-bottom: 0;
}


/*comments*/
.latest-comments > ul {
	padding-left: 0;
}

.tomatu-page-content .post-comments {
	margin-top: 40px;
}

ul.children {
	list-style: none;
}

.post-comments {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	background: #fff;
	padding: 35px;
	padding-bottom: 20px;
}

.blog-coment-title h2 {
	font-size: 27px;
	margin-bottom: 0;
	font-weight: 700;
}

.comments-avatar {
	float: left;
}


.comments-avatar img {
	width: 90px;
	margin-right: 20px;
	border-radius: 0;
}

.latest-comments li:first-child .comments-box {
	padding-top: 0;
}

.latest-comments li.comment-depth-2 .comments-box {
	padding-top: 38px;
}

.latest-comments li:last-child .comments-box {
	border-bottom: 0;
	padding-bottom: 0;
}

.latest-comments li.children {
	margin-left: 100px;
}

@media (max-width: 767px) {
	.latest-comments li.children {
		margin-left: 0;
	}
}

.latest-comments li.comment-depth-2 .comments-box {
	padding-top: 38px;
}

.latest-comments ul li ul.children {
	padding-top: 0;
	margin-top: 0;
}

.latest-comments ul li ul.children li .comments-box {
	margin-bottom: 30px;
}

.comments-box {
	padding-bottom: 0;
	margin-bottom: 45px;
}

.latest-comments {
}

.post-comments .latest-comments > ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.comments-text {
	overflow: hidden;
	padding-top: 0;
	position: relative;
}

@media (max-width: 767px) {
	.comments-text {
		margin-top: 0px;
	}
}

.comments-text p {
	margin-top: 0;
}

.avatar-name h5 {
	font-size: 16px;
	margin-bottom: 4px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.4;
}

.avatar-name h5 a {
	color: #003242;
}

.avatar-name span {
	color: #e2321a;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.avatar-name {
	margin-bottom: 12px;
	overflow: hidden;
	position: relative;
}

.reply {
	color: #6f7172;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	transition: .3s;
	line-height: 1;
	margin-top: 4px;
	position: absolute;
	right: 0;
	top: 0;
}

.reply:hover {
	color: #e2321a;
}

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

.post-comments-title {
	margin-bottom: 39px;
}

.comment-respond .post-comments-title {
	margin-bottom: 25px;
}

.post-comments-title h2 small {
	font-weight: 500;
	font-size: 16px;
	color: #F43B3B;
}

.post-comments-title h2 {
	font-size: 27px;
	margin-bottom: 0;
	font-weight: 700;
}
.conatct-post-form {
	margin-bottom: 20px;
	padding: 50px 35px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .09);
}

.conatct-post-form label {
	font-weight: 600;
	color: #223645;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 12px;
	display: block;
}

@media (max-width: 767px) {
	.conatct-post-form {
		padding: 20px;
	}
}

.conatct-post-form input {
	height: 55px;
	margin-bottom: 20px;
	padding: 0 20px;
	width: 100%;
	font-size: 14px;
	color: #223645;
	border: 1px solid transparent;
	background: #eceff3;
	transition: .3s;
}

.conatct-post-form input:focus {
	background: #fff;
	border-color: #e2321a;
}

.conatct-post-form textarea {
	height: 170px;
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
	color: #223645;
	font-size: 14px;
	border: 1px solid transparent;
	background: #eceff3;
	transition: .3s;
}

.conatct-post-form textarea:focus {
	background: #fff;
	border-color: #e2321a;
}

#contacts-form input::-moz-placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

#contacts-form input::placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

#contacts-form textarea::placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

/*comment-reply*/
.comment-reply-link {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	transition: .3s;
	line-height: 1;
	margin-top: 4px;
	position: absolute;
	right: 0;
	top: 0;
	background: #003242;
	padding: 10px 15px;
}

.latest-comments .comment-reply-link:hover {
	color: #fff;
	background: #e2321a;
}

.comment-reply-link i {
	margin-right: 5px;
}
.comment-form {
	margin-bottom: 20px;
	padding: 35px 35px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .09);
	background: #fff;
}

.comment-form label {
	font-weight: 600;
	color: #223645;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 12px;
	display: block;
}


.comment-form input {
	height: 55px;
	margin-bottom: 20px;
	padding: 0 20px;
	width: 100%;
	font-size: 14px;
	color: #223645;
	border: 1px solid transparent;
	background: #F5F6FA;
	transition: .3s;
}

.comment-form input:focus {
	background: #fff;
	border-color: #e2321a;
}

.comment-form textarea {
	height: 170px;
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
	color: #223645;
	font-size: 14px;
	border: 1px solid transparent;
	background: #F5F6FA;
	transition: .3s;
}

.comment-form textarea:focus {
	background: #fff;
	border-color: #e2321a;
}

#commentform input::-moz-placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

#commentform input::placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

#commentform textarea::-moz-placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

#commentform textarea::placeholder {
	color: #a7a7c1;
	font-size: 14px;
}


/* 25. Pagination  */
.basic-pagination.basic-pagination-2.mb-40 ul {
	padding: 0;
}

.basic-pagination ul {
	display: block;
}

.basic-pagination ul li {
	display: inline-block;
	margin: 0 5px;
}

@media (max-width: 767px) {
	.basic-pagination ul li {
		margin-bottom: 10px;
	}
}

.basic-pagination ul li a {
	height: 60px;
	width: 60px;
	line-height: 58px;
	color: #12263E;
	background: #fff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50%;
	margin: 0px;
	display: inline-block;
	text-align: center;
	border: 2px solid #f1f1f1;
}
.basic-pagination ul li a:hover, .basic-pagination ul li.active a {
	background: #e2321a;
	color: #ffffff;
	border-color: #e2321a;
	box-shadow: 0px 8px 16px 0px rgba(4, 142, 197, 0.3);
}

.basic-pagination-2 ul li a:hover, .basic-pagination-2 ul li.active a {
	background: #e2321a;
	color: #ffffff;
	border-color: #e2321a;
}

/*next prev post*/
.blog-details-border {
	margin-top: 40px;
	margin-bottom: 15px;
}

.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;
}

.tomatu-page-content ol, .tomatu-page-content ul {
	padding-left: 25px;
	margin-bottom: 25px;
}

.tomatu-page-content dl {
	margin-bottom: 25px;
}

.tomatu-page-content ol ol, .tomatu-page-content ol ul, .tomatu-page-content ul ol, .tomatu-page-content ul ul {
	margin-bottom: 0;
}

/*blog pagination*/
.basic-pagination ul li span {
	height: 60px;
	width: 60px;
	line-height: 60px;
	background: #ffffff;
	color: #9990b8;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50%;
	margin: 0px;
	display: inline-block;
	text-align: center;
}

.basic-pagination-2 ul li span:hover, .basic-pagination ul li span.current {
	background: #e2321a;
	color: #ffffff;
	border-color: #e2321a;
}

.basic-pagination ul li span.page-numbers.dots {
	border: 2px solid #f1f1f1;
}

.basic-pagination ul li span.page-numbers.dots:hover {
	border-color: transparent;
}

.pagination ul > li > a, .pagination ul .page-numbers.current, .nav-links a, .nav-links .page-numbers.current {
	background: #F6F4FF;
	font-size: 14px;
	color: #555;
	font-weight: 500;
	display: inline-block;
	padding: 16px 35px;
	border-radius: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span, .pagination ul .page-numbers.current, .nav-links a:hover, .nav-links .page-numbers.current {
	color: #fff;
	background: #1876df;
	border-color: #1876df;
}

/*blog-post-tag*/

.blog-post-tag > a {
	color: #003242;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	border: 2px solid #e6e5e5;
	padding: 7px 24px;
	margin-right: 5px;
	transition: .3s;
	border-radius: 5px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.blog-post-tag > a:hover {
	color: #fff;
	background: #e2321a;
	border-color: #e2321a;
}

/**
*
* Sidebar widget css
*
*/
/**
* tags
*/
.sidebar-tad {
}

.sidebar-tad li {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

.sidebar-tad li a, .tagcloud a {
	background: #f5f5f5;
	color: #5f5b5b;
	display: inline-block;
	font-size: 12px !important;
	font-weight: 500;
	line-height: 1;
	padding: 12px 18px;
	margin-bottom: 8px;
	margin-right: 5px;
	text-transform: uppercase;
	border-radius: 2px;
	border: 0;
}

.sidebar-tad li a:hover, .tagcloud a:hover {
	background: #e2321a;
	color: #fff !important;
}

.blog-area .widget ul {
	padding: 0;
	margin: 0;
}

.blog-area .widget ul li ul {
	padding-left: 15px;
	padding-top: 15px;
}

.rssSummary {
	line-height: 27px;
}

.widget ul {
	margin: 0;
}

.widget ul li {
	border-bottom: 1px solid #eaeaea;
	color: #667286;
	margin: 0;
	overflow: hidden;
	padding: 15px 0;
	padding-top: 15px;
	position: relative;
	font-size: 14px;
}

.widget ul li a {
	color: #647589;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	text-transform: capitalize;
	transition: .3s;
	line-height: 1;
}

.widget ul li a.rsswidget {
	line-height: 1.3;
}

.widget .footer-post h5 a {
	font-size: 16px;
	line-height: 1.3;
}

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

.widget_recent_entries ul li a {
	line-height: 1.5;
}

/**
* image widget
*/

.widget_media_image img {
	width: 100%;
}

/**
* widget custom style for wp
*
*/
.widget {
	padding: 30px;
	background: #fff;
}

.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: #e2321a;
}

.widget li span {
	float: right;
}

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;
	font-weight: 500;
	color: #223645;
}

.widget_rss ul li a.rsswidget {
	font-weight: 600;
}

.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;
	margin-bottom: 25px;
}

.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;
	opacity: .7;
}

.footer-widget ul ul {
	padding-left: 15px;
	padding-top: 10px;
}

.footer-widget .rsswidget {
	color: #fff;
}

.widget .rsswidget {
	color: #003242;
}

#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: #f7f7f7;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px;
	transition: .3s;
}

#wp-calendar tbody td:hover, #wp-calendar tbody td:hover a {
	background: #e2321a;
	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 100px;
	text-align: center;
	border: 2px solid #f4f3fb;
}

.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;
}

.error-btn-bh a:hover {
	background: #222;
	color: #fff;
}

.error-btn:hover {
	color: #7673ff;
}

.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 #e2321a;
	color: #e2321a;
}

.navigation.posts-navigation .nav-links a:hover {
	background: #e2321a;
	color: #fff;
}

.navigation.posts-navigation {
	overflow: hidden;
	margin-bottom: 40px;
}


/*comment-form*/
.comment-form {
}

.comment-respond label {
	font-weight: 600;
	color: #223645;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 12px;
	display: block;
}

.comment-form input {
	height: 55px;
	margin-bottom: 20px;
	padding: 0 20px;
	width: 100%;
	font-size: 14px;
	color: #223645;
	border: 1px solid transparent;
	transition: .3s;
}

.comment-form textarea {
	height: 170px;
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
	color: #223645;
	font-size: 14px;
	border: 1px solid transparent;
	transition: .3s;
}

.comment-form .cm-form-btn {
	padding: 24px 55px;
	border-radius: 30px;
}

.comment-form input:focus {
	background: #fff;
}

.comment-form textarea:focus {
	background: #fff;
}

.comment-form input::-moz-placeholder {
	color: #223645;
	font-size: 14px;
	opacity: 1
}

.comment-form input::placeholder {
	color: #223645;
	font-size: 14px;
	opacity: 1
}

.comment-form textarea::-moz-placeholder {
	color: #223645;
	font-size: 14px;
	opacity: 1
}

.comment-form textarea::placeholder {
	color: #223645;
	font-size: 14px;
	opacity: 1
}


/*page title*/
.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: #ddd;
}

.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*/
.tomatu-page-content table {
	margin-bottom: 30px;
}

.tomatu-page-content table tbody td {
	text-align: center;
}

.tomatu-page-content table td {
	border-color: #ddd;
	padding: 12px 12px;
}

.tomatu-page-content th, .tomatu-page-content td {
	font-weight: normal;
	text-align: left;
	border-width: 0 1px 1px 0;
}

.tomatu-page-content table, .tomatu-page-content th, .tomatu-page-content td {
	border: 1px solid #d1d1d1;
}

.tomatu-page-content table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 600;
}

.tomatu-page-content ol li, .tomatu-page-content ul li {
	margin-bottom: 7px;
}

.tomatu-page-content ol li ol, .tomatu-page-content ul li ul {
	margin-top: 7px;
}

.blog-details-text table {
	margin-bottom: 30px;
}

.blog-details-text table tbody td {
	text-align: center;
}

.blog-details-text table td {
	border-color: #ddd;
	padding: 12px 12px;
}

.blog-details-text th, .blog-details-text td {
	font-weight: normal;
	text-align: left;
	border-width: 0 1px 1px 0;
}

.blog-details-text table, .blog-details-text th, .blog-details-text td {
	border: 1px solid #d1d1d1;
}

.post-comments table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 600;
}

.blog-details-wrapper table {
	margin-bottom: 30px;
	width: 100%;
}

.blog-details-wrapper table tbody td {
	text-align: center;
}

.blog-details-wrapper table td {
	border-color: #ddd;
	padding: 12px 12px;
}

.blog-details-wrapper th, .blog-details-wrapper td {
	font-weight: normal;
	text-align: left;
	border-width: 0 1px 1px 0;
}

.blog-details-wrapper table, .blog-details-wrapper th, .blog-details-wrapper td {
	border: 1px solid #d1d1d1;
}

.blog-details-wrapper table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 400;
}

#wp-calendar tbody td#today {
	background: #e2321a;
	color: #fff;
}

#wp-calendar tbody td#today a {
	color: #fff;
}

.blog-padding {
	padding-right: 25px;
}

.post-text .wp-caption.aligncenter {
	margin-top: 40px;
}

.post-text .alignright.size-thumbnail {
	overflow: hidden;
	clear: both;
}

/*unit test*/
.blog-area dl, .blog-area ol, .blog-area ul {
	margin-top: 0;
	margin-bottom: 25px;
}

.blog-area > ul, .blog-area > ol, .blog-area ul, .blog-area ol {
	padding-left: 25px;
}

.blog-details-text ol li, .blog-details-text ul li {
	padding-top: 7px;
}

.blog-area ol ol, .blog-area ol ul, .blog-area ul ol, .blog-area ul ul {
	margin-bottom: 0;
}

.blog-area .post-comments ol ol, .blog-area .post-comments ol ul, .blog-area .post-comments ul ol, .blog-area .post-comments ul ul {
	margin-bottom: 20px;
}

.blog-area .post-comments ol ol ol, .blog-area .post-comments ol ul ul, .blog-area .post-comments ul ol ol, .blog-area .post-comments ul ul ul {
	margin-bottom: 0px;
}

ul {
	list-style: disc;
}

.blog-wrapper.sticky {
	border: 2px solid #e2321a;
	padding: 0;
}

.wp-block-button .wp-block-button__link {
	color: #fff;
}

.blog-content h3 {
	margin-top: 20px;
	margin-bottom: 5px;
}

#wp-calendar #next a, #wp-calendar #prev a {
	font-size: 13px;
	font-weight: 600;
}

.blog-content table {
	margin-bottom: 30px;
}

.blog-content table tbody td {
	text-align: center;
}

.blog-content table td {
	border-color: #ddd;
	padding: 12px 12px;
}

.blog-content th, .blog-content td {
	font-weight: normal;
	text-align: left;
	border-width: 0 1px 1px 0;
}

.blog-content table, .blog-content th, .blog-content td {
	border: 1px solid #d1d1d1;
}

.blog-content table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 600;
}

.tag-cloud-link {
	color: #444 !important;
}

.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%;
	color: #212529;
	border: 1px solid #ddd;
	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 #ddd;
	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: inline-block;
	line-height: 27px;
}


.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 #ddd;
	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 {
}

.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 {
	background: #1876df;
	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;
}

/*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;
}

.logged-in .header-transparent {
	margin-top: 30px;
}

.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 #ddd;
	padding: 0 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
button:focus, input:focus, input:focus, textarea, textarea:focus {
	outline: 0;
}

.sticky {
	display: block;
}

.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: 50%;
}

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/**
* custom css
*
*/
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
	background-color: #ffcbc5;
}

.wp-block-pullquote {
	border-top: 4px solid #e2321a !important;
	border-bottom: 4px solid #e2321a !important;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
	margin-top: 10px;
	display: block;
}

.logged-in-as a {
	color: #222;
}

.logged-in-as a:hover {
	color: #e2321a;
}

/*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;
}

.post-text > .alignwide {
	margin-left: 0;
	margin-right: 0;
	width: calc(100% + 20px);
	max-width: calc(100% + 20px);
	margin-bottom: 30px;
}

.post-text p.has-large-font-size {
	font-size: 36px;
	line-height: 1.2;
}

.has-very-light-gray-color.has-very-light-gray-color {
	color: #fff;
	background: #e2321a !important;
}

.wp-block-archives select, .wp-block-archives .postform {
	height: 50px;
	width: 200px;
	border: 1px solid #ddd;
	padding: 0 10px;
	margin-bottom: 20px;
}

.wp-block-categories .postform {
	float: none;
	height: 50px;
	width: 200px;
	border: 1px solid #ddd;
	padding: 0 10px;
	margin-bottom: 20px;
}

.wp-block-archives .nice-select {
	float: none;
	margin-bottom: 15px;
	width: 200px;
	margin-bottom: 15px;
}

.wp-block-latest-comments {
	padding-left: 0 !important;
}

.wp-block-latest-posts.has-dates {
	padding-left: 0;
}

.wp-block-archives li a, .wp-block-categories li a {
	color: #5e629c;
}

.wp-block-search__input {
	width: 100%;
	height: 50px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 0 15px;
}

.wp-block-cover {
	margin-bottom: 30px;
}

.wp-block-search .wp-block-search__button {
	margin-left: 0;
	background: #000;
	color: #fff;
	border: 0;
	padding: 12px 40px;
	margin-bottom: 14px;
}

.tag-cloud-link {
	border: 1px solid #ddd;
	font-size: 14px !important;
	padding: 10px 20px;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 9px;
}

.copyright__text p {
	margin: 0;
}

.tomatu-page-content figure.wp-caption.aligncenter {
	margin-top: 40px;
}

.tomatu-page-content .size-full.alignright {
	margin-bottom: 35px;
	margin-top: 20px;
	clear: both;
}

.admin-bar .header-sticky {
	margin-top: 32px;
}

.tomatu-page-content .post-comments-form {
	margin-top: 50px;
}

.tomatu-page-content .post-comments {
	margin-top: 40px;
}

.page-links > span {
	border: 2px solid #e2321a;
	color: #e2321a;
}

.post-text a:hover {
	color: #e2321a;
}

.post-text a {
	color: #e2321a;
}

.page-links a:hover {
	border: 2px solid #e2321a;
	color: #e2321a;
}

.post-password-form input[type="submit"] {
	background-color: #e2321a;
}

.post-password-form input[type="password"] {
	font-size: 1.2rem;
	line-height: 20px;
	padding: 12px 20px;
	border: 1px solid #E4E4F2;
	width: 100%;
	border-radius: 0;
}

.post-password-form label {
	width: 100%;
}

.post-password-form input[type="submit"] {
	background-color: #e2321a;
	border: none;
	padding: 10px 40px;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	font-weight: 600;
}

.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 {
	max-width: 100%;
}

.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;
}

.blocks-gallery-caption {
	margin-bottom: 40px;
}

.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;
}

/*retina logo hide show*/
.retina-logo {
	display: none;
}

.retina-logo img {
	width: 107px;
}

/*--- preloader ---*/
.dark #preloader {
	background-color: #232323;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: 999999;
}

.preloader {
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 0px;
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}

.preloader span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #e2321a;
	-webkit-animation: preloader 1.3s linear infinite;
	animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
}

@keyframes preloader {
	0% {
		transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes preloader {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.5;
	}

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

/*--- end of preloader ---*/

.nice-select {
	float: none;
	border-radius: 0;
}

.nice-select::after {
	right: 18px;
}

.nice-select .option {
	padding-top: 0;
	padding-bottom: 0;
}

.footer-widget .nice-select {
	color: #222;
}

.footer-widget .nice-select .option {
	margin-bottom: 0;
}
.blog-details-text .blog-title{
	display: none;
}

/*unit */
.blog-text-wrap .read-more a {
	background: #e2321a;
	color: #fff;
}

.read-more a {
	backface-visibility: hidden;
	border-radius: 30px;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	position: relative;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	padding: 16px 15px;
	color: #112433;
	background: #fff;
	transition: 0.3s;
}

.read-more a:before {
	content: "";
	height: 2px;
	display: inline-block;
	position: relative;
	top: -3px;
	margin: 0 9px;
	width: 10px;
	background: #fff;
	transition: 0.3s;
}

.read-more a:after {
	content: "";
	height: 2px;
	display: inline-block;
	position: relative;
	top: -3px;
	margin: 0 9px;
	width: 10px;
	background: #fff;
	transition: 0.3s;
}

.read-more a:hover:before,
.read-more a:hover:after {
	background: #112433;
}

.read-more a:hover {
	background: #ecf1df;
	color: #112433;
}

.comment-form .form-btn {
	padding: 18px 45px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	background: #e2321a;
	font-weight: 500;
	font-size: 13px;
	border: 1px solid #e2321a;
	border-radius: 50px;
}

.comment-form .form-btn:hover {
	background: #112433;
	border-color: #112433;
	color: #fff;
}

.post-text:after {
	clear: both;
	content: "";
	display: block;
}

.post-text .wp-block-cover-text a:hover {
	color: rgba(255, 255, 255, 0.6);
}

#wp-calendar tbody td a {
	font-weight: 700;
	text-decoration: none;
	color: #e2321a;
	background: transparent;
}

#wp-calendar tbody td#today {
	background: #e2321a;
	color: #fff;
}

.size-thumbnail {
	margin-bottom: 20px;
}

.case-details-info ul,
.products-fea-link ul,
.choose-list ul,
.about-list ul,
.deal-list ul,
.services-link-sidebar ul,
.choose-list.services-list ul,
.main-menu ul,
.breadcrumb-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



.slick-slide:focus {
	outline: none;
}

.wp-calendar-nav-prev a:hover {
	color: #e2321a;
}

.footer-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-wrapper ul li a:hover {
	color: #e2321a;
}

.footer-wrapper ul li {
	display: block;
	margin: 15px 0;
	border-bottom: 0;
	padding: 0;
}

.footer-wrapper ul li ul {
	padding-left: 15px;
	padding-top: 15px;
}

.footer-wrapper ul li:last-child {
	border: 0;
	margin: 0;
	padding-bottom: 0;
}

.footer-wrapper select {
	max-width: 100%;
	height: 45px;
	width: 100%;
	border: 1px solid #ddd;
	padding: 0 10px;
	outline: none;
}

.footer-wrapper.widget_recent_comments li span,
.footer-wrapper.widget_recent_comments li span a {
	color: #fff;
}

.footer-wrapper.widget_recent_comments li span,
.footer-wrapper.widget_recent_comments li span a:hover {
	color: #e2321a;
}

.footer-wrapper ul li a {
	color: #85b1d2;
}

.footer-2 .footer-wrapper ul li a {
	color: #12263E;
}

.footer-3 .footer-wrapper ul li a {
	color: #444;
}

.footer-3 .footer-wrapper ul li a:hover,
.footer-2 .footer-wrapper ul li a:hover {
	color: #e2321a;
}

.footer-wrapper ul li:first-child {
	margin-top: 0;
}

.home_front_page .breadcrumb-menu {
	display: none;
}

.footer-wrapper .footer-news.mt-35 {
	margin-top: 35px;
}

.footer-wrapper ul.footer-news li {
	margin-bottom: 0;
	margin-top: 0;
}

.gallery-item .size-thumbnail {
	margin-bottom: 0;
}

figure.gallery-item {
	margin-bottom: 5px;
}

.header-icon-4 {
	display: inline-block;
	padding: 0 40px;
	position: relative;
}

.header-top-info-4 {
	display: inline-flex;
}

.header-top-info-4 span {
	margin: 0;
	padding: 0 40px;
	display: inline-block;
	position: relative;
}

.header-top-info-4 span:before {
	content: "";
	background: #2e4e67;
	width: 2px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header-top-info-4 span:after {
	content: "";
	background: #2e4e67;
	width: 2px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header-top-info-4 span:last-child:before {
	display: none;
}

.header-icon-4 a {
	margin: 15px 7px;
}

.header-icon-4:before {
	content: "";
	background: #cad1e5;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header-top-area-4 {
	padding: 0 185px;
	border-bottom: 1px solid #dbdfec;
}

.top-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-menu ul li {
	display: inline-block;
	margin-right: 25px;
}

.top-menu ul li a {
	display: block;
	color: #b0bcc6;
	font-size: 14px;
	text-transform: capitalize;
}

.top-menu ul li a:hover {
	color: #e2321a;
}

.top-menu ul li:last-child {
	margin-right: 0;
}

.top-menu {
	padding: 0 40px;
	position: relative;
	display: inline-block;
}

.top-menu:before {
	content: "";
	background: #2e4e67;
	width: 2px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.top-menu:after {
	content: "";
	background: #2e4e67;
	width: 2px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.main-menu-area-4 {
	padding: 15px 185px;
}

.main-menu-4 ul li a {
	padding: 15px 0;
	color: #7a8fa0;
	font-size: 16px;
}

.main-menu-4 > nav > ul > li > a:before {
	bottom: 0;
}

.main-menu-4 nav ul li.active > a {
	color: #112433;
}

.main-menu-4 ul li .sub-menu li a:hover {
	color: #112433;
}

.header-top-button-4 .c-btn {
	padding: 23px 3px;
}

.features-wrapper-4 {
	text-align: center;
	padding: 0 45px;
}

.features-wrapper-4 .features-img {
	margin-bottom: 30px;
	text-align: center;
}

.features-wrapper-4 .features-text h3 {
	font-size: 30px;
}

.features-wrapper-4 .features-text p {
	font-size: 15px;
	color: #7b8e9d;
}

.features-wrapper-4 .features-text .c-btn {
	border: 2px solid #e4e4e4;
	color: #112433;
	background: none;
	font-weight: 600;
}

.features-wrapper-4 .features-text .c-btn span {
	background: #112433;
}

.features-wrapper-4 .features-text .c-btn:hover {
	border: 2px solid #e2321a;
	color: #fff;
	background: #e2321a;
}

.features-wrapper-4 .features-text .c-btn:hover span {
	background: #fff;
}

.features-wrapper-4:hover .features-img {
	border-color: #e2321a;
}

.banner-img .banner-text {
	top: 0;
	transform: translateY(0);
	text-align: left;
	padding: 70px 80px;
}

.banner-img {
	position: relative;
}

.banner-img .banner-text .cat {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}

.banner-img .banner-text h3 {
	color: #fff;
	font-size: 70px;
	font-weight: 500;
}

.banner-img .banner-text .cat i {
	margin-right: 5px;
}

.banner-text.banner-sm-text {
	padding: 40px 50px;
}

.shop-wrapper.shop-wrapper-border {
	border: 1px solid #ecf1df;
}

.shop-wrapper.shop-wrapper-border:hover {
	border-color: transparent;
	box-shadow: 0px 10px 60px 0px rgba(207, 207, 207, 0.4);
}


.gallery-wrapper-3 {
	position: relative;
}

.gallery-wrapper-3 .gallery-text {
	bottom: 0;
	top: auto;
	transform: translateY(0);
	text-align: left;
	padding: 50px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
}

.gallery-wrapper-3 .gallery-img img {
	width: 100%;
	transition: all 0.3s ease-out 0s;
}

.gallery-wrapper-3:hover .gallery-img img {
	transform: scale(1.1);
}

.gallery-wrapper-3 .gallery-img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #112433;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
}

.gallery-wrapper-3 .gallery-img .read-more {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 75px;
	height: 75px;
	background: #80c627;
	z-index: 9;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 75px;
	visibility: hidden;
	opacity: 0;
}

.gallery-wrapper-3 .gallery-img .read-more:before {
	display: none;
}

.gallery-wrapper-3 .gallery-text h3 {
	font-size: 35px;
	font-weight: 500;
}

.gallery-wrapper-3 .gallery-text h3 a {
	color: #fff;
}

.gallery-wrapper-3 .gallery-text span {
	display: inline-block;
	font-size: 18px;
	color: #fff;
}

.gallery-wrapper-3 .gallery-text h3 a:hover {
	color: #e2321a;
}

.gallery-wrapper-3 .gallery-img .read-more:hover {
	background: #e2321a;
}

.gallery-wrapper-3:hover .gallery-img:before {
	visibility: visible;
	opacity: 0.85;
}

.gallery-wrapper-3:hover .gallery-img .read-more {
	visibility: visible;
	opacity: 1;
}

.gallery-wrapper-3:hover .gallery-text {
	visibility: visible;
	opacity: 1;
}

.work-wrapper-3 .work-img .num {
	position: absolute;
	right: 10%;
	top: -15px;
	font-size: 30px;
	height: 80px;
	width: 80px;
	line-height: 80px;
	background: #e2321a;
	color: #fff;
	border-radius: 50%;
}

.work-wrapper-3 .work-img {
	transition: 0.3s;
	display: inline-block;
	position: relative;
}

.work-shape {
	position: absolute;
	bottom: 210px;
	left: 0;
	width: 100%;
	z-index: -1;
}

.order-area-4 {
	background: #112433;
}


.blog-wrapper-4 {
	padding: 20px;
	position: relative;
	z-index: 1;
}

.blog-wrapper-4 .blog-text {
	padding: 10px 0 20px;
}

.blog-wrapper-4 .blog-text .blog-title {
	font-size: 24px;
	margin-bottom: 10px;
}

.blog-wrapper-4 .blog-text p {
	font-size: 15px;
	line-height: 28px;
}

.blog-wrapper-4:before {
	content: "";
	background: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	top: 150px;
	position: absolute;
	z-index: -1;
	transition: all 0.3s;
}

.blog-wrapper-4:hover:before {
	box-shadow: 0px 10px 30px 0px rgba(229, 229, 229, 0.31);
}


.deal-wrap {
	position: relative;
}

.deal-wrap .deal-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding-top: 40px;
}

.deal-wrap .deal-text h4 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
}

.deal-wrap .deal-text h4 a {
	color: #112433;
}

.deal-wrap .deal-text h4 a:hover {
	color: #e2321a;
}

.deal-wrap .deal-text .price {
	display: block;
	color: #e2321a;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
}

.deal-wrap .thumb img {
	width: 100%;
}

.deal-border {
	border: 2px solid #dfdfdf;
	padding: 50px 50px 20px;
}


.deal-special h4 {
	font-size: 50px;
	line-height: 55px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #fff;
}

.deal-special h4 span {
	color: #80c627;
}

.deal-special p {
	font-size: 15px;
	line-height: 28px;
	color: #c8d8e4;
}

.deal-special .price {
	font-size: 20px;
	margin-bottom: 20px;
	color: #c8d8e4;
}

.deal-special .price span {
	font-size: 24px;
	color: #80c627;
}

.deal-special .deal-count .time-count {
	background: #80c627;
	color: #fff !important;
	font-size: 35px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	margin: 0 10px 0 0;
	padding: 20px 15px;
	font-style: normal;
}

.deal-special .deal-count .time-count span {
	font-size: 17px;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 15px;
}

.deal-special .deal-count {
	margin: 0 0 40px;
}

.deal-special .c-btn {
	border: 2px solid #fff;
	background: transparent;
	padding: 20px 10px;
}

.deal-special .c-btn:hover {
	background: #80c627;
	border-color: #80c627;
}

.header-search-wrap form {
	position: relative;
}

.header-search-wrap input {
	background: #f5f7fa;
	border: 0;
	color: #7a8fa0;
	height: 54px;
	padding: 0 30px;
	border-radius: 30px;
}

.header-search-wrap button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: 0;
	background: none;
	width: 60px;
}

.header-search-wrap button:hover {
	color: #e2321a;
}

.header-cart-wrap {
	display: inline-block;
	margin-left: 40px;
}

.header-cart-wrap a {
	color: #7a8fa0;
	position: relative;
	font-size: 18px;
}

.header-cart-wrap a span {
	position: absolute;
	right: -15px;
	top: -15px;
	color: #e2321a;
}

.work-wrapper-4 .work-text h3 {
	font-size: 24px;
	font-weight: 500;
	color: #112433;
	margin-bottom: 15px;
}

.work-wrapper-4 .work-text p {
	font-size: 15px;
	color: #112433;
	font-weight: 400;
}

.work-wrapper-4 .work-img {
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}

.work-wrapper-4 .work-img .num {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #e2321a;
	color: #fff;
	font-size: 20px;
	line-height: 45px;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0px 10px 30px 0px rgba(207, 207, 207, 0.4);
	transform: translate(50%, -50%);
}

.client-wrap-2 {
	padding: 50px 40px;
	border: 1px solid #ebebeb;
	margin: 0;
}

.client-wrap-2 .client-text h2 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
}

.client-wrap-2 .client-text span i {
	color: #e2321a;
}

.client-wrap-2 .client-say-content h4 {
	font-size: 17px;
	font-weight: 500;
}

.client-wrap-2 .client-say-content span {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.client-wrap-2 .clientsay-name {
	display: flex;
	align-items: center;
}

.client-wrap-2 .client-say-content {
	padding: 0;
}

.deal-bg-area {
	padding: 80px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#nav_menu-2 {
	padding-left: 60px;
}

.section-title .sub-title {
	font-size: 22px;
	color: #112433;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 30px;
}

.about-border {
	position: relative;
	padding-left: 30px;
}

.about-border:before {
	content: "";
	background: #e2321a;
	width: 3px;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.attr-link {
	display: inline-block;
}

.attr-link a {
	font-size: 18px;
	color: #7a8fa0;
	margin-right: 30px;
}

.attr-link a:hover {
	color: #e2321a;
}


.search-area {
	visibility: hidden;
	opacity: 0;
	z-index: -99;
}

.search-area a.search-close {
	position: absolute;
	right: 100px;
	top: 100px;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-out 1s;
}

.search-area a.search-close i {
	color: #e2321a;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	line-height: 52px;
	font-size: 24px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.search-area a.search-close i:hover {
	background: red;
	color: #fff;
}

@media (max-width: 767px) {
	.search-area a.search-close {
		right: 50%;
		transform: translateX(50%);
	}
}

.search-area .search-form-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-out 1s;
}

.search-area .search-form-wrap form {
	position: relative;
}

.search-area .search-form-wrap form input {
	width: 100%;
	height: 70px;
	border: 0;
	border-radius: 100px;
	padding-left: 35px;
	padding-right: 60px;
	background: #fff;
	font-size: 20px;
}

.search-area .search-form-wrap form input::-webkit-input-placeholder {
	font-size: 20px;
}

.search-area .search-form-wrap form input:-moz-placeholder {
	font-size: 20px;
}

.search-area .search-form-wrap form input::-moz-placeholder {
	font-size: 20px;
}

.search-area .search-form-wrap form input:-ms-input-placeholder {
	font-size: 20px;
}

.search-area .search-form-wrap form button {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 0;
	background: #e2321a;
	color: #fff;
}

.search-area .search-form-wrap form button:hover {
	-webkit-transform: translateY(-50%) rotate(360deg);
	-ms-transform: translateY(-50%) rotate(360deg);
	transform: translateY(-50%) rotate(360deg);
}

.search-area.active {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	overflow: hidden;
	outline: 0;
	visibility: visible;
	opacity: 1;
}

.search-area.active a.search-close {
	visibility: visible;
	opacity: 1;
}

.search-area.active .search-area-bg {
	height: 100%;
	width: 100%;
	background-color: rgba(23, 26, 33, 0.95);
}

.search-area.active .search-area-bg {
	background-color: rgba(0, 0, 0, 0.87);
	padding-bottom: 100%;
	border-radius: 100%;
	overflow: hidden;
	-webkit-animation: search-animation 0.8s ease-out forwards;
	animation: search-animation 0.8s ease-out forwards;
}

.search-area.active .search-form-wrap {
	visibility: visible;
	opacity: 1;
}

@-webkit-keyframes search-animation {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.04) translateY(300%);
		transform: scale(0.04) translateY(300%);
	}
	40% {
		-webkit-transform: scale(0.04) translateY(0);
		transform: scale(0.04) translateY(0);
		-webkit-transition: ease-out;
		-o-transition: ease-out;
		transition: ease-out;
	}
	40% {
		-webkit-transform: scale(0.04) translateY(0);
		transform: scale(0.04) translateY(0);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(0.02) translateY(0px);
		transform: scale(0.02) translateY(0px);
	}
	61% {
		opacity: 1;
		-webkit-transform: scale(0.04) translateY(0px);
		transform: scale(0.04) translateY(0px);
	}
	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%;
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2) translateY(0px);
		transform: scale(2) translateY(0px);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0;
	}
}

@keyframes search-animation {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.04) translateY(300%);
		transform: scale(0.04) translateY(300%);
	}
	40% {
		-webkit-transform: scale(0.04) translateY(0);
		transform: scale(0.04) translateY(0);
		-webkit-transition: ease-out;
		-o-transition: ease-out;
		transition: ease-out;
	}
	40% {
		-webkit-transform: scale(0.04) translateY(0);
		transform: scale(0.04) translateY(0);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(0.02) translateY(0px);
		transform: scale(0.02) translateY(0px);
	}
	61% {
		opacity: 1;
		-webkit-transform: scale(0.04) translateY(0px);
		transform: scale(0.04) translateY(0px);
	}
	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%;
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(2) translateY(0px);
		transform: scale(2) translateY(0px);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0;
	}
}

.header-right-btn {
	display: inline-block;
}

.clientss-02-wrapper .client-say-img {
	position: absolute;
	left: 0;
	top: 0;
	clip-path: polygon(0 0, 100% 0, 0 97%);
	z-index: -1;
}

.clientss-02-wrapper::after {
	content: "";
	background: #ffffff;
	padding: 45px;
	border-radius: 10px;
	box-shadow: 0px 0 20px 0px rgba(239, 239, 239, 0.78);
	position: absolute;
	left: 20px;
	top: 20px;
	right: 0;
	bottom: 0;
	z-index: -2;
}

.clientss-02-wrapper {
	padding: 45px;
	position: relative;
	margin-bottom: 20px;
	padding-left: 65px;
	padding-top: 50px;
	padding-bottom: 50px;
	border: 0;
	background: transparent;
}

.shop-wrapper.shop-04-wrapper {
	padding: 0;
	border: 0;
}

.shop-04-wrapper .product-content {
	border: 1px solid #e7e7e7;
	border-top: 0;
	padding: 34px 0;
}

.shop-04-wrapper .product-content .shop-text {
	margin: 0;
}

.shop-wrapper.shop-04-wrapper {
}

.shop-wrapper.shop-04-wrapper .c-btn {
	background: #f6f8fc;
	color: #696969;
}

.shop-wrapper.shop-04-wrapper .c-btn span {
	background: #696969;
}

.shop-wrapper.shop-04-wrapper .c-btn:hover {
	background: #e2321a;
	color: #fff;
}

.shop-wrapper.shop-04-wrapper .c-btn:hover span {
	background: #fff;
}

.shop-wrapper.shop-04-wrapper .product-action {
	bottom: 0;
}

.shop-wrapper.shop-04-wrapper:hover .product-action {
	bottom: 30px;
}

.shop-wrapper.shop-04-wrapper:hover .shop-img img {
	opacity: 0.5;
}

.shop-wrapper.shop-04-wrapper .new {
	left: 20px;
	right: auto;
}

.blog-text-wrap {
	padding: 50px 50px;
	padding-top: 38px;
	background: #fff;
}

.blog-text-wrap.postbox_text_single {
	
}
.postbox__thumb.mb-30 {
	margin: 0;
}

.latest-comments > ul > li:last-child .comments-box {
	margin-bottom: 0;
}

.latest-comments ul .comment-respond {
	margin-bottom: 50px;
}


.wp-block-button .wp-block-button__link {
	color: #fff !important;
}
.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border: 2px solid #222;
	color: #222 !important;
}
.wp-block-button.is-style-squared .wp-block-button__link {
	color: #fff !important;
	border-radius: 0;
}
.blog-details-text .blog-meta.mb-15 {
	margin-bottom: 32px;
}
.wp-block-quote {
	border-left: .25em solid #e2321a;
	margin: 0 0 1.75em;
	padding-left: 30px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	padding: 30px;
}
.wp-block-quote.has-text-align-right {
	border-left: none;
	border-right: .25em solid #e2321a;
	padding-left: 0;
	padding-right: 30px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 60%;
	margin: auto;
	display: inline-block;
}
.wp-block-archives-dropdown select {
	width: 250px;
	height: 50px;
	padding: 0 20px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.wp-block-search .wp-block-search__inside-wrapper {
	display: block;
	max-width: 100%;
}

.services-sidebar.widget_media_image {
	padding: 0;
	border: 0;
}
.choose-list ul li::before {
	position: absolute;
	left: 0;
	content: "";
	font-family: "Font Awesome 5 Pro";
	top: 1px;
	color: #80c627;
}