.font-ssp {
	font-family: 'Source Sans Pro', sans-serif;
}

.logo-header {
	max-height: 80px;
}

.swiper-slide .caption {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
}

.navbar-b {
	background: black;
}

.zr-theme-menu-header-navber-area {
	background: rgb(192 1 19 / 99%) !important;
}

.copyright-area .col-xl-6:nth-of-type(2) {
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.5px;
	font-family: 'Source Sans Pro', sans-serif;
}	

.bg-red {
	background: rgb(192 1 19 / 99%) !important;
	color: #fff;
}


.bg-dark {
	background-color: #000 !important;
}

.bg-red h2 {
	color: #fff;
}

.font-1-2 {
	font-size: 1.2em;
}

.font-1-25 {
	font-size: 1.25rem;
}

.font-1-5 {
	font-size: 1.5rem;
}

.zr-theme-menu-product-info-box:not(.shrink) {
	
}

.products-pic {
	height: 400px;
	width: 100%;
	object-fit: cover; 
}

.menu-product-details {
	max-width: 82%;
}

#company svg, #services svg {
	width: 64px;
	height: 64px;
}

/* Breakpoints */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.zr-theme-menu-header-navber-area .col-md-6:nth-of-type(2) {
		text-align: right;
		align-items: end;
	}	

	.zr-theme-menu-header-navber-area .col-md-6:nth-of-type(2) .top-social {
		margin-left: auto;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.copyright-area .col-xl-6:nth-of-type(2) {
		text-align: right;
	}	

	#mainNav {
		padding-top: 45px;
		padding-bottom: 45px;
	}	
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
}

