/*
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.3.0.1746668844
Updated: 2025-05-08 01:47:24

*/


.product-box .elementor-image-box-content {
    padding: 5px 25px 20px;
}

.btn-outline-primary {
    --bs-btn-color: #01408C !important;
    --bs-btn-border-color: #01408C  !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #01408C  !important;
    --bs-btn-hover-border-color: #01408C  !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #01408C  !important;
    --bs-btn-active-border-color: #01408C  !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #01408C  !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #01408C  !important;
    --bs-gradient: none;
}

.nav-icon-box h3.elementor-image-box-title:hover{
	color:#01408C !important;
}

.elementor-8 .elementor-element.elementor-element-5a6cfea .bwdpssx-design-1 .bwdpssx-title-price-wrapper:after, .elementor-8 .elementor-element.elementor-element-5a6cfea .bwdpssx-design-2 .bwdpssx-heading-wrapper:after, .elementor-8 .elementor-element.elementor-element-5a6cfea .bwdpssx-design-3 .bwdpssx-heading-wrapper:after, .elementor-8 .elementor-element.elementor-element-5a6cfea .bwdpssx-design-4 .bwdpssx-title-price-wrapper:after, .elementor-8 .elementor-element.elementor-element-5a6cfea .bwdpssx-design-5 .bwdpssx-heading-wrapper:after{
	background-color:transparent;
}

.bwdpssx-design-4 .bwdpssx-title-price-wrapper{
	background-color:transparent;
}

.bwdpssx-plan-2 .bwdpssx-icon-include {
    color: #fff;
    fill: #fff !important;
}

.circle-animation{
	left:0;
	right:0;
	overflow:hidden;
}

.circle-animation img {
  animation: rotateCircle 20s linear infinite;
  transform-origin: center center;
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {

}