/* Write Custom Css Here */

.faqArea .section-tittle.section-tittle2 {
    text-align: center;
}
.section-tittle .tittle{
	font-size: 40px !important;
}
.sliderArea .heroCaption .tittle .tittleColor.slideEffect, 
.sliderArea .heroCaption .title .tittleColor.slideEffect{
	-webkit-text-fill-color: unset !important;
}

a.wow.fadeInUp.social {
    display: none;
}

.header-top .header-info-right .select-language .nice-select .list {
    background-color: var(--main-color-one);
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 9px;
    width: 120%;
    z-index: 99;
}