.form-subsribe {
    margin-bottom: 100px;
    margin-top: 30px;
}
input.form-email {
    border: 1px solid #EDEFF2;
    height: 51px;
    max-width: 100%;
    width: 300px;
    border-radius: 3px !important;
    padding: 17px 20px !important;
}
input.subscribe {
    background: #0A83DD;
    height: 50px;
    border-radius: 3px !important;
    border: 0px solid #0A83DD;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 30px;
    line-height: 16px;
    cursor: pointer;
    margin-left: 8px;
}
input.wpcf7-form-control.wpcf7-submit{
    background: #0A83DD;
    height: 50px;
    border-radius: 3px !important;
    border: 0px solid #0A83DD;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 30px;
    line-height: 16px;
    cursor: pointer;
    margin-left: 8px;
}

.featured_blog_wrapper {
    min-height: 460px;
    margin-bottom: 65px;
}

.featured_blog_bg {
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    border-radius: 12px;
}

.featured_blog_text {
    max-width: 100%;
    width: 600px;
    padding-top: 20%;
    padding-left: 100px;
}

span.cate_name {
    background: #1ED660;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 20px !important;
    border-radius: 3px;
}

.featured_blog_text h3 {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    padding-top: 15px;
}

.featured_blog_text p.read_timer {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-family: "Inter UI";
    font-weight: 400;
}

.col-style-one-col, .col-style-two-col {
    min-height: 430px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
section.default_blogs .col-md-4 {
    margin-bottom: 30px;
    position: relative;
    height: 430px;
}

.blog-col-default {
    height: 430px;
}

.blog-meta {
    background: #fff;
    border: 1px solid #EEEEEE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}

p.date {
    color: #7C7D8D;
    font-size: 14px;
    line-height: 16px;
    font-family: "Inter UI";
    font-weight: 300;
    padding-top: 28px;
}

.blog-meta h3 {
    color: #1B2024;
    font-family: "Cera Pro";
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    padding-top: 20px;
}

.blog-meta p.read_timer {
    color: #7C7D8D;
    font-size: 14px;
    line-height: 30px;
    font-family: "Inter UI";
    font-weight: 500;
    padding-bottom: 35px;
}

.blog_thumb{
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.paginations{
    margin-top: 80px;
    margin-bottom: 80px;
}
.paginations.text-center ul li {
    display: inline-flex;
}


.paginations.text-center ul li a {
    width: 50px;
    height: 45px;
    text-align: center;
    padding-top: 13px;
    color: #50606C;
    line-height: 19px;
    font-family: "Inter UI";
    font-weight: 400;
    border-right: 1px solid #F6F6F6;
    border-radius: 0px;
}

.paginations.text-center ul li a.active {
    background: #0A83DD;
    color: #fff;
    border-radius: 3px;
    border: 0px;
}

.paginations.text-center ul li:first-child a {
    margin-right: 45px;
    border: 0px;
}
.paginations.text-center ul li:last-child a {
    margin-left: 15px;
    border: 0px;
}


span.page-numbers.current {
    background: #0A83DD;
    color: #fff;
    border-radius: 3px;
    border: 0px;
    width: 50px;
    height: 45px;
    text-align: center;
    padding-top: 13px;
    color: #fff;
    line-height: 19px;
    font-family: "Inter UI";
    font-weight: 400;
    border-right: 1px solid #F6F6F6;
    border-radius: 3px;
}

.hover_content {
    text-align: center;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.0), transparent);
    transition: .5s linear all;
}

.hover_content:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30), transparent);
}


.hover_content_meta * {
    color: #fff;
}

.hover_content_meta h2 {
    font-size: 24px;
    max-width: 70%;
    margin: 0 auto;
    line-height: 30px;
    font-weight: 500;
}

.hover_content_meta p {
    font-family: "Inter UI";
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
}

.hover_content_meta {
    position: absolute;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    transition: .5s linear all;
}

.hover_content:hover .hover_content_meta{
	opacity: 1;
	bottom: 30px;
}


/*Single Blog Page*/


section.blog_details_header {
    height: 460px;
    box-shadow: 0 15px 40px rgba(38,78,238,0.1);
    margin-bottom: 100px;
}
.Single-content-wrapper {
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
}
h4.post_title {
    text-align: center;
    font-size: 30px;
    color: #000000;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 25px;
}

p.author_name {
    text-align: center;
    color: #999999;
    font-size: 18px;
    line-height: 21px;
    font-family: "Inter UI";
    font-weight: 400;
    margin-bottom: 70px;
}

.divider_row {
    border-top: 1px solid #EEEEEE;
    padding-bottom: 120px;
    margin-top: 120px;
}

.more_reads.text-center {
    font-size: 30px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 50px;
}

section.features1.design-cont.single_post_f1 {
    padding-top: 0px;
}

.post_share.text-center p {
    color: #A8A8A8;
    font-size: 14px;
    font-family: "Inter UI";
    font-weight: 400;
    padding-bottom: 5px;
}

.post_share.text-center {
    margin-top: 40px;
}

