@font-face {
	font-family: 'CARDIFItalic';
	src: url('../font/CARDIF_I.eot');
	src: url('../font/CARDIF_I.woff') format('woff'), url('../font/CARDIF_I.ttf') format('truetype'), url('../font/CARDIF_I.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.topSelling .name-description h3, .product-gallery .name-description h3 {
	color: white;
	font-family: "CARDIFItalic" !important;
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
	margin-top: 2px;
}

.topSelling .s-12, .topSelling .m-6, .topSelling .l-3 {
	margin: 2px;
}

/*For bottom Name*/
.product-container {
	position: relative;
}

.name-container {
	position: absolute;
	height: 29px;
	width: 100%;
	text-align: center;
	background-color: #20A8E4;
	opacity: 0.8;
	color: #fff;
	bottom: 0
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #1075BB;
}

.contactus .text-primary {
	color: #1075BB !important;
}

.product-gallery .l-3, .topSelling .l-3 {
	width: 24%;
}

.mainpage .section-top-padding {
	padding-top: 3em;
}

.background-white, .background-white p {
	color: #1075BB !important;
}

/* For Item Popup */
.popup {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.75);
	z-index: 12;
}

/* Inner */
.popup-inner {
	max-width: 700px;
	width: 90%;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
	border-radius: 3px;
	background: #fff;
}

/* Close Button */
.popup-close {
	width: 30px;
	height: 30px;
	padding-top: 4px;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: ease 0.25s all;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	border-radius: 1000px;
	background: rgba(0, 0, 0, 0.8);
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	color: #fff;
}

.popup-close:hover {
	-webkit-transform: translate(50%, -50%) rotate(180deg);
	transform: translate(50%, -50%) rotate(180deg);
	background: rgba(0, 0, 0, 1);
	text-decoration: none;
}

.popup table {
	line-height: 1.4rem;
	font-size: 8em;
}

.popup h3 {
	text-align: center;
	background-color: #28A8D9;
	color: White;
	padding: 5px 0px 5px 0px;
}

.text-size-50 {
	line-height: 1.2;
}

/* For Logo Slider */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

#logoslider {
	list-style: none;
	padding: 0px
}

.slider-container {
	width: 100%;
	height: 150px;
	padding: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#logoslider img {
	width: 200px;
	height: 125px;
	margin: 0px;
	display: inline-block
}

#logoslider li {
	width: 210px
}

.bx-wrapper, .bx-window {
	width: auto !important;
}
/* For Product Page */
.accordion a, .accordion a:link, .accordion a:visited, .accordion a:hover, .accordion a:active {
	color: #FFF;
}
.accordion .background-white, .accordion .background-white p, .accordion a.background-white, .accordion .background-white a, .accordion .background-white a:link, .accordion .background-white a:visited, .accordion .background-white a:hover, .accordion .background-white a:active {
	color: #FFF;
}
.section-top-padding{
	padding-top:0px;
}
.product-container{position:relative;}
.name-container{position: absolute;
height: 29px;
width: 100%;
text-align: center;
background-color: #20A8E4;
opacity: 0.8;
color: #fff;
bottom:0}

.name-container h3{color:white;}
.product-gallery .s-12, .product-gallery .m-6, .product-gallery .l-3
{margin:2px;}

.popup p{color: #28A8D9 !important;}
.Ourwork{margin-bottom: 3.5rem}
.customform .error{color:#DD442C !important; }

@media screen and (max-width: 480px) {
	.product-gallery .l-3, .topSelling .l-3 {
		width: 100%;
	}
}
