/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.3.1748843789
Updated: 2025-06-02 05:56:29

*/

.container{
	width:1320px;
	margin:auto;
}
.banner-sec {
    background-image: url(/wp-content/uploads/2025/06/Rectangle-226-1-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    margin-top: -93px;
	align-content: end;
    padding-bottom: 60px;
}
.cstm-tabs {
    display: flex;
    gap: 40px;
	padding-top: 100px;
    padding-bottom: 50px;
}
.cstm-tabs a.recent-tab {
    color: #9A9A9A;
    border: 1px solid #9A9A9A;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 20px;
}
.cstm-tabs a.recent-tab:hover{
	background-color:#143D6D;
	border-color:#143D6D;
    color:#ffffff;
}
.first-post-sec {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.post-bg img {
    border-radius: 15px 15px 0px 0px;
}
.heading-download {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
}
.post-h{
	font-size:22px;
	font-weight:500;
	color:#222222;
	font-family: "Josefin Sans", Sans-serif;
	margin-bottom:0px;
}
.post-t{
	padding-left:10px;
	color:#9A9A9A;
	font-size:16px;
	margin-bottom:0px;
	border-bottom:1px solid #aaaaaa;
	padding-bottom:10px;
}
.date-admin {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
	padding-top:5px;
}
.post-bg {
    background-color: #fafafa;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 100px;
    padding-bottom: 30px;
}
.date-admin a {
    color: #9A9A9A!important;
    font-size: 16px;
}
.post-bg img{
	position:relative;
}
.post-bg img:after{
	position:absolute;
	content:'';
	background-image:url("/wp-content/uploads/2025/06/Vector.png");
	height:68px;
	width:68px;
	right:50px;
	top:50px;
}




   .tab-content {
      display: none;
      padding: 20px;
    }

    .tab-content.active {
      display: block;
    }
	
	
