/* CSS Document */
* {
	margin:0;
	padding:0;
}
a, a:hover, a:visited, a:focus, a:active {
	outline:none;
	text-decoration:none;
}
a img {
	border:0;
	outline:0;
}
 @font-face {
 font-family: 'open_sansregular';
 src: url('../fonts/opensans-regular.eot');
 src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular.woff') format('woff'), url('../fonts/opensans-regular.ttf') format('truetype'), url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'open_sanslight';
 src: url('../fonts/opensans-light.eot');
 src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light.woff') format('woff'), url('../fonts/opensans-light.ttf') format('truetype'), url('../fonts/opensans-light.svg#open_sanslight') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'open_sansbold';
 src: url('../fonts/opensans-bold.eot');
 src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold.woff') format('woff'), url('../fonts/opensans-bold.ttf') format('truetype'), url('../fonts/opensans-bold.svg#open_sansbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'pacificoregular';
 src: url('../fonts/pacifico-webfont.eot');
 src: url('../fonts/pacifico-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pacifico-webfont.woff2') format('woff2'), url('../fonts/pacifico-webfont.woff') format('woff'), url('../fonts/pacifico-webfont.ttf') format('truetype'), url('../fonts/pacifico-webfont.svg#pacificoregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'aa_typewriterregular';
 src: url('../fonts/aa_typewriter-webfont.eot');
 src: url('../fonts/aa_typewriter-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aa_typewriter-webfont.woff2') format('woff2'), url('../fonts/aa_typewriter-webfont.woff') format('woff'), url('../fonts/aa_typewriter-webfont.ttf') format('truetype'), url('../fonts/aa_typewriter-webfont.svg#aa_typewriterregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: Myriad Pro;
 src: url(../fonts/MyriadPro-Cond.otf);
}
.clearboth {
	width:100%;
	clear:both;
	height:0;
	overflow:hidden;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
body {
	background-color:#fff;
	fonts-size:12px;
	color:#444444;
	line-height:18px;
	font-family: 'open_sansregular';
}
input, select, textarea {
	outline:none;
}
/* End of Global */


#wrapper_main {
	width:100%;
	height:auto;
	float:left;
	height:auto;
}
.main {
	width:94%;
	float:left;
	margin:0 3%;
	height:auto;
}
#header {
	width:100%;
	float:left;
	background:#fff;
	height:auto;
	height:auto;
}
#header .top {
	width:100%;
	height:40px;
	float:left;
	background:#2d2d2d
}
#header .top .right {
	width:auto;
	float:right;
	color:#444444;
	font-size:13px;
	font-family: 'open_sanslight';
	list-style-type:none;
	line-height:40px;
	color:#fff;
}
#header .top .right a {
	color:#fff;
}
#header .top .right a:hover {
	color:#FF0000;
}
#header .logo {
	width:30%;
	float:left;
	margin-top:10px;
}
#header .search {
	width:40%;
	float:left;
	margin-top:25px;
}
#header #nav {
	width:70%;
	float:right;
	height:auto;
	line-height:50px;
	position:relative;
	z-index:9999;
}
.demoslider {
	float:left;
	height: auto;
	margin: 0;
	width: 100%;
	margin:0 0 0;
	z-index:-9999;
}
.inner-banner-img { background: #522b2c none repeat scroll 0 0; float: left; height: auto; width: 100%; 
border:1px solid #eee;
}
.inner-banner-img img  { float: left; height: auto; width: 100%; }


