body {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
.clr {
	clear: both;
}
.header {
	float: left;
	width: 100%;
}
.header .navbar {
	background: #196fc0;
	border-top: solid 7px #f7901e;
	height: 100%;
	margin: 0;
	border-bottom: none;
	border-right: none;
	border-left: none;
}
.header .navbar-brand {
	height: 100%;
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 1.3em;
	padding-top: 35px;
	padding-bottom: 10px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #f7901e;
	/* border-bottom: solid 3px #f7901e; */
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: none;
	color: #f7901e;
	/* border-bottom: solid 3px #f7901e; */
}
.dropdown-menu>li>a {
	display: block;
	padding: 8px 14px;
	clear: both;
	font-weight: 300;
	line-height: 1.42857143;
	color: #fff;
	white-space: nowrap;
	font-size: 16px;
}
.dropdown:hover > .dropdown-menu {
	display: block;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 290px;
	padding: 0px 0;
	margin: 0px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #196fc0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f78f1e;
}
.banner {
	float: left;
	width: 100%;
	position: relative;
}
.slogan {
	position: absolute;
	    bottom: 0%;
	z-index: 99;
	color: #fff;
	float: none;
	background: rgba(247,144,30,0.7);
	padding: 23px 26px;
    border-radius: 5px;
    /* width: 21.8%; */
}
.slogan_text h1 {
	position: relative;
	z-index: 999999;
	font-size: 25px;
	/* font-size: 35px; */
	letter-spacing: 1px;
	float: left;
	margin: 0px 0 0 0;
	/* margin: 21px 0 0 0; */
}
.slogan_text img {
	width: 13%;
	float: left;
	/* width: auto; 
	margin-right: 22px;
	margin-left: 22px;*/
}
.banner .carousel img {
	width: 100%;
}
.bg_orange {
	background: #196fc0;
	padding-top: 60px;
	padding-bottom: 60px;
}
.title {
	position: relative;
	margin: 0;
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	letter-spacing: 2px;
}
.title::after {
	content: '';
	position: absolute;
	bottom: -22px;
	width: 147px;
	height: 5px;
	/* right: 0; */
	left: 0;
	display: inline-block;
	background: url(../images/white_divider.png) no-repeat top center;
	text-align: center;
	margin: 0 auto;
}
.title1 {
	position: relative;
	margin: 0;
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	letter-spacing: 2px;
}
.title1::after {
	content: '';
	position: absolute;
	bottom: -22px;
	width: 147px;
	height: 5px;
	right: 0; 
	left: 0;
	display: inline-block;
	background: url(../images/white_divider.png) no-repeat top center;
	text-align: center;
	margin: 0 auto;
}
.about_us_text {
	position: relative;
	width: 100%;
	background: #fff;
	margin-top: 5%;
	padding: 50PX 20px 29px 20px;
}
.about_us_text p {
	font-size: 15px;
	color: #888586;
	letter-spacing: 1px;
	line-height: 29px;
}
.read_more {
	background: #196fc0;
	padding: 10px 35px;
	display: inline-block;
	border-radius: 20px;
	color: #fff;
	margin-top: 16px;
}
.read_more:hover {
	text-decoration: none;
	background: #f7901e;
	color: #fff;
}
.man {
	position: absolute;
	top: 0;
	right: -80px;
}
.products_bg {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../images/products_bg.jpg) repeat;
}
.products_bg .title {
	color: #196fc0;
}
.products_bg .title::after {
	content: '';
	position: absolute;
	bottom: -22px;
	width: 147px;
	height: 5px;
	right: 0;
	left: 0;
	display: inline-block;
	background: url(../images/divider_blue.jpg) no-repeat top center;
	text-align: center;
	margin: 0 auto;
}
.products {
	background: #fff;
	float: left;
	width: 100%;
	margin-top: 50px;
}
.products img {
	width: 100%;
}
.text {
	float: left;
	width: 100%;
	padding: 15px;
}
.text h1 {
	margin: 0;
	font-size: 20px;
	text-align: left;
	font-weight: 900;
	color: #196fc0;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.text p {
	font-size: 15px;
	font-weight: 400;
	color: #888586;
	text-align: justify;
}
.text .read_more {
	float: left;
}
.download_bg {
	background: url(../images/download_bg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
.overlay {
	position: absolute;
	right: 0;
	left: 0;
	background: #f7901e;
	opacity: 0.8;
	height: 100%;
}
.download_bg .container {
	padding-top: 45px;
	padding-bottom: 60px;
}
.download_bg h1 {
	position: relative;
	float: left;
	margin: 18px 0 0 0;
	color: #fff;
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: 900;
}
.download_bg .read_more {
	position: relative;
	float: right;
}
.footer {
	float: left;
	width: 100%;
	background: #000;
	padding: 40px 0 10px 0;
}
.footer_Abbout_us {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.footer_Abbout_us a {
	float: left;
}
.footer_Abbout_us p {
	font-size: 14px;
	color: #888586;
	text-align: left;
	margin-top: 15px;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	line-height: 25px;
}
.footer_title {
	position: relative;
	margin: 0;
	font-size: 18px;
	font-weight: 900;
	color: #f78f1e;
	letter-spacing: 2px;
	text-align: left;
	    float: left;
}
.footer_title::after {
	content: '';
	position: absolute;
	bottom: -22px;
	width: 147px;
	height: 5px; margin:0 ;
	left: 0 !important; right: auto !important;
	display: inline-block;
	background: url(../images/white_divider.png) no-repeat top center;
	text-align: center;
}
.footer_link {
	float: left;
	padding: 0;
	width: 100%;
	text-align: left;
	margin: 34px 0 30px 0;
}
.footer_link li {
	display: block;
	list-style: none;
}
.footer_link li a {
	display: block;
	padding: 12px 0;
	font-size: 14px;
	color: #888586;
	text-decoration: none;
}
.footer_link li i{ color:#f78f1e; padding-right:10px; float:left;}
.footer_link li p {
	color: #888586;
	margin-top: 15px;
}
.footer_link li a:hover {
	color: #f78f1e;
}
.social_link {
	float: left;
	width: 100%;
	padding: 0;
	margin: 50px 0 0 0;
}
.social_link li {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.social_link li a {
	    display: block;
    width: 50px;
    height: 50px;
    background: #f78f1e;
    color: #fff;
    border-radius: 100%;
    font-size: 1.5em;
    /* padding-top: 4px; */
    padding: 13px 14px;

}
.social_link li a:hover{ color:#fff; background:#196fc0;}
.footer_base {
	background: #0160ae;
	padding-top: 15px;
	padding-bottom: 15px;
}
.copy_right {
	float: left;
	font-size: 14px;
	color: #fff;
	margin: 0;
}
.company {
	float: right;
	margin: 0;
	color: #fff;
}
.company a {
	color: #e48c28;
}

.inner_banner{ position:relative; width:100%; float:left;}
.inner_banner .title{ font-size:28px; float:left;     margin-top:43px; text-transform:uppercase;}
.inner_banner .container{     padding-top: 82px;
    padding-bottom: 50px}
	.overlay_2 {
	position: absolute;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	height: 100%;
}
.breadcrumb{ float:right; position:relative; z-index:998; padding:11px 20px; background:none; margin:52px 0 0 0; border:solid 1px #fff; border-radius:20px;}
.breadcrumb li a{ font-size:15px; color:#fff; padding:15px 15px; text-decoration:none; text-transform:uppercase;}
.content{ font-size: 19px;
    font-weight: 300;
    color: #888586;
    text-align: justify;
    line-height: 29px;}

.about_list{ float:left; width:100%; padding:0; margin-bottom:33px;}
.about_list li{ display:block; list-style:none; font-size: 19px;
    font-weight: 300;
    color: #888586; text-align:left; padding:8px 0 8px 20px;}	
	.about_list li i{ padding-right:15px;     color: #196fc0; float: left;}
	.form-group{ float:left; width:100%; margin-bottom:20px;}
.contact_us{ float:left; width:100%;}
.contact_us input{ border-radius:5px; height:45px; box-shadow:none;}
.contact_us textarea{ border-radius:5px; box-shadow:none;}	
.contact_us button{background: #196fc0;
	padding: 12px 35px;
	display: inline-block;
	border-radius: 20px;
	color: #fff;
	margin-top: 0px; border:none; float:left;}
.contact_us button:hover{ color:#fff; background:#f78f1e;}	

.side_bar_menu{ float:left; width:100%; padding:0 0 0px 0; background:#fff; border:solid 1px #eee; }
.side_bar_menu li{ display:block; list-style:none;}
.side_bar_menu li a{ display:block; font-size:17px; color:#888586; text-align:left; padding:12px 20px; font-weight:300; text-decoration:none; border-bottom:dotted 1px #eee;}
.side_bar_menu h1{ margin:0; font-size:25px; text-transform:uppercase; text-align:left; background:#f7901e; color:#fff; padding:12px 20px;}

.video{ float:left; width:100%;}
.product_menu_title{margin: 0;
    font-size: 25px;
    text-transform: uppercase;
    text-align: left;
    background: #f7901e;
    color: #fff;
    padding: 12px 20px;}

.detail .title{ text-align:left; margin-bottom:20px; letter-spacing:0;}	
.detail .title:after{ display:none;}
.table-responsive{ float:left; width:100%;}
.table-responsive table{ float:left; width:100%; border:solid 1px #eee; background:#fff;}
.table-responsive table .title_head td{ background:#666; color:#fff; padding:10px 5px; border:solid 1px #fff; font-size:14px; text-align:center;}
.table-responsive table .title_head1 td{ background:#eee; color:#333; padding:10px 5px; font-size:14px; text-align:center;}
.table-responsive a{ color:#000;}
.table-responsive .white_bg td{ text-align:center; background:#fff; color:#000; padding:10px; border:solid 1px #eee; font-size:13px;}
.table-responsive .greay_bg td{ text-align:center; background:#eee; color:#000; padding:10px; border:solid 1px #fff; font-size:13px;}

.accordian ul{ padding:0;}
.accordian ul li{ list-style:none;}
.accordian {
  width: 100%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  margin: 0% auto;
  color: #b5b5b5;
}
.accordian .title:after{ display:none;}
.accordian .title {
  background-color: #fff;
  color: #8f8f8f;
  padding: 15px 20px;
  margin: 0; font-size:16px; text-align:left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500; letter-spacing:0;
  transition: all .25s ease;
}
.accordian .title:hover {
  background-color: #fff;
}
.accordian ul li:last-child .title {
  border-bottom: 0;
}
.accordian ul ul li a {
  display: block;
    background-color: #f7f7f7;
    padding: 10px 0 10px 68px; text-decoration:none;
    color: #777;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: left;
}
.accordian ul ul li a:hover {
  background-color: #f7901e;
  color: #fff;
}
.accordian ul ul {
  display: none; height:250px; overflow-x:hidden; overflow-y:auto;
}
.open {
  transform: rotate(0deg);
  /* transform: rotate(45deg); */
  transition: all .25s ease;
}
.accordian ul ul li:last-child a {
  border-bottom: 0;
}
.fa {
  transition: all .25s ease;
  float: right;
}
.accordian h3 {
  cursor: pointer;
}

.accordian span{ color:#196fc0;}
.accordian h2{ font-size:15px; color:#000; margin:0; text-align:left;  background:#ccc;}
.accordian h2 a{ display:block; font-size:15px; color:#000; margin:0; padding:15px 30px; text-align:left; background:#ccc; text-decoration:none;}
.accordian h2 a:hover{ font-size:15px; display:block; margin:0; text-align:left; background-color: #f7901e;
  color: #fff; text-decoration:none;}
.accordian i{ float:left; margin-right:10px;}
.detail img{ border:solid 1px #eee; }

.navbar-nav>li {
    float: left;
    position: relative;
    z-index: 999;
}
.accordian ul ul li.active a{
    background-color: #f7901e;
    color: #fff;
}
.accordian ul ul.active h2 a{
	background-color: #196fc0;
    color: #fff;
}
.accordian ul li.active .title {
    background-color: #666;color: #fff;}
.accordian ul li.active span{color:#fff;}
.bg_white{background-color:#fff; padding:15px;    float: left;width: 100%;}
.mrg_top{margin-top:15px;}
.pro_dec{text-align:left;}
.accordian .title a{color: #8f8f8f;}
.accordian .title a:hover{text-decoration:none;}
.accordian .active .title a{color: #fff;}
.accordian .active .title a:hover{text-decoration:none;}

.carousel-control{top:48%;}
.carousel-control.left{background-image: none;}
.carousel-control.left .fa-angle-left{background: #f78f1e;padding: 10px 20px;border-radius: 50%;background-image:none;}
.carousel-control.right{background-image: none;}
.carousel-control.right .fa-angle-right{background: #f78f1e;padding: 10px 20px;border-radius: 50%;background-image:none;}