.post_share.text-center ul li {
    display: inline-flex;
}

.post_share.text-center ul li a {
    font-size: 16px;
    color: #A8A8A8;
}

.Single-content-wrapper p:nth-child(3) {
    color: #1B2024 !important;
}

.Single-content-wrapper p {
	color: #50606C;
	font-family: "Inter UI";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}

section.features1.design-cont.single_post_f1 .main-info.pri-mg.pricing_head_box {
    margin-top: 0;
}
section.features1.design-cont.blog_page .work-cont {
    font-family: "Inter UI" !important;
    font-weight: 400 !important;
}
section.features1.design-cont.single_post_f1 .work-cont{
	font-family: "Inter UI" !important;
    font-weight: 400 !important;
}

.post_share.text-center ul li a {
    font-size: 16px;
    color: #A8A8A8;
    padding: 0px 10px;
}

input.form-email {
    transition:.5s linear all;
}

input.form-email:focus {
    border-color: #0a83dd !important;
    box-shadow: inset 0 0 2px rgba(10, 131, 221, 0.57) !important;
}
.img-hover {
    transition: .5s linear all;
    overflow: hidden;
}

.img-hover:hover img {
    transform: scale(1.05);
}

.img-hover img {
    transition: .5s linear all;
}
.img-hover {
    transition: .5s linear all;
    overflow: hidden;
}

/*Media Queries*/
@media screen and (max-width:767px) and (min-width:200px){
	.featured_blog_text {
    padding-top: 30px;
    padding-left: 30px;
}
	.featured_blog_bg {
    height: 300px;
}
	.featured_blog_wrapper {
    min-height: 300px;
    margin-bottom: 30px;
}
	
	.paginations.text-center ul li a {
    width: 35px;
    height: 35px;
    text-align: center;
	padding-top: 8px;
	}
	
	input.subscribe {
    margin: 0;
    margin-top: 10px;
}
	.divider_row {
    border-top: 1px solid #EEEEEE;
    padding-bottom: 90px;
    margin-top: 90px;
}
	.Single-content-wrapper img {
    display: block;
    height: auto;
    max-width: 100%;
}
	section.blog_details_header {
    height: 250px;
    box-shadow: 0 15px 40px rgba(38,78,238,0.1);
    margin-bottom: 60px;
}
	.blog_page .main-info.pri-mg.pricing_head_box {
    margin-top: 60px !important;
}
	section.features1.design-cont.single_post_f1 .main-info.pri-mg.pricing_head_box {
    margin-top: 0 !important;
}
	.post_share.text-center ul li a {
		font-size: 16px;
		color: #A8A8A8;
		padding: 0px 10px;
	}
	
	.featured_blog_text h3 {
    font-size: 20px;
    line-height: 10px;
    color: #fff;
    padding-top: 15px;
}
	span.cate_name {
    background: #1ED660;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding: 8px 15px !important;
    border-radius: 3px;
}
	.featured_blog_text {
    max-width: 80%;
    width: 600px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    padding: unset;
}
	
	.featured_blog_text h3 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding-top: 10px;
}
	
	.featured_blog_text p.read_timer {
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    font-family: "Inter UI";
    font-weight: 400;
}
	.featured_blog_wrapper {
    min-height: auto;
    margin-bottom: 30px;
}
	
	.form-subsribe {
    margin-bottom: 70px;
    margin-top: 30px;
}
}


@media screen and (max-width:800px) and (min-width:768px){
	section.default_blogs .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
	
	section.default_blogs .col-md-4 {
    margin-bottom: 30px;
}
	
	.featured_blog_text {
    padding-top: 15%;
    padding-left: 40px;
}
	.featured_blog_bg {
    height: 300px;
}
	.featured_blog_wrapper {
    min-height: 300px;
    margin-bottom: 30px;
}
	
	section.default_blogs .col-md-4 {
    margin-bottom: 15px;
    position: relative;
    height: 430px;
}
	.divider_row {
    border-top: 1px solid #EEEEEE;
    padding-bottom: 90px;
    margin-top: 90px;
}
	.Single-content-wrapper img {
    display: block;
    height: auto;
    max-width: 100%;
}
	section.blog_details_header {
    height: 300px;
    box-shadow: 0 15px 40px rgba(38,78,238,0.1);
    margin-bottom: 70px;
}
	
	.blog_page .main-info.pri-mg.pricing_head_box {
    margin-top: 90px !important;
}
	section.features1.design-cont.single_post_f1 .main-info.pri-mg.pricing_head_box {
    margin-top: 0 !important;
}
	.post_share.text-center ul li a {
    font-size: 16px;
    color: #A8A8A8;
    padding: 0px 10px;
}
	
	.featured_blog_text h3 {
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    padding-top: 10px;
}
	
	.featured_blog_text p.read_timer {
    color: #fff;
    font-size: 18px;
    line-height: 16px;
    font-family: "Inter UI";
    font-weight: 400;
}
	
	span.cate_name {
    background: #1ED660;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    padding: 8px 15px !important;
    border-radius: 3px;
}
}