/* 
	font-family: 'Prompt', sans-serif; 
*/

body {
	font-family: 'Prompt', sans-serif;
}

p{
	font-size:18px;
	line-height:26px;
}

.dark-section .postbox-colum{ background: #fff; }


/*---Blog Project Remove Header--------*/

.post-template-elementor_header_footer header#masthead {
    display: none;
}



/* Overright Css  */

@media only screen and (min-width:1200px){
	.ast-plain-container.ast-no-sidebar #primary {
		margin-top: 0;
		margin-bottom: 0;
	}	
}
.ast-single-post .entry-content a, 
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none;
}

.container {
    max-width: 1250px;
	width: 1250px;
    margin: auto;
}

#primary { float: left; }
#secondary { float: left; }


/* Post Box crausel */
.postbox-colum {
    padding: 15px;
    float: left;
    width: 100%;
    border: solid 1px #e9e6da;
    border-radius: 8px;
}

.postbox-item-inner {
    float: left;
    width: 100%;
}
.postbox-thumb {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    overflow: hidden;
    height: 220px;
}

.postbox-content {
    float: left;
    width: 100%;
	padding-bottom:10px;
}

/* post box grid */

.postbox-grid {
    padding: 15px;
    float: left;
    width: 100%;
	background:#FFFFFF;
    border: solid 1px #e9e6da;
    border-radius: 8px;
	margin-bottom:30px;
}



/*Pagination*/

.pagingbox {  float: left; width: 100%; text-align: center; }

.pagingbox ul {
    list-style: none;
    margin-top: 1rem;
}

.pagingbox ul li { display: inline-block; }
.pagingbox ul li a.next.page-numbers,
.pagingbox ul li a.prev.page-numbers { width: auto; }

.pagingbox ul li a {
    background: #eb6023;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    font-weight: 600;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.pagingbox ul li a:hover{ background: #014B91; }

.pagingbox ul li span.current {
    background: #014B91;
    padding: 6px 12px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}



/* Blog Box */

.blogbox-colum {
    float: left;
    width: 100%;
    border-radius: 4px;
}

.blogbox-item-inner {
    float: left;
    width: 100%;
}
.blogbox-thumb {
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    height: 230px;
}

.blogbox-content {
    float: left;
    width: 100%;
	background:#FFFDF2;
	border-radius:0 0 8px 8px;
    padding: 10px 20px 20px;
	border-left: solid 1px #e9e6da;
	border-right: solid 1px #e9e6da;
	border-bottom: solid 1px #e9e6da;
	-webkit-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
}

.blogbox-content .bbpara { color: #333; }

.postbox-content .pbpara { color: #333;  font-size: 16px; line-height: 1.5em; }


#main .owl-nav button.owl-next, 
#main .owl-nav button.owl-prev {
    border: solid 2px #014B91;
    color: #014B91;
    width: 35px;
    height: 35px;
    margin: 4px;
	transition: all .5s ease-in-out;
}


#main .owl-nav button.owl-next:hover, 
#main .owl-nav button.owl-prev:hover {
	background-color:#014B91;
	color: #FFFFFF;
	
}

.owl-next i.fa, 
.owl-prev i.fa {
    padding: 8px;
}

.postgrid_wrap div.owl-nav {
    text-align: center;
    margin: 15px 0 0;
}

#page p.read-more {
    margin-bottom: 5px;
    margin-top: 15px;
    border: solid 1px #111;
    padding: 6px 22px;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
	color:#111111;
}

#page p.read-more:hover, 
#page p.read-more:focus {
    background-color: #014B91;
    color: #fff;
    border: solid 1px #014B91;
}

#page p.read-more:hover a, 
#page p.read-more:focus a {
   color: #fff;
}


#page p.read-more a {
    font-weight: 500;
}

.single-post #primary article h2 {
    font-size: 25px;
}
.single-post #primary article h3 {
    font-size: 25px;
	font-weight:500;
}
.entry-content h1, .entry-content h2, 
.entry-content h3, .entry-content h4, 
.entry-content h5, .entry-content h6 {
    margin-bottom: 16px;
}
.ast-separate-container .ast-single-related-posts-container {
    padding: 2em;
	border-radius: 8px;
    border: solid 1px #e9e6da;
}
.ast-separate-container .ast-article-post, 
.ast-separate-container .ast-article-single, 
.ast-separate-container .ast-comment-list li.depth-1, 
.ast-separate-container .comment-respond {
    padding: 2rem;
    border-radius: 8px;
    border: solid 1px #e9e6da;
}
.ast-separate-container.ast-two-container #secondary .widget {
	border-radius: 8px;
    border: solid 1px #e9e6da;
}

