﻿/*--------------------------------------------------------------------------
	General Style
--------------------------------------------------------------------------*/
body {
  
color: #232525;text-align: justify;
}
.section {
  padding: 11px 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.clear{ clear:both; line-height:0px; font-size:0px;}
.section-white {
  background: #FFF;
}
.section-dark_1 {
  background: #F2F2F2;
}

.section-dark {
  background: #007D3C;
}

.section-dark h3 {
  color:#FFF;
  font-size:28px;
  font-weight:200;
}
.section .container:first-child h1,
.section .container:first-child h2,
.section .container:first-child h3 {
  margin-top: 0;
  font-weight: 700;
}
.input-micro {
  width: 50px;
  margin-bottom: 0 !important;
}
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, .uneditable-input:focus {
  border-color: rgba(79, 141, 179, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
  color: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
}
ul.no-list-style {
  list-style-type: none;
  margin-left: 0;
}
ul.no-list-style li {
  line-height: 28px;
}
div[class*="span"] {
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;
}
/*--------------------------------------------------------------------------
	Typography Style
--------------------------------------------------------------------------*/
body {
  font-family: Arial, 'Helvetica', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #535b60;
}
h1 {
  color: #53555c;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
}
h2 {
  color: #53555c;
  font-family: 'Lato', sans-serif;
  font-size: 18px !important;
  line-height: 1.5em;
  margin: 30px 0 0 0;
}
h3 {
  font-family: 'Lato', sans-serif;
  color: #53555c;
  font-size: 1.5em;
}
h4 {
  font-family: 'Lato', sans-serif;
  color: #53555c;
  margin-bottom: 10px;
}
a {
  color: #6D6D6D;
  outline: 0;
}
a:hover {
  color: #D7160D;
  text-decoration:none;
  outline: 0;
}
/*--------------------------------------------------------------------------
+	Services Style
--------------------------------------------------------------------------*/
/* Multicolumn */
.service-wrapper {
  text-align: center;
  color: 0 0 3px #999;
  margin-bottom:30px;
}
.service-wrapper h3 {
  font-size: 1.2em;
  margin: 10px 0 !important;
}
.service-wrapper p {
  margin-top: 0;
}
.service-wrapper i {
	font-size:54px;
}
/* Row */
.service-wrapper-row {
  padding: 10px 0;
}
.service-wrapper-row h3 {
  padding-top: 15px;
}
.service-wrapper-row .service-image {
  padding-top: 15px;
  text-align: center;
}
.service-wrapper-row .service-image img {
  max-width: 80%;
  vertical-align: bottom;
  bottom: 0;
  border: 7px solid #FFF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 8px #999;
  -moz-box-shadow: 0 0 8px #999;
  box-shadow: 0 0 8px #999;
  color: 0 0 8px #999;
}
/*--------------------------------------------------------------------------
+	Pricing Table Style
--------------------------------------------------------------------------*/
.pricing-plan {
  float: left;
  text-align: center;
  background: #fafafa;
  position: relative;
  width: 48%;
  margin: 10px 1% 10px 0;
  padding: 20px;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  color: 0 1px 8px rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-box-shadow .25s linear;
  -moz-transition: -moz-box-shadow .25s linear;
  -o-transition: box-shadow .25s linear;
  -ms-transition: box-shadow .25s linear;
  transition: box-shadow .25s linear;
}
.pricing-plan:hover {
  -webkit-box-shadow: 0 0 8px #333;
  -moz-box-shadow: 0 0 8px #333;
  box-shadow: 0 0 8px #333;
  color: 0 0 8px #333;
  z-index: 5;
}
.pricing-plan .pricing-plan-title {
  position: relative;
  margin: -20px -10px 20px;
  padding: 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #595f6b;
  border-bottom: 1px dashed #d2d2d2;
}
.pricing-plan .pricing-plan-title:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-size: 3px 1px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIiIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMzQlIiBzdG9wLWNvbG9yPSIjZDJkMmQyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IiIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -moz-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -webkit-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -o-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: linear-gradient(to right, white, white 33%, #d2d2d2 34%, #d2d2d2);
}
.pricing-plan .pricing-plan-price {
  margin: 0 auto 20px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 19px;
  font-weight: bold;
  color: white;
  background: #595f6b;
  -webkit-border-radius: 45px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 45px;
  -moz-background-clip: padding;
  border-radius: 45px;
  background-clip: padding-box;
}
.pricing-plan .pricing-plan-price span {
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
}
.pricing-plan .pricing-plan-features {
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0;
  line-height: 2;
  font-size: 12px;
  color: #999;
  text-align: center;
  list-style-type: none;
}
.pricing-plan .pricing-plan-features li strong {
  font-weight: bold;
  color: #888;
}
.pricing-plan .pricing-plan-promote {
  margin: 0;
  padding: 40px 20px;
  background-color: white;
  border-width: 2px;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  z-index: 4;
}
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.price-ribbon {
  font: bold 15px Sans-Serif;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.ribbon-green {
  background-color: #BFDC7A;
}
.ribbon-blue {
  background-color: #5ACBFF;
}
.ribbon-orange {
  background-color: #FF9542;
}
.ribbon-red {
  background-color: #FF7373;
}
@media (min-width: 768px) {
  .pricing-plan {
    width: 25%;
    margin: 20px 0;
    padding: 20px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
  }
  .pricing-plan:first-child {
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 7px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 7px;
    background-clip: padding-box;
  }
  .pricing-plan:last-child {
    border-width: 2px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 7px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 7px;
    background-clip: padding-box;
  }
  .pricing-plan-promote {
    background: #aec62c;
    padding: 40px;
    margin-top: 0;
    -webkit-border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px;
    -moz-background-clip: padding;
    background-clip: padding-box;
    z-index: 4;
  }
  
  
.pricing-plan-promote-title {
  position: relative;
  margin: -20px -10px 20px;
  padding: 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  border-bottom: 1px dashed #FFF;
}
.pricing-plan-promote-title:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-size: 3px 1px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIiIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMzQlIiBzdG9wLWNvbG9yPSIjZDJkMmQyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IiIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -moz-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -webkit-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -o-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: linear-gradient(to right, white, white 33%, #d2d2d2 34%, #d2d2d2);
}
.pricing-plan-promote-price {
  margin: 0 auto 20px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 19px;
  font-weight: bold;
  color: white;
  background: #687b00;
  -webkit-border-radius: 45px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 45px;
  -moz-background-clip: padding;
  border-radius: 45px;
  background-clip: padding-box;
}
.pricing-plan-promote-price span {
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
}
.pricing-plan-promote-features {
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0;
  line-height: 2;
  font-size: 12px;
  color: #f2ffaa;
  text-align: center;
  list-style-type: none;
}
.pricing-plan-promote-features li strong {
  font-weight: bold;
  color: #FFF;
}
.pricing-plan .pricing-plan-promote {
  margin: 0;
  padding: 40px 20px;
  background-color: white;
  border-width: 2px;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  z-index: 4;
}  
}

/*--------------------------------------------------------------------------
+	Contact Us Style
--------------------------------------------------------------------------*/
.section-map{
	padding:0;
	height:400px;
}

#contact-us-map {
  height: 400px;
  margin:0;
}
.contact-us-details {
  margin: 10px 0;
  font-size: 0.9em;
}
/*--------------------------------------------------------------------------
+	Video Wrapper Style
--------------------------------------------------------------------------*/
.video-wrapper {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  color: 0 0 5px #000;
  margin: 20px 0;
}
/*--------------------------------------------------------------------------
+	Call to Action Bar Style
--------------------------------------------------------------------------*/
.calltoaction-wrapper {
  text-align: center;
}
.calltoaction-wrapper h3 {
  display: inline-block;
  line-height: 36px;
  margin-right: 10px;
  margin-bottom: 0;
}
.calltoaction-wrapper a {
  vertical-align: top;
}

/*--------------------------------------------------------------------------
+	Clients Logos Style
--------------------------------------------------------------------------*/
.clients-logo-wrapper img {
  max-width: 100%;

}
/*--------------------------------------------------------------------------
+	News Style
--------------------------------------------------------------------------*/
.featured-news .caption,
.latest-news .caption {
  padding: 10px 0 5px 0;
}
.featured-news .caption a,
.latest-news .caption a {
  font-size: 1.1em;
  font-weight: 600;
  color: #535b60;
}
.featured-news .intro,
.latest-news .intro {
  padding-bottom: 10px;
  font-size: 0.9em;
}
.featured-news .intro a,
.latest-news .intro a {
  white-space: nowrap;
}
.featured-news .date,
.latest-news .date {
  font-size: 0.7em;
  color: #999;
}
.featured-news img,
.latest-news img {
  max-width: 100%;
  margin: 10px 0 10px 0;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
}
/*--------------------------------------------------------------------------
+	Frequently Asked Questions Style
--------------------------------------------------------------------------*/
.faq-wrapper h3 {
  margin-top: 20px !important;
}
.faq-wrapper .accordion-inner {
  margin: 10px 0 10px 20px;
  padding: 0 10px;
  font-size: 0.9em;
}
.faq-wrapper .accordion-inner .answer {
  font-weight: 600;
}
/*--------------------------------------------------------------------------
+	Blog Style
--------------------------------------------------------------------------*/
/* Posts List */
.blog-post {
  background: #FFF;
  position: relative;
  margin: 20px 0;
  border: 1px solid #EEE;

}
.blog-post img {
  max-width: 100%;
}
.blog-post .post-info {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  line-height: 1.2;
  position: absolute;
  padding: 5px;
  left: 10px;
  top: 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.blog-post .post-comments-count {
  text-align: center;
}
.post-info .post-comments-count {
  padding-top: 5px;
}
.post-info .post-comments-count i {
  margin-right: 5px;
}
.post-info .post-comments-count a {
  color: #FFF;
}
.post-info .post-date .date {
  font-size: 0.7em;
  font-weight: 600;
}
.post-title h3 {
  font-size: 1.2em;
  border-bottom: 1px dotted #828282;
  margin: 0 20px;
  padding-top: 10px;
}
.post-title h3 a {
  color: #535b60;
}
.post-summary {
  margin: 10px 20px;
}
.post-summary p {
  color: #828282;
  font-size: 0.9em;
  text-align: justify;
}
.post-more {
  text-align: right;
  padding: 0 20px 20px 0;
}
/* Single Post */
.blog-single-post {
  padding: 10px 30px;
}
.single-post-title h2 {
  font-size: 36px;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #828282;  
}
.single-post-info {
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #828282;
}
.single-post-info i {
  color: #333;
  margin-right: 5px;
}
.single-post-image {
  text-align: center;
}
.single-post-image img {
border:none;
}
.single-post-content {
  margin: 30px 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 2px dotted #CCC;
}
.single-post-content p {
  color: #828282;
  font-size: 0.9em;
  text-align: justify;
}
.post-comments {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 40px;
  padding: 0;
}
.post-comments ul {
  list-style-type: none;
  margin-left: 30px;
  padding: 0;
}
.comment-wrapper p {
  margin: 0;
  position: relative;
  border: 1px solid #CCC;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.comment-author {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 10px;
}
.comment-author img {
  max-width: 50px;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  margin-right: 10px;
}
.comment-date {
  font-size: 0.9em;
  margin-right: 20px;
}
.comment-actions {
  text-align: right;
  opacity: 0.6;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.comment-actions:hover {
  text-align: right;
  opacity: 1;
}
.comment-actions i {
  color: #333;
}
.comment-reply-btn {
  margin-left: 10px;
}
.blog-sidebar h4 {
  margin-top: 20px;
  font-weight: 700;
}
.blog-sidebar h4:first-child {
  margin-top: 0;
}
.blog-sidebar ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}
.blog-sidebar .recent-posts li,
.blog-sidebar .blog-categories li {
  padding: 5px 20px 5px 0;
  border-top: 1px solid #D5D5D5;
}
.blog-sidebar .recent-posts li:last-child,
.blog-sidebar .blog-categories li:last-child {
  border-bottom: 1px solid #D5D5D5;
}
.blog-sidebar .recent-posts a,
.blog-sidebar .blog-categories a {
  color: #535b60;
}

/*--------------------------------------------------------------------------
+	Portfolio Item Page Style
--------------------------------------------------------------------------*/
.product-image-large {
  border: 8px solid #FFF;
  text-align: center;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
}
.product-image-large img {
  max-width: 100%;
}
.product-details h4,
.product-details h5 {
  font-weight: 700;
}
.product-details h4 {
  margin-bottom: 20px;
}
.product-details h5 {
  margin-top: 20px;
}
.product-details .price {
  font-size: 1.4em;
  font-weight: 700;
  text-align: left;
  padding: 5px;
  background: rgba(255, 255, 255, 0.6);
  display: inline;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.product-details .price-was {
  text-decoration: line-through;
  font-size: 0.8em;
  font-weight: normal;
}
.product-details .shop-item-selections {
  width: 100%;
}
.product-details .shop-item-selections td {
  line-height: 36px;
}
.product-details .shop-item-selections td:first-child {
  width: 30%;
}
.product-details .choose-item-color span {
  display: inline-block;
  *display: inline;
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: -1px;
  margin-right: 2px;
}
.product-details-nav {
  margin-top: 30px !important;
  margin-left: 0 !important;
}
.product-detail-info {
  background: #fff;
  border-top: 0;
  border-left: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-color: #ddd;
  border-style: solid;
  padding: 20px 30px;
}
.product-detail-info p,
.product-detail-info ul {
  font-size: 0.9em;
}
.product-detail-info table {
  width: 100%;
}
.product-detail-info table td {
  font-size: 0.9em;
  width: 50%;
  line-height: 28px;
  border-bottom: 1px solid #E7E7E7;
}
.product-detail-info table td:first-child {
  font-weight: 600;
}
.product-detail-info table tr:last-child td {
  border-bottom: 0;
}

/*--------------------------------------------------------------------------
+	Portfolio Style
--------------------------------------------------------------------------*/
.portfolio-item {
  position: relative;
  background: #FFF;
  margin-bottom: 20px;
  border: 8px solid #FFF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.portfolio-item .portfolio-image {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.portfolio-item .portfolio-image img {
  max-width: 100%;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.portfolio-item:hover {
  border: 8px solid #4f8db3;
}
.portfolio-item:hover .portfolio-image img {
  position: relative;
  -webkit-transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}
.portfolio-item ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 20px;
  text-align: center;
  padding: 0;
}
.portfolio-item ul li {
  line-height: 28px;
}
.portfolio-item .portfolio-project-name {
  font-size: 1.3em;
  text-transform: uppercase;
}
.portfolio-item .read-more {
  text-align: center;
  padding-top: 10px;
}
.portfolio-item .portfolio-info-fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  color: #FFF;
  text-shadow: 2px 2px 4px #000000;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.portfolio-item .portfolio-info-fade ul {
  margin-top: 10%;
}
.portfolio-item .portfolio-info-fade .btn:hover {
  background: #4f8db3;
}
.portfolio-item .portfolio-info-fade ul {
  margin: 10% 20px 0 20px;
  padding: 0;
}
.portfolio-item .portfolio-info-fade ul li {
  text-align: center;
}
.portfolio-item .portfolio-info-fade ul li:first-child {
  border-bottom: 1px solid #CCC;
}
.portfolio-item:hover .portfolio-info-fade {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lt-ie9 .portfolio-info-fade {
  display: none;
}
.lt-ie9 .portfolio-item:hover .portfolio-info-fade {
  display: block;
}
.portfolio-visit-btn {
  padding-top: 15px;
}
.portfolio-item-description ul {
  padding: 0;
}
/*--------------------------------------------------------------------------
+	Our Team Style
--------------------------------------------------------------------------*/
.team-member {
  position: relative;
  background: #FFF;
  margin-bottom: 20px;
  border: 8px solid #FFF;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
}
.team-member img {
  max-width: 100%;
}
.team-member ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 20px;
}
.team-member ul li {
  line-height: 28px;
}
.team-member:hover .team-member-image {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.team-member .team-member-image {
  text-align: center;
  position: relative;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.team-member .team-member-name {
  font-size: 1.3em;
  text-transform: uppercase;
}
.team-member .team-member-social {
  position: absolute;
  right: 10px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.team-member .team-member-social .team-member-social i {
  margin-top: 3px;
}
.team-member .team-member-social:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/*--------------------------------------------------------------------------
+	Breadcrumbs Section Style
--------------------------------------------------------------------------*/
.section-breadcrumbs {
 background: #09C none repeat scroll 0% 0%;
margin-bottom: 0px;
margin-top: 2px;
}
.section-breadcrumbs h1 {
 color: #FFF;
font-size: 22px;
text-transform: uppercase;
margin-bottom: 0px;
line-height: 16px;
}
@media(max-width:767px) {
.section-breadcrumbs {
  margin-top:50px;
}
}
/*--------------------------------------------------------------------------
	Footer Style
--------------------------------------------------------------------------*/
.footer {
  background: #fff;
  /*padding: 0 20px 10px 20px;*/
  -moz-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
    margin-top: 20px;
  /*border-top: 4px solid #54C7FF;

    box-shadow: 0 -1px 12px rgba(0,0,0,0.4);*/
	
}

.about_ul{ width:46%;border-bottom: 1px dotted #0099CC;}

.operations{width:49%; border-bottom: 1px dotted #0099CC;} 

.footer h3 {
  color: #0099CC;
  font-size: 1.3em;
  padding-top: 12px;
padding-bottom: 4px;text-align: left;
}
.footer ul {
  padding: 0;
}
.footer-navigate-section li {
  line-height: 20px !important;
}
.footer-stay-connected a {
  text-align: left;
  text-indent: -9999px;
  display: block;
  width: 115px;
  height: 40px;
  background: url(../img/stay-connected.png);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.footer-stay-connected a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer-stay-connected a.facebook {
  background-position: -115px 0;
}
.footer-stay-connected a.twitter {
  background-position: -230px 0;
}
.footer-stay-connected a.googleplus {
  background-position: 0 0;
}
.footer-stay-connected li {
  text-align: center;
}
.footer-copyright {
text-align: left;
color: #FFF;
border-top: 1px dotted #0099CC;
padding-top: 8px;
font-size: 0.9em;
background-color: #0099CC ;
padding-bottom: 8px;
padding-left: 1%;
}
/*--------------------------------------------------------------------------
+	Pagination Style (overrides Bootstrap style)
--------------------------------------------------------------------------*/
.pagination-wrapper {
  margin-top: 15px;
  text-align: center;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  border-bottom: 3px solid #FFF;
  color: #666666;
  margin-left: 0;
  margin-bottom: 5px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  background: #FFF;
}
.pagination > li > a:hover {
  border-bottom: 3px solid #666666;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #666666;
  border-bottom: 3px solid #4f8db3;
}
.pagination > .disabled > a {
  border-color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  margin-bottom: 0;
  color: #C9C9C9;
  background-color: #FFF;
  cursor: default;
}

/*--------------------------------------------------------------------------
+	Custom Style for Tabs (overrides Bootstrap)
--------------------------------------------------------------------------*/
.nav-tabs > li > a {
  font-size: 1.1em;
  padding: 10px 15px;
  color: #535b60;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-top: 3px solid #4f8db3;
  border-bottom-color: transparent;
  cursor: default;
}

/*--------------------------------------------------------------------------
+	Buttons Style
--------------------------------------------------------------------------*/
.btn {margin-top: 7px;
float: right !important;
width: 15% !important;
margin-left: 21%;
padding: 2px;
  border: 1px solid #2187B8;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  text-align: center;
  background: #2185B8 none repeat scroll 0px 0px;
  text-shadow: none;
  box-shadow: none;
  color: #FFF;
  white-space: nowrap;
  
}
.btn:hover {
  background: none repeat scroll 0 0 #DB241C ;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #CF2821;
  outline: 0;
}
.btn:selected {
outline: 0;
}
.btn .caret {
  border-top: 4px solid #FFF;
}
.btn-micro {
  padding: 1px 8px;
  font-size: 10px;
}
.btn-grey {
  border: 1px solid #cecece;
  color: #333;
  background: none repeat scroll 0 0 #E7E7E7;
}
.btn-grey:hover {
  background: none repeat scroll 0 0 #cecece;
  color: #333;
  text-decoration: none;
  border: 1px solid #cecece;
}
.btn-grey .caret {
  border-top: 4px solid #333;
}
.btn-blue {
  border: 1px solid #3e7191;
  color: #FFF;
  background: none repeat scroll 0 0 #4F8DB3;
}
.btn-blue:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-orange {
  border: 1px solid #cc5a00;
  color: #FFF;
  background: none repeat scroll 0 0 #DA251D;
}
.btn-orange:hover {
  background: none repeat scroll 0 0 #d45d00;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #d45d00;
}
.btn-green {
  border: 1px solid #4c5818;
  color: #FFF;
  background: none repeat scroll 0 0 #6E8023;
}
.btn-green:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-red {
  border: 1px solid #ab0d0d;
  color: #FFF;
  background: none repeat scroll 0 0 #DA1111;
}
.btn-red:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-group.open .btn.dropdown-toggle {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
}
.dropdown.open a.dropdown-toggle .caret {
  border-top: 4px solid #FFF;
}





/************ addting hear css *************************************************************************************/

#main_contner{ width:96%; margin:4% auto;margin-bottom: 0px; color:#151515; background: #FFFFFF;font: 15px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;}

#main_header{ width:100%;}

.main_wrapar{ width:100%; margin:0px auto;}

.main_body{ width:100%;}


.text_justify{text-align: justify;}

.secton_mag{
padding-right: 0%;}



#main_header{ position:fixed;}

#nav{margin-top: 6px;margin: 48px 0 0 1%;}

.navi{width: 98% !important;
padding-right: 0px;
background-color: #09C;
padding-left: 0px;
}

.nav_ul_width{
background-color: #09C ;}

.logo_header{ width: 37%;}

.logo_header img{ width:100%;margin-left: 3%;margin-top: 20px;}

.login_bot{ width: 15%;
padding-left: 3px;
margin-top: 8px;
float: left;
margin-left: 13%;
margin-bottom: 8px;}

.login_img{width: 100%;
height: 36px;}

.navigation {
    width: 97%;
    background-color: #2185B8;
    margin-left: 13px;
}

.navigation ul{ margin:0px; padding:0px; list-style:none; width: 88% !important;
margin: 0 auto;}

.navigation ul li{ float:left;line-height:40px;}

.navigation ul li a{ font-size:18px; color:#fff; text-decoration:none; display:block;background-color:#2185B8; padding:0 13%; border-right: solid 1px #fff;}

.navigation ul li a:hover{background-color:#fff; color:#000;}


.send_enquiry{ width: 80%;
background-color: #FFF;
line-height: 40px;border-left: solid 7px #fff;}

.send_enquiry a{ background: transparent url("../images/msg_sky.jpg") no-repeat scroll 20% 13px;
color: #00ADFF;
font-size: 18px;
text-decoration: none;
display: block;
text-align: center;
padding-left: 12%;}

.send_enquiry a:hover{ color:#fff;background: transparent url("../images/msg_hover.jpg") no-repeat scroll 20% 13px;}

.send_enquiry:hover{ background-color:#0D9DBF ;}




.more{ width:100%;}

.more a {
  width: 12%;
float: right;
background: rgb(0, 153, 204) url("../images/arrow_wite.png") no-repeat scroll 52px center / 14% 40%;
text-decoration: none;
display: block;
line-height: 25px;
color: #FFF;
border-radius: 5px;
padding-left: 2%;
}

.more a:hover{ color:#fff ; background-color:#D81C14;}





.busi_more{ width: 100%;}
.busi_more a{
    width: 12%;
float: right;
background: #09C url("../images/arrow_wite.png") no-repeat scroll 49px 8px / 14% 40%;
text-decoration: none;
display: block;
line-height: 23px;
color: #FFF;
border-radius: 5px;
padding-left: 2.5%;
margin-top: 10px;
}

.busi_more a:hover{ color:#fff ; background-color:#D81C14;}



.social {
    /*text-align: right;*/
    float: right;
    width: 83%;
}

.social-share {
    display: inline-block;
    list-style: outside none none;
    padding: 0px;
    margin: 0px; width:99%;
}

ul.social-share li {
    display: inline-block;width: 16%;
}

ul.social-share li a {
    display:block;
    color: #FFF; 
    
    width: 25px;
    height: 25px;
    /*background: url("../images/english_1.png") no-repeat scroll 0px 0px;*/
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}

ul.social-share li a:hover 
{ width:25px;
  height:25px;
 /* background: url("../images/english.png") no-repeat scroll 0px 0px;*/
  color: #fff;
}


.zoom_img img{

height:30px;
width:30px;
-moz-transition:-moz-transform 0.5s ease-in; 
-webkit-transition:-webkit-transform 0.5s ease-in; 
-o-transition:-o-transform 0.5s ease-in;
}
.zoom_img img:hover{
-moz-transform:scale(2); 
-webkit-transform:scale(2);
-o-transform:scale(2);
}



.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}


.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}


.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}


ul.social-share li a {
    color: #FFF;
    line-height: 17px;
    text-align: center;
}

.fa-facebook::before {
    content: "";
}


.fa-twitter::before {
    content: "";
}

.fa-linkedin::before {
    content: "á";
}

.fa-dribbble::before {
    content: "";
}

.fa-skype::before {
    content: "";
}


#header .search {
    display: inline-block;
}


input.search-form{
 border: 0px none;
width: 93%;
padding: 0px 10px;
line-height: 25px;
color: #000;
background: transparent url("../images/serch_icon.jpg") no-repeat scroll right 0px;
border-radius: 3px;
box-shadow: 1px 2px 6px #575757;  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

/*input.search-form:hover {
  width: 180px;
}*/

.fa-search::before {
    content: "";
}

.search i {
    color: #FFF;
}

.float{ float:right;}

.search_fom_main{width: 100%;
padding-right: 0;
    top: 0px;
    left: 0px;
}

.search_fom{float: left;
margin-top: 15px;
width: 30%;
margin-left: 5%;}

.search_social{ float:right;width: 40%;}

.magin_tom_cont{margin-top: 15px;}


.padding_1{ padding:0px;}

.mission_lin_higt{line-height: 30px;}

.video_bor{border: 3px solid rgb(40, 22, 111);}

.hmbtn {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #2F1E74; width:0%; float:left;
}


.key_features { width: 96%; float:right;}

.font-size_1{font-size: 23px !important;padding-bottom: 5px;}

.font-size_2{font-size: 20px !important;padding-bottom: 5px;}

.business_mgn{margin-bottom: 25px;}

.slider_1 { background-size:100% 100%;}


.welcome{ width: 100%;
float: left;
padding-top: 11px;
padding-bottom: 20px;}

.our_mission{ width:100%; float: right;padding-top: 11px;
/*padding-bottom: 20px;*/}

.prepare{width: 100%;
text-align: center;
margin-top: 11px;
padding-bottom: 20px;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;}

.prepare img{width: 65%;
height: 61px;}

.prepare_mgn{margin-top: 20px;}

.prepare ul{ margin:0px; padding:0px; list-style:none;}

.prepare ul li{margin-bottom: 32px;}


.color_h2{color:#0099CC;} 

.welcome span{ color:#0099CC;}


.corporate{ width:100%; float:left;padding-top:4px;
} 

.corporate span{width: 48%;
float: left;}

.home_manuf{width: 48% !important;
float: left;}

/*.corporate p{ background:url("../images/who_gmp.jpg") no-repeat scroll 0px 0px;}*/




.corporate_video{ width:100%; float: right; text-align: center;
padding-bottom: 20px; margin-top: 37px;} 

.corporate_video img{width: 60%;
border: 4px solid #54C7FF;
height: 186px;
float: right;
margin-right: 22%;}


.business{ width:100%;}

 
.footer_about{ width:100%;}

.footer_about ul{ margin:0px; padding:0px; list-style:none;text-align: left;}

.footer_about ul li{ line-height:30px;}

.footer_about ul li a{ font-size:18px; text-decoration:none; display: inline-block; color:#5D5757;}

.footer_about ul li a:hover{ color:#0D9DBF; text-decoration:underline;}


.careers_about{ width:100%;margin-top: 150px;}

.careers_about ul{ margin:0px; padding:0px; list-style:none;}

.careers_about ul li{ float:left; line-height:30px;margin-left: 30px;}

.careers_about ul li a{ font-size:18px; text-decoration:none; display: inline-block; color:#5D5757;}

.careers_about ul li a:hover{ color:#0D9DBF; text-decoration:underline;}


.facilities_img{width: 91%;height:107px;}


.our{ width:100%;margin-top: 0px;}

.our_1{ width:100%;}

ul.our_1{width: 49%;
float: left;
padding-left: 1%;}

ul.our_1 li{background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll 0px 5px;
padding-left: 17px;}




ul.our_2{width: 50%; float:right;}

ul.our_2 li{background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll 0px 5px;
padding-left: 17px;}



ul.our_3{width:52%; float:right;}

ul.our_3 li{background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll 0px 6px;
padding-left: 17px;}



ul.our_4{width:100%; float:right;padding-top: 8px;}

ul.our_4 li{background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll 0px 6px;
padding-left: 17px;}


ul.our_5{width:100%; float:right;text-align: justify;}

ul.our_5 li{background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll 0px 5px;
padding-left: 17px;}


ul.our_6{width:48%; float:left;text-align: justify; padding-right:2%;}

ul.our_6 li{background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll 0px 5px;
padding-left: 17px;}


ul.our_7{width:48%; float:right;text-align: justify;padding-left:2%;}

ul.our_7 li{background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll 0px 5px;
padding-left: 17px;}






.manu_navi{ width:100%; background-color:#000; display:none;}

.manu_navi ul{ margin:0px; padding:0px; list-style:none;}

.manu_navi ul li{ float:left; line-height:30px;}

.manu_navi ul li a{ font-size:18px; text-decoration:none; display:block; color:#fff;}
.manu_navi ul li a:hover{ color:Red;}

.transt{width: 22% !important;
float: left;
margin-top: 15px;
margin-left: 1%;}



/************************ about us css start ****************************************/


.corporate_1 {
    width: 100%;
}

.magn_top_1{padding-top: 14px;}


.new_strength_3 {
    width: 100%;
    
    
    margin-top: 7px;
}


.corporate_1 span {
    width: 4%;
    float: left;
}

.new_strength_3 ul {
    margin: 0px;
    padding: 0px;
    list-style: outside none none;margin-left: 1%;
}

.new_strength_3 {
    width: 100%;
   
    
  
}

.Statistics_with{width: 39px;
float: left;}



.new_strength_3 ul li {
    line-height: 40px;
    padding-left: 2%;
   background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 14px / 12px 13px;
}


.new_strength_3 ul li span {
    color: #2185B8;
}



.new_strength_4 {
    width: 100%;

}


.new_strength_4 ul li {
    line-height: 40px;
    padding-left: 2%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 12px / 12px 13px;
}

.new_strength_4 ul li span {
    color: #2185B8;
}



.new_strength_9 {
    width: 100%; padding-top:7px;

}


.new_strength_9 ul li {
    line-height: 40px;
    padding-left: 2%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 5px / 12px 13px;
}

.new_strength_9 ul li span {
    color: #2185B8;
}







.new_strength_8 {
    width: 100%;

}


.new_strength_8 ul li {
    line-height: 40px;
    padding-left: 2%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 6px / 12px 13px;
}

.new_strength_8 ul li span {
    color: #2185B8;
}




.new_strength_7 ul li {
    line-height: 29px;
    padding-left: 7%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 8px / 12px 13px;
}





.new_strength_7 ul li span {
    color: #2185B8;
}





.new_strength_5 {padding-top: 7px;
    width: 100%;
   
   
  
}

.new_strength_5 ul{ margin:0px; padding:0px; list-style:none;}

.new_strength_5 ul li {
    line-height: 40px;
    padding-left: 2%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 5px / 12px 13px;
}


.new_strength_5 ul li span {
    color: #2185B8;
}






.bus_pag_li{padding-bottom: 5px;}



.recommendations_pdg{padding-top: 26px;}


/************************ contact us css start ****************************************/


.global_padding{padding-right: 3%;}



.padding_3{ padding-left:0px; padding-right:0px;}

.contact_mgn_top{margin-top: 119px;}

.contact_pls{text-align: center;
font-size: 24px !important;padding-bottom: 11px;}

.qury_text_alin{text-align: center;}

.export{ font-size:21px !important;}



.queries_1 {
   width: 100%;
font: 15px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
color: #6D6D6D;
padding-bottom: 2px;
margin-top: 9px;
}

.queries_1 span {
    color: #6D6D6D;
  font: 15px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.email_1 {
    width:100%;
    margin-bottom: 18px;
}



.corporate_min {
    background-color: #EFEDED;
    margin-top: 10px;
    border: 1px solid #4E2E28;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    margin-top: 4%;padding-left: 2%;
}




.office{ width:100%; font-size:20px; color:#4E2E28 ;padding-top: 0px;} 

.office h3{ font-size: 18px;
color: #53555C;
padding: 9px 0px 0;}

.img{ width:100%;}

.images_1{ width:85%;}


.office_1 { width:100%;    padding: 10px 0 10px 0px;
}

.office_1 ul{ margin:0px; padding:0px; list-style:none;}
.office_1 ul li{ float:left; line-height:15px;width: 100%;}

.office_2 {float: left;
width: 9%;
font-size: 17px !important;
color: #6D6D6D;line-height: 23px;}

.office_3{float: right;
width: 91%;
line-height: 23px;
font: 15px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif; margin:0px !important; color:#6D6D6D;}

.office_3 a{line-height: 23px;
font: 15px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif; color: #6D6D6D;}

.office_3 a:hover{color: #2386B8;}


.addres_1{line-height: 23px;
font: 15px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;color: #6D6D6D;}

.padding_bottom_1{padding-bottom: 10px;}

.contact_fom{width: 99%;
float: right;
background-color: #EBEEF1;
padding: 5%;}






.corporate {
    width: 100%;
    float: right;
    font-size: 17px;
    text-align: justify;
    line-height: 23px;
}

.corporate ul{ margin:0px; padding:0px; list-style:none;padding-top: 0px;text-align: left;font: 15px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;}

.corporate ul li{ line-height:23px;}

.core_values_1{ width:15% !important;color: #DA251D;
    font-weight: bold; float:left;}

.core_values_2{ width: 83%;
float: right !important;}



.values_padg{padding-top: 34px;}

.inter_col_mgn{ padding-top:15px;}


.manufacturing h2 {
    margin-top: 17px !important;
    color: #53555C ;
}


.contat_2mag{margin-top: 10px !important;}

.expont_gn2{margin-top: 0px !important;}


.product_mgn{margin-top: 150px;}


.product_1{ width:80%; 
/*background-color: rgb(228, 230, 231);
border: 1px solid rgb(0, 153, 204);*/
margin-top:125px;}


.product_color{font-size: 21px;
color: rgb(34, 133, 184);}


.product_color_1{font-size: 14px;
color: #5D5E5F;}

.product_color_1:hover{
color: #DA231A;}


.product_ditel{border: 1px solid rgb(35, 134, 178);margin-top: 150px; width:80%;}


.indication{color: #fff;
font-size: larger;
background-color: rgb(34, 133, 185);
font-size: 19px;
padding-left: 8px;}


.indication_1{padding: 1%;background-color: #eee;}


.search_result {
    padding: 13px 0px;
    font-size: 29px !important;
    text-align: center !important;
    color: rgb(33, 133, 188);
}



.acet{margin-top: 119px;
margin-bottom: -136px;
font-size: 20px;
width: 80%;
text-align: left;}



.critical_bg_col{background-color: #EEE;border-top: solid 4px #fff;}


.product_pdg{padding-left: 1%;}


.packaging{padding-left: 53.5%;
position: absolute;
margin-top: -30px;
font-weight: bold;
font-size: 13px;}




.product_name{margin-top: 11px;
width: 50%;
font-size: 13px;
font-weight: bold;

padding-bottom: 11px;
padding-left: 1%;}


.antibiotics_color{background-color:#CDEBF5;}

.tans{ float: left;
font-family: cursive;
font-weight: bold;
font-size: 14px;
color: #09C ;
padding-top: 3px;font-family: "Open Sans",sans-serif;margin-right: 7px;}

.boder{font-family: sans-serif;
font-size: 13px;
padding: 5px 10px;

color: #000;}


.critical{font-size: 26px;
color: #2184BB;

padding-top: 34px;
font-weight: bold;}


.drop_menu{background-color: rgb(0, 153, 204);}

.ppt{margin-top: 0px !important;
position: relative;
margin-left: 0%;
width: 13%;}



.gallery{ width:100%; margin-top:110px;}


.gallery h1{ font-size:26px;}

.serch_mgn{margin-top: 89px;}

.contact_serch{margin-left: 49% !important;}


.contact_form_pad{width: 18%;}
.contact_form_pad_1{width: 18%;}


.contact_btn{color: rgb(254, 252, 252);
width: 16%;
background-color: rgb(0, 153, 204);
border: 1px solid rgb(34, 133, 187);
float: right;
margin-right: 3%;font-weight: bold;}

.contact_btn:hover{color: rgb(254, 252, 252);

background-color: #D6271A;
border: 1px solid #CE2820;
float: right;
transition: all 1s ease-in-out; }


.star{ color:Red;}

.query{ width: 78%;
height: auto;
border: 1px solid #B0B0B0;
overflow-y: visible;
resize: none;}


.critical_color_1{font-size: 24px;

color: #FF5F00;
font-weight: bold;}

.critical_color_2{color: #3080A3;
background-color: #FFF;font-size: 18px;
font-weight: bold;}


.critical_icon {
    float: right !important;
margin: 12px 0px;width: 41%;
}


.critical_icon a {
    font-size: 17px;
    color: #FF5F00;
    font-weight: bold;margin-left: 23%;
}


.critical_icon a:hover {
 
    color: rgb(33, 132, 187);
    font-weight: bold;
}


.back_bnt{width: 2%;
height: auto;
left: 82%;
position: absolute;
top: 163px;}



.mgs_icon{position: relative;
width: 23px;
left: 22.5%;
top: 20.5%;}



.mg-image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;
}
.mg-image:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}


.oncology_color{color: rgb(255, 95, 0);font-weight:bold;}

.oncology_color:hover{color: rgb(48, 128, 163); font-weight:bold;}

.thank{    padding-left: 1%;}

.thank_1{ margin-top:-10px;}

.thank_2{ font-size: 31px;
color: #FF5F00;text-align: center;}


.thank_3{color: #000;
font-size: 18px;text-align: center;padding-bottom: 20px;}


.thank_4{color: #2185B9;
font-size: 18px;
padding-top: 10px;
padding-bottom: 10px;}


.thank_5{color: #FF5F00;}

.thank_5:hover{color: rgb(34, 134, 186);}

.query_cont{position: relative;
top: -105px;
left: 1px;}



@media screen and (max-width: 1372px) 
{

.mgs_icon {
    position: relative;
    width: 23px;
    left: 21.5%;
    top: 20.5%;
}

.critical_icon a {
    font-size: 17px;
    color: #FF5F00;
    font-weight: bold;
    margin-left: 22%;
}


}



@media screen and (max-width: 1341px) 
{
    .contact_serch {
    margin-left: 47% !important;
}
    
    
.search_fom {
    float: left;
    margin-top: 15px;
    width: 30%;
    margin-left: 1%;
}


.login_bot {
    width: 15%;
    padding-left: 3px;
    margin-top: 8px;
    float: left;
    margin-left: 14%;
    margin-bottom: 8px;
}

.send_enquiry {
    width: 77%;
    background-color: #FFF;
    line-height: 40px;
    border-left: 7px solid #FFF;
}

.send_enquiry a {
    background: transparent url("../images/msg_sky.jpg") no-repeat scroll 2px 13px;
    color: #00ADFF;
    font-size: 18px;
    text-decoration: none;
    display: block;
    text-align: center;
    padding-left: 12%;
}


.send_enquiry a:hover{ color:#fff;background: transparent url("../images/msg_hover.jpg") no-repeat scroll 2px 13px;}


.critical_bg_col{background-color: #DEDEDE;border-bottom: solid 1px #fff;}


.product_pdg{padding-left: 1%;}


.packaging{padding-left: 53.5%;
position: absolute;
margin-top: -34px;
font-weight: bold;
font-size: 13px;}

.product_pdg_1{padding-top: 25px;}


.product_name{margin-top: 15px;
width: 50%;
font-size: 13px;
font-weight: bold;}


.antibiotics_mgn{margin-top: 20px;}




}



















@media screen and (max-width: 1280px) 
{
  .login_bot {
    width: 16%;
    padding-left: 3px;
    margin-top: 7px;
    float: left;
    margin-left: 14%;
    margin-bottom: 8px;
}


.packaging {
    padding-left: 38.5%;
    position: absolute;
    margin-top: -31px;
    font-weight: bold;
    font-size: 13px;
}

.transt {
    width: 22% !important;
    float: left;
    margin-top: 15px;
    margin-left: 0%;
}

   
   .critical_bg_col{background-color: #DEDEDE;border-bottom: solid 1px #fff;}


.product_pdg{padding-left: 1%;}


.packaging{    padding-left: 53.5%;
    position: absolute;
    margin-top: -31px;
    font-weight: bold;
    font-size: 13px;
}

.product_pdg_1{padding-top: 25px;}


.product_name{margin-top: 15px;
width: 50%;
font-size: 13px;
font-weight: bold;}


.antibiotics_mgn{margin-top: 20px;} 
    
.more a {
    width: 15%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 47px 8px / 14% 40%;
    text-decoration: none;
    display: block;
    line-height: 25px;
    color: #FFF;
    border-radius: 5px;
    padding-left: 2.5%;
}



.busi_more a {
    width: 15%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 47px 8px / 14% 40%;
    text-decoration: none;
    display: block;
    line-height: 23px;
    color: #FFF;
    border-radius: 5px;}
    
    
 
  .prepare img {
    width: 37%;
    height: 79px;
}  
    
 .facilities_img {
    width: 91%;
    height: 84px;
}   
    
    
    
    
}




@media screen and (max-width: 1267px) 
{

  .contact_serch {
    margin-left: 45% !important;
}
    


.send_enquiry {
    width: 66%;
    background-color: #FFF;
    line-height: 40px;
    border-left: 7px solid #FFF;
}

.enqu {
    background-color: #FF6700;
    padding-left: 0px;
    width: 22%;
}







}


@media screen and (max-width: 1251px) 
{

.critical_icon a {
    font-size: 17px;
    color: #FF5F00;
    font-weight: bold;
    margin-left: 21%;
}

.mgs_icon {
    position: relative;
    width: 23px;
    left: 20.5%;
    top: 20.5%;
}

.back_bnt {
    width: 2%;
    height: auto;
    left: 81%;
    position: absolute;
   top: 165px;
}


}




@media screen and (max-width: 1207px) 
{

.office_2 {
    float: left;
    width: 11%;
    font-size: 17px !important;
    color: #6D6D6D;
    line-height: 23px;
}

/*.our_range_size {
    font-family: sans-serif;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #FFF;
    color: #fff;
}

*/

.packaging {
    padding-left: 53.5%;
    position: absolute;
    margin-top: -31px;
    font-weight: bold;
    font-size: 13px;
}
.critical_bg_col{background-color: #DEDEDE;border-bottom: solid 1px #fff;}


.product_pdg{padding-left: 1%;}




.product_pdg_1{padding-top: 25px;}


.product_name{margin-top: 15px;
width: 50%;
font-size: 13px;
font-weight: bold;}


.antibiotics_mgn{margin-top: 20px;}



.critical_hading {
    
    font-size: 13px;
    font-weight: bold;

}

.office_3 {
    float: right;
    width: 88%;
    font: 15px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px !important;
    color: #6D6D6D;
}



}



@media screen and (max-width: 1199px) 
{
    
    .contact_serch {
    margin-left: 43% !important;
}
    
    
    .contact_btn{color: #FEFCFC;
width: 19%;
background-color: #09C;
border: 1px solid #2285BB;
float: right;
margin-right: 3%;}

.contact_btn:hover{color: rgb(254, 252, 252);

background-color: #D6271A;
border: 1px solid #CE2820;
float: right;
 transition: all 1s ease-in-out; }
    

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 9px;
    font-size: 18px;
}

.product_1 {
    width: 80%;
    /*background-color: #E4E6E7;
    border: 1px solid #09C;*/
    margin-top: 131px;
}

.login_bot {
    width: 15%;
    padding-left: 3px;
    margin-top: 6px;
    float: left;
    margin-left: 12%;
    margin-bottom: 8px;
}

.serch_mgn {
    margin-top: 96px;
}


.critical_bg_col{background-color: #DEDEDE;border-bottom: solid 1px #fff;}


.product_pdg{padding-left: 1%;}


.packaging{padding-left: 34.5%;
position: absolute;
margin-top: -28px;
font-weight: bold;
font-size: 13px;}

.product_pdg_1{padding-top: 25px;}


.product_name{margin-top: 15px;
width: 70%;
font-size: 13px;
font-weight: bold;}


.antibiotics_mgn{margin-top: 20px;}



.packaging {
    padding-left: 53.5%;
    position: absolute;
    margin-top: -32px;
    font-weight: bold;
    font-size: 13px;
}




}



@media screen and (max-width: 1191px) 
{
.contact_btn {
    color: #FEFCFC;
    width: 19%;
    background-color: #09C;
    border: 1px solid #2285BB;
    float: right;
    margin-right: 9%;
}

}



@media screen and (max-width: 1183px) 
{

.careers_about {
    width: 100%;
    margin-top: 150px;
}

.prepare img {
    width: 71%;}



.send_enquiry{ width: 74%;
    background-color: #FFF;
    line-height: 40px;
    border-left: 7px solid #FFF;
}




}


@media screen and (max-width: 1180px) 
{.contact_form_pad_1 {
     width:18%;
}

.contact_btn {
   color: #FEFCFC;
width: 17%;
background-color: #09C;
border: 1px solid #2285BB;
float: right;
margin-right: 9%;
}


.navigation ul {
    padding: 0px;
    list-style: outside none none;
    width: 88% !important;
    margin: 0px auto;
}




}


@media screen and (max-width: 1173px) 
{


.navigation ul {
    padding: 0px;
    list-style: outside none none;
    width: 89% !important;
    margin: 0px auto;
}

.login_bot {
    width: 16%;
    padding-left: 3px;
    margin-top: 7px;
    float: left;
    margin-left: 11%;
    margin-bottom: 8px;
}





}


@media screen and (max-width: 1149px) 
{

.critical_icon a {
    font-size: 17px;
    color: #FF5F00;
    font-weight: bold;
    margin-left: 20%;
}


.mgs_icon {
    position: relative;
    width: 23px;
    left: 19.5%;
    top: 20.5%;
}

.back_bnt {
    width: 2.5%;
    height: auto;
    left: 80%;
    position: absolute;
    top: 169px;
}


}




@media screen and (max-width: 1103px) 
{
.login_bot {
    width: 17%;
    padding-left: 3px;
    margin-top: 6px;
    float: left;
    margin-left: 7%;
    margin-bottom: 8px;
}


.corporate_1 span {
    width: 5%;
    float: left;
}


.acet {
    margin-top: 128px;
    margin-bottom: -136px;
    font-size: 20px;
    width: 80%;
    text-align: left;

}




.search_fom {
    float: left;
    margin-top: 15px;
    width: 31%;
}



}
    




@media screen and (max-width: 1098px) 
{
    
    .contact_form_pad {
    width: 23%;
}

.contact_form_pad_1 {
    width: 23%;
}

.back_bnt {
    width: 2.5%;
    height: auto;
    left: 80%;
    position: absolute;
    top: 179px;
}


.contact_btn {
    color: #FEFCFC;
    width: 17%;
    background-color: #09C;
    border: 1px solid #2285BB;
    float: right;
    margin-right: 6%;
}

 .goog-te-gadget-simple {
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: #9B9B9B #D5D5D5 #E8E8E8;
    font-size: 8pt !important;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
   width: 109px;
}
    
  .goog-te-gadget-icon {
    margin-left: -20px;
    margin-right: 2px;
    width: 19px;
    height: 19px;
    border: medium none;
    vertical-align: middle;
}  
    

.goog-te-menu-value {
    text-decoration: none;
    color: #00C;
    white-space: nowrap;
    margin-left: -20px !important;
    margin-right: 4px;
}


.product_1 {
    width: 80%;
    /*background-color: #E4E6E7;
    border: 1px solid #09C;*/
    margin-top: 140px;
}

.send_enquiry {
    width: 79%;
    background-color: #FFF;
    line-height: 40px;
    border-left: 7px solid #FFF;
}


.prepare {
    width: 87%;
    text-align: center;
    margin-top: 11px;
    padding-bottom: 20px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    margin-left: 6%;
}




.more a {
    width: 15%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 47px 8px / 14% 40%;
    text-decoration: none;
    display: block;
    line-height: 25px;
    color: #FFF;
    border-radius: 5px;
    padding-left: 2.5%;
}


.busi_more a {
    width: 15   %;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 47px 8px / 14% 40%;
    text-decoration: none;
    display: block;
    line-height: 23px;
    color: #FFF;
    border-radius: 5px;
}
.login_bot {
   width: 16%;
padding-left: 3px;
margin-top: 6px;
float: left;
margin-left: 16%;
margin-bottom: 8px;
}



.gallery {
    width: 100%;
    margin-top: 122px;
}







}


@media screen and (max-width: 1063px) 
{
    

.critical_icon a {
    font-size: 17px;
    color: #FF5F00;
    font-weight: bold;
    margin-left: 19%;
}

}


@media screen and (max-width: 995px) 
{
    
    .contact_serch {
    margin-left: 41% !important;
}
    
    
    
    .serch_mgn {
    margin-top: 109px;
}
    
    #nav {
    margin: 49px 0px 0px 2px;
}
    
   .login_bot {
    width: 19%;
    padding-left: 3px;
    margin-top: 6px;
    float: left;
    margin-left: 9%;
    margin-bottom: 8px;
}
    
.office_2 {
    float: left;
    width: 14%;
    font-size: 17px !important;
    color: #6D6D6D;
    line-height: 23px;
}


.office_3 {
    float: right;
    width: 85%;
    font: 15px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px !important;
    color: #6D6D6D;
}

.export {
    font-size: 16px !important;
}

.office h3 {
    font-size: 16px;}
    
    
    .btn {
    margin-top: 7px;
    float: right !important;
    width: 21% !important;
    margin-left: 21%;
    padding: 2px;
    border: 1px solid #2187B8;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    text-transform: none;
    transition: all 0.25s ease 0s;
    text-align: center;
    background: #2185B8 none repeat scroll 0px 0px;
    text-shadow: none;
    box-shadow: none;
    color: #FFF;
    white-space: nowrap;
}

.queries_1 {
    width: 100%;
    font-size: 15px;
    color: #6D6D6D;
    padding-bottom: 2px;
    margin-top: 9px;
}



}


@media screen and (max-width: 992px) 
{


ul.social-share li {
    display: inline-block;
    width: 15%;
}

 #nav {
    margin: 50px 0px 0px 2px;
}

}



@media screen and (max-width: 944px) 
{

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
font-size: 17px;
}

}



@media screen and (max-width: 991px) 
{
    

.col_span_1{ width:32%;}


.col_span_2{ width:32%;}


.col_span_3{ width:32%;}

.careers_about {
    width: 100%;
    margin-top:145px;
}

.careers_about ul li {
    float: left;
    line-height: 40px;
    margin-left: 17px;
}


.prepare img {
    width: 42%;
    height: 79px;
}


ul.our_3 {
    width: 52%;
    float: right;
    text-align: left;
}


.font-size_1 {
    font-size: 18px;
    padding-bottom: 5px;
}


.more a {
    width: 23%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 47px 8px / 14% 40%;
    text-decoration: none;
    display: block;
    line-height: 25px;
    color: #FFF;
    border-radius: 5px;
    padding-left: 2.5%;margin-top: 5px;
}

.busi_more a {
    width: 23%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 47px 8px / 14% 40%;
    text-decoration: none;
    display: block;
    line-height: 23px;
    color: #FFF;
    border-radius: 5px;
}


.corporate_video img {
    width: 100%;
    border: 4px solid #54C7FF;
    height: 192px;
    float: right;
    margin-right: 0;
    text-align: center !important;
}

 #nav {
    margin: 50px 0px 0px 2px;
}



}

@media screen and (max-width: 988px) 
{

.font-size_1 {
    font-size: 20px !important;}
    
    .contact_serch {
    margin-left: 38% !important;
}

}



@media screen and (max-width: 924px) 
{
.critical_icon a {
    font-size: 17px;
    color: #FF5F00;
    font-weight: bold;
    margin-left: 17% !important;
}

.mgs_icon {
    position: relative;
    width: 23px;
    left: 16.5%;
    top: 20.5%;
}


}



@media screen and (max-width: 911px) 
{
    .contact_serch {
    margin-left: 34% !important;
}
    
    
   .login_bot {
    width: 22%;
    padding-left: 3px;
    margin-top: 6px;
    float: left;
    margin-left: 3%;
    margin-bottom: 8px;
}

.careers_about ul li {
    float: left;
    line-height: 40px;
    margin-left: 9px;
}

.font-size_1 {
    font-size: 20px !important;
}


}




@media screen and (max-width: 900px) 
{
    
    
   .ppt {
    margin-top: 6px !important;
  position: relative;
  margin-left: 1%;
  width: 9%;
} 
    
.acet {
    margin-top: 135px;
    margin-bottom: -136px;
    font-size: 20px;
    width: 80%;
    text-align: left;
}



.office_2 {
    float: left;
    width: 15%;
    font-size: 17px !important;
    color: #6D6D6D;
    line-height: 23px;
}


.font-size_1 {
    font-size: 20px !important;
    padding-bottom: 5px;
}



.send_enquiry {
    width: 91%;
    background-color: #FFF;
    line-height: 40px;
    border-left: 7px solid #FFF;
}

.enqu {
    background-color: #FF6700;
    padding-left: 0px;
    width: 24.4%;
}


.prepare img {
    width: 48%;
    height: 81px;
}


 #nav {
    margin: 50px 0px 0px 2px;
}


.more a {
    width: 27%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 47px 8px / 14% 40%;
    text-decoration: none;
    display: block;
    line-height: 25px;
    color: #FFF;
    border-radius: 5px;
    padding-left: 2.5%;
    margin-top: 5px;
}


.busi_more a {
    width: 27%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 47px 8px / 14% 40%;
    text-decoration: none;
    display: block;
    line-height: 23px;
    color: #FFF;
    border-radius: 5px;
}


.footer_about ul li a {
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    color: #5D5757;
}


.careers_about ul li a {
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    color: #5D5757;
}




}


@media screen and (max-width: 989px) 
{

.critical_icon a {
    font-size: 17px;
    color: #FF5F00;
    font-weight: bold;
    margin-left: 18%;
}

.mgs_icon {
    position: relative;
    width: 23px;
    left: 17.5%;
    top: 20.5%;
}
    
    
.back_bnt {
    width: 2.5%;
    height: auto;
    left: 80%;
    position: absolute;
    top: 180px;
}    
    
    
    
}




@media screen and (max-width: 885px) 
{
    .gallery {
    width: 100%;
    margin-top: 134px;
}
    
    .login_bot {
    width: 22%;
    padding-left: 3px;
    margin-top: 6px;
    float: left;
    margin-left: 2%;
    margin-bottom: 8px;
}
    
    .corporate_1 span {
    width: 6%;
    float: left;
}

}




@media screen and (max-width: 867px) 
{

.back_bnt {
    width: 2.5%;
    height: auto;
    left: 78%;
    position: absolute;
    top: 182px;
}


.critical_icon a {
    font-size: 17px;
    color: #FF5F00;
    font-weight: bold;
    margin-left: 15% !important;
}


.mgs_icon {
    position: relative;
    width: 23px;
    left: 14.5%;
    top: 20.5%;
}




}








@media screen and (max-width: 862px) 
{

.goog-te-menu-value {
    text-decoration: none;
    color: #00C;
    white-space: nowrap;
    margin-left: -20px !important;
    margin-right: 4px;
    font-size: 9px;
}


.goog-te-gadget-simple {
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: #9B9B9B #D5D5D5 #E8E8E8;
    font-size: 8pt !important;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    width: 97px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 6px;
    font-size: 15px;
}



}





@media screen and (max-width: 819px) 
{

.contact_form_pad {
    width: 30%;
}

.contact_form_pad_1 {
    width: 30%;
}

.font-size_1 {
    font-size: 20px !important;
    padding-bottom: 5px;
}


.corporate span {
    width: 100%;
    float: left;
}


ul.our_3 {
    width: 100%;
    float: right;
    text-align: left;
}


ul.our_1 {
    width: 100%;
    float: left;
    padding-left: 1%;
}

ul.our_2 {
    width: 100%;
    float: right;
}




}






@media screen and (max-width: 806px) 
{
    
    .login_bot {
    width: 21%;
    padding-left: 3px;
    margin-top: 6px;
    float: left;
    margin-left: 1%;
    margin-bottom: 8px;
}


.navigation ul {
    padding: 0px;
    list-style: outside none none;
    width: 98% !important;
    margin: 0px auto;
}

.navigation ul li a {
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
    display: block;
    background-color: #2185B8;
    padding: 0px 7%;
    font-weight: normal;
}


}


@media screen and (max-width: 798px) 
{


.navigation ul {
    padding: 0px;
    list-style: outside none none;
    width: 96% !important;
    margin: 0px auto;
}

.navigation ul li a {
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
    display: block;
    background-color: #2185B8;
    padding: 0px 6%;
    font-weight: normal;
}


}


@media screen and (max-width: 773px) 
{
.back_bnt {
    width: 3%;
    height: auto;
    left: 78%;
    position: absolute;
    top: 180px;
}


.critical_icon a {
    font-size: 17px;
    color: #FF5F00;
    font-weight: bold;
    margin-left: 13% !important;
}

.mgs_icon {
    position: relative;
    width: 23px;
    left: 12.5%;
    top: 20.5%;
}




}


@media screen and (max-width: 774px) 
{
.careers_about ul li {
    float: left;
    line-height: 40px;
    margin-left: 7px;
}


.more a {
    width: 29%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 46px 8px / 14% 40%;
    text-decoration: none;
    display: block;
    line-height: 25px;
    color: #FFF;
    border-radius: 5px;
    padding-left: 4.5%;
    margin-top: 5px;
}


.busi_more a {
    width: 29%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 46px 8px / 14% 40%;
    text-decoration: none;
    display: block;
    line-height: 23px;
    color: #FFF;
    border-radius: 5px;
     padding-left: 4.5%;
}

.careers_about {
    width: 100%;
    margin-top: 143px;
}


}


@media screen and (max-width: 768px) 
{
    
    .contact_serch {
    margin-left: 31% !important;}
    

#nav {
    margin: 56px 0px 0px 2px;
}

.send_enquiry {
    width: 98%;
    background-color: #FFF;
    line-height: 40px;
    border-left: 7px solid #FFF;
}



.careers_about ul li {
    float: left;
    line-height: 40px;
    margin-left: 8px;
}

.careers_about ul li a {
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    color: #5D5757;
}

.careers_about {
    width: 100%;
    margin-top: 85%;
}


.footer_about ul li a {
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    color: #5D5757;
}


input.search-form {
    border: 0px none;
    width: 132px;
    padding: 0px 10px;
    line-height: 25px;
    color: #000;
    background: transparent url("../images/serch_icon.jpg") no-repeat scroll right 0px;
    border-radius: 3px;
    box-shadow: 1px 2px 6px #575757;
    transition: all 400ms ease 0s;
}


.more a {
    width: 28%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 43px 8px / 12% 40%;
    text-decoration: none;
    display: block;
    line-height: 25px;
    color: #FFF;
    border-radius: 5px;
    padding-left: 3.5%;
    margin-top: 5px;
}


.busi_more a {
    width: 28%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 43px 8px / 12% 40%;
    text-decoration: none;
    display: block;
    line-height: 23px;
    color: #FFF;
    border-radius: 5px;
    padding-left: 3.5%;
}

.logo_header {
    width: 49%;
}

.careers_about {
    width: 100%;
    margin-top: 143px;
}

}




@media screen and (max-width: 767px) 
{
    .thank{    padding-left: 2%;}
    
    
    .thank_1{ margin-top:10px;}
    .back_bnt {
    width: 3%;
    height: auto;
    left: 85%;
    position: absolute;
    top: 195px;
}


.critical_icon a {
    font-size: 17px;
    color: #FF5F00;
    font-weight: bold;
    margin-left: 17% !important;
}
    
 
 .mgs_icon {
    position: relative;
    width: 23px;
    left: 16.5%;
    top: 20.5%;
}   
    
    
    .new_strength_8 {
    width: 100%;

}

.ppt {
    position: relative;
  margin-left: 1%;
  width: 10%;
}

.new_strength_8 ul li {
    line-height: 40px;
    padding-left: 4%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 13px / 13px 13px;
}
.new_strength_8 ul li span {
    color: #2185B8;
}
    
    
    
    
    .menu_mgn{margin-top: 90px;}
    
    .contact_form_pad {
    width: 13%;
}

.contact_form_pad_1 {
    width: 13%;
}

.contact_btn {
    color: #FEFCFC;
    width: 17%;
    background-color: #09C;
    border: 1px solid #2285BB;
    float: right;
    margin-right: 3%;
}

    
    .menu_mgn{margin-top: 90px !important;}
    
    .coprat_mgn{margin-top: 18px !important;}
    .contact_serch {
    margin-left: 7% !important;
}


.trans{margin-top: -43px !important;}
    
    .gallery {
    width: 100%;
    margin-top: 38px;
}
    .serch_mgn {
    margin-top: 16px;
}
    
    
    #nav {
    margin: 21px 0px 0px 2px;
}
   .transt {
    width: 22% !important;
    float: left;
    margin-top: -70px;
    margin-left: 48%;
} 
    
    
    .login_bot {
    width: 38%;
    padding-left: 3px;
    margin-top: -31px;
    float: left;
    margin-left: 0px;
    margin-bottom: 8px;
}
    
    
    
    
    .acet {
    margin-top: 30px;
    margin-bottom: -136px;
    font-size: 20px;
    width: 80%;
    text-align: left;
}
    
    .product_1 {
    width: 2000%;
   
   
    margin-top: 35px;
}
   
   
   .packaging {
    padding-left: 67.5%;
    position: absolute;
    margin-top: -28px;
    font-weight: bold;
    font-size: 13px;
 
}
   
    
    

    
    .btn {
    margin-top: 7px;
    float: right !important;
    width: 14% !important;
    margin-left: 21%;
    padding: 2px;
    border: 1px solid #2187B8;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    text-transform: none;
    transition: all 0.25s ease 0s;
    text-align: center;
    background: #2185B8 none repeat scroll 0px 0px;
    text-shadow: none;
    box-shadow: none;
    color: #FFF;
    white-space: nowrap;
}
    
    
    
    .office_3 {
    float: right;
    width: 89%;
    font: 15px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px !important;
    color: #6D6D6D;
}


.get_mgn{margin-top: 18px;}

.office_2 {
    float: left;
    width: 10%;
    font-size: 17px !important;
    color: #6D6D6D;
    line-height: 23px;
}
    
    
    
    .new_strength_3 ul li {
    line-height: 33px;
padding-left: 4%;
background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll 0px 12px / 12px 13px;
}

.new_strength_4 ul li {
    line-height: 33px;
    padding-left: 3%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 11px / 12px 13px;
}


    
    .navi_1{ display:block;}
    
     .navi_2{ display: none;}
    
   .about_section_mgn{margin-top: 16px;}
   
   
   .new_strength_5 ul li {
    line-height: 33px;
    padding-left: 3%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 11px / 12px 13px;
}
   
    .corporate_1 span {
    float: left;
    width: 7%;
}
    
    .corporate {
    width: 100%;
    float: left;
    padding-top: 0px;
}
   .contes_pdg{ padding-left:0px; padding-right:0px;}
    
    .manu_padng{padding: 9px 0;}
    
    .navbar-fixed-top, .navbar-fixed-bottom {
    position:relative;
    right: 0px;
    left: 0px;
    z-index: 1030;}
    
    
    .manu_pad{ padding-left:0px;}
    
    .li_padding{padding-left: 4%;}
    
    .manu_navi{ width: 100%; background-color:#2185B8; display:block;position: absolute;}

.manu_navi ul{ margin:0px; padding:0px; list-style:none;}

.manu_navi ul li{ float:left; line-height: 38px;}

.manu_navi ul li a{ font-size:18px; text-decoration:none; display:block; color:#fff;padding: 0 50px !important}
.manu_navi ul li a:hover{ color:#000;}
    
  .navi {
    width: 99.8% !important;
    padding-right: 0px;
    padding-left: 0px;
    background: none;
}
.navi_img{ background-image:none !important;}  
    
    
    .welcome {
    width: 100%;
    float: left;
    padding-top: 0px;
    padding-bottom: 20px;
}
    
  .home{ display:none !important;}  
    
    
    .nav > li > a {
    position: relative;
    display: block;
    padding: 3px 1% !important;
    font-size: 18px;
    margin-left: 10%;border-bottom: solid 1px #fff;
}


 .nav > li > a:hover{border-bottom: solid 1px #000;}
    
    

.ei-slider {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 245px;
    margin: 89px auto 0px;
    display: none;
}

.logo_header img {
    width: 100%;
    margin-left: 4%;
    margin-top: 17px;
}


.search_social {
    float: right;
    width: 50%;
    margin-top: -41px;
}


.float {
    float: right;
    width: 45%;
}



.search_fom {
    float: right;
    margin-top: 15px;
    width: 51%;
}

.login_img {
    width: 98%;
    height: 37px;
}

.search_fom {
    float: right;
   margin-top: -22px;
    width: 51%;
}


input.search-form {
    border: 0px none;
    width: 158px;
    padding: 0px 10px;
    line-height: 25px;
    color: #000;
    background: transparent url("../images/serch_icon.jpg") no-repeat scroll right 0px;
    border-radius: 3px;
    box-shadow: 1px 2px 6px #575757;
    transition: all 400ms ease 0s;
}



.navbar-toggle {
    position: absolute;
    float: right;
    padding: 9px 10px;
   margin-top: 96px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;z-index: 111;
    
    left: 91%;
}


.navi {
    padding-right: 0px;
    
    width: 90%;
    padding-left: 0px;margin-top: 43px;position: absolute;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 11%;
    font-size: 18px;}
    
  
  .enqu {
    background-color: #FF6700;
    padding-left: 0px;
    width: 90%;
}

.send_enquiry a {
    background: transparent url("../images/msg_sky.jpg") no-repeat scroll 35px 13px;
    color: #00ADFF;
    font-size: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    padding-left: 18%;
}


.send_enquiry a:hover{ color:#fff;background: transparent url("../images/msg_sky.jpg") no-repeat scroll 35px 13px;}

.send_enquiry {
    width: 34%;
    background-color: #FFF;
    line-height: 40px;
    border-left: 7px solid #FFF;
    padding-left: -3%;margin-left: -7px !important;
    
}
    
    
  
/*.navi_1{background-color: rgb(255, 103, 0);}  
    
 .navi_1:hover{ background-color:rgb(255, 103, 0);}*/   
 
 .send_enquiry a {
    background: transparent url("../images/msg_hover.jpg") no-repeat scroll 35px 13px;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    padding-left: 18%;
    background-color:#FF6700;
}



.magn_top_1{margin-top: 23px;}


.col_span_1 {
    width: 100%;
}

 
 .font-size_1 {
    font-size: 22px !important;
    padding-bottom: 5px;
}



.more a {
    width: 10%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 53px 8px / 12% 40%;
    text-decoration: none;
    display: block;
    line-height: 25px;
    color: #FFF;
    border-radius: 5px;
    padding-left: 2%;
    margin-top: 5px;
}



.facilities_img {
    width: 100%;
height: 100%;
}


ul.our_1 {
    float: left;
    padding-left: 1%;
    width: 50%;
}


ul.our_2 {
    float: right;
    width: 50%;
}


.prepare {
    width: 100%;
    text-align: center;
    margin-top: 167px;
    padding-bottom: 20px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    margin-left: 6%;
    margin-left: 0px;
}


.divisin_1{width: 50%;float: left;}


.divisin_2{width: 50%;float: right;}


.corporate_video img {
    width: 100%;
    border: 4px solid #54C7FF;
    height: 405px;
    float: right;
    margin-right: 0px;
    text-align: center !important;
}


.busi_more a {
    width: 10%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 53px 8px / 12% 40%;
    text-decoration: none;
    display: block;
    line-height: 23px;
    color: #FFF;
    border-radius: 5px;
  padding-left: 2%;
}


 .col_span_2 {
    width: 100%;
}

.col_span_3 {
    width: 100%
}  
   
   
.careers_about {
    width: 100%;
    margin-top: 0px;
}


.careers_about ul li {
    float: left;
    line-height: 40px;
    margin-left: 27px;
}

.creen_mgn_lf{margin-left: 0px !important;}   

.magn_top_2{margin-top: 20px;}
   
    


}






@media screen and (max-width: 709px) 
{
    .trans {
    margin-top: -23px !important;
}
    
    
   .manu_navi ul {
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
    width: 88%;
}
    .transt {
    width: 22% !important;
float: left;
margin-top: -69px;
margin-left: -1%;
}

.manu_navi ul li a {
    font-size: 18px;
    text-decoration: none;
    display: block;
    color: #FFF;
    padding: 0px 47px !important;
}
    
.corporate {
    width: 100%;
    float: left;
    padding-top: 0px;
}
.search_fom_main {
    width: 98%;
    padding-right: 0px;
}

.social {
    float: right;
    width: 91%;
}

.search_fom {
    float: right;
    margin-top:-24px;
    width: 58%;
}

.navbar-toggle {
    position: absolute;
    float: right;
    padding: 9px 10px;
    margin-top: 96px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    left: 90%;
}


.send_enquiry {
    width: 39%;
    background-color: #FFF;
    line-height: 40px;
    border-left: 7px solid #FFF;
    margin-left: -7px !important;
}

.more a {
    width: 11%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 53px 8px / 12% 40%;
    text-decoration: none;
    display: block;
    line-height: 25px;
    color: #FFF;
    border-radius: 5px;
    padding-left: 2%;
    margin-top: 5px;
}

.busi_more a {
    width: 11%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 53px 8px / 12% 40%;
    text-decoration: none;
    display: block;
    line-height: 23px;
    color: #FFF;
    border-radius: 5px;
    padding-left: 2%;
}




}





@media screen and (max-width: 709px) 
{
.corporate_1 span {
    float: left;
    width: 9%;
}


.new_strength_3 ul li {
    line-height: 33px;
padding-left: 4%;
background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll 0px 10px / 12px 13px;
}

.send_enquiry {
    width: 43%;
    background-color: #FFF;
    line-height: 40px;
    border-left: 7px solid #FFF;
    margin-left: -7px !important;
}



input.search-form {
    border: 0px none;
    width: 149px;
    padding: 0px 10px;
    line-height: 25px;
    color: #000;
    background: transparent url("../images/serch_icon.jpg") no-repeat scroll right 0px;
    border-radius: 3px;
    box-shadow: 1px 2px 6px #575757;
    transition: all 400ms ease 0s;
}


.more a {
    width: 12%;}


.busi_more a {
    width: 12%;}
    
    .contact_serch {
    margin-left: 2% !important;
}


}


@media screen and (max-width: 694px) 
{

.back_bnt {
    width: 4%;
    height: auto;
    left: 85%;
    position: absolute;
    top: 181px;
}


.critical_icon a {
    font-size: 15px;
    color: #FF5F00;
    font-weight: bold;
    margin-left: 17% !important;
}

.mgs_icon {
    position: relative;
    width: 18px;
    left: 16.5%;
    top: 20.5%;}


}


@media screen and (max-width: 644px) 
{
    
    .contact_serch {
    margin-left: -2% !important;
}

.office_2 {
    float: left;
    width: 12%;
    font-size: 17px !important;
    color: #6D6D6D;
    line-height: 23px;
}


.office_3 {
    float: right;
    width: 87%;
    font: 15px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px !important;
    color: #6D6D6D;
}


}


@media screen and (max-width: 640px) 
{

.manu_navi ul li a {
    font-size: 18px;
    text-decoration: none;
    display: block;
    color: #FFF;
    padding: 0px 34px !important;
}


.li_padding {
    padding-left: 9%;
}

.new_strength_9 ul li {
    line-height: 40px;
    padding-left: 4%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 14px / 12px 13px;
}

}



@media screen and (max-width: 606px) 
{

.back_bnt {
    width: 4%;
    height: auto;
    left: 85%;
    position: absolute;
    top: 183px;
}

.critical_icon a {
    font-size: 15px;
    color: #FF5F00;
    font-weight: bold;
    margin-left: 15% !important;
}

.mgs_icon {
    position: relative;
    width: 18px;
    left: 14.5%;
    top: 20.5%;
}



}



@media screen and (max-width: 599px) 
{
      .thank {
    padding-left: 4%;
}
    .back_bnt {
    width: 4%;
    height: auto;
    left: 85%;
    position: absolute;
    top: 231px;
}
    
    
    .contact_form_pad {
    width: 20%;
}

.contact_form_pad_1 {
    width: 20%;
}
    
    
    .contact_serch {
    margin-left: 19% !important;
}



    .menu_mgn {
    margin-top: 139px !important;
}

.trans {
    margin-top: 15px !important;
}
    
    .transt {
    width: 22% !important;
    float: left;
    margin-top: -134px;
    margin-left: 2%;
}
    
  .login_bot {
    width: 38%;
    padding-left: 3px;
    margin-top: 6px;
    float: left;
    margin-left: 23%;
    margin-bottom: 8px;
}  
    
    
    
    .corporate {
    width: 100%;
    float: left;
    padding-top: 0px;
}

.welcome {padding-top: 14px}



.logo_header {
    width: 71%;
    
}

.social {
    float: right;
    width: 100%;
}

ul.social-share li {
    display: inline-block;
    width: 18%;
}

.search_social {
    float: right;
    width: 100%;
    margin-top: 30px;
}

.float {
  float: right;
width: 100%;
margin-top: 11px;
padding: 0;
}

.login_bot {
    width: 26%;}
    
    .search_fom {
    float: right;
    margin-top: 11px;
    width: 49%;
}


input.search-form {
    border: 0px none;
    width: 99%;
    padding: 0px 10px;
    line-height: 25px;
    color: #000;
    background: transparent url("../images/serch_icon.jpg") no-repeat scroll right 0px;
    border-radius: 3px;
    box-shadow: 1px 2px 6px #575757;
    transition: all 400ms ease 0s;
}


.navbar-toggle {
    position: absolute;
    float: right;
    padding: 9px 10px;
    margin-top: 144px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    left: 89%;
}


.magn_top_1 {
   margin-top: 8px;
}


.send_enquiry {
    width: 46%;}
    
    .more a {
    width: 13%;
}

.busi_more a {
    width: 13%;
}



}




@media screen and (max-width: 560px) 
{
    .critical_icon a {
    font-size: 15px;
    color: #FF5F00;
    font-weight: bold;
    margin-left: 13% !important;
}


.laguag{margin-top: -114px !important;
margin-left: -77px !important;}


.mgs_icon {
    position: relative;
    width: 18px;
    left: 12.5%;
    top: 20.5%;
}
    
    
    .corporate {
    width: 100%;
    float: left;
    padding-top: 0px;
}


nav ul ul li {
    float: none;
    display: list-item;
    position: relative;
    width: 389px;
}

.transt {
    width: 22% !important;
    float: left;
    margin-top: -132px;
    margin-left: 1%;
}


.office_2 {
    float: left;
    width: 14%;
    font-size: 17px !important;
    color: #6D6D6D;
    line-height: 23px;
}


.office_3 {
    float: right;
    width: 85%;
    font: 15px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px !important;
    color: #6D6D6D;
}




.new_strength_4 ul li {
    line-height: 31px;
    padding-left: 4%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 9px / 12px 13px;
}


.new_strength_5 ul li {
    line-height: 31px;
    padding-left: 5%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 9px / 12px 13px;
}

.corporate_1 span {
    float: left;
    width: 11%;
}


    .manu_navi ul li a{ font-size:16px; text-decoration:none; display:block; color:#fff;padding: 0px 23px !important;}
    .navbar-toggle {
    position: absolute;
float: right;
padding: 9px 10px;
margin-top: 144px;
margin-right: 15px;
margin-bottom: 8px;
background-color: #000;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
left: 88%;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 11%;
    font-size: 17px;
}
.send_enquiry {
    width: 51%;
}

.more a {
    width: 14%;
}


.busi_more a {
    width: 14%;
}


}



@media screen and (max-width: 500px) 
{.corporate {
    width: 100%;
    float: left;
    padding-top: 0px;
}


.send_enquiry {
    width: 55%;
}

.more a {
    width: 15%;
}


.busi_more a {
    width: 15%;
}


.corporate_video img {
    width: 100%;
    border: 4px solid #54C7FF;
    height: 319px;
    float: right;
    margin-right: 0px;
    text-align: center !important;
}


}


@media screen and (max-width: 487px) 
{

.back_bnt {
    width: 6%;
    height: auto;
    left: 85%;
    position: absolute;
    top: 228px;
}


.critical_icon a {
    font-size: 15px;
    color: #FF5F00;
    font-weight: bold;
    margin-left: 11% !important;
}

.mgs_icon {
    position: relative;
    width: 18px;
    left: 9.5%;
    top: 20.5%;
}

.back_bnt {
    width: 6%;
    height: auto;
    left: 82%;
    position: absolute;
    top: 228px;
}



}


@media screen and (max-width: 480px) 
{
    .thank {
    padding-left: 4%;
}
    
    
    .laguag {
    margin-top: -123px !important;
    margin-left: -77px !important;
}
    
    .back_bnt {
    width: 6%;
    height: auto;
    left: 82%;
    position: absolute;
    top: 239px;
}
    .trans {
    margin-top: 21px !important;
}
    
    
    .ppt {
    position: relative;
  margin-left: 1%;
  width: 8%;
}
    
    .trans {
    margin-top: 19px !important;
}
    
    
    .menu_mgn {
    margin-top: 149px !important;
}
   
   .transt {
    width: 22% !important;
    float: left;
    margin-top: -135px;
    margin-left: 12%
}
   
   
   .search_fom {
    float: right;
    margin-top: 23px;
    width: 49%;
}


.login_bot {
    
    margin-top: 16px;
    float: left;
    
}
   
   
    
    .product_color {
    font-size: 18px;
    color: #2285B8;
}
    
    .btn {
    margin-top: 7px;
    float: right !important;
    width: 21% !important;
    margin-left: 21%;
    padding: 2px;
    border: 1px solid #2187B8;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    text-transform: none;
    transition: all 0.25s ease 0s;
    text-align: center;
    background: #2185B8 none repeat scroll 0px 0px;
    text-shadow: none;
    box-shadow: none;
    color: #FFF;
    white-space: nowrap;
}
    
    
    .manu_navi {
    width: 100%;}
    
    .corporate {
    width: 100%;
    float: left;
    padding-top: 0px;
}


.office_2 {
    float: left;
    width: 16%;
    font-size: 17px !important;
    color: #6D6D6D;
    line-height: 23px;
}


.office_3 {
    float: right;
    width: 83%;
    font: 15px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px !important;
    color: #6D6D6D;
}




.font-size_1 {
    font-size: 19px !important;
    padding-bottom: 5px;
}
    
    
    .new_strength_3 ul li {
    line-height: 27px;
    padding-left: 4%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll 0px 10px / 12px 13px;
}

.corporate_1 span {
    float: left;
    width: 11%;
}
    
    
    .social {
    float: right;
    width: 100%;
}

.float {
    float: right;
    width: 100%;
    margin-top: 11px;
}


    .logo_header {
   width: 100%;
margin-left: -8% !important;
}

input.search-form {
    border: 0px none;
    width: 99%;
}

.manu_navi ul li a {
    font-size: 16px;
    text-decoration: none;
    display: block;
    color: #FFF;
    padding: 0px 18px !important;
}


.navi {
    padding-right: 0px;
    background-color: #09C;
    width: 86%;
    padding-left: 0px;
}

.enqu {
    background-color: #FF6700;
    padding-left: 0px;
    width: 86%;
}

.send_enquiry {
    width: 62%;
}


.navbar-toggle {
    position: absolute;
    float: right;
    padding: 9px 10px;
    margin-top: 155px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    left: 87%;
}


.more a {
    width: 16%;
}


.busi_more a {
    width: 16%;
}


.corporate_video img {
    width: 100%;
    border: 4px solid #54C7FF;
    height: 319px;
    float: right;
    margin-right: 0px;
    text-align: center !important;
}

.prepare {margin-top: 161px;
border: none;}

.our_mission {
    width: 100%;
    float: right;
    padding-top: 0px;
}




}


@media screen and (max-width: 442px) 
{
.contact_form_pad {
    width: 30%;
}


.contact_form_pad_1 {
    width: 30%;
}

.critical_icon a {
    font-size: 15px;
    color: #FF5F00;
    font-weight: bold;
    margin-left: 9% !important;
}

}



@media screen and (max-width: 435px) 
{
    .new_strength_8 {
    width: 100%;

}

.contact_btn {
    color: #FEFCFC;
    width: 23%;
    background-color: #09C;
    border: 1px solid #2285BB;
    float: right;
    margin-right: 3%;
}

.new_strength_8 ul li {
    line-height: 40px;
    padding-left: 6%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 13px / 13px 13px;
}
.new_strength_8 ul li span {
    color: #2185B8;
}
    
    
    
    
    
    .transt {
    width: 22% !important;
    float: left;
    margin-top: -133px;
    margin-left: 485369%;
}
    
    
    .corporate {
    width: 100%;
    float: left;
    padding-top: 0px;
}

.product_color_1 {
    font-size: 13px;
    color: #5D5E5F;
}
   
   .acet {
    margin-top: 30px;
    margin-bottom: -136px;
    font-size: 18px;
    width: 80%;
    text-align: left;
}
    
    .office_2 {
    float: left;
    width: 17%;
    font-size: 17px !important;
    color: #6D6D6D;
    line-height: 23px;
}


.office_3 {
    float: right;
    width: 82%;
    font: 15px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px !important;
    color: #6D6D6D;
}

    
    
    
    .corporate_1 span {
    float: left;
    width: 13%;
}
    
    
    .manu_navi ul li a {
    font-size: 17px;
    text-decoration: none;
    display: block;
    color: #FFF;
    padding: 0px 14px !important;
}

.search_fom_main {
    width: 98%;
    padding-right: 0px;
    padding: 0;
}
    social-share {
    display: inline-block;
    list-style: outside none none;
    padding: 0px;
    margin: 0px;
    width: 95%;
}
    .send_enquiry {
    width: 70%;
}
  
  .prepare img {
    width: 69%;
    height: 81px;
}

.prepare {
    margin-top: 284px;
    border: none;
}

ul.our_1 {
    float: left;
    padding-left: 1%;
    width: 100%;
}

ul.our_2 {
    float: right;
    width: 100%;
}
  

    
    input.search-form {
    border: 0px none;
    width: 99%;
}

.more a {
    width: 18%;
}


.busi_more a {
    width: 18%;
}

.welcome {
    width: 100%;
    float: left;
    padding-top: 18px;
    padding-bottom: 20px;
}


 .magn_bottom{ margin-bottom:0px !important;}
 
 
 
 
 

}

@media screen and (max-width: 410px) 
{

.laguag {
    margin-top: -73px !important;
    margin-left: -77px !important;
}


}


@media screen and (max-width: 407px) 
{

.back_bnt {
    width: 6%;
    height: auto;
    left: 82%;
    position: absolute;
    top: 241px;
}

.critical_icon a {
    font-size: 15px;
    color: #FF5F00;
    font-weight: bold;
    margin-left: 7% !important;
}

.mgs_icon {
    position: relative;
    width: 18px;
    left: 6.5%;
    top: 20.5%;
}



}


@media screen and (max-width: 400px) 
{.our_mission {
    width: 100%;
    float: right;
    padding-top: 0px;
}
    .manu_navi {
    width: 100%;
}

.new_strength_9 ul li {
    line-height: 40px;
    padding-left: 5%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 14px / 12px 13px;
}


.transt {
    width: 22% !important;
    float: left;
    margin-top: -133px;
    margin-left: 48%;
}

.office_2 {
    float: left;
    width: 19%;
    font-size: 17px !important;
    color: #6D6D6D;
    line-height: 23px;
}


.office_3 {
    float: right;
    width: 80%;
    font: 15px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px !important;
    color: #6D6D6D;
}


.new_strength_4 ul li {
    line-height: 29px;
    padding-left: 5%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 9px / 12px 13px;
}



.font-size_1 {
    font-size: 19px !important;
    padding-bottom: 5px;
}

.magn_top_1 {
    padding-top: 14px;
    font-size: 17px !important;
}


.new_strength_3 ul li {
    line-height: 27px;
    padding-left: 5%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll 0px 7px / 12px 13px;
}


   
  .li_padding {
    padding-left: 0%;
} 
    
    
  .manu_navi ul li a {
    font-size: 14px;
    text-decoration: none;
    display: block;
    color: #FFF;
    padding: 0px 17%;
   
}

.social-share {
    display: inline-block;
    list-style: outside none none;
    padding: 0px;
    margin: 0px;
    width: 93%;
}
 
    
   .social {
    float: right;
    width: 97%;
}
.footer {
    background: #FFF none repeat scroll 0% 0%;
    margin-top: 0px;
}

input.search-form {
    border: 0px none;
    width: 99%;
}

.navi {
    padding-right: 0px;
    background-color: #09C;
    width: 100%;
    padding-left: 0px;
}


.enqu {
    background-color: #FF6700;
    padding-left: 0px;
    width: 78%;
} 
    
    
    
  .send_enquiry {
    width: 86%;
}  
    
    
.more a {
    width: 19%; background: #09C url("../images/arrow_wite.png") no-repeat scroll 49px 8px / 12% 40%;
}


.busi_more a {
    width: 19%;background: #09C url("../images/arrow_wite.png") no-repeat scroll 49px 8px / 12% 40%;
}
  

.navbar-toggle {
    position: absolute;
    float: right;
    padding: 9px 10px;
    margin-top: 155px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    left: 84%;
}  
    
 .welcome {
    width: 100%;
    float: left;
    padding-top: 18px;
    padding-bottom: 20px;
}   

 .magn_bottom{ margin-bottom:0px !important;}
    
}


@media screen and (max-width: 377px) 
{
    
    
    .corporate_1 span {
    float: left;
    width: 16%;
}


.back_bnt {
    width: 6%;
    height: auto;
    left: 82%;
    position: absolute;
    top: 242px;
}

.critical_icon a {
    font-size: 15px;
    color: #FF5F00;
    font-weight: bold;
    margin-left: 4% !important;
}

.mgs_icon {
    position: relative;
    width: 18px;
    left: 3.5%;
    top: 20.5%;
}



}

@media screen and (max-width: 360px) 
{ 
    
     .boder {
    font-family: sans-serif;
    font-size: 12px;
    padding: 5px 10px;
    color: #000;
}
    
    
    .trans {
    margin-top: 21px !important;
}
    .contact_serch {
    margin-left: 4% !important;
}

.translat_abs{position: absolute;
left: 45%;}
    
    
    .magn_bottom{ margin-bottom:0px !important;}

.transt {
    width: 22% !important;
    float: left;
    margin-top: -121px;
    margin-left: -6%;
}


.login_bot {
    width: 38%;
    padding-left: 3px;
    margin-top: 15px;
    float: left;
    margin-left: 16%;
    margin-bottom: 8px;
}



.login_bot {
    width: 30%;
}

.btn {
    margin-top: 7px;
    float: right !important;
    width: 27% !important;
    margin-left: 21%;
    padding: 2px;
    border: 1px solid #2187B8;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    text-transform: none;
    transition: all 0.25s ease 0s;
    text-align: center;
    background: #2185B8 none repeat scroll 0px 0px;
    text-shadow: none;
    box-shadow: none;
    color: #FFF;
    white-space: nowrap;
}


.office_2 {
    float: left;
    width: 22%;
    font-size: 17px !important;
    color: #6D6D6D;
    line-height: 23px;
}


.office_3 {
    float: right;
    width: 78%;
    font: 15px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px !important;
    color: #6D6D6D;
}



.new_strength_5 ul li {
    line-height: 28px;
    padding-left: 6%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 9px / 12px 13px;
}

.font-size_1 {
    font-size: 19px !important;
    padding-bottom: 5px;
}


.font-size_2 {
    font-size: 15px !important;
    text-align: left;
}


.navbar-nav {
    margin: 0px 65px;
}

.footer {
    background: #FFF none repeat scroll 0% 0%;
    margin-top: 0px;
}

input.search-form {
    border: 0px none;
    width: 99%;
}

.float {
    float: right;
    width: 100%;
    margin-top: 11px;
}


.send_enquiry {
    width: 96%;
}

.facilities_img {
    width: 100%;
    height: 100%;
}

.more a {
    width: 20%;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 49px 8px / 12% 40%;
}


.busi_more a {
    width: 20%; background: #09C url("../images/arrow_wite.png") no-repeat scroll 49px 8px / 12% 40%;
}

.corporate_video img {
    width: 100%;
    border: 4px solid #54C7FF;
    height: 266px;
    float: right;
    margin-right: 0px;
    text-align: center !important;
}

.manu_navi ul li a {
    font-size: 13px;
    text-decoration: none;
    display: block;
    color: #FFF;
    padding: 0px 11%;
    
}

.corporate {
    width: 100%;
    float: left;
    padding-top: 3px;
}


}



@media screen and (max-width: 358px) 
{
.contact_form_pad {
    width: 29%;
}


.contact_form_pad_1 {
    width: 29%;
}

}


@media screen and (max-width: 337px) 
{

.critical_icon a {
    font-size: 15px;
    color: #FF5F00;
    font-weight: bold;
    margin-left: 2% !important;
}

}


@media screen and (max-width: 320px) 
{
    .contact_btn {
    color: #FEFCFC;
    width: 26%;
    background-color: #09C;
    border: 1px solid #2285BB;
    float: right;
    margin-right: 3%;
}
    
    
    
    .boder {
    font-family: sans-serif;
    font-size: 11px;
    padding: 5px 10px;
    color: #000;
}
    
    .new_strength_9 ul li {
    line-height: 40px;
    padding-left: 6%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 14px / 12px 13px;
}
    .nav > li > a {font-size: 15px;}
    
    .office_2 {
    float: left;
    width: 23%;
    font-size: 17px !important;
    color: #6D6D6D;
    line-height: 23px;
}


.office_3 {
    float: right;
    width: 75%;
    font: 15px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px !important;
    color: #6D6D6D;
}
    
    .corporate {
    width: 100%;
    float: left;
    padding-top: 3px;
}
    .our_mission {
    width: 100%;
    float: right;
    padding-top: 0px;
    padding-bottom: 20px;
}


.new_strength_4 ul li {
    line-height: 29px;
    padding-left: 6%;
    background: transparent url("../images/blue-arrow-bullet.png") no-repeat scroll left 7px / 12px 13px;
}

    
  .magn_bottom{ margin-bottom:0px !important;}
    
 .more a {
    width: 25%;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 53px 8px / 12% 40%;
    padding-left: 4%;
}


.busi_more a {width: 25%;
   padding-left: 4%;background: #09C url("../images/arrow_wite.png") no-repeat scroll 53px 8px / 12% 40%;
}   
    
    .send_enquiry a {
    background: #FF6700 url("../images/msg_hover.jpg") no-repeat scroll 35px 13px;
    color: #000;
    font-size: 18px;}
    
    
    .send_enquiry {
    width: 99%;
}

input.search-form {
    border: 0px none;
    width: 100%;
}

.prepare img {
    width: 76%;
    height: 81px;
}

.corporate_video img {
    width: 100%;
    border: 4px solid #54C7FF;
    height: 217px;
    float: right;
    margin-right: 0px;
    text-align: center !important;
}


.navbar-toggle {
    position: absolute;
    float: right;
    padding: 9px 10px;
    margin-top: 154px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    left: 81%;
}





.manu_navi ul li a {
    font-size: 13px;
    text-decoration: none;
    display: block;
    color: #FFF;
    padding: 0px 11%;
}

.li_padding {
    padding-left: 5%;
}


    
    
}



.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 


.goog-te-gadget-icon{
background:none !important;
}


/*

@media screen and (max-width: 1408px) 
{
    
    .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 30px;
    font-size: 18px;
}



}





@media screen and (max-width: 1394px) 
{
    
    .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 30px;
    font-size: 18px;
}
  
  
 .send_enquiry {
    width: 78%;
    background-color: #FFF;
    line-height: 40px;
    border-left: solid 7px #fff;
} 
  
  .prepare img {
    width: 215px;
}
 
    
}


@media screen and (max-width: 1374px) 
{
  
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 20%;
    font-size: 18px;
}

.more a {
    width: 15%;
    float: right;
    background: rgb(0, 153, 204) url("../images/arrow_wite.png") no-repeat scroll 47px 8px / 7px 40%;
    text-decoration: none;
    display: block;
    line-height: 25px;
    color: #FFF;
    border-radius: 5px;
    padding-left: 2.5%;
}
   
  
}


@media screen and (max-width: 1331px) 
{
  
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 18%;
    font-size: 18px;
}
   
 
 .busi_more {
    width: 15%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 47px 8px / 5px 40%;
    text-decoration: none;
    display: block;
    line-height: 23px;
    color: #FFF;
    border-radius: 5px;
    padding-left: 2.5%;
}
 
 
      
  
}



@media screen and (max-width: 1280px) 
{
    
    .more a {
    width: 15%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 45px 8px / 5px 40%;
    text-decoration: none;
    display: block;
    line-height: 25px;
    color: #FFF;
    border-radius: 5px;
    padding-left: 2.1%;
}
    
    
    

.busi_more {
    width: 15%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 45px 8px / 5px 40%;
    text-decoration: none;
    display: block;
    line-height: 23px;
    color: #FFF;
    border-radius: 5px;
    padding-left: 2.1%;
}    
    
}



@media screen and (max-width: 1214px) 
{
    
    
   .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 16%;
    font-size: 18px;font-size: 18px;
} 
    
 
 
 .prepare img {
    width: 66%;
}
    
    
}


@media screen and (max-width: 1191px) 
{
    

.prepare img {
    width: 75%;
}


.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 13%;
    font-size: 18px;
}

.secton_mag {
    margin-top: 7%;
    padding-right: 1%;
}


}


@media screen and (max-width: 1162px) 
{
    


.more a {
    width: 18%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 45px 8px / 5px 40%;
    text-decoration: none;
    display: block;
    line-height: 25px;
    color: #FFF;
    border-radius: 5px;
    padding-left: 2.1%;
}

.busi_more {
    width: 18%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 45px 8px / 5px 40%;
    text-decoration: none;
    display: block;
    line-height: 23px;
    color: #FFF;
    border-radius: 5px;
    padding-left: 2.1%;
}

#main_contner {font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;}



.facilities_img {
    width: 91%;
    height: 92px;
}



}




@media screen and (max-width: 1053px) 
{

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10%;
    font-size: 18px;
}


.prepare img {
    width: 91%;
}

.more a {
    width: 23%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 54px 8px / 5px 40%;
    text-decoration: none;
    display: block;
    line-height: 25px;
    color: #FFF;
    border-radius: 5px;
    padding-left: 4.1%;
}


.busi_more {
    width: 23%;
    float: right;
    background: #09C url("../images/arrow_wite.png") no-repeat scroll 54px 8px / 5px 40%;
    text-decoration: none;
    display: block;
    line-height: 23px;
    color: #FFF;
    border-radius: 5px;
      padding-left: 4.1%;
}






}*/