.demoslider.inner {
	height:280px;
}
.demoslider.inner img {
	height:280px;
}
.torque {
	width:94%;
	padding:5% 3%;
	float:left;
	background:#fff;
	height:auto;
}
.torque .heading {
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:30px;
}
.torque .heading h1 {
	width:60%;
	text-align:center;
	border-bottom:1px solid #ccc;
	float:none;
	font-family: 'open_sansbold';
	font-size:40px;
	text-transform:uppercase;
	color:#721408;
	padding-bottom:20px;
	margin:0 auto;
}
.torque p {
	width:70%;
	margin:0 auto;
	text-align:center;
	font-family: 'open_sansregular';
	font-size:16px;
	color:#2d2d2d;
	line-height:24px;
}
.container {
	width:94%;
	padding:3% 3%;
	float:left;
	background:url(../images/in-tool-bg.jpg);
	height:330px;
}
.container .tab {
	width:100%;
	float:left;
	margin:0 0 0;
	padding-bottom:5px;
}
.container .tab ul {
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
.container .tab ul li {
	float:left;
	list-style:none;
	text-decoration:none;
	font-family: 'open_sansbold';
	font-size:24px;
	text-transform:uppercase;
	color:#721408;
	margin-right:10px;
}
.container .tab ul li:last-child {
	margin-right:0px;
}
.container .tab .next-pre {
	width:30%;
	float:right;
	margin:0;
	padding:0;
}
.container .boxes {
	width:100%;
	float:left;
	margin:0 0 0;
}
.container .boxes .abc {
	width:23.5%;
	margin-top:30px;
	float:left;
	margin-right:2%;
}
.container .boxes .abc .box {
	background:#fff;
	height:auto;
	box-shadow: 5px 5px 5px #ccc;
	text-align:center;
	width:90%;
	padding:5%;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.container .boxes .abc .box:hover {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.container .boxes .abc:last-child {
	margin-right:0;
}
.container .boxes .abc .box img {
	width:auto;
	text-align:center;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
}
.container .boxes .abc h3 {
	width:100%;
	float:left;
	text-align:center;
	margin:15px 0 0;
	font-family: "open_sansregular";
	font-size: 13px;
	text-transform:uppercase;
	color:#444444;
}
.container .boxes .abc h3 a {
	color:#444444;
}
.container .boxes .abc h3 a:hover {
	color:#721408;
}
.quality-strenth {
	width:94%;
	float:left;
	padding:50px 3%;
	background:#fff;
	height:auto;
}
.quality-strenth .left {
	width:47%;
	float:left;
	height:auto;
}
.quality-strenth .left h3 {
	width:100%;
	float:left;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	font-family: "open_sansregular";
	font-size: 24px;
	text-transform:uppercase;
	color:#721408;
	margin-bottom:20px;
}
.quality-strenth .left p {
	width:100%;
	float:left;
	font-family: "open_sansregular";
	font-size: 14px;
	line-height:21px;
	color:#2d2d2d;
}
.quality-strenth .left p img {
	float:left;
	margin:0 20px 20px 0;
}
.quality-strenth .right {
	width:47%;
	float:right;
	height:auto;
}
.quality-strenth .right h3 {
	width:100%;
	float:left;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	font-family: "open_sansregular";
	font-size: 24px;
	text-transform:uppercase;
	color:#721408;
	margin-bottom:20px;
}
.quality-strenth .right p {
	width:100%;
	float:left;
	font-family: "open_sansregular";
	font-size: 14px;
	line-height:21px;
	color:#2d2d2d;
}
#quick_contact {
	background:url(../images/quick-contact-bg.jpg);
	height:400px;
	float: left;
	margin: 0;
	width: 100%;
}
#quick_contact .inner_part {
	float: left;
	padding: 50px 15%;
	width: 70%;
}
#quick_contact .inner_part h2 {
	color: #fff;
	float: left;
	font-family: "open_sanslight";
	font-size: 36px;
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
#quick_contact .inner_part h2 span {
	font-family: "open_sansbold";
}
#quick_contact .inner_part p {
	color: #fff;
	float: left;
	font-family: "open_sansregular";
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
#quick_contact .inner_part .left_side {
	float: left;
	width: 48%;
}
#quick_contact .inner_part .left_side input[type="text"] {
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	color: #303030;
	float: left;
	font-family: "open_sansregular";
	font-size: 13px;
	height: 36px;
	margin-bottom: 20px;
	text-indent: 5px;
	width: 100%;
}
#quick_contact .inner_part .left_side input[type="email"] {
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	color: #303030;
	float: left;
	font-family: "open_sansregular";
	font-size: 13px;
	height: 36px;
	margin-bottom: 20px;
	text-indent: 5px;
	width: 100%;
}
#quick_contact .inner_part .right_side {
	float: right;
	width: 48%;
}
#quick_contact .inner_part .right_side select {
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	color: #303030;
	float: left;
	font-family: "open_sansregular";
	font-size: 13px;
	height: 36px;
	margin-bottom: 20px;
	width: 100%;
}
#quick_contact .inner_part .right_side input[type="file"] {
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	color: #303030;
	float: left;
	font-family: "open_sansregular";
	font-size: 13px;
	height: 36px;
	margin-bottom: 20px;
	text-indent: 5px;
	width: 100%;
}
.custom-file-upload-hidden {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
}
.custom-file-upload {
	display: block;
	float: left;
	font-size: 14px;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
}
.file-upload-wrapper {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.file-upload-input {
	border: medium none;
	color: #2d2d2d;
	float: left;
	height: 36px;
	line-height: 36px;
	padding: 0 2%;
	width: 96%;
}
.file-upload-button {
	background: #5bc0de url("../images/file-upload.png") no-repeat scroll 10px 5px;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-family: "open_sansbold";
	font-size: 14px;
	height: 36px;
	margin-left: 0;
	padding: 0 15px 0 40px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	width: 163px;
	z-index: 99999;
}
#quick_contact .inner_part .right_side textarea {
	border: medium none;
	color: #303030;
	float: left;
	font-family: "open_sansregular";
	font-size: 13px;
	height: 90px;
	padding: 2px 0;
	text-indent: 5px;
	width: 100%;
}
#quick_contact .inner_part .btn {
	border: medium none;
	float: left;
	height: 40px;
	margin: 20px 0 0;
	width: 100%;
	text-align:center;
}
#quick_contact .inner_part .btn input[type="submit"] {
	background:#c7081b;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-family: "open_sansbold";
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	padding:0 15px;
	border-radius:5px;
}
#footer {
	 background: rgba(0, 0, 0, 0) url("../images/footer-bg.jpg") repeat scroll 0 0 / 100% 100%;
    float: left;
    height: 320px;
    padding: 50px 3%;
    width: 94%;
}
#footer h2 {
	width:100%;
	float:left;
	text-align:center;
	padding:0 0 30px;
	font-family: 'open_sansregular';
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
}
#footer p {
	width:50%;
	margin:0 auto 20px;
	text-align:center;
	line-height:24px;
	font-family: 'open_sansregular';
	font-size:14px;
	color:#fff;
}
#footer p a {
	color:#fff;
}
#footer .social {
	width: 22%;
	margin:0 auto;
}
#footer .social ul {
	float: left;
	margin: 20px 0 0;
	padding: 0;
	width: 100%;
}
#footer .social ul li {
	float: left;
	list-style: outside none none;
	margin-right: 20px;
}
#footer .social ul li:last-child {
	margin-right: 0;
}
.bottom {
	background: #161616 none repeat scroll 0 0;
	float: left;
	width: 100%;
}
.bottom .copyright {
	width:50%;
	float:left;
	padding:15px 0;
	font-family: 'open_sansregular';
	font-size:13px;
	color:#969696;
}
.bottom .copyright a {
	color:#969696;
}
.bottom .copyright a:hover {
	color:#fff;
}
.bottom .powered {
	width:50%;
	float:right;
	padding:15px 0;
	font-family: 'open_sansregular';
	font-size:13px;
	color:#969696;
	text-align:right;
}
.bottom .powered a {
	text-decoration:none;
	color:#969696;
	font-weight:bold;
}
.bottom .powered a:hover {
	color:#FF0000;
}
.inner-page {
	padding:2px 3% 5% 3%;
	float:left;
	width: 94%;
}
.inner-page .breadcrumb {
	width:100%;
	padding:0;
	float:left;
	height:40px;
	line-height:40px;
	background:#none;
	color:#2d2d2d;
	margin-bottom:20px;
	font-size:13px;
	font-family: 'open_sansregular';
}
.inner-page .breadcrumb a {
	color:#721408;
	font-weight:bold;
}
.inner-page .title {
	width:100%;
	float:left;
	border-bottom:1px solid #ccc;
	padding-bottom:0;
	margin-bottom:30px;
}
.inner-page .title h2 {
	width:auto;
	float:left;
	border-bottom:1px solid #000;
	padding-bottom:15px;
	font-family: 'open_sansregular';
	font-size:30px;
	color:#2d2d2d;
	text-transform:uppercase;
	color:#721408;
}
.inner-page .left-side {
	width:25%;
	float:left;
	background:#fff;
}
.inner-page .left-side h2 {
	color: #721408;
	float: left;
	font-family: "open_sansregular";
	font-size: 24px;
	margin-bottom: 22px;
	text-transform: none;
	width: 100%;
}
.inner-page .left-side ul {
	width:100%;
	float:left;
	height:auto;
	background:#f1f1f1;
}
.inner-page .left-side ul li {
	width:84%;
	float:left;
	border-bottom:1px dotted #ccc;
	padding:10px 8%;
	line-height:24px;
	list-style:none;
	font-size:14px;
	color:#2d2d2d;
	background:url("../images/arrow.png") no-repeat scroll 5px 15px;
}
.inner-page .left-side ul li:first-child {
	font-size:16px;
	font-weight:bold;
}
.inner-page .left-side ul li:last-child {
	border-bottom:none;
}
.inner-page .left-side ul li a {
	color:#2d2d2d;
}
.inner-page .left-side ul li a:hover {
	color: #721408;
}
.inner-page .left-side ul span {
	width:100%;
	float:left;
	margin:25px 0;
	text-align:center;
}
.inner-page .left-side ul li ul {
	display:none;
}
.inner-page .left-side ul li:hover ul {
	display:block;
}
.inner-page .left-side ul li:hover ul li {
	font-size:13px;
	list-style: inside disc;
	color:#2d2d2d;
	background-image:none;
}
.inner-page .right-side {
	width:72%;
	float:right;
}
.inner-page .right-side h2 {
	color: #721408;
	float: left;
	font-family: "open_sansregular";
	font-size: 24px;
	margin-bottom: 22px;
	text-transform: none;
	width: 100%;
}
.inner-page .right-side p {
	font-family: 'open_sansregular';
	font-size:14px;
	line-height:22px;
	color:#2d2d2d;
	width:100%;
	float:left;
}
.inner-page .right-side p img {
	float:right;
	margin:0 0 20px 20px;
}
.inner-page .right-side h4 {
  width: 100%;
  float: left;
  margin: 0px 0 10px 0;
  text-transform: none;
 
  color: #721408;
float: left;
font-family: "open_sansregular";
font-size: 24px;
}
.inner-page .right-side .img {
	width:100%;
	margin:20px 0;
	float:left;
	text-align:center;
	position:relative;
}
.inner-page .right-side ul {
	width:98%;
	float:left;
	margin:10px 0 0 2%;
}
.inner-page .right-side ul li {
	float:left;
	list-style: inside disc;
	padding-bottom:10px;
	font-family: 'open_sansregular';
	font-size:14px;
	line-height:22px;
	width:100%;
}
.inner-page .right-side .left {
	width:48%;
	float:left;
}
.inner-page .right-side .left h3 {
	color: #721408;
	float: left;
	font-family: "open_sansregular";
	font-size: 24px;
	margin-bottom: 22px;
	text-transform: none;
	width: 100%;
}
.inner-page .right-side .left textarea {
	width:96%;
	float:left;
	border:1px solid #ccc;
	height:150px;
	border-radius:3px;
	padding:2%;
	margin-bottom:20px;
}
.inner-page .right-side .left input[type="text"] {
	width:96%;
	float:left;
	height:36px;
	border:1px solid #ccc;
	border-radius:3px;
	padding:0 2%;
	font-family: "open_sansregular";
	margin-bottom:20px;
}
.inner-page .right-side .left input[type="email"] {
	width:96%;
	float:left;
	height:36px;
	border:1px solid #ccc;
	border-radius:3px;
	padding:0 2%;
	font-family: "open_sansregular";
	margin-bottom:20px;
}
.inner-page .right-side .left .enq_button input {
	background: #0cb609 url("../images/send-bg.png") no-repeat scroll 20px 13px;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 24px;
	padding: 16px 15px 15px 60px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease-out 0s;
	width: 270px;
	margin-bottom:20px;
}
.inner-page .right-side .left .enq_button input:hover {
	background: #df6c10 url("../images/send-bg.png") no-repeat scroll 24px 13px;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s ease-out 0s;
}
.inner-page .right-side .left .query input {
	transition: none 0s ease 0s;
}
.inner-page .right-side .right {
	width:48%;
	float:right;
}
.inner-page .right-side .right h3 {
	color: #721408;
	float: left;
	font-family: "open_sansregular";
	font-size: 24px;
	margin-bottom: 22px;
	text-transform: none;
	width: 100%;
}

