/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */





.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.post-grid .post-card {
    background: #f2f5fc;
    border-radius: 12px;
    padding: 10px;
}

.post-card .post-thumb img {
    border-radius: 12px;
    width: 100%;
}

.post-card .post-thumb img,.post-card .post-thumb a {
    display: block;
}

.post-card .post-thumb {
    margin-bottom: 15px;
}

.post-card .post-meta span {
    padding: 2px 10px;
    border: 1px solid #0000001a;
    border-radius: 30px;
    font-size: 14px;
    color: #1d1d1f;
}

.post-card .post-title {
    font-size: 19px;
    font-weight: 400;
    margin: 10px 0 15px;
}

.post-card .post-title a {
    color: #1d1d1f;
}

.post-card .post-title a:hover {
    color: #1c40bf;
}

.post-card .post-excerpt {
    font-size: 15px;
    line-height: 1.3;
    color: #888787;
    margin-bottom: 2px;
}
.post-card .post-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: auto;
    background: #1c40bf;
	color: unset;
}

.post-card .post-arrow svg path{
    fill: #fff;
}
.blog_posts .post-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.blog_posts .post-pagination span, .blog_posts .post-pagination a {
    font-size: 20px;
    border: 1px solid #0000001a;
    border-radius: 4px;
    color: #1d1d1f;
    padding: 2px 17px;
}

.blog_posts .post-pagination span, .blog_posts .post-pagination a {
    font-size: 20px;
    border: 1px solid #0000001a;
    border-radius: 4px;
    color: #1d1d1f;
    padding: 2px 17px;
	transition: .3s linear;
}
.blog_posts .post-pagination span:hover, 
.blog_posts .post-pagination a:hover,
.blog_posts .post-pagination .current{
	background: #1c40bf;
	border-color: #1c40bf;
	color: #fff;
}

/* Contact */
.cont_frm p {
    margin: 0;
}
.frm_inp input, .frm_inp select, .frm_inp textarea {
    border: 0;
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    opacity: 1;
    font-size: 14px;
	color: #000;
	outline: none;
}
.cont_frm {
    display: grid;
    gap: 10px;
}
.frm_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.cont_frm .wpcf7-submit {
    width: 100%;
    display: block;
    background: #1c40bf;
    color: #fff;
    font-size: 16px;
    padding: 11px 19px;
    border-radius: 12px;
	border: 1px solid #1c40bf;
	transition: .3s linear;
	outline: none;
}
.cont_frm .wpcf7-submit:hover {
    background: #fff;
    color: #1c40bf;
}
.frm_inp textarea {
    height: 180px;
}

.trust_sec >.e-con-inner {
    position: unset;
}

.trust_sec.elementor-section {
    position: relative;
}
.elementor-element.logo_img {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
}
.logo_img img {
    width: 80%;
    animation: 35s linear infinite rotate;
    will-change: transform;
}
.log_slide .swiper-slide img {
    object-fit: contain;
    max-width: 80px;
}
@keyframes rotate {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.logo-circle {
	animation: 35s linear infinite rotate;
	will-change: transform;
	backface-visibility: hidden
}


/* Single Post */
.spost_main {
    padding: 60px 30px 70px;
}
.spost_contianer {
    max-width: 1310px;
    margin: 0 auto;
}
.spost_wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.spost_left {
    flex: 0 0 33%;
    position: sticky;
    top: 30px;
}
.spost_right {
    flex: 1;
}
.spost_left .post_back_link {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #888787;
	margin-bottom: 40px;
}
.post_back_link span {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1c40bf;
    transform: scaleX(-1);
}
.post_back_link svg path {
    stroke: #fff;
}
.post_back_link svg {
    color: unset;
}
.spost_left .post-meta span {
    padding: 2px 10px;
    border: 1px solid #0000001a;
    border-radius: 30px;
    font-size: 14px;
    color: #1d1d1f;
}
.spost_thumb img {
    border-radius: 12px;
}
.spost_thumb {
    margin: 25px 0;
}
.spost_content {
    font-size: 17px;
}


@media screen and (max-width: 767px){
	.spost_left {
		flex: 0 0 100%;
		position: unset;
	}
	.spost_left .post_back_link {
		margin-bottom: 20px;
	}
	.spost_main {
		padding: 20px 15px 40px;
	}
	.spost_right .section-title {
		font-size: 28px;
		margin: 0;
	}
	.spost_content {
		font-size: 16px;
	}
	.frm_inp input, .frm_inp select, .frm_inp textarea,
	.cont_frm .wpcf7-submit{
		border-radius: 8px;
	}
	.frm_row {
		grid-template-columns: repeat(1, 1fr);
	}
	.frm_inp textarea {
		height: 150px;
	}
	.elementor-element.logo_img{
		display: none;
	}
}