@charset "utf-8";
/* CSS Document */

html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
*, *:after, *:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Exo', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	color: #666;
}
a {
	outline: none;
	text-decoration: none;
	color: #5b5551;
}
a:hover, a:focus{
	text-decoration:none;
	outline:none;
	outline-offset:0;
}

img {
	border: 0;
	max-width:100%;
	height:auto;
}
input, textarea, select {
	outline: none;
	resize: none;
	font-family: 'Exo', sans-serif;	
}
::-webkit-input-placeholder{opacity:1;}
:-moz-placeholder{opacity:1;}
::-moz-placeholder{opacity:1;}
:-ms-input-placeholder{opacity:1;}
	
button::-moz-focus-inner {
 border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
strong{
	font-weight:normal;
	font-family: 'Exo', sans-serif;
}

label{
	font-weight:normal;
}
.container{
	max-width:1140px;
	margin:0 auto;
	width:100%;
	padding-right: 10px;
	padding-left: 10px;
}

.header{
}
.logo{
	float:left;
	width:23.2%;
}
.header-right{
	float:right;
	width:74.2%;
}
.nav{
	margin-top:45px;
}
.nav ul{
	float:right;
}
.nav ul li{
	float:left;
}
.nav ul li a{
	font-size:14px;
	color:#808080;
	font-family: 'Exo', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	padding:0 15px;
}
.nav ul li:last-child a{	
	padding-right:0;
}
.nav ul li.active a{
	color:#ff6e00;
}
.nav ul li:hover a{
	color:#333333;
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
}
.collapse{
	display:block;
	visibility:visible;
}

.menu-text {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
	color:#FF6E00;
	padding-left:10px;
    text-transform: uppercase;
	font-family: 'Exo', sans-serif;
	font-weight:700;
}
.menu-center{
	width:20px;
	display:inline-block;
}

/*--------------------------------------------- banner ----------------------------------*/

.banner{
	background:url(../images/banner-bg.jpg) no-repeat center center;
	background-size:cover;
	padding:85px 0 120px 0;
}
.banner-left{
}
.banner-right{
	text-align:center;
}
.banner-right h2{
	font-size:52px;
	line-height:70px;
	font-family: 'Exo', sans-serif;
	font-weight:400;
	color:#fff;
	margin-bottom:30px;
	padding-top:30px;
}
.banner-right h1{
	font-size:24px;
	line-height:36px;
	font-family: 'Exo', sans-serif;
	font-weight:500;
	color:#eeeeee;
}
.banner-right-enquire-now{
	margin-top:35px;
}
.banner-right-enquire-now a{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(255,255,255,0);
	border: solid 2px #fff;
	color:#fff;
	font-size:15px;
	font-family: 'Exo', sans-serif;
	font-weight:700;
	padding:11px 36px;
	text-transform:uppercase;
	display:inline-block;
}
.banner-right-enquire-now a:hover{
	background-color:#fff;
	color:#e66b0e;
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
}

/*----------------------------------------------- about-warp ---------------------------------*/
.about-warp{
	padding:75px 0 0px 0;
}
.about-warp-left{
}
.about-enquire{
	padding:30px 30px 10px 30px;
	border:1px solid #dadada;
	background:#f0f0f0;
}
.about-enquire-title{
	font-size:25px;
	font-family: 'Exo', sans-serif;
	font-weight:700;
	color:#f38000;
	text-align:center;
	padding-bottom:20px;
	border-bottom:1px solid #e0e0e0;
}
.about-enquire .form-group label{
	width:26.7%;
	border-top:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	float:left;
	background:#e0e0e0;
	padding-left:10px;
	line-height:39px;
	color:#555555;
	font-family: 'Exo', sans-serif;
	font-weight:500;
	font-size:14px;
	margin:0;
}
.about-enquire .form-group input{
	width:73.3%;
	float:right;
	height:40px;
	border-radius:0;
	border-top:0;
	border-right:1px solid #e0e0e0;
	color:#555555;
	font-size:14px;
	border-bottom:0;
	box-shadow:none;
}
.about-enquire .form-control{
	box-shadow:none;
}
.about-enquire .form-control:focus{
	border-color:#e0e0e0;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.35);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.35);
	box-shadow: 0 0 5px rgba(0,0,0,.35);
}
.about-enquire .form-group{
	margin:0;
	border-bottom:1px solid #c8c8c8;
}
.about-enquire .form-group{
	position:relative;
}
.about-enquire .form-group textarea{
	width:73.3%;
	float:right;
	height:100px;
	border-radius:0;
	border-top:0;
	border-right:1px solid #e0e0e0;
	border-bottom:0;
	color:#555555;
	font-size:14px;
}
label.message{
	height:100px;
	line-height:39px;
}
.captcha{
}
.captcha input{
	width:45.6% !important;
}
.captcha > img{
	border-left:1px solid #c8c8c8;
	width:80px;
	height:40px;
}
.submit-enquire{
	padding:20px;
	border-top:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	border-bottom:3px solid #f38000;
	background:#f0f0f0;
	text-align:center;
}
input.submit-enquire-btn{
	border:1px solid #cc5a03;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#e66b0e;
	text-align:center;
	display:inline-block;
	padding:15px 30px;
	color:#fff;
	font-size:15px;
	line-height:15px;
	font-family: 'Exo', sans-serif;
	font-weight:800;
	text-transform:uppercase;
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
}
input.submit-enquire-btn:hover{
	background:#eb904b;
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
}
.about-enquire .form-group span.error{
	position:absolute;
	bottom:-40px;
	z-index:123;
	right:-10px;
	font-size:13px;
	background:url(../images/error-img.png) no-repeat 8px center;
	padding:8px 8px 8px 35px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.21);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.21);
	box-shadow: 0 0 7px rgba(0,0,0,.21);
}
.about-enquire .form-group span.error:before{
	content:"";
	background:url(../images/error-arrow.png) no-repeat;
	top:-8px;
	left:15px;
	position:absolute;
	width:18px;
	height:8px;
}

