/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2026 | 00:41:36 */
.icon-animate {
animation: 0.6s Animate infinite alternate;
}

@keyframes Animate {
	0%  {
	transform:translatey(-7px);
	}
	100% {
			transform:translatey(7px);
		}
}

h1.entry-title {
    display: none;
}
div#Subheader {
    display: none;
}
div#Content {
    padding: 0 !important;
}

.hm-lst
{
	overflow:hidden;
}
.hm-lst img {
	transition:all .5s;
	transform:scale(1);

}
.hm-lst:hover img {
    transform: scale(1.03);
	transition:all .5s;
}
.hm-lst:hover span.elementor-button-text {
    text-decoration: underline;
}
.Counter-form1:after {
    content: "";
    position: absolute;
    background: #5783C2;
    width: 2px;
    height: 214px;
}
.custom-icon-share:before{
   content: "\2934";
    display: inline-block;
    /* -webkit-transform: rotate( 
-85deg
 ) scale(1, -1) translate(6px, -9px); */
    /* transform: rotate( 
-85deg
 ) scale(1, -1) translate(6px, -9px); */
    font-size: 56px;
    color: #c8c8c8;
    left: 42%;
    /* font-weight: 600 !important; */
    top: -31%;
    position: absolute;
}
.custom-sec .elementor-column {
    padding: 10px;
}
.custom-accordian .elementor-accordion-item {
    padding: 10px;
    background: #f3f5f6;
    margin-bottom: 12px;
    border-radius: 50px;
    box-shadow: 0px 1px 4px #80808061;
}
.from-sec > .elementor-container.elementor-column-gap-default {
    box-shadow: 0px 0px 40px #d3d3d361;
    border-radius: 20px;
}

@media only screen and (max-width: 600px) {
  .Counter-form1:after {
    display:none;
  }
	.custom-tabs .jet-tabs__control.jet-tabs__control-icon-left.elementor-menu-anchor 
	{
		width: 40% !important;
	}
	.jet-tabs__control-inner {
		padding: 12px 20px !important;
	}
	.jet-tabs__control-wrapper {
    border-radius: 10px !important;
}
}
@media(max-width:767px)
{
	.custom-tabs .jet-tabs__control.jet-tabs__control-icon-left.elementor-menu-anchor 
	{
		width: 40% !important;
	}
	.jet-tabs__control-inner 
	{
		padding: 12px 20px !important;
	}
	.jet-tabs__control-wrapper 
	{
		border-radius: 10px !important;
	}
}