.inner-page .right-side .download{ width:100%; float:left;}

.inner-page .right-side .download ul{ width:100%; float:left;}

.inner-page .right-side .download ul li{ width:100%; float:left; line-height:24px;}

.interested {
	background: #025d9d none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	font-family: "open_sansregular";
	font-size: 18px;
	margin-top: 20px;
	padding: 5px 20px;
	text-align: center;
	width: auto;
	float:right;
	margin-bottom:20px;
}
.interested a {
	color:#fff;
	text-decoration:none;
}
.impact-next-prev {
	width:100%;
	float:left;
	margin:0;
}
.impact-next-prev ul {
	width:auto !important;
	float:right !important;
	margin-top:0px !important;
}
.impact-next-prev ul li {
	background:#f2f2f2;
	color:#000;
	font-family: "open_sansregular";
	padding:10px 25px;
	font-size:14px;
	width:auto !Important;
	margin-right:1px;
	line-height:14px !important;
	list-style:none !important;
}
.impact-next-prev ul li a {
	color:#000;
}
.send-sms {
	width:100%;
	float:left;
	margin:20px 0 0;
}
.line {
	width:100%;
	float:left;
	border-bottom:2px dotted #ccc;
	margin:10px 0 25px;
}
#abc {
	width:100%;
	float:left;
	margin:20px 0;
}
#abc tr td {
	padding:10px;
	font-size:14px;
	color:#2d2d2d;
}
#abc tr td a {
	color:#2d2d2d;
}
 #abc tr:nth-child(even) { /*(even) or (2n 0)*/
