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%; position: relative; padding: 0px 0px 15px; background-color: #000000;}
#headerpart .topheader {float: left; width: 100%; background-color: #f3f3f3; padding: 12px 0px;}
#headerpart .topheader p {float: left; width: 100%; text-align: center; font-weight: 500; font-size: 16px; color: #000000;}
#headerpart .logo {float: left; padding-top: 15px;}
#headerpart .call-msg {float: right; margin-top: 25px;}
#headerpart .call-msg p{color: #ffffff; font-size: 16px; text-transform: uppercase; font-weight: 600; float: left; margin: 10px 20px 0px 0px;}
#headerpart .call-msg h2 {float: right;}
#headerpart .call-msg h2.msg a {float: left; height: 40px; font-weight: 600; width: 132px; text-align: center; background-color: #5ecb5e; line-height: 40px; font-size: 18px; color: #ffffff; text-transform: uppercase; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;}
#headerpart .call-msg h2.msg a:hover {background-color: #2f813b;}
nav.nav {float: left; width: 100%; position: relative; background-color: #5ecb5e;}
nav.nav ul.menus {float:left;}
nav.nav ul.menus > li {float: left;}
nav.nav ul.menus > li > a {float: left; color: #000000; font-size: 18px; font-weight: 600; min-height: 50px; line-height: 50px; text-transform: uppercase; padding: 0px 20px; position: relative; text-align: center;}
nav.nav ul.menus > li .submenus {position: absolute; z-index: 11; display: none; top:100%; left: 0px; background-color: #ffffff; width: 1000px; box-shadow: 0px 0px 10px rgba(0,0,0,0.10); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.10); -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.10);}
.submenus .leveltwo {float: left; width: 240px; position: relative;}
.submenus .leveltwo > li {float: left; width: 100%;}
.submenus .leveltwo > li > a {color: #000; background-color: #f3f3f3; background-image: url(../images/arrow1.png); background-repeat: no-repeat; background-position: calc(100% - 20px) 50%; background-position: -moz-calc(100% - 20px) 50%; background-position: -moz-calc(100% - 20px) 50%; font-weight: 600; width: 100%; padding:12px 20px; font-size: 15px; font-weight: 600; float: left; border-bottom: 1px solid #fff;}
.leveltwo .submenus2 {position: absolute; top: 0px; left: 100%; width: 760px; height: 100%; display: none; background-color: #ffffff;}
.leveltwo .submenus2 .menucol {float: left; width: 33.33%; padding: 15px;}
.leveltwo .submenus2 .levelthree > li {float: left; width: 100%; padding-top: 8px;}
.leveltwo .submenus2 .levelthree > li > a {font-weight: 600; font-size: 15px; color: #000; font-weight: 600; border-bottom: 1px solid #5ecb5e; padding-bottom: 8px; float: left; width: 100%;}
.leveltwo .submenus2 .levelfour {float: left; width: 100%; padding-left: 15px; padding-top: 8px;}
.leveltwo .submenus2 .levelfour > li {list-style: square; padding: 3px 0px;}
.leveltwo .submenus2 .levelfour > li > a {font-size: 15px; color: #000; font-weight: 500;}
@media only screen and (min-width:1021px){
	.leveltwo .submenus2 {overflow-y: auto;}
	nav.nav ul.menus > li:hover > a {color: #ffffff; background-color: #000;}
	nav.nav ul.menus > li.dpmenus:hover > a {background-image: url(../images/drop-arrow.png); background-repeat: no-repeat; background-position: 50% 100%;}
	.submenus .leveltwo > li:hover > a {color: #ffffff; background-color: #5ecb5e; background-image: url(../images/arrow1-w.png);}
	.leveltwo .submenus2 .levelthree > li a:hover {color: #5ecb5e;}
	nav.nav ul.menus > li:hover .submenus, .submenus .leveltwo > li:hover .submenus2 {display: block;}
}
.contentpart {float: left; width: 100%;}
.productbox {float: left; width: 100%; margin-top:50px; text-align: center;}
.productbox .prod-gallery {width:680px; display: inline-block; position: relative; height: 510px; padding-left: 550px;}
.productbox .prod-gallery .content {display: none; overflow: hidden; background-color: #ffffff; width: 550px; height:510px; text-align: center; position: absolute; top: 0px; left: 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; background-color: #ffffff; cursor: pointer; margin:0px 0px 10px 10px; border:1px solid #e3e3e3; width:120px; height: 120px; text-align: center;}
.productbox .prod-gallery label.last {margin-bottom: 0;}
.productbox .prod-gallery input:checked + label {border-color: #5ecb5e;}
#prod1:checked ~ #content1,
#prod2:checked ~ #content2,
#prod3:checked ~ #content3,
#prod4:checked ~ #content4 {
  display: block;
}
.tabs {margin-top: 50px; float: left; width: 100%;}
.tabs input {display: none;}
.tabs label {float: left; font-weight: 600; font-size: 20px; color: #6c6c6c; background-color: #e3e3e3; margin-right: 5px; padding: 11px 25px 10px; cursor: pointer; border-radius: 10px 10px 0px 0px; -moz-border-radius: 10px 10px 0px 0px; -webkit-border-radius: 10px 10px 0px 0px;}
.tabs label:hover, .tabs input:checked + label {color: #ffffff; background-color: #5ecb5e;}
.tabs label.last {margin-right: 0;}
.tabs .content {display: none; float: left; width: 100%; border: 1px solid #5ecb5e; padding: 22px 30px; border-radius: 0px 0px 10px 10px; -moz-border-radius: 0px 0px 10px 10px; -webkit-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;
}
div#content2 { max-height: 500px; overflow: auto;}
.tabs .content p {line-height:24px; font-weight: 500; color: #6c6c6c; font-size: 16px; margin-bottom: 20px;}
.tabs .content p:last-child {margin-bottom: 0;}
.tabs .content li {line-height:24px; font-weight: 500; color: #6c6c6c; font-size: 16px; margin-bottom: 10px; 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;}
.services {float: left; width: 100%; margin: 50px 0;}
.services li {float: left; margin-right: 10px; padding: 15px; width: 192px; border:2px solid #f3f3f3; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;}
.services li:last-child {margin-right: 0px;}
.services li .icon {float: left; height: 44px; background-repeat: no-repeat; background-position: 50% 50%;}
.services li .icon1 {background-image: url(../images/icon1.png); width: 54px;}
.services li .icon2 {background-image: url(../images/icon2.png); width: 54px;}
.services li .icon3 {background-image: url(../images/icon3.png); width: 37px;}
.services li .icon4 {background-image: url(../images/icon4.png); width: 26px;}
.services li .icon5 {background-image: url(../images/icon5.png); width: 27px;}
.services li h3 {float: left; font-size: 18px; font-weight: 600; color: #000000; padding:4px 0 0 10px; line-height: 22px;}
.greenpart {background: url(../images/bg1.jpg) no-repeat 50% 50%; padding: 40px 0 35px; background-size: cover; float: left; width: 100%;}
.greenpart ul {text-align: center;}
.greenpart ul li {display: inline-block; margin-right: 80px;}
.greenpart ul li:last-child {margin-right: 0px;}
.greenpart ul li a span {display: block; font-size: 20px; font-weight: 700; color: #ffffff; margin-top: 12px;}
.footerpart {float: left; width:100%; background-color: #000000;}
.footerpart .topfooter {float: left; width: 100%; padding-top:40px;}
.footerpart .topfooter .footerbox {float: left; padding-bottom: 35px; width: 250px;}
.footerpart .topfooter .footerbox h4 {color: #5ecb5e; font-size: 18px; padding-bottom: 25px; font-weight:600; text-transform: uppercase;}
.footerpart .topfooter .footerbox p {color: #ffffff; font-size: 15px; line-height: 22px; margin-bottom: 5px; float: left; width: 100%; font-weight: 500;}
.footerpart .topfooter .footerbox ul {float: left; width: 50%;}
.footerpart .topfooter .footerbox ul li {width: 100%; float: left; margin-bottom: 10px;}
.footerpart .topfooter .footerbox ul li a {color: #ffffff; font-size: 15px; font-weight: 500;}
.footerpart .topfooter .footerbox ul li a:hover {color: #5ecb5e;}
.footerpart .flogo {float: left; width: 100%; margin-bottom: 30px;}
.footerpart .flogo img {max-width: 100%;}
.footerpart .topfooter .fcol2 {padding-left: 100px; width: 500px;}
.footerpart .topfooter .footerbox .location {background: url(../images/location.png) no-repeat 0 1px; padding-left: 25px;}
.footerpart .topfooter .fcol3 {padding-left: 35px;}
.footerpart .bttn {float: left; font-size:15px; font-weight: 500; margin-top: 10px; color: #5ecb5e; background: url(../images/msg.png) no-repeat 0px 2px; padding-left: 25px;}
.footerpart .copyright {float: left; width: 100%; padding:30px 0px 25px; border-top: 1px solid #1a1a1a;}
.footerpart .copyright p {float: left; color: #ffffff; font-size: 15px; font-weight: 500; padding-top:2px;}
.footerpart .copyright .paypal {float: right;}