/* 1. General */
@import url(https://fonts.googleapis.com/css?family=Tinos&subset=latin,cyrillic);
html, body { height: 100%; }
body {
	Font-Family: Tahoma, Arial, Helvetica, sans-serif;
	Font-size: 14px;
	margin: 0 auto;
	background-color: #fff;
	color: #4c4c4c;
}
img { max-width: 100%; }
a {
	outline: 0!important;
	color: #5b9bbc;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
ul {
	/*list-style: none;*/
}

header {
	width:100%;
}
header .logo{
	text-align: center;
}
 .logo img{
	margin: 0 auto;
}
header .slideshow {
	width: 800px; height: 226px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
header .slideshow .slideshow-item{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block; z-index: 5; opacity: 0; width: 100%; height: 100%;
}

header .navbar-main-outer {
	width: 100%;
}
header .navbar-main-outer .navbar-main .navbar-nav-wrap {
	border-radius: 5px 5px 0 0;
}
header .navbar-main-outer .navbar-main .navbar-nav-wrap .navbar-nav {
	display: table;
	padding: 0;
	margin: 0;
	width:100%;
	table-layout: fixed;
}
.button{
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	border:none;
	border-radius: 5px;
	color:#fff;
	padding: 10px 20px;
	min-width: 250px;
}
.button:hover{
	color: #f11241;
}
.button.small{
	font-size: 14px;
	padding: 5px 10px;
	min-width: 150px;
}
.img-container{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 5px;
}
/*.img-container:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
*/
.img-container a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	display: block;
	width: 100%;
	height:100%;
}
.img-container img{
	width: 100%;
}
header .navbar-main-outer .navbar-main .navbar-nav-wrap .navbar-nav .nav-item {
	display: table-cell;
	text-align: center;
	width: 100%;
	border-right: 1px dashed #ffffff;
}
header .navbar-main-outer .navbar-main .navbar-nav-wrap .navbar-nav .nav-item:last-child,
header .navbar-main-outer .navbar-main .navbar-nav-wrap .navbar-nav .nav-item:nth-last-child(2) {
	border-right: none;
}
header .navbar-main-outer .navbar-main .navbar-nav-wrap .navbar-nav li.toggle-menu {
	display:none;
}
header .navbar-main-outer .navbar-main .navbar-nav-wrap .navbar-nav .nav-item .nav-link {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 15px 0;

	Font-Family: Arial;
	Font-size: 15px;
	color: #ffffff;
	overflow: hidden;
	text-decoration: none;
	font-weight: none;
	outline: none;
}
header .navbar-main-outer .navbar-main .navbar-nav-wrap .navbar-nav .nav-item .nav-link:hover {
	color: #f11241;
}
header .navbar-main-outer .navbar-main .navbar-nav-wrap .navbar-nav .nav-item.active>a {
	text-decoration: underline #ececec;
}
header .navbar-main-outer .navbar-main .navbar-nav-wrap .navbar-nav .nav-item.active>a:hover {
	text-decoration: underline #f11241;
}
header .navbar-main-outer .navbar-main .navbar-nav-wrap .navbar-nav.responsive{
	position: relative;
}
.under-menu-container {
	background-repeat: no-repeat;
	height: 350px;
}
.content-wrap {
	/*border-right: 1px #e6e6e6 solid;
	border-left: 1px #e6e6e6 solid;*/
	background-color: transparent;
	Padding-top: 0px;
	Padding-bottom: 0px;
	/*box-shadow: 0px -5px 12px 0px rgba(61, 61, 61, 0.2);
	-webkit-box-shadow: 0px -5px 12px 0px rgba(61, 61, 61, 0.2);*/
	max-height: 30000px;
	min-height: 500px;
}
.content{
	padding-top: 20px;
	padding-bottom: 20px;
}
.icon-toggle-menu{
	display: inline-block;
	backface-visibility: hidden;
	position: relative;
}
.icon-toggle-menu,
.icon-toggle-menu:before,
.icon-toggle-menu:after {
	height: 2px;
	width: 20px;
	background-color: #ffffff;
}
.icon-toggle-menu:before,
.icon-toggle-menu:after {
	content: "";
	position: absolute;
	left: 0;
	top: -7px;
}
.icon-toggle-menu:after {
	top: 7px;
}
footer {
	margin-top:20px;
	border-top: 1px #e6e6e6 solid;
	Width: 100%;
	height: 100px;
	padding-top: 20px;
}
.feedback-form {
	width: 100%;
	max-width:500px;
	margin: 0 auto;
	text-align: left;
}
.feedback-form .form-row {
	padding: 5px 0;
}
.feedback-form .form-row label{
	position:relative;
	width: 100%;
}
.feedback-form .form-row label.required:before{
	content:'*';
	color:red;
	position:absolute;
	margin-left: -12px;
	margin-top: 6px;
}
.feedback-form .form-row .title{
	display: inline-block;
	width:20%;
	margin-right: 20px;
}
.feedback-form .form-row input{
	display: inline-block;
	width:70%;
	padding:3px;
}
.feedback-form .form-row textarea{
	display: block;
	width:100%;
	height:150px;
	padding:10px;
}

.feedback-form p.help{
	font-size: 10px;
	color: #797979;
}
table {
	width:100%!important;
}
@media (max-width: 799px){
	.container table td  {
		display: block;
	}
	header .slideshow{
		width:100%;
		height:auto;
	}
	header .navbar-main-outer .navbar-main .navbar-nav-wrap .navbar-nav{
		position: relative;
	}
	header .navbar-main-outer .navbar-main .navbar-nav-wrap .navbar-nav.responsive{
		display:block;
	}
	header .navbar-main-outer .navbar-main .navbar-nav-wrap .navbar-nav .nav-item{border-right: none;}
	header .navbar-main-outer .navbar-main .navbar-nav-wrap .navbar-nav .nav-item:not(:first-child){display: none;}
	header .navbar-main-outer .navbar-main .navbar-nav-wrap .navbar-nav.responsive .nav-item:not(:first-child){display: block;}

	header .navbar-main-outer .navbar-main .navbar-nav-wrap .navbar-nav .nav-item .nav-link{
		text-align: left;
		padding: 15px 20px;
	}
	header .navbar-main-outer .navbar-main .navbar-nav-wrap .navbar-nav li.toggle-menu {
		float: right;
		display: block;
		padding: 0 20px;
		top: 10px;
		position: absolute;
		right: 0px;
	}
	.form-row{
		margin-right: 15px;
		margin-left: 15px
	}
}

.section-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}

.blog_item {
	margin-bottom: 50px;
}
.blog_details {
	padding: 30px 0 20px 10px;
	box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}
@media (min-width: 768px) {
	.blog_details {
		padding: 60px 30px 35px 35px;
	}
}
.blog_details p {
	margin-bottom: 30px;
}
.blog_details a {
	color: #ff8b23;
}
.blog_details a:hover {
	color: #009dff;
}
.blog_details h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}
@media (min-width: 768px) {
	.blog_details h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}
}
.blog-info-link li {
	float: left;
	font-size: 14px;
}
.blog-info-link li a {
	color: #999999;
}
.blog-info-link li i,
.blog-info-link li span {
	font-size: 13px;
	margin-right: 5px;
}
.blog-info-link li::after {
	content: "|";
	padding-left: 10px;
	padding-right: 10px;
}
.blog-info-link li:last-child::after {
	display: none;
}
.blog-info-link::after {
	content: "";
	display: block;
	clear: both;
	display: table;
}
.blog_item_img {
	position: relative;
}
.blog_item_img .blog_item_date {
	position: absolute;
	bottom: -10px;
	left: 10px;
	display: block;
	color: #fff;
	background-color: #009dff;
	padding: 8px 15px;
	border-radius: 5px;
}
@media (min-width: 768px) {
	.blog_item_img .blog_item_date {
		bottom: -20px;
		left: 40px;
		padding: 13px 30px;
	}
}
.blog_item_img .blog_item_date h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	line-height: 1.2;
}
@media (min-width: 768px) {
	.blog_item_img .blog_item_date h3 {
		font-size: 30px;
	}
}
.blog_item_img .blog_item_date p {
	font-size: 18px;
	margin-bottom: 0;
	color: #fff;
}
@media (min-width: 768px) {
	.blog_item_img .blog_item_date p {
		font-size: 18px;
	}
}
.blog_right_sidebar .widget_title {
	font-size: 20px;
	margin-bottom: 40px;
}
.blog_right_sidebar .widget_title::after {
	content: "";
	display: block;
	padding-top: 15px;
	border-bottom: 1px solid #f0e9ff;
}
.blog_right_sidebar .single_sidebar_widget {
	background: #fbf9ff;
	padding: 30px;
	margin-bottom: 30px;
}
.blog_right_sidebar .single_sidebar_widget .btn_1 {
	margin-top: 0px;
}
.blog_right_sidebar .search_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999999;
	padding-left: 20px;
	border-radius: 0;
	border-right: 0;
}
.blog_right_sidebar .search_widget .form-control::placeholder {
	color: #999999;
}
.blog_right_sidebar .search_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none;
}
.blog_right_sidebar .search_widget .input-group button {
	background: #fff;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 15px;
	border-left: 0;
}
.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
	font-size: 14px;
	color: #999999;
}
.blog_right_sidebar .newsletter_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999999;
	padding-left: 20px;
	border-radius: 0;
}
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
	color: #999999;
}
.blog_right_sidebar .newsletter_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none;
}
.blog_right_sidebar .newsletter_widget .input-group button {
	background: #fff;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 15px;
	border-left: 0;
}
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
	font-size: 14px;
	color: #999999;
}
.blog_right_sidebar .post_category_widget .cat-list li {
	border-bottom: 1px solid #f0e9ff;
	transition: all 0.3s ease 0s;
	padding-bottom: 12px;
}
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
	border-bottom: 0;
}
.blog_right_sidebar .post_category_widget .cat-list li a {
	font-size: 14px;
	line-height: 20px;
	color: #888888;
}
.blog_right_sidebar .post_category_widget .cat-list li a p {
	margin-bottom: 0px;
}
.blog_right_sidebar .post_category_widget .cat-list li + li {
	padding-top: 15px;
}
.blog_right_sidebar .popular_post_widget .post_item {
	max-height:80px;
	overflow: hidden;
}
.blog_right_sidebar .popular_post_widget .post_item img {
	width:80px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body {
	justify-content: center;
	align-self: center;
	padding-left: 20px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
	transition: all 0.3s linear;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
	color: #fff;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0px;
}
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
	margin-top: 20px;
}
.blog_right_sidebar .tag_cloud_widget ul li {
	display: inline-block;
}
.blog_right_sidebar .tag_cloud_widget ul li a {
	display: inline-block;
	border: 1px solid #eeeeee;
	background: #fff;
	padding: 4px 20px;
	margin-bottom: 8px;
	margin-right: 3px;
	transition: all 0.3s ease 0s;
	color: #888888;
	font-size: 13px;
}
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
	background: #009dff;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.blog_right_sidebar .instagram_feeds .instagram_row {
	display: flex;
	margin-right: -6px;
	margin-left: -6px;
}
.blog_right_sidebar .instagram_feeds .instagram_row li {
	width: 33.33%;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	margin-bottom: 15px;
}
.blog_right_sidebar .br {
	width: 100%;
	height: 1px;
	background: #eee;
	margin: 30px 0px;
}
.blog-pagination {
	margin-top: 80px;
}
.blog-pagination .page-link {
	font-size: 14px;
	position: relative;
	display: block;
	padding: 0;
	text-align: center;
	margin-left: -1px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 0 !important;
	color: #8a8a8a;
	border: 1px solid #f0e9ff;
	margin-right: 10px;
}
.blog-pagination .page-link i,
.blog-pagination .page-link span {
	font-size: 13px;
}
.blog-pagination .page-item.active .page-link {
	background-color: #fbf9ff;
	border-color: #f0e9ff;
	color: #888888;
}
.blog-pagination .page-item:last-child .page-link {
	margin-right: 0;
}
.single-post-area .blog_details {
	box-shadow: none;
	padding: 0;
}
.single-post-area .social-links {
	padding-top: 10px;
}
.single-post-area .social-links li {
	display: inline-block;
	margin-bottom: 10px;
}
.single-post-area .social-links li a {
	color: #cccccc;
	padding: 7px;
	font-size: 14px;
	transition: all 0.2s linear;
}
.single-post-area .blog_details {
	padding-top: 26px;
}
.single-post-area .blog_details p {
	margin-bottom: 20px;
	font-size: 15px;
}
.single-post-area .quote-wrapper {
	background: rgba(130, 139, 178, 0.1);
	padding: 15px;
	line-height: 1.733;
	color: #888888;
	font-style: italic;
	margin-top: 25px;
	margin-bottom: 25px;
}
@media (min-width: 768px) {
	.single-post-area .quote-wrapper {
		padding: 30px;
	}
}
blockquote{
	position:relative;
	border:15px solid rgba(130, 139, 178, 0.1);
}
@media (min-width: 768px) {
	blockquote{
		border:30px solid rgba(130, 139, 178, 0.1);
	}
}
blockquote::before{
	content: '';
	position:absolute;
	left:0px;
	top:0px;
	bottom: 0px;
	display: block;
	border-left: 2px solid #888888;
}
blockquote,
.single-post-area .quotes {
	background: #fff;
	padding: 15px 15px 15px 20px;

}
@media (min-width: 768px) {
	blockquote,
	.single-post-area .quotes {
		padding: 25px 25px 25px 30px;
	}
}
.single-post-area .arrow {
	position: absolute;
}
.single-post-area .arrow .lnr {
	font-size: 20px;
	font-weight: 600;
}
.single-post-area .thumb .overlay-bg {
	background: rgba(0, 0, 0, 0.8);
}
.single-post-area .navigation-top {
	padding-top: 15px;
	border-top: 1px solid #f0e9ff;
}
.single-post-area .navigation-top p {
	margin-bottom: 0;
}
.single-post-area .navigation-top .like-info {
	font-size: 14px;
}
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
	font-size: 16px;
	margin-right: 5px;
}
.single-post-area .navigation-top .comment-count {
	font-size: 14px;
}
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
	font-size: 16px;
	margin-right: 5px;
}
.single-post-area .navigation-top .social-icons li {
	display: inline-block;
	margin-right: 15px;
}
.single-post-area .navigation-top .social-icons li:last-child {
	margin: 0;
}
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
	font-size: 14px;
	color: #999999;
}
.single-post-area .blog-author {
	padding: 40px 30px;
	background: #fbf9ff;
	margin-top: 50px;
}
@media (max-width: 600px) {
	.single-post-area .blog-author {
		padding: 20px 8px;
	}
}
.single-post-area .blog-author img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 30px;
}
@media (max-width: 600px) {
	.single-post-area .blog-author img {
		margin-right: 15px;
		width: 45px;
		height: 45px;
	}
}
.single-post-area .blog-author a {
	display: inline-block;
}
.single-post-area .blog-author a:hover {
	color: #009dff;
}
.single-post-area .blog-author p {
	margin-bottom: 0;
	font-size: 15px;
}
.single-post-area .blog-author h4 {
	font-size: 16px;
}
.single-post-area .navigation-area {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-top: 55px;
}
.single-post-area .navigation-area p {
	margin-bottom: 0px;
}
.single-post-area .navigation-area h4 {
	font-size: 18px;
	line-height: 25px;
}
.single-post-area .navigation-area .nav-left {
	text-align: left;
}
.single-post-area .navigation-area .nav-left .thumb {
	margin-right: 20px;
	background: #000;
}
.single-post-area .navigation-area .nav-left .thumb img {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.single-post-area .navigation-area .nav-left .lnr {
	margin-left: 20px;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.single-post-area .navigation-area .nav-left:hover .lnr {
	opacity: 1;
}
.single-post-area .navigation-area .nav-left:hover .thumb img {
	opacity: 0.5;
}
@media (max-width: 767px) {
	.single-post-area .navigation-area .nav-left {
		margin-bottom: 30px;
	}
}
.single-post-area .navigation-area .nav-right {
	text-align: right;
}
.single-post-area .navigation-area .nav-right .thumb {
	margin-left: 20px;
	background: #000;
}
.single-post-area .navigation-area .nav-right .thumb img {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.single-post-area .navigation-area .nav-right .lnr {
	margin-right: 20px;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.single-post-area .navigation-area .nav-right:hover .lnr {
	opacity: 1;
}
.single-post-area .navigation-area .nav-right:hover .thumb img {
	opacity: 0.5;
}
@media (max-width: 991px) {
	.single-post-area .sidebar-widgets {
		padding-bottom: 0px;
	}
}
.comments-area {
	background: transparent;
	border-top: 1px solid #eee;
	padding: 45px 0;
	margin-top: 50px;
}
@media (max-width: 414px) {
	.comments-area {
		padding: 50px 8px;
	}
}
.comments-area h4 {
	margin-bottom: 35px;
	font-size: 18px;
}
.comments-area h5 {
	font-size: 16px;
	margin-bottom: 0px;
}
.comments-area .comment-list {
	padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
	padding-bottom: 0px;
}
.comments-area .comment-list.left-padding {
	padding-left: 25px;
}
@media (max-width: 413px) {
	.comments-area .comment-list .single-comment h5 {
		font-size: 12px;
	}
	.comments-area .comment-list .single-comment .date {
		font-size: 11px;
	}
	.comments-area .comment-list .single-comment .comment {
		font-size: 10px;
	}
}
.comments-area .thumb {
	margin-right: 20px;
}
.comments-area .thumb img {
	width: 70px;
	border-radius: 50%;
}
.comments-area .date {
	font-size: 14px;
	color: #999999;
	margin-bottom: 0;
	margin-left: 20px;
}
.comments-area .comment {
	margin-bottom: 10px;
	color: #777777;
	font-size: 15px;
}
.comments-area .btn-reply {
	background-color: transparent;
	color: #888888;
	padding: 5px 18px;
	font-size: 14px;
	display: block;
	font-weight: 400;
}
.comment-form {
	border-top: 1px solid #eee;
	padding-top: 45px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.comment-form .form-group {
	margin-bottom: 30px;
}
.comment-form h4 {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 22px;
}
.comment-form .name {
	padding-left: 0px;
}
@media (max-width: 767px) {
	.comment-form .name {
		padding-right: 0px;
		margin-bottom: 1rem;
	}
}
.comment-form .email {
	padding-right: 0px;
}
@media (max-width: 991px) {
	.comment-form .email {
		padding-left: 0px;
	}
}
.comment-form .form-control {
	border: 1px solid #f0e9ff;
	border-radius: 5px;
	height: 48px;
	padding-left: 18px;
	font-size: 13px;
	background: transparent;
}
.comment-form .form-control:focus {
	outline: 0;
	box-shadow: none;
}
.comment-form .form-control::placeholder {
	font-weight: 300;
	color: #999999;
}
.comment-form .form-control::placeholder {
	color: #777777;
}
.comment-form textarea {
	padding-top: 18px;
	border-radius: 12px;
	height: 100% !important;
}
.comment-form ::-webkit-input-placeholder {
	font-size: 13px;
	color: #777;
}
.comment-form ::-moz-placeholder {
	font-size: 13px;
	color: #777;
}
.comment-form :-ms-input-placeholder {
	font-size: 13px;
	color: #777;
}
.comment-form :-moz-placeholder {
	font-size: 13px;
	color: #777;
}
.blog_part {
	margin-bottom: 140px;
}
@media (max-width: 576px) {
	.blog_part {
		margin-bottom: 0px;
		padding: 0px 0px 70px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.blog_part {
		margin-bottom: 0px;
		padding: 0px 0px 70px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_part {
		margin-bottom: 0px;
		padding: 0px 0px 70px;
	}
}
.blog_part .blog_right_sidebar .widget_title {
	font-size: 20px;
	margin-bottom: 40px;
	font-style: inherit !important;
}
@media (max-width: 576px) {
	.blog_part .single-home-blog {
		margin-bottom: 140px;
		margin-top: 20px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.blog_part .single-home-blog {
		margin-bottom: 140px;
		margin-top: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_part .single-home-blog {
		margin-bottom: 140px;
		margin-top: 20px;
	}
}
.blog_part .single-home-blog .card-img-top {
	border-radius: 0px;
}
.blog_part .single-home-blog .card {
	border: 0px solid transparent;
	border-radius: 0px;
	background-color: transparent;
	position: relative;
}
.blog_part .single-home-blog .card .card-body {
	padding: 25px 10px 29px 40px;
	background-color: #fff;
	position: absolute;
	left: 20px;
	bottom: -140px;
	box-shadow: -7.552px 9.326px 20px 0px rgba(1, 84, 85, 0.1);
	border-radius: 10px;
}
@media (max-width: 576px) {
	.blog_part .single-home-blog .card .card-body {
		padding: 15px;
		left: 10px;
		bottom: -140px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.blog_part .single-home-blog .card .card-body {
		padding: 15px;
		left: 10px;
		bottom: -140px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.blog_part .single-home-blog .card .card-body {
		padding: 20px;
	}
}
.blog_part .single-home-blog .card .card-body a {
	color: #009dff;
	text-transform: uppercase;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}
.blog_part .single-home-blog .card .card-body a:hover {
	background: -webkit-linear-gradient(131deg, #ff7e5f 0%, #feb47b 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.blog_part .single-home-blog .card .dot {
	position: relative;
	padding-left: 20px;
}
.blog_part .single-home-blog .card .dot:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 5px;
	left: 0;
	background-color: #009dff;
	border-radius: 50%;
}
.blog_part .single-home-blog .card span {
	color: #8a8a8a;
	margin-bottom: 10px;
	display: inline-block;
	margin-top: 10px;
}
@media (max-width: 576px) {
	.blog_part .single-home-blog .card span {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.blog_part .single-home-blog .card span {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_part .single-home-blog .card span {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.blog_part .single-home-blog .card span {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}
.blog_part .single-home-blog .card h5 {
	font-weight: 600;
	line-height: 1.5;
	font-size: 20px;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	text-transform: capitalize;
	margin-bottom: 22px;
}
@media (max-width: 576px) {
	.blog_part .single-home-blog .card h5 {
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.blog_part .single-home-blog .card h5 {
		margin-bottom: 10px;
		font-size: 16px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_part .single-home-blog .card h5 {
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.blog_part .single-home-blog .card h5 {
		margin-bottom: 10px;
		font-size: 18px;
	}
}
.blog_part .single-home-blog .card h5:hover {
	-webkit-transition: 0.8s;
	transition: 0.8s;
	background: -webkit-linear-gradient(131deg, #feb47b 0%, #ff7e5f 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: 1s;
}
.blog_part .single-home-blog .card ul li {
	display: inline-block;
	color: #8a8a8a;
	margin-right: 14px;
}
@media (max-width: 576px) {
	.blog_part .single-home-blog .card ul li {
		margin-right: 10px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.blog_part .single-home-blog .card ul li {
		margin-right: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_part .single-home-blog .card ul li {
		margin-right: 10px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.blog_part .single-home-blog .card ul li {
		margin-right: 10px;
	}
}
.blog_part .single-home-blog .card ul li span {
	margin-right: 10px;
	font-size: 12px;
}