.about-warp-right{
	font-size:16px;
	color:#666666;
	font-family: 'Exo', sans-serif;
	font-weight:400;
	line-height:26px;
}
.about-warp-right h3{
	font-size:40px;
	font-family: 'Exo', sans-serif;
	font-weight:400;
	color:#333333;
	margin-bottom:25px;
	line-height:42px;
}

/*------------------------------------ tab -------------------------------*/

.tab{
}
.tab-menu{
}
.tab-menu ul{
	text-align:center;
	padding-top:35px;
}
.tab-menu ul li{
	padding:0 30px 0 0;
	display:inline-block;
}
.tab-menu ul li:last-child{
	padding-right:0;
}
.tab-menu ul li.active a{
	color:#e66b0e;
	border-bottom:2px solid #e66b0e;
}
.tab-menu ul li a{
	color:#666666;
	font-size:16px;
	font-family: 'Exo', sans-serif;
	font-weight:600;
	border-bottom:2px solid #fff;
	padding-bottom:35px;
	display:inline-block;
}
.tab-content{
	background:#f2f2f1;
	padding-top:65px;
}
.tab-content .tab-pane{
	display:none;
}
.tab-content .tab-pane.active{
	display:block;
}
.about-product{
	padding-bottom:50px;
	font-size:16px;
	line-height:20px;
	color:#666666;
	font-family: 'Exo', sans-serif;
	font-weight:400;
}
.about-product p{
	margin-bottom:20px;
}
.about-product h1{
	font-size:25px;
	color:#333333;
	font-family: 'Exo', sans-serif;
	font-weight:400;
	margin-bottom:30px;
}
.why-buy-sharp-pharma{
	padding-top:20px;
}
.why-buy-sharp-pharma ul li{
	background:url(../images/round-icon2.png) no-repeat 0 6px;
	padding-left:23px;
}
.why-buy-sharp-pharma ul li h3{
	font-size:20px;
	color:#333333;
	font-family: 'Exo', sans-serif;
	font-weight:400;
	margin-bottom:10px;
}
.salient-features{
	padding-bottom:50px;
}
.salient-features ul li{
	background:url(../images/round-icon.png) no-repeat 0 6px;
	padding-left:19px;
	margin-bottom:15px;
	font-size:18px;
	color:#666666;
	font-family: 'Exo', sans-serif;
	font-weight:600;
}

