/* 
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 */



/* Tag links in post info (e.g., category or tag links) */
.page-id-18 .elementor-post-info__item.elementor-post-info__item--type-terms a {
    padding: 4px 8px !important;
    background: #00104D1A !important; /* Semi-transparent dark blue */
}

/* Adjust button content layout */
#primary-btn .elementor-button-content-wrapper {
    justify-content: space-between !important;
}

/* Active pagination span */
 .elementor-pagination span {
    padding: 16px 21px !important;
    background: #FF3300 !important;
    color: white !important;
	border-bottom: 1px solid #FF3300 !important;

}

/* Pagination links */
 .elementor-pagination a {
    padding: 16px 21px !important;
    border-bottom: 1px solid #00104D !important;
	 color:#000 !important;
	 transition:all .4s ease;
}
.elementor-pagination a:hover {
	 border-bottom: 1px solid #FF3300 !important;
	 color:#fff !important;
	 background: #FF3300 !important;
}
.page-id-18 .elementor-post-info__item.elementor-post-info__item--type-terms .elementor-post-info__terms-list{
	padding:0 !important;
	background:transparent !important;
}

/* primary btn arrow */
#primary-btn svg{
	transform:translatex(-4px);
	transition:all .4s ease;
}
#primary-btn:hover svg{
transform:translatex(0px);
}



.news-post .elementor-widget-theme-post-content {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.blockquote{
	margin:0 !important;
	padding:40px !important;
	padding-left: 116px !important; 
	background:rgba(0, 16, 77, 0.10) !important;
	position:relative;
	margin-top:0px !important;
	margin-bottom:48px !important;

}

.blockquote .qoutes{
	position:absolute;
	left: 40px;
	top:40px;
}

.img-text{
	color:#FF3300 !important;
	
}


.mar-b.img{
	margin-bottom:48px !important;
}
.mar-b.img img{
		margin-bottom:6px !important;

}

