/* ipad logo */
img.hfe-site-logo-img.elementor-animation- {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
/* ipad logo end */
.wpr-dual-button {
    gap: 20px !important;
}
/* herosec btn */
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none !important;
}
/* footer textstyle */
.textstyle span{

background: linear-gradient(to right, #F1D11B, #FFA800) !important;
 -webkit-background-clip: text !important;
 background-clip: text !important;
 color: transparent !important;
}
/* footer textstyle end*/
.boxes{
	animation: fade-in-effect linear forwards;
	animation-timeline: view();
	animation-range: entry;
}
@keyframes fade-in-effect{
	from{
		opacity: 0;
		transform: translatey(400px)
}
	50%{
		opacity: 0;
	}
	to{
		opacity: 1;
		transform: translatey(0px)
}
}

/* image scroll */
.swiper-wrapper{
  transition-timing-function: linear !important; 
}
/* scrollbar to whole site */	
	/* width */
	body::-webkit-scrollbar {
	width: 6px;
	}
	/* Track */
	body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
	}
	/* Handle */
	body::-webkit-scrollbar-thumb {
	background: #004C8C !important; 
	border-radius: 10px;
	}
	/* Handle on hover */
	body::-webkit-scrollbar-thumb:hover {
	background: #003867; 
	}
	/* End of scroll bar to whole site */

/* fluent forms */
.ff-default .ff_btn_style {
    
    font-family: 'Girloy';
    background-image: linear-gradient(to right, #F1D11B, #FFA800);
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
   
/*     padding: 10px 20px; */
    
}
.ff-default .ff_btn_style:hover{
	background-image: linear-gradient(to right, #FFA800, #F1D11B);
	color: #000 !important;
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
/* 	padding: 22px !important; */
}

/* menu */
.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul{
	width: 400px;
}

.ti-widget.ti-goog .ti-controls .ti-next, .ti-widget.ti-goog .ti-controls .ti-prev{
	border-radius: 50px;
    padding: 20px;
	   background-image: linear-gradient(to right, #F1D11B, #FFA800);
	
}
.ti-widget.ti-goog .ti-controls .ti-next:before, .ti-widget.ti-goog .ti-controls .ti-prev:before{
	background: #161616 !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:after, .ti-widget.ti-goog .ti-controls .ti-prev:after{
	background: #161616 !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:after {
    top: 23px !important;
    right: 7px !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:before {
    top: 13px !important;
    right: 7px !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev:before{
	 top: 23px !important;
    left: 7px !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev:after{
	   top: 13px !important;
    left: 7px !important;
}
.ti-widget.ti-goog .ti-widget-container, .ti-widget.ti-goog .ti-widget-container * {
    font-family: 'Girloy' !important;
}

.elementor-swiper-button.elementor-swiper-button-next, .elementor-swiper-button.elementor-swiper-button-prev{
		border-radius: 50px;
    padding: 10px;
	   background-image: linear-gradient(to right, #F1D11B, #FFA800);
}


/* Blog */
.entry-meta{
	display: none;
}