
body {
  background-color: #fff;
      font-family: 'OpenSansRegular';
  margin: 0 0 231px;
  padding: 0px 0 0 0;
}
* {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
				-ms-box-sizing: border-box;
}
*:before,*:after {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
				-ms-box-sizing: border-box;
}
img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}
ol,ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	color: #333;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
		-moz-transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
				-ms-transition: all 0.5s ease-in-out 0s;
				outline: 0px none !important;
					text-decoration: none !important;

}
a:hover {
	text-decoration: none !important;
	color: #000;
}



/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}



/*back to top*/
#back-top {
	position: fixed;
	bottom: 100px;
	right: 7px;
	z-index: 99999;
	margin-bottom: 0px;
}
#back-top a {
	display: block;
	text-align: center;
	font: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	/* background color transition */
	-webkit-transition: 0.5s all ease-in-out 0s;
	-moz-transition: 0.5s all ease-in-out 0s;
	transition: 0.5s all ease-in-out 0s;
}
#back-top a:hover, #back-top a:focus {
	color: #ff8080;
}
#back-top a:hover span i {
	color: #fff;
}
/* arrow icon (span tag) */
#back-top span {
	width: 44px;
	height: 33px;
	display: block;
	margin-bottom: 7px;
	/*background: #fff;*/
	/* rounded corners */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* background color transition */
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
	/*border: 1px solid #6f7170;*/
}
#back-top span i {
	font-size: 25px;
	line-height: 30px;
}
#back-top a:hover span {
  background: rgba(0, 0, 0, 0) url("../images/totop.png") no-repeat scroll center -30px;
}

.totop {
	background: url("../images/totop.png") no-repeat center top;
}


.navigation{
	margin: 90px 0 0;
	background-color: rgba(0, 0, 0, 0.8);
	border:none;
	padding: 20px 0;
	z-index: 99;
}

.navigation_inner{
	padding:0px 5px;
}
.logo {
  display: inline-block;
}

.logo > img {
  bottom: 0;
  display: inline-block;
  position:absolute;
  top: -70px;
  width: auto !important;
  z-index: 2147483647;
}
.menu > li > a {
	text-transform: uppercase;
	color: #fff!important;
	
}
.menu li a:hover {
	background-color: transparent !important;
	color: #1893e3 !important;
	
}
.menu li a:focus {
	background-color: none !important;
	color: #1893e3 !important;
	
}
.menu li.active a {
	background-color: transparent !important;
	color: #1893e3 !important;
	
}
/*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #555;
}
.my_dropdown_menu > li {
	margin: 5px 0;
}
.my_dropdown_menu > li > a {
     text-transform: capitalize;
      color: #fff !important;
	  font-size: 13px;
}

.my_dropdown_menu {
    background: rgba(36, 99, 153, 0.9) none repeat scroll 0 0;
    color: #fff !important;
}
.my_dropdown_menu > li > a:hover {
    background: #ffc12d;
}
.menu li:hover .my_dropdown_menu {
    display: block;
}*/
.carousel {
  bottom: 180px;
  position: relative;
}
.carousel-inner img{
	width:100%;
}

.banner_inner > img {
  width: 100%;
}

.margin{
	margin: -90px 0 0 0;
}
.slider_sec {
  padding: 0 0 35px;
}
.owl-carousel .slider_content {
  text-align:center;
}
.slider_content h4{
	color: #004b8e;
	font-size: 14px;
}
.owl-carousel .slider_content > img {
  display: inline-block !important;
  width: auto !important;
  border: 1px solid #ccc;
}

.owl-carousel .slider_content > p {
  font-size: 15px;
  margin: 10px 0 0;
}

.owl-carousel .owl-nav div {
  font-size: 0 !important;
  position: absolute;
  top: 50px;

}
.owl-carousel .owl-prev {
	background: url(../images/left-controler.png) no-repeat center center !important;
	left: 0px;
	height: 52px;
	width: 22px;
}
.owl-carousel .owl-next {
	background: url(../images/right-controler.png) no-repeat center center !important;
	right: 0px;
	height: 52px;
	width: 22px;
}

.mission_contact {
  background: #f9f9f9 none repeat scroll 0 0;
  padding: 30px 0;
}
.mission_contact_bg {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 1px 1px #ccc;
  height: 444px;
  padding: 5px 20px;
}
.mission_text img{
	padding: 0 10px 0 0;
}
.mission_text p {
  color: #727171;
  font-size: 13px;
  line-height: 22px;
}
.heading {
  color: #303030;
  font-size: 30px;
  margin: 15px 0;
  text-transform: uppercase;
}

.heading span{
	color: #178bee;
}

/*sticky footer*/
footer {
  position: absolute;
  bottom: 0;
  height:231px;
  width: 100%;
  background:#1893e3;
}
.footer_inner {
  padding: 15px 0;
}
.footer_heading{
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
}
.footer_nav ul li a{
	color: #fff;
	padding: 4px 0;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
}
.contact_details_text > p {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
.contact_details_text > p span {
 display: block;
}

.sc li {
	display: inline-block;
}

.sc li a i {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  transition: all 0.5s linear 0s;
  width: 40px;
}

.sc li a i:hover {
  background: #373737 none repeat scroll 0 0;
}

.my_form_group1{
	margin-bottom: 10px;
}

.my_form_control1 {
  background-color: #fff;
  background-image: none;
  border: 1px solid #b8e3ff;
  border-radius: 0;
  box-shadow: none;
  color: #555;
  display: block;
  font-size: 15px;
  height: 30px;
}

.listing > li {
  padding: 8px 0;
}

.listing li i{
	color: #178bee;
}

.heading1 {
  font-size: 17px;
  margin: 20px 0 4px;
  text-transform: uppercase;
  color: #178bee;
}
.technical_specification {
  padding: 0 0 30px;
}
.technical_specification_listing td {
  width: 0;
}

.technical_specification p {
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 15px;
}


.products {
  padding: 0 0 30px;
}
.gallery-img-inner:first-child {
    margin-left: 0;
}
.gallery-img-inner {
    border: 10px solid #fff;
    box-shadow: 1px 1px 1px 2px #e9e9e9;
    cursor: default;
    height: 200px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.gallery-img-inner a {
    display: block;
    height: 200px;
}
.gallery-img-inner img {
    height: 100%;
    width: 100%;
}
.product_name > p {
  color: #000;
  font-size: 13px;
  text-align: center;
}

/*contact us*/

.contact-left-outer {
  margin: 20px 0 0;
}

.contact-right-outer {
	padding: 10px 0px;
}
.addr-heading {
	font-size: 16px;
	margin:15px 0 5px;
	font-weight: 700;
	text-transform:uppercase;
	color:#333;
}
.addressc {
  font-size: 14px;
  line-height: 22px;
  text-align:left;
}
.addressc span {
	display: block ;
  text-transform: capitalize;	
}
.company_name {
  font-size: 15px;
  line-height: 22px;
  text-align:left;
}
.company_name span {
	display: block !imporatnt;
}
.complain_form_heading{
	background:none repeat scroll 0 0 #333;
	padding:5px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}

.complain_form_outer{
	margin:20px 0px;
}

.complain_form_text{
	padding:10px 0px 10px 50px;
}

.submitc {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  transition: all 1s ease 0s;
  width: 100%;
}

.submitc:hover {
  background: #666 none repeat scroll 0 0;

}

.red {
  font-size: 19px;
  margin: 8px 0;
  text-transform: uppercase;
}
































