/* ===================================
    Blog
====================================== */

.img-hvr {
	overflow: hidden;
}

.img-hvr img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.img-hvr:hover img {
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.date {
	position: absolute;
	top: 5px;
	background: #002855;
	right: 19px;
	padding: 8px 16px;
	text-align: center;
	transition: .3s;
}


.img-hvr:hover .date {
	background: linear-gradient(to right, #002855 0%, #c99700 13%);
	transition: .9s;
}

.img-hvr:hover .date h5 {
	color: #FFFFFF;
}

.date h5 {
	font-size: 14px;
	margin: 2px auto;
	color: #FFFfff;
}

.blog-content {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}


/*   Blog Pages */

.bglight {
	background: #f6f6f6;
}

.page-header {
	background: url(../images/page-header.jpg) no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 360px;
	padding-bottom: 0px;
}

.page-header .page-titles {
	position: relative;
	margin-top: 8rem;
	text-transform: capitalize;
}

.breadcrumb {
	background: transparent;
	padding: 0;
}

.breadcrumb .breadcrumb-item a {
	color: #ffffff;
}

.breadcrumb .breadcrumb-item.active {
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 500;
}

.breadcrumb .breadcrumb-item a:hover,
.breadcrumb .breadcrumb-item a:focus,
.breadcrumb .breadcrumb-item.active {
	color: #f5218a;
}

.news_item.shadow {
	-webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.news_item,
.eny_profile,
blockquote.blockquote {
	position: relative;
}

.news_item {
	background: #fff;
}

.news_item .news_desc {
	padding: 40px 30px;
}

.font-light {
	font-weight: 400;
}

.meta-tags {
	list-style: none;
	padding: 0;
	margin: 0;
}

.meta-tags li {
	display: inline-block;
}

.meta-tags li {
	color: #a5a5a5;
	font-size: 12px;
	font-weight: 600;
}

.meta-tags li a>i,
.meta-tags>li+li::before {
	vertical-align: middle;
}

.meta-tags li a>i {
	font-size: 17px;
	margin-right: 5px;
}

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

.p_tb-60 {
	padding-bottom: 60px;
	padding-top: 60px;
}

#our-blog .image {
	margin: 0;
	top: 0;
	width: 100%;
}

#our-blog .custom-btn1 {
	line-height: 22px;
}

#our-blog h4,
#our-blog h6 {
	font-weight: 400;
	color: #212331;
}

#our-blog .image img {
	max-width: 100%;
}

#our-blog a,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
	color: inherit;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.news_desc p {
	margin-bottom: 34px;
	color: #a5a5a5
}

.news_desc h3:hover {
	color: #f5218a;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.pagination li>a {
	height: 36px;
	width: 36px;
	padding: 0;
	line-height: 36px;
	font-size: 18px;
	color: #a5a5a5;
	text-align: center;
	margin: 0 4px;
	border: none;
}

.pagination li.active>a {
	background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%);
}

.page-item.active {
	color: #FFFFFF !important;
}

.pagination li>a,
.pagination li:first-child a,
.pagination li:last-child a {
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
}

.news_item.shadow {
	-webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.news_item {
	background: #fff;
}

.news_item,
.eny_profile,
blockquote.blockquote {
	position: relative;
}

blockquote.blockquote {
	font-style: italic;
}

blockquote.blockquote::before {
	content: "\f10d";
	font-family: FontAwesome;
	width: 40px;
	font-size: 28px;
	margin-right: 15px;
	color: #a1a1a1;
}

blockquote.blockquote::after {
	content: "\f10e";
	font-family: FontAwesome;
	width: 40px;
	font-size: 28px;
	margin-left: 15px;
	color: #a1a1a1;
}

.news_desc ul.rounded {
	list-style: none;
	padding: 0;
}

.news_desc ul.rounded li::before {
	content: "";
	height: 10px;
	width: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%);
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}

.news_desc ul.rounded>li+li {
	margin-top: 20px;
}

.news_desc ul.rounded,
.single_post .text,
.webcats,
.webtags {
	color: #a5a5a5;
}

.eny_profile {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 12px;
}

.news_item,
.eny_profile,
blockquote.blockquote {
	position: relative;
}

.eny_profile .profile_photo {
	height: 90px;
	width: 90px;
}

.eny_profile .profile_photo,
.eny_profile .profile_text {
	display: table-cell;
	vertical-align: top;
}

.eny_profile .profile_text {
	padding-left: 20px;
}

.eny_profile .profile_photo,
.eny_profile .profile_text {
	display: table-cell;
	vertical-align: top;
}

.eny_profile .profile_photo>img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 100%;
}

.whitebox .widget {
	padding: 40px 30px;
	background: #fff;
	-webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.heading_space {
	margin-bottom: 2.05rem;
}

.single_post {
	overflow: hidden;
	display: table;
}

.bottom15 {
	margin-bottom: 15px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom35 {
	margin-bottom: 35px;
}

.bottom40 {
	margin-bottom: 40px;
}

.top30 {
	margin-top: 30px;
}

.single_post .post {
	height: 60px;
	width: 60px;
}

.single_post .post,
.single_post .text {
	display: table-cell;
}

.single_post .post>img {
	width: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.single_post .text {
	vertical-align: middle;
	padding-left: 10px;
	font-size: 14px;
}

.single_post .post,
.single_post .text {
	display: table-cell;
}

.single_post .text>a {
	font-weight: 600;
}

.single_post span {
	font-size: 11px;
	display: block;
}

.bottom20 {
	margin-bottom: 20px;
}

.webcats,
.webtags {
	padding: 0;
}

.webcats li {
	list-style: none;
}

.webcats li:hover,
.webtags li:hover,
.eny_profile h6:hover .single_post .text:hover {
	color: #f5218a;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.webtags li:hover a {
	border: 1px solid #f5218a;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.eny_profile .darkcolor:hover,
.single_post:hover a {
	color: #f5218a !important;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.webcats>li+li {
	margin-top: 10px;
}

.webcats li a::before {
	content: "";
	height: 8px;
	width: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%);
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.webcats li a>span {
	display: inline-block;
	font-weight: 600;
	margin-left: 5px;
	font-size: .875rem;
}

.webtags li {
	display: inline-block;
	margin: 1px;
}

.webtags li a,
.btn_reply {
	-webkit-border-radius: 24px;
	border-radius: 24px;
	color: #6a6a6a;
	font-size: 12px;
	margin: 2px 0;
	padding: 5px 16px;
	border: 1px solid #c7c7c7;
	display: block;
}

.widget_search .input-group {
	width: 100%;
}

.widget_search .form-control,
.widget_search .input-group-addon {
	border-color: #d6d5d5;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: table-cell;
}

.widget_search .form-control {
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
}

.widget_search .input-group-addon {
	height: 38px;
	background: linear-gradient(to right, #FC2548 -50%, #f11fad 93%);
	color: #fff;
	position: relative;
	top: 0;
	left: 0px;
	width: 40px;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border: none;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.getin_form .form-control {
	border: none;
	border-bottom: 1px solid #a5a5a5;
	padding: 12px 0;
	background: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #a5a5a5;
	font-size: 14px;
	position: relative;
	-webkit-transition: border .9s ease;
	-o-transition: border .9s ease;
	transition: border .9s ease;
}

.getin_form textarea {
	resize: none;
}


@media (min-width: 1200px){
.col-lg-3 {
    width: 24.8% !important;
}
}