background: #A4D1FF;
}
#abc tr:nth-child(odd) { /*(odd) or (2n 1)*/
background: #EAF4FF;
}
.responsive { width:100%; float:left; height:auto; }
#xyz {
  width: 100%;
  max-width: 750px;
  float: none;
  margin: 20px auto;
  overflow: scroll;
    overflow-x: scroll;
  overflow-x: hidden;
}
.width500 { max-width:500px !important; }
#xyz tr td {
	padding:5px;
	font-size:12px;
	color:#2d2d2d;
}
#xyz tr td a {
	color:#2d2d2d;
}
 #xyz tr:nth-child(even) { /*(even) or (2n 0)*/
background: #A4D1FF;
}
#xyz tr:nth-child(odd) { /*(odd) or (2n 1)*/
background: #EAF4FF;
}
.responsive {
	width:100%;
}
.ppp {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	bottom: 0;
	color: #333;
	display: inline;
	font-size: 14px;
	padding: 5px 10px;
	text-decoration: none;
	transition: background-color 1s ease 0s;
	position:relative;
}
.ppp:hover {
	background-color: #ddd;
	transition: background-color 1s ease 0s;
}
.become-dealer {
	background: #fff;
	color:#522b2c;
	padding: 5px 10px;
	border-radius: 3px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 10px;
}




