/*
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.1.1.1732530871
Updated: 2024-11-25 10:34:31

*/
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap');

@media (min-width:1024px){
	.header{
		position:absolute;
		top:0;
		left:0;
		background:transparent !important;
/* 		overflow:hidden; */
	}
	header:after {
    content: "";
    position: absolute;
    top: 51px;
    right: 0;
    background: #FFC300;
    height: 55px;
    width: 72%;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}
	header .elementor-nav-menu--layout-horizontal .elementor-nav-menu{
		flex-wrap:nowrap !important
	}
}
.navbg {
	position:relative;
}

h1,h2,h3,h4,h5,h6{
	  font-family: "BIZ UDPMincho", serif;
	font-size:36px;
	line-height:1.5 !important;
	text-transform:capitalize;
	font-weight:700 !important;
	color:#000;
/* 	color:var( --e-global-color-primary ); */
}
@media (max-width:767px){
	h1,h2,h3,h4,h5,h6{
	font-size:24px !important;
}
	.navbg:after{
		display:none;
	}
	.elementor-element-beeed37  .elementor-icon-box-wrapper{
		align-items:center;
	}
	#mobile-header-title{
   display: block !important; 
}
}


.sub-heading  .elementor-button{
	box-shadow:inset 0 4px 4px #00000010;
}
.sub-heading .elementor-button-icon svg {
    width: 30px;
    height: auto;
}
.sub-heading  span.elementor-button-content-wrapper {
    align-items: center;
}
.img-box .motion img{
	animation: motion infinite 2s linear;
}
@keyframes motion{
	0% {transform:translatey(-10px)}
	50% {transform:translatey(0px)}
	100% {transform:translatey(-10px)}
	
	
}

/* .icon-box figure.elementor-image-box-img {
    position: relative;
} */
/* 
.icon-box figure.elementor-image-box-img:after {
    height: 105px;
    width: 105px;
    transform: rotate(45deg);
    background:     var(--e-global-color-primary);
    content: "";
    position: absolute;
    left: 0;
	z-index:1;
    top: auto;
} */
.icon-box strong{
	font-size:36px !important;
	display:block;
	margin-bottom:10px;
	
}
@media(min-width:768px){
.reverse-box .elementor-image-box-wrapper {
	flex-direction:row-reverse !important;
}
	.reverse-box img{
		width:256px;
	}
/* 	.reverse-box .elementor-image-box-content {
    text-align: right;
} */
/* 		.reverse-box .elementor-image-box-img{margin-left:38px !important; margin-right:0 ;} */
}
	

#mobile-header-title{
   display: none; 
}

#mobile-header-title h2 {
    font-size: 18px !important;
}


/*  */

.e-con-inner {padding-top:0px !important;
 padding:10px;
 }

.elementor-element.elementor-element-ab94c70.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    padding: 0px;
}



.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 99!important;
  transition:all 0.6s ease-in-out;
  animation:smothScroll 1s forwards;
  background: #00194f !important;
}
@keyframes smothScroll{
	0%{
		transform:translateY(-40px);
	}
	100%{
		transform:translateY(0px);
	}
}