article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
form {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}

body {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	color: #000000;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

img {
	border: none;
	vertical-align: middle;
}

/****************
 * Common Css
 ****************/
.container {
	width: 1000px;
	margin: 0 auto;
}

.container:after,
.container:before {
	display: table;
	content: " ";
	clear: both;
}

nav.nav .container {
	position: relative;
}

#headerpart {
	float: left;
	width: 100%;
	position: relative;
	background-color: #121212;
	padding: 10px 0px;
}

#headerpart .logo {
	float: left;
}

#headerpart .call-msg {
	float: right;
	margin-top: 13px;
}

#headerpart .call-msg p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	float: left;
	text-transform: uppercase;
	margin: 14px 18px 0px 0px;
}

#headerpart .call-msg h2 {
	float: right;
}

#headerpart .call-msg h2 a {
	float: left;
	height: 46px;
	width: 146px;
	background-color: #aa2023;
	font-weight: 700;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
}

#headerpart .call-msg h2 a:hover {
	background-color: #ffffff;
	color: #aa2023;
}

nav.nav {
	float: left;
	width: 100%;
	background-color: #232323;
	position: relative;
}

nav.nav ul.menus {
	float: none;
	display: flex;
	align-items: center;
}

nav.nav ul.menus>li {
	float: none;
	padding: 14px 30px 14px 0;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

nav.nav ul.menus>li:last-child {
	padding-right: 0px;
}

nav.nav ul.menus>li>a {
	float: left;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}

nav.nav ul.menus>li>a:hover {
	color: #aa2023;
}

nav.nav ul.menus>li .submenus {
	position: absolute;
	z-index: 11;
	padding: 0px;
	top: 47px;
	left: 0px;
	display: none;
	background-color: #aa2023;
	border: 1px solid #cccccc;
	width: 200px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

nav.nav ul.menus>li .submenus ul {
	width: 100%;
	float: left;
}

nav.nav ul.menus>li .submenus li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	position: relative;
}

nav.nav ul.menus>li .submenus li:last-child {
	border-bottom: none;
}

nav.nav ul.menus>li .submenus li a {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	float: left;
	padding: 10px 15px;
	text-align: left;
	width: 100%;
}

nav.nav ul.menus>li .submenus li:hover a {
	background-color: #ffffff;
	color: #aa2023;
}

@media only screen and (min-width:768px) {
	nav.nav ul.menus>li:hover .submenus {
		display: block;
	}
}

.services {
	float: left;
	width: 100%;
	border-bottom: 1px solid #efefef;
}

.services ul {
	float: left;
	width: 100%;
	padding: 15px 0px 10px;
	text-align: center;
}

.services li {
	display: inline-block;
	padding: 0px 30px;
}

.services li .icon {
	float: left;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.services li .icon1 {
	background-image: url(../images/icon1.png);
	width: 22px;
}

.services li .icon2 {
	background-image: url(../images/icon2.png);
	width: 35px;
}

.services li .icon3 {
	background-image: url(../images/icon3.png);
}

.services li .icon4 {
	background-image: url(../images/icon4.png);
}

.services li .icon5 {
	background-image: url(../images/icon5.png);
}

.services li h3 {
	float: left;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1b364f;
	padding-left: 12px;
	line-height: 20px;
	letter-spacing: 0.2px;
}

.contentpart {
	float: left;
	width: 100%;
}

.productbox {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.productbox .prod-gallery {
	width: 511px;
	float: left;
	position: relative;
	padding-top: 480px;
	clear: both;
}

.productbox .prod-gallery .content {
	width: 100%;
	height: 480px;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
}

.productbox .prod-gallery .content img,
.productbox .prod-gallery label img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.productbox .prod-gallery input {
	display: none;
}

.productbox .prod-gallery label {
	float: left;
	cursor: pointer;
	margin: 10px 10px 0px 0px;
	border: 1px solid #efefef;
	width: 120px;
	height: 120px;
	text-align: center;
}

.productbox .prod-gallery label.last {
	margin-right: 0;
}

.productbox .prod-gallery label:hover,
.productbox .prod-gallery input:checked+label {
	border-color: #aa2023;
}

#prod1:checked~#content1,
#prod2:checked~#content2,
#prod3:checked~#content3,
#prod4:checked~#content4 {
	display: block;
}

.productbox .proinfo {
	float: right;
	width: 445px;
	padding-top: 35px;
}

.productbox .proinfo h1 {
	font-size: 22px;
	font-weight: 700;
	float: left;
	width: 100%;
	padding: 0px 0px 20px;
	line-height: 27px;
	color: #121212;
}

.productbox .proinfo p {
	color: #121212;
	font-size: 15px;
}

.productbox .proinfo p span {
	color: #aa2023;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	display: block;
}

.prodetails {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.contentpart .ctitle {
	float: left;
	color: #000000;
	background-color: #efefef;
	line-height: 48px;
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	text-align: center;
}

.prodetails .proinner {
	float: left;
	width: 100%;
	padding: 15px 30px;
	border: 1px solid #efefef;
}

.prodetails p {
	float: left;
	width: 100%;
	color: #000000;
	padding: 8px 0px;
	line-height: 22px;
	font-size: 14px;
}

.prodetails .proinner ul {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.prodetails .proinner ul li {
	float: left;
	width: 100%;
	color: #1b364f;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	margin: 3px 0px;
}

.prodetails p span {
	float: left;
	width: 100%;
	font-weight: 700;
}

.tabs {
	margin-top: 30px;
	float: left;
	width: 100%;
}

.tabs input {
	display: none;
}

.tabs label {
	float: left;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	color: #000000;
	background-color: #efefef;
	margin-right: 2px;
	text-transform: uppercase;
	padding: 0px 12px;
	width: 165px;
	height: 48px;
	cursor: pointer;
}

.tabs label:hover,
.tabs input:checked+label {
	background-color: #aa2023;
	color: #ffffff;
}

.tabs label.last {
	margin-right: 0;
}

.tabs .content {
	display: none;
	float: left;
	width: 100%;
	border: 1px solid #aa2023;
	padding: 22px 30px;
}

.tabs #tab1:checked~#content1,
.tabs #tab2:checked~#content2,
.tabs #tab3:checked~#content3,
.tabs #tab4:checked~#content4,
.tabs #tab5:checked~#content5,
.tabs #tab6:checked~#content6 {
	display: block;
}

.tabs .content p {
	line-height: 24px;
	color: #000000;
	font-size: 14px;
	margin-bottom: 20px;
}

.tabs .content li {
	line-height: 24px;
	color: #000000;
	font-size: 14px;
	margin-bottom: 7px;
	list-style: inside disc;
}

.tabs .content p:last-child {
	margin-bottom: 0;
}

.banner {
	float: left;
	width: 100%;
	margin-top: 35px;
}

.category_boxes {
	float: left;
	width: 100%;
	background-color: #000;
	margin-top: 35px;
}

.category_boxes .catimages {
	float: left;
	width: 100%;
	margin: 35px 0;
}

.category_boxes .catimages ul {
	float: left;
	width: 100%;
}

.category_boxes .catimages li {
	float: left;
	width: 50%;
}

.category_boxes .catimages li img {
	width: 100%;
	float: left;
	padding: 15px;
}

.footerpart {
	float: left;
	width: 100%;
	background-color: #121212;
	margin-top: 35px;
}

.footerpart .flogo {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0px;
	border-bottom: 1px solid #2d2d2d;
}

.footerpart .flogo img {
	max-width: 100%;
}

.footerpart .topfooter {
	float: left;
	width: 100%;
	padding-top: 30px;
}

.footerpart .topfooter .footerbox {
	float: left;
	padding-bottom: 30px;
}

.footerpart .topfooter .footerbox h4 {
	color: #ffffff;
	font-size: 18px;
	padding: 8px 0px 20px;
	font-weight: 700;
}

.footerpart .topfooter .footerbox p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	line-height: 20px;
	float: left;
	width: 100%;
}

.footerpart .topfooter .footerbox ul {
	float: left;
	width: 50%;
}

.footerpart .topfooter .footerbox ul li {
	width: 100%;
	float: left;
	margin: 0px 0px 10px;
}

.footerpart .topfooter .footerbox ul li a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}

.footerpart .topfooter .footerbox ul li a:hover {
	color: #aa2023;
}

.footerpart .topfooter .fcol1 {
	width: 435px;
}

.footerpart .topfooter .fcol2 {
	width: 320px;
}

.footerpart .topfooter .fcol3 {
	width: 245px;
}

.footerpart .topfooter .fcol3 p.time {
	line-height: 22px;
}

.footerpart .topfooter .fcol3 p.time span {
	display: block;
}

.footerpart .bttn {
	float: left;
	font-size: 14px;
	font-weight: 700;
	clear: both;
	margin: 15px 0px 15px;
	width: 120px;
	height: 40px;
	text-align: center;
	background-color: #aa2023;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0px 10px;
	line-height: 40px;
}

.footerpart .bttn:hover {
	background-color: #ffffff;
	color: #aa2023;
}

.footerpart .copyright {
	float: left;
	width: 100%;
	padding: 30px 0px;
	border-top: 1px solid #2d2d2d;
}

.footerpart .copyright p {
	float: left;
	width: 100%;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}