.technical-specifications{
	padding-bottom:65px;
}
.technical-specifications table tr th{
	background:#f9f9f9;
	border:1px solid #dadada;
	font-size:18px;
	color:#666666;
	font-family: 'Exo', sans-serif;
	font-weight:700;
	padding:10px;
}
.technical-specifications table tr td{
	border:1px solid #dadada;
	font-size:16px;
	color:#666666;
	font-family: 'Exo', sans-serif;
	font-weight:600;
	padding:10px;
}
.input-specifications{
	padding-bottom:65px;
}
.input-specifications table tr th{
	background:#f9f9f9;
	border:1px solid #dadada;
	font-size:18px;
	color:#666666;
	font-family: 'Exo', sans-serif;
	font-weight:700;
	padding:10px;
}
.input-specifications table tr td{
	border:1px solid #dadada;
	font-size:16px;
	color:#666666;
	font-family: 'Exo', sans-serif;
	font-weight:600;
	padding:10px;
}

.used-by{
}
.used-by ul li{
	margin-bottom:70px;
}
.used-by ul li a{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.4);
	box-shadow: 0 0 3px rgba(0,0,0,.4);
	height:100px;
	position:relative;
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
	display:block;
}
.used-by ul li img {
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: -50%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}
.used-by ul li span{
	display: block;
	font-size: 18px;
	color: #999999;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	text-align: center;
	padding-top: 40px;
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
}
.used-by ul li:hover img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: none;
	transition: all 0.3s ease-in-out 0s;
}
.used-by ul li:hover a {
	box-shadow: 0 0 3px rgba(231, 115, 26, 0.6);
	transition: all 0.3s ease-in-out 0s;
}
.used-by ul li:hover a span {
	color: #e66b0e;
	transition: all 0.3s ease-in-out 0s;
}

.download{
	padding-bottom:35px;
}
.download ul li{
	margin-bottom:30px;
}
.download-box{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	border: solid 1px #e2e2e2;
	padding:30px;
	text-align:center;
	position:relative;
	min-height:263px;
}
.download-box-img{	
	border-radius:100%;
	background:#f2f2f1;
	border:1px solid #e2e2e2;
	display:inline-block;
	padding:21px 30px;
}
.download-box-img img{
}
.download-box-img-hover{
	display:inline-block;
	padding:21px 30px;
	border-radius:100%;
	background:#e66b0e;
	border:1px solid #e2e2e2;
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-63px;
	display:none;
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
}
.download-box-img-hover img{
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
}
.download-box span{
	font-size:20px;
	line-height:26px;
	color:#333333;
	font-family: 'Exo', sans-serif;
	font-weight:600;
	padding-top:25px;
	display:block;
}
.download ul li .download-box:hover .download-box-img-hover{
	display:block;
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
}
.download ul li .download-box:hover span{
	color:#e66b0e;
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
}


/*---------------------------------------- contact-banner -------------------------------*/
.contact-banner-warp{
	margin:70px 0 80px 0;
}
.contact-banner-box{
	padding:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #ddd;
}
.contact-banner-left{
	float:left;
	width:78%;
	font-size:16px;
	color:#666666;
	font-family: 'Exo', sans-serif;
	font-weight:400;
}
.contact-banner-right{
	float:right;
	width:20%;
}
.contact-banner-left h4{
	font-size:20px;
	line-height:26px;
	color:#333333;
	font-family: 'Exo', sans-serif;
	font-weight:600;
	padding-top:15px;
}
.contact-banner-left a{
	color:#e67321;
	font-weight:800;
}
.contact-banner-right a{
	background-color: #e66b0e;
	border: solid 1px #cc5a03;
	padding:11px 44px;
	display:inline-block;
	text-align:center;
	font-size:15px;
	font-family: 'Exo', sans-serif;
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
	float:right;
	border-radius:2px;
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
}
.contact-banner-right a:hover{
	background-color:#eb904b;
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
}


