/*
Theme Name: Norman Theme
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

 ol, ul {
	list-style: disc;
	margin-left:20px;
} 
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: inherit;
}
.testimonial-slider .qodef-e-inner {
    background: #fff !important;
    border-radius: 16px;
    border: 2px solid #333;
}
.about-wrapper > .elementor-container {
    background: #fff;
	border-radius: 14px;
}
.btn-header{
	cursor: pointer;
}
.btn-header:hover .elementor-icon{
	fill: var(--e-global-color-secondary) !important;
}
.btn-header:hover .elementor-icon-box-description{
	color:var(--e-global-color-secondary) !important;
}
.vendors-cards > .elementor-widget-container {
    border-radius: 8px;
    overflow: hidden;
}
/* h1.elementor-heading-title {
    font-size: 67px !important;
	text-transform: capitalize !important;
	font-family: "Dancing Script", Sans-serif !important;
	font-weight: 400 !important;
} */
.post-image img {
    height: 550px;
    object-fit: cover;
	border-radius: 12px;
}
.banner_wrapper .elementor-html5-video{
	display: block !important;
}
.blog-list h2 a{
	height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gallery_images .elementor-widget-image img {
    transition: transform 0.5s;
}
.gallery_images .elementor-widget-image:hover img {
    transform: scale(1.3); 
	z-index:9;
	position: relative;
}
#over-flow{
	overflow: initial;
}

.position-relative{
	position: relative;
	z-index: 9;
}
ol.custom-list{
	list-style: auto !important;
}
.custom-list{
	list-style: inherit !important;
    padding-left: 26px;
    line-height: 1.7;
}
.red-text{
	color:red;
}
@media(max-width: 1024px){
	.gallery_images .elementor-widget-image:hover img{
		transform: scale(1);
	}
}
@media(max-width: 586px){
	.banner_wrapper .elementor-html5-video {
		height: 100% !important;
	}
	.vender-cards a{
		overflow-wrap: break-word;
	}
	h1.elementor-heading-title{
		font-size: 35px !important;
		line-height: 1.3 !important;
	}
}
header .elementor-widget-icon-box .elementor-icon-box-content{
	flex-grow: initial;
}
.btn-header .elementor-icon-box-wrapper{
	justify-content: end;
}
.image-design img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.gallery-carousel img {
    height: 350px;
    object-fit: cover;
}
.position-relative {
	position: relative !important;
}
.translate-x{
	transform: translateX(-50%)
}
.translate-y{
	transform: translateY(-50%)
}
header .wpr-nav-menu .wpr-sub-menu{
	width: 220px;
}
ul.custom-list.my {
    margin-top: 8px;
    margin-bottom: 26px;
}
ul.custom-list.my:last-child {
    margin-bottom: 0;
}
@media(max-width:786px){
	.position-relative.translate-y{
		transform: none;
		position: static;
	}
}