p a,
.smileit-text-content ul li a,
.smileit-text-content ol li a {
	color: var(--e-global-color-accent);
	transition: all .3s ease;
}
p a:hover,
.smileit-text-content ul li a:hover,
.smileit-text-content ol li a:hover{
	text-decoration: underline;
	color: currentcolor
}
.elementor-heading-title span {
	font-weight: 700;
}
.smile-logo-gallery .elementor-widget-image {
	 display: flex;
    align-items: center;
    justify-content: center;
}
.sit-h-img {
    position: relative;
	z-index: 1;
}

.sit-h-img:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    border-color: var(--e-global-color-4194201);
	border-width: 2px;
	border-style: solid;
    transform: rotate(6deg);
	z-index:-1;
}
.sit-h-img.dashed:after {
	border-style: dashed;
}
.sit-h-img.dotted:after {
	border-style: dotted;
}
.sit-h-img.black:after {
	border-color: var(--e-global-color-primary);
}

.img-box-grid .elementor-image-box-img img {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
}

h2.smileit-form-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Avenir';
}
button.smileit-modal-close {
    padding: 20px !important;
    font-size: 30px !important;
}
h3.smileit-section-title.smileit-section-yellow {
    font-size: 18px;
    line-height: 54px;
    font-weight: 600;
}


.sit-blog-item .sit-feature-img a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #02115acc;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sit-blog-item:hover .sit-feature-img a:before {
    opacity: 1;
}
.sit-blog-item .sit-feature-link-icon {
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sit-blog-item:hover .sit-feature-link-icon {
    opacity: 1;
}

.smileit-text-content h2, .smileit-text-content h3, .smileit-text-content h4, .smileit-text-content h5, .smileit-text-content h6 {
	margin: 30px 0 15px;
}

.smileit-text-content ul, .smileit-text-content ol {
    margin-block: 25px;
	padding-left: 30px;
}

.smileit-text-content ul li, .smileit-text-content ol li {
    margin: 0 0 10px !important;
}

.smileit-text-content ul li:last-child, .smileit-text-content ol li:last-child {
    margin-bottom: 0 !important;
}

/* manu style  */
@media screen and (min-width: 1025px) {
  .elementor-widget-n-menu .e-n-menu-item .e-n-menu-title-container {
		position: relative;
	}
	.elementor-widget-n-menu .e-n-menu-item .e-n-menu-title-container:after {
		content: "";
		position: absolute;
		width: 0;
		margin: 0 auto;
		height: 3px;
		left: 0;
		right: 0;
		bottom: -8px;
		background: var(--n-menu-title-color-hover);
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.elementor-widget-n-menu .e-n-menu-item:hover .e-n-menu-title-container:after {
		width: 100%;
	}
}
.elementor-widget-n-menu .e-n-menu-item:hover .e-n-menu-title .e-n-menu-title-text {
    color: var(--n-menu-title-color-hover) !important;
}
.elementor-widget-n-menu .e-n-menu-item:hover .e-n-menu-icon svg {
    fill: var(--n-menu-icon-color-hover) !important;
}