/*---------------------Media Queries-----------------------*/	





@media only screen and (max-width : 800px) {
 .demoslider {
height:auto;
}
 .torque .heading h1 {
line-height:40px;
}
 .container .boxes .abc .box img {
width:100%;
}
 .quality-strenth .left {
width:100%;
}
 .quality-strenth .right {
width:100%;
}
 .inner-page .right-side p {
text-align:justify;
}
 .inner-page .left-side ul li {
background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll 0 15px;
}
 .inner-page .right-side .img img {
width:100%;
}
 .responsive {
overflow:scroll;
width:100%;
}
 .demoslider.inner {
height:auto;
}
 .demoslider.inner img {
height:auto;
}
}
 @media only screen and (max-width : 768px) {
     #header #nav {
    width: 100%;
    float: right;
    margin: 20px 0 0;
    background: #2d2d2d;
}
.flex-control-nav  { display:none !important; }
 .demoslider {
height:auto;
}
 .torque .heading h1 {
line-height:40px;
}
 .container .boxes .abc .box img {
width:100%;
}
 .quality-strenth .left {
width:100%;
}
 .quality-strenth .right {
width:100%;
}
 .inner-page .right-side p {
text-align:justify;
}
 .inner-page .left-side ul li {
background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll 0 15px;
}
 .inner-page .right-side .img img {
width:100%;
}
 .responsive {
overflow:scroll;
width:100%;
}
}
 @media only screen and (max-width : 640px) {
 #header .top {
height:auto;
}
 #header .top .right {
