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: 'Rajdhani', 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%; background-color: #1a1a1a; position: relative; padding: 20px 0px;}
#headerpart .logo {float: left;}
#headerpart .call-msg {float: right; margin-top: 14px;}
#headerpart .call-msg p{color: #ffffff; font-size:18px; font-weight: 500; float: left; margin: 10px 20px 0px 0px;}
#headerpart .call-msg h2 {float: right;}
#headerpart .call-msg h2 a {float: left; height: 42px; width: 132px; background-color: #ffffff; font-weight:700; text-align: center; line-height: 42px; font-size: 18px; font-weight: 600; color: #1a1a1a; text-transform: uppercase; border-radius: 4px; -moz- border-radius: 4px; -webkit- border-radius: 4px;}
#headerpart .call-msg h2 a:hover {background-color: #ff1f1f; color: #ffffff;}

nav.nav {float: left; width: 100%; background-color: #ff1f1f; position: relative;}
nav.nav ul.menus {float:left;}
nav.nav ul.menus > li {float: left; padding:14px 30px 14px 0;}
nav.nav ul.menus > li:last-child {padding-right: 0px;}
nav.nav ul.menus > li > a {float: left; color: #ffffff; font-weight: 600; text-transform: uppercase; font-size: 17px;}
nav.nav ul.menus > li > a:hover {color: #000000;}
nav.nav ul.menus > li .submenus {position: absolute; z-index: 11; padding: 10px 30px 20px; display: none; top:51px; left: 0px; background-color: #ffffff; width: 100%; transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; box-shadow: 0px 5px 10px rgba(0,0,0,0.10); -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.10); -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.10);}
nav.nav ul.menus > li .submenus ul {width: 25%; float: left;}
nav.nav ul.menus > li .submenus li {float: left; width: 100%; margin-top: 10px; position: relative;}
nav.nav ul.menus > li .submenus li:first-child {background-image: none; padding-left: 0px;}
nav.nav ul.menus > li .submenus li a {color: #3b3c41; font-size: 16px; font-weight: 500; float: left;}
nav.nav ul.menus > li .submenus li a:hover {color: #ff1f1f;}
nav.nav ul.menus > li .submenus li span {margin-bottom: 5px; font-weight: 700; color: #3b3c41; font-size: 17px;}
nav.nav ul.menus > li .submenus li span:hover {color: #ff1f1f;}
@media only screen and (min-width:980px){
	nav.nav ul.menus > li:hover .submenus {display: block;}	
}

.services {float: left; width: 100%;}
.services ul {float: left; width: 100%; padding: 20px 0px; text-align: center; border-bottom: 2px solid #e6e6e6;}
.services li {float: left; padding:0px 33px; border-right: 2px solid #e6e6e6;}
.services li:last-child {border-right: none;}
.services li .icon {float: left; width: 100%; height: 37px; background-repeat: no-repeat; background-position: 50% 50%;}
.services li .icon1 {background-image: url(../images/icon1.png);}
.services li .icon2 {background-image: url(../images/icon2.png);}
.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: 17px; font-weight: 700; margin-top: 10px; text-transform: uppercase; color: #1a1a1a; line-height: 22px; text-align: center;}

.contentpart {float: left; width: 100%;}
.productbox {float: left; width: 100%; margin-top:40px;}
.productbox .prod-gallery {width:510px; float: left; position: relative; padding-top: 503px; clear: both;}
.productbox .prod-gallery .content {display: none; width: 100%; height:503px; 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 #e6e6e6; 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: #ff1f1f;}
#prod1:checked ~ #content1,
#prod2:checked ~ #content2,
#prod3:checked ~ #content3,
#prod4:checked ~ #content4 {
  display: block;
}
.contentpart .productbox h1 {font-size: 36px; font-weight: 700; float: left; width: 100%; padding: 0px 0px 20px; text-align: center; color: #1a1a1a;}
.productbox .proinfo {float: right; width: 460px; padding-top: 35px;}
.proinfo input {display: none;}
.proinfo label {float: left; width: 100%; font-weight: 600; text-transform: uppercase; border-bottom: 2px solid #e6e6e6; font-size: 18px; color: #000000; padding:25px 0px; cursor: pointer; background-repeat: no-repeat; background-position: 100% 50%; background-image: url(../images/plus-icon2.png);}
.proinfo input:checked + label {color: #000000; background-image: url(../images/minus-icon2.png); border-bottom: none; padding-bottom: 15px; background-position: 100% 23px;}
.proinfo .content {display: none; float: left; width: 100%; border-bottom: 2px solid #e6e6e6; padding-bottom: 15px;}
.proinfo .content p {line-height:24px; font-weight: 500; color: #1a1a1a; float: left; width: 100%; padding: 7px 0px 20px; font-size: 16px;}
.proinfo .content li {line-height:24px; font-weight: 500; color: #1a1a1a; float: left; width: 100%; padding: 5px 0px 3px; font-size: 16px; list-style: inside disc;}
#proinfo1:checked ~ #content1,
#proinfo2:checked ~ #content2,
#proinfo3:checked ~ #content3,
#proinfo4:checked ~ #content4{
	display: block;
}

.tabs {margin-top: 40px; float: left; width: 100%;}
.tabs input {display: none;}
.tabs label {float: left; font-weight:600; font-size: 18px; line-height: 48px; text-align: center; border: 2px solid #f4f4f4; color: #1b364f; border-bottom: none; margin-right:5px; text-transform: uppercase; padding:0px 30px; height: 50px; cursor: pointer; border-radius: 10px 10px 0px 0px; -moz-border-radius: 10px 10px 0px 0px; -webkit-border-radius: 10px 10px 0px 0px;}
.tabs input:checked + label {background-color: #f4f4f4;}
.tabs label.last {margin-right: 0;}
.tabs .content {display: none; float: left; width: 100%; border: 2px solid #f4f4f4; padding: 22px 30px; border-radius: 0px 0px 10px 10px; -webkit-border-radius: 0px 0px 10px 10px; -moz-border-radius: 0px 0px 10px 10px;}
.tabs #tab1:checked ~ #content1,
.tabs #tab2:checked ~ #content2,
.tabs #tab3:checked ~ #content3,
.tabs #tab4:checked ~ #content4,
.tabs #tab5:checked ~ #content5{
	display: block;
}
.tabs .content h3 {font-size: 20px; font-weight: 600; margin: 13px 0 7px;}
.tabs .content p {line-height:22px; color: #1a1a1a; font-weight: 500; font-size: 16px; margin-bottom: 12px;}
.tabs .content li {line-height:22px; color: #1a1a1a; font-weight: 500; font-size: 16px; margin-bottom: 7px; list-style: inside disc;}
.tabs .content ol {margin: 0; padding: 0;}
.tabs .content ol li ul {padding-left: 30px;}
.tabs .content ol li {list-style-type: decimal;}
.tabs .content ol ul li {list-style: outside circle;}
.tabs .content p:last-child {margin-bottom: 0;}

.banner {float: left; width: 100%; margin-top: 40px;}
.banner img {width: 100%; background-size: cover;}

.footerpart {float: left; width:100%; background-color: #1a1a1a;}
.footerpart .topfooter {float: left; width: 100%; padding-top:50px;}
.footerpart .topfooter .footerbox {float: left; padding-bottom: 50px;}
.footerpart .topfooter .footerbox h4 {color: #ff1f1f; font-size: 20px; padding:5px 0px 20px; font-weight:700;}
.footerpart .topfooter .footerbox p {color: #ffffff; font-size: 16px; font-weight: 500; line-height: 22px; float: left; width: 100%;}
.footerpart .topfooter .footerbox ul {float: left; width: 100%;}
.footerpart .topfooter .footerbox ul li {width: 100%; float: left; margin:0px 0 8px;}
.footerpart .topfooter .footerbox ul li a {color:#ffffff; font-size:16px; font-weight: 500;}
.footerpart .topfooter .footerbox ul li a:hover {color: #ff1f1f;}
.footerpart .topfooter .fcol1 {width: 352px; padding-right: 90px;}
.footerpart .topfooter .fcol2 {width: 228px;}
.footerpart .topfooter .fcol3 {width: 300px;}
.footerpart .topfooter .fcol4 {width:120px;}
.footerpart .topfooter .fcol1 .flogo {float: left; width: 100%; margin-bottom: 20px;}
.footerpart .bttn {float: left; font-size:16px; font-weight: 600; clear: both; margin:15px 0px 0px; height: 34px; text-align: center; background-color: #ffffff; text-transform: uppercase; color: #1a1a1a; padding:0px 15px; line-height:34px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.footerpart .bttn:hover {background-color: #ff1f1f; color: #ffffff;}
.footerpart .copyright {float: left; width: 100%; padding:20px 0px; background-color: #131313;}
.footerpart .copyright p {float: left; color:#ffffff; font-weight: 600; font-size: 16px;}
.footerpart .copyright .paypal {float:right;} 