textarea.wpcf7-textarea {
    height: 200px;
}
.contact-form .wpcf7-submit {
    width: 100%;
}
.category-property .site-main article {
    max-width: 32%;
    float: left;
    width: 32%;
    margin: 15px 0.6% 15px;
	padding:15px;
}

.category-property .site-main article:nth-child(3n+1){
	clear:both;
}


.category-property .site-main article .entry-title{
	font-size:22px;
}
.ast-blog-featured-section {
    margin-bottom: 10px;
}

.category-property .post-thumb{
	height:200px;
	overflow:hidden;
}

body.archive .ast-archive-description {
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 0;
    padding-left: 0;
    background: transparent;
    margin-bottom: 0;
	border-bottom: none;
}

#main .postbox-title {
    margin-bottom: 5px;
}
.set-price {
    color: #014B91;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1em;
    gap: 10px;
    margin-bottom: 15px;
}
.set-price span {
    font-weight: 400;
    font-size: 20px;
}

#main .set-price img {
    width: 22px;
}

.project-info {
    display: flex;
    gap: 12px;
	margin-bottom:12px;
}

#main .postbox-content img {
    width: auto;
}
.project-info > div {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.1em;
    font-size: 16px;
}
.project-info > div img {
    width: 20px !important;
}

.postbox-colum a:hover, 
.postbox-colum a:focus, 
.blogbox-colum a:hover,
.blogbox-colum a:focus {
    color: #111;
}


.blogbox-item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.bright-colum a {
    display: inline-block;
}
.pbox-grid-colum a:hover {
    color: #333;
}

.item-blink:hover, 
.item-blink:focus{
	color:#FFFFFF;
}



/* -----------------------
	#colum 
---------------------------*/
.full-box {    display: -webkit-box;    display: -ms-flexbox;    display: -moz-box;    display: -webkit-flex;    display: flex;    flex-wrap: wrap;}

.colum-1, .colum-2, .colum-3, .colum-4, 
.colum-5, .colum-6, .colum-7, .colum-8, 
.colum-9, .colum-10, .colum-11, .colum-12 {  
	padding-left: 10px;  padding-right: 10px;  float:left;
}

/* ----------------------------	#Media Query ------------------------- */


@media only screen and (min-width: 1367px) and (max-width: 1500px){
	.mainnav ul.hfe-nav-menu li a {
		padding-left: 12px !important;
		padding-right: 12px !important;
		font-size: 15px !important;
	}
}

@media only screen and (min-width: 1100px) and (max-width: 1366px){
	.mainnav ul.hfe-nav-menu li a {
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 15px !important;
	}
}



@media only screen and (min-width: 768px){		
	.colum-1 { width: 8.33333%; }	
	.colum-2 { width: 16.6667%; }	
	.colum-3{ width: 25%; }	
	.colum-4 { width: 33.3333%; }	
	.colum-5 { width: 41.6667%; }	
	.colum-6{ width: 50%; }	
	.colum-7 { width: 58.3333%; }	
	.colum-8 { width: 66.6667%; }	
	.colum-9 { width: 75%; }	
	.colum-10 { width: 83.3333%; }	
	.colum-11 { width: 91.6667%; }	
	.colum-12 { width: 100%; }	
}

@media only screen and (min-width: 601px) and (max-width: 991px){	
	.colum-4 { width:50%; }
}

@media only screen and (max-width: 600px){	
	.colum-4 { width:100%; }
}
/*    */
.pbox-grid { margin-bottom: 20px; }

#primary { margin: 0; }


.blogbox-colum a:hover .pbpara, 
.blogbox-colum a:focus .pbpara {
  color: #111111;
}





@media only screen and (min-width: 768px){		
.pbox-grid-colum:nth-child(3n+1) { clear: both; }	
}

@media only screen and (max-width: 921px){	
	#primary, #secondary { padding: 0; margin: 0; }
}

		