
#back_to_tpn_button {
    display: none;
	 cursor: pointer;
    transition: opacity 0.3s ease;
}
.contact_inner_sec {
    width: 100%;
    display: inline-table;
}
.contact_inner_sec .first_section, .contact_inner_sec .second_section {
    width: 50%;
    float: left;
    padding: 0px 12px 0px 12px;
}
.contact_inner_message, .contact_inner_submit {
    padding: 0px 12px 0px 12px;
}
.contact_inner_sec_field label, .contact_inner_message label {
    font-family: "Bricolage Grotesque", Sans-serif;
	font-weight: 400;
    font-size: 18px;
    color: #000;
}
.contact_inner_submit input[type="submit"] {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    line-height: 24px;
    background-color: #FF5A36;
    border-radius: 60px 60px 60px 60px;
    padding: 20px 60px 20px 60px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    color: #fff;
}
.homepage_inner_list_blog {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
	gap: 30px;
}
.homepage_inner_lists {
    background: #F1F1F1;
}
.homepage_inner_lists img {
    width: 740px;
    height: 416px;
    object-fit: cover;
}
.homepage_blog_listing .blog_content_area {
    padding: 40px 20px;
}
.homepage_inner_lists h2{margin-bottom: 40px;}
.homepage_inner_lists h2 a {
    font-size: 30px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 400;
    line-height: 42px;
    color: #000;
    text-decoration: none;
}
.homepage_inner_lists a.read_more_link {
    text-decoration: none;
    font-size: 22px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 400;
    line-height: 42px;
    color: #000;
}
.homepage_inner_lists a.read_more_link i.fa.fa-arrow-right {
    font-size: 18px;
	z-index: 2;
    position: relative;
}
.homepage_inner_lists a.read_more_link span {
    margin-left: 20px;
    position: relative;
}
.homepage_inner_lists a.read_more_link span::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 38px;
    height: 38px;
    left: -12px;
    top: -5px;
    z-index: 1;
    border-radius: 50px;
}
.blog_content_area p {
    color: #FF5A36;
    font-size: 18px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 400;
}
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
    max-width: 1140px;
    width: 100%;
    margin: 20px auto;
}
@media only screen and (max-width: 1024px) {
.header_home_menu .hfe-dropdown {
  position: absolute;
  top: 70%;
  right: 6px;
  width: 240px;
}
}
@media only screen and (max-width: 768px) {
.footer_privacy_menu ul li a.hfe-menu-item {padding-left: 0px!important;}
}
@media only screen and (max-width: 620px) {
.homepage_inner_list_blog{display:block;}
.homepage_inner_lists{margin-bottom:30px;}
}
@media only screen and (max-width: 370px) {
html{overflow-x:hidden;}
}




@media only screen and (max-width: 768px) {
	
	.flex_container_home {
  display: block;
}
	
	.main_column_home{
		margin-bottom:30px;
	}
	
	.widget-title h2{
		font-size:20px !important;
		padding-top:10px;
		font-weight:bold;
}
	
	.widget_recent_entries ul li{
	line-height:10px;
	font-size:16px;
}
	
	.widget_recent_entries ul li a{
	color:black;
	text-decoration: none !important;
}
	
	.widget_categories ul li{
	line-height:10px;
	font-size:16px;
}
	
	.widget_categories ul li a{
	color:black;
	text-decoration:none !important;
}
}

@media only screen and (max-width: 480px) {
	svg.e-font-icon-svg.e-fas-long-arrow-alt-right {
    padding-top: 0px;
    font-size: 11px;
}
	
	
	h2.widget-title {
	padding-top:10px;
		font-size:15px;
	font-weight:bold;
}
	.widget_recent_entries ul li{
	line-height:40px;
	font-size:15px;
}
	
	.widget_recent_entries ul li a{
	color:black;
	text-decoration: none !important;
}
	
	.widget_categories ul li{
	line-height:40px;
	font-size:15px;
}
	
	.widget_categories ul li a{
	color:black;
	text-decoration:none !important;
}
}


h2.widget-title {
 
	padding-top:10px;
	font-weight:bold;
}

.widget_recent_entries ul li{
	line-height:40px;
	font-size:20px;
}

.widget_recent_entries ul li a{
	color:black;
	text-decoration: none !important;
}

.widget_categories ul li{
	line-height:40px;
	font-size:20px;
}

.widget_categories ul li a{
	color:black;
	text-decoration:none !important;
}
	
}


.flex_container_home {
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
    flex-direction: row;
}

.main_column_home {
    background: #ccc;
    padding: 20px;
}

.flex_container_home .main_column_home img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.thumbnail_area_home {
    margin: 0 auto;
    text-align: center;
}

.flex_container_home a.read_more_link {
    color: #f13829;
    text-decoration: none;
    font-size: 18px;
}
.flex_container_home a.read_more_link i.fa.fa-arrow-right {
    padding-left: 6px;
    padding-top: 3px;
}

.flex_container_home h2 {
    font-size: 30px;
}
.flex_container_home {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-evenly;
}

#image_box_id .elementor-image-box-wrapper::before {
    content: url('https://koiastra.com/wp-content/uploads/2024/10/arrow-90deg-right.jpg');
    display: block; 
    width: 25%; 
    height: auto; 
    margin-bottom: 10px; 
    text-align: left; 
	padding-top: 15px;
}

#services_button_id span.elementor-button-text::after {
    content: url('https://koiastra.com/wp-content/uploads/2024/10/arrow-right-outline.jpg');
      position: absolute;
    padding-top: 12px;
    padding-left: 25px; 
    width:10%; 
    height: auto; 
    margin-bottom: 10px; 
    text-align: center; 
}

.services_button_class img{
	padding-top:22px !important;
}

div#jp-relatedposts {
    display: none !important;
}

 .elementor-image-box-title a{
	text-decoration:none !important;
}

.main_column_home{
			height: 650px !important;
		}

	@media screen and (max-width:767px){
	#image_box_id .elementor-image-box-wrapper::before {
    content: url('https://koiastra.com/wp-content/uploads/2024/10/arrow-90deg-right.jpg');
    display: none;
	}
		
		.services_button_class img{
			display:none !important;
		}
		
		.flex_container_home{
			display:block;
			padding:0px;
		}
				
		
		.main_column_home{		
			height:auto !important;
		}
		
}

#menu-item-37 a{
	display:none !important;
}


/* 21-10-2024 */

.sp-pcp-post .sp-pcp-post-thumb-area img {
    margin-bottom: 20px;
}

.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a {
    padding: 16px 0px;
}

h2.sp-pcp-title a{
	font-size:30px !important;
	line-height:40px !important;
	font-weight:600 !important;
}

.pcp-readmore-link{
	font-size:18px !important;
	text-decoration:none !important;
}

.swiper-slide.swiper-lazy.swiper-lazy-loaded{
   background-color: #ededed !important;
    padding: 25px !important;
}

.entry-date{
	color:black !important;
	font-size:18px !important;
}

.sp-pcp-post-content p{
	font-size:16px !important;
	line-height:26px;
	 color: #0F121B!important;
}

.pcp-readmore-link::after {
    content: url('https://koiastra.com/wp-content/uploads/2024/10/icons8-right-arrow-30.png');
    display: block; 
    width: 40% !important; 
	position:absolute;
    height: auto; 
    margin-bottom: 10px; 
    text-align: left; 
	padding-left:110px;
	margin-top:-25px !important;
	font-size:20px !important;
}

	@media screen and (max-width:767px){
		.swiper-slide.swiper-lazy.swiper-lazy-loaded{
			height:auto !important;
		}	
}

/* End */