width:100%;
line-height:20px;
text-align:center;
padding:10px 0;
}
 #header .logo {
width:100%;
float:left;
text-align:center;
}
 #header #nav {
width:100%;
float:left;
margin:20px 0 0;
background:#2d2d2d;
}
 .demoslider {
height:auto;
}
 .torque .heading h1 {
line-height:40px;
width:100%;
}
 .torque p {
width:100%;
}
 .container {
height:auto;
}
 .container .boxes .abc {
width:100%;
}
 .quality-strenth .left {
width:100%;
margin-bottom:20px;
}
 .quality-strenth .right {
width:100%;
}
 .quality-strenth .left p {
text-align:justify;
}
 .quality-strenth .right p {
text-align:justify;
}
 .file-upload-input {
width:31px;
}
 .file-upload-button {
font-size:13px;
padding:0 20px 0 42px;
}
 #footer {
height:auto;
background:#333;
}
 #footer .social {
width:54%;
}
 .bottom .copyright {
width:100%;
text-align:center;
padding:15px 0 0;
}
 .bottom .powered {
width:100%;
text-align:center;
}
 #footer p {
width:100%;
}
 .inner-page .left-side {
width:100%;
}
 .inner-page .title h2 {
font-size:28px;
}
 .inner-page .left-side ul {
margin-bottom:20px;
}
 .inner-page .right-side {
width:100%;
}
 .inner-page .right-side p {
text-align:justify;
}
 .inner-page .right-side .left {
width:100% !important;
margin-bottom:20px;
}
 .inner-page .right-side .right {
width:100%;
}
 .inner-page .right-side h2 {
line-height:24px;
font-size:20px;
}
 .img > img {
width:100%;
}
 .responsive {
overflow:scroll;
width:100%;
}
 .impact-next-prev ul li {
padding:10px 15px !Important;
font-size:12px !Important;
}
 .inner-page .left-side ul li {
background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll 10px;
padding:10px 5%;
}
 .modal-body .left_pop {
width:100% !Important;;
float:left;
}
 .modal-body .right_pop {
width:100% !Important;;
float:right;
}
 .modal-body .right_pop h3 {
line-height:24px !Important;;
font-size:20px !Important;
}
 .modal-box {
position:absolute !important;
}
 .js-modal-close.close {
margin-right:-20px;
}
}



/* ----------- Smartphones (portrait and landscape) ----------- */

 @media only screen and (min-width : 320px) and (max-width : 480px) {
 .torque .heading h1 {
font-size:34px;
}
 .container .tab ul {
margin: 10px 0 0;
width: 80%;
}
 .quality-strenth .left h3 {
font-size:18px;
text-align:justify;
}
 .quality-strenth .right h3 {
font-size:18px;
text-align:justify;
}
 #quick_contact .inner_part {
padding:30px 0;
width:100%;
}
 .file-upload-input {
display:none;
}
 .file-upload-button {
font-size: 13px;
padding: 0 13px 0 42px;
}
 #footer .social {
width: 86%;
}
 .inner-page .left-side ul li {
padding:10px 8%;
}
 .inner-page .right-side .left {
 float: left;
 width: 48%;
}
html * {
}
* {
 margin: 0;
 padding: 0;
}
body {
 color: #444444;
 font-family: "open_sansregular";
 line-height: 18px;
}
.file-upload-button {
 float: left;
 font-size: 13px;
 padding: 0 13px 0 41px;
}
 .file-upload-button {
position:relative;
width:auto;
}
}
.full-slide { width: 100%; }
.full-slide li { width: 100%; text-align: center; } 
#scroller {
    float: left;
    width: 100%;
    height: 238px;
    overflow: hidden;
    margin: 20px 0 0 0;
}
#scroller li {
    float: left;    
    list-style: none;
    margin: 0 10px;
    padding: 0;
}
#scroller li h3 {  }
#scroller li h3 a {
    background: #721408;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    padding: 4px 0;
    font-size: 12px;
    margin: 0;
}