/*------------------------------------------- footer-warp ----------------------------*/
.footer-warp{
	padding-top:75px;
	background:#303336;
}
.footer{
	padding-bottom:50px;
}
.footer h5{
	font-size:14px;
	color:#fff;
	font-family: 'Exo', sans-serif;
	font-weight:700;
	margin-bottom:15px;
	display:block;
	text-transform:uppercase;
}
.quick-links{
}
.quick-links ul li{
	margin-bottom:10px;
}
.quick-links ul li a{
	font-size:14px;
	color:#fff;
	display:inline-block;
	font-family: 'Exo', sans-serif;
	font-weight:400;
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
}
.quick-links ul li a:hover{
	color:#e66b0e;
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
}
.contact-info{
	font-size:14px;
	font-family: 'Exo', sans-serif;
	font-weight:400;
	color:#fff;
}
.contact-info ul li{
	margin-bottom:10px;
}
.contact-info a{	
	color:#fff;
	display:inline-block;
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
}
.mail{
	background:url(../images/mail-icon.png) no-repeat 0 5px;
	padding-left:22px;
}
.phone{
	background: url(../images/phone-icon.png) no-repeat 0 5px;
	padding-left:22px;
}
.address{
	background:url(../images/address-icon.png) no-repeat 0 5px;
	padding-left:22px;
}
.contact-info ul li:hover.mail a{
	color:#e66b0e;
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
}

.follow-us{
}
.follow-us ul li{
	margin-bottom:10px;
}
.follow-us ul li a{
	font-size:14px;
	color:#fff;
	font-family: 'Exo', sans-serif;
	font-weight:400;
	display:inline-block;
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
}
.fb{
	background:url(../images/fb-icon.png) no-repeat 0 3px;
	padding-left:23px;
}
.twitter{
	background:url(../images/twitter-icon.png) no-repeat 0 3px;
	padding-left:23px;
}
.linkedin{
	background:url(../images/linkedin-icon.png) no-repeat 0 3px;
	padding-left:23px;
}
.youtube{
	background:url(../images/you-tube-icon.png) no-repeat 0 3px;
	padding-left:23px;
}
.google-plus{
	background:url(../images/google-plus.png) no-repeat 0 3px;
	padding-left:23px;
}
.follow-us ul li:hover a{
	color:#e66b0e;
	transition: all 0.3s ease-in-out  0s;
	-webkit-transition: all 0.3s ease-in-out  0s;
	-o-transition: all 0.3s ease-in-out  0s;
}
.follow-us ul li:hover.fb{
	background:url(../images/fb-icon-hover.png) no-repeat 0 3px;
}
.follow-us ul li:hover.twitter{
	background:url(../images/twitter-icon-hover.png) no-repeat 0 3px;
}
.follow-us ul li:hover.linkedin{
	background:url(../images/linkedin-icon-hover.png) no-repeat 0 3px;
}
.follow-us ul li:hover.youtube{
	background:url(../images/you-tube-icon-hover.png) no-repeat 0 3px;
}
.follow-us ul li:hover.google-plus{
	background:url(../images/google-plus-hover.png) no-repeat 0 3px;
}

.copy-right-warp{
	text-align:center;
	border-top:1px solid #45484a;
	padding:25px 0;
	color:#999999;
	font-size:14px;
	font-family: 'Exo', sans-serif;
	font-weight:400;
}
.copy-right-warp a img{
	vertical-align:middle;
}
.thank-you{
}
.thank-you h1{
	margin-bottom:20px;
}
.note{
	color: #666666;
    font-family: "Exo",sans-serif;
    font-size: 18px;
    font-weight: 600;
	margin-top:20px;
}
.note ul li{
	margin-bottom:7px;
}