@media print {
	* {
		text-shadow: none!important;
		color: #000!important;
		background: transparent!important;
		box-shadow: none!important
	}
	a, a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: ""
	}
	img{
		page-break-inside: avoid
		max-width: 100%!important
	}
	h2, h3, p {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
}
h2, h3, h4, h5{font-weight: 500;}
.body-container {
    position: relative;
    z-index: 100;
    background-color:#ffffff;
}
.allpage .body-container{
	padding-top: 67px;
}
body.expanded {
    margin-left: -300px;
}
/*header style*/
#header_wrapper {
    display: block;
    position: relative;
    width: 100%;
}
#header_wrapper.transparent-header, #header_wrapper.header-scheme-dark {
    left: 0;
    position: absolute;
    top: 0;
}
.transparent-header #header_space {
    display: none !important;
}
#header {
    display: block;
    overflow: visible;
    position: relative;
    width: 100%;
    z-index: 9998;
}
#header.sticky-nav {
    left: 0;
    position: relative;
    top: 0;
    transition: left 0.3s ease 0s;
}
#header.sticky-nav.stuck {
    left: 0;
    position: fixed;
    top: 0;
}
body.expanded #header.sticky-nav {
    /*left: -220px;*/
}
body.expanded .sidebarclose{
    right: 235px;
}
#main_navigation {
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease 0s, background-color 0.2s ease 0s;
    width: 100%;
}
#header.transparent-header #main_navigation {
    background-color: transparent !important;
}
#header.header-scheme-dark #main_navigation{
    background-color: transparent !important;
}
#main_navigation{
    padding: 20px 0;
    webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

/*menus style*/
#logo {
    line-height: 0;
    height: 36px;
    width: auto;
    display: block;
    text-indent: -999px;
    background: url(../images/logo.png) no-repeat left top;
    webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}
#header.transparent-header #logo{
    background: url(../images/logo-white.png) no-repeat left top;
}
#header.header-scheme-dark #logo{
    background: url(../images/logo.png) no-repeat left top;
}
nav {
    float: right
}
#logo {
    max-height: 36px
}
#logo img {
    max-height: 100%
}
.menu li {
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    list-style-type: none !important;
    margin: 0 14px 0 0;
    overflow: visible !important;
    padding: 0;
    position: relative;
    font-size: 13px; font-weight:500;
}
.menu > li:last-child {
    margin-right: 0;
}
.menu li a {
    display: inline-block;
    line-height:36px;
    padding: 0 1px;
    position: relative;
    text-transform: uppercase; 
    font-size: 13px;
}
.menu li.active a, .menu li a:hover{
    color:#0072b9
}
.menu li.link a:after {
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(-5px);
    transition: height 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
    width: 100%;
}
.menu li.link a:hover:after, .menu li.link a:focus:after, .menu li.link.active a:after{
    height: 5px;
    opacity: 1;
    transform: translateY(0px);
}
#header .menu > li.active > a.button{
    background: #e75854;
    color: #FFF !important;
}

.menu > li > a.button{
    border-radius: 4px;
    padding: 0 10px;
    line-height: 32px;
    color: white;
    margin: 0;
}
.menu > li > a.button:hover:after{
    width: 102%;
}
#header .menu li a {
    color: #484848;
}
#header.transparent-header .menu li a {
    color: #fff;  
}
#header .menu li.link a:after {
    background:#0072b9;
}
#home #header.transparent-header .menu li.link a:after {
    background:#fff;
}
#header.transparent-header .menu li a:hover {
    /*color: #333;
    text-decoration: underline;*/
}
#header .menu > li > a.button{
    border-color: #e75854;
    color: #e75854
}
#header.transparent-header .menu > li > a.button{
    border-color: #fff;
    color: #fff;
}
#header .menu > li > a.button:after{
    background-color: #E75854;
}
#header .menu > li > a.button:hover{
     color: #fff;
}
#header.transparent-header .menu > li > a.button:after{
    background-color: #fff;
}
#header.transparent-header .menu > li > a.button:hover{
     color: #0072ba;
}

#header.header-scheme-dark .menu > li > a.button{
    /*border-color: #0072ba;*/
	border-color: #e75854;
}
#header.header-scheme-dark .menu > li > a.button:after{
    /*background-color: #0072ba;*/
	background-color: #e75854;
	
}
#header.header-scheme-dark .menu > li > a.button{
    /*color: #0072ba;*/
	color: #e75854;
}
#header.header-scheme-dark .menu > li > a.button:hover{
     color: #fff;
}
#header.header-scheme-dark .menu li a, .down .menu li a {
    color: #484848
}
#header.header-scheme-dark .menu li.active a, #header.header-scheme-dark .menu li a:hover {
    color:#0072BA
}
#trigger {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 10px;
    font-size: 2em;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    top: 18px;
    webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}
.shrinking-nav.shrinked #trigger{
    color: #484848;
}

.header-v1.sticky-nav.stuck.header-scheme-light section#main_navigation.shrinking-nav.shrinked div.container div.row div.col-md-9.col-sm-8 div.row nav ul.menu.scrollmenu li a:hover{
    color: #0072ba;
}

.header-v1.sticky-nav.stuck.header-scheme-light section#main_navigation.shrinking-nav.shrinked div.container div.row div.col-md-9.col-sm-8 div.row nav ul.menu.scrollmenu li a.button:hover{
    color: #FFF;
}


#header #main_navigation.shrinked {
    background-color: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 0
}
#header #main_navigation.shrinked #trigger{
    top: 10px;
}
/*condition for all other pages*/
.allpage #header #main_navigation.shrinked {
    background-color: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 0
}
.rnews{ 
    background:url(../images/news.png) no-repeat right 90px center; 
    text-align:right;
}
#mobile_navigation {
    background-color: #31353a;
    color: #bbb;
    display: block;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    right: -300px;
    top: 0;
    transition: right 0.3s ease 0s;
    width: 220px;
    z-index: 2147483647;
}
body.expanded #mobile_navigation {
    right: 0;
}
#sidelogo {
	text-align: center;
	max-height: 32px;
	margin:20px 0;
	cursor: pointer;
}
#sidelogo img {
	display: inline-block;
	max-height: 32px;
	opacity: 1
}
#sidelogo:hover img {
	opacity: 0.5
}
.sidemenu {
	width: 100%;
	padding: 0;
	margin: 0
}
.sidemenu li a {
	padding: 15px 0;
	display: inline-block;
	width: 100%;
	color: rgba(255,255,255,.8);
	border-top: 1px solid rgba(0,0,0,.1);
	padding-left: 20px;
}
.sidemenu li:last-child a {
	border-bottom: 1px solid rgba(0,0,0,.1)
}
.sidemenu li a:hover, .sidemenu li.active a {
	color: #FFF;
	background: rgba(0,0,0,.2)
}
.sidebarclose {
	-webkit-transform: scale3d(0.8, .8, .8);
	transform: scale3d(0.8, .8, .8);
	position: relative;
	text-indent: -9999px;
	clear: both;
	float: none;
	width: 38px;
	height: 38px;
	display: block;
	text-align: center;
	cursor: pointer;
    display: none;
    position: absolute;
    top: 22px;
    right: 14px;
}
.sidebarclose span:after, .sidebarclose span:before {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 14px;
	width: 38px;
	display: inline-block;
	height: 4px;
	background: rgba(0,0,0,.6);
	transition: .3s;
	position: absolute;
	left: 0;
	content: '';
    background-color: #FFF
}
.sidebarclose span:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg)
}
.sidebarclose span:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg)
}
body.expanded #trigger {
    display: none;
}
body.expanded .sidebarclose {
    display: block;
}
.shrinking-nav.shrinked .sidebarclose span:after, .shrinking-nav.shrinked .sidebarclose span:before{
    background-color: #484848;
}
.shrinking-nav.shrinked .sidebarclose {
    top: 16px
}

/*common heading*/
/*common blue top section*/
.cmnPageHeadSec{
	padding:35px 0;
}
#pageContainer .cmnPageHeadSec{
	position: relative;
	top:76px;
	margin-bottom: 60px;
}
.titleWrap{
    position: relative;
}
.hrWrap{
	margin: 10px 0 0 0;
	height: 2px;
	border: 0 none;
    clear: both;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
.hrWrap span {
    width:24px;
    display:block;
    height:2px;
    background-color: #fff;
    margin: 0 auto
}
.hrWrap.blue span{
    background-color: #0072BA;
}
.headTitle{
	font-size: 24px;
	font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 40px;
}
.cmnPageHeadSec .headTitle{
    color: #fff;
}



#scrolltop {
	position: absolute;
	bottom:20px;
	right: 20px;
	display: block;
	width: 30px;
	height: 30px;
}
#scrolltop a {
	border-radius: 2px;
	width: 30px;
	height: 30px;
	display: block;
	background: #21252b url(../images/icon_top.png) no-repeat center center;
	cursor: pointer;
}
#scrolltop a:hover {
	background: #0072ba url(../images/icon_top.png) no-repeat center center;
}

/*certification section style*/
#certificate{
    padding:50px 0 50px;
    background-color: #F0F0F0;
}


/*certificate wrap style*/
#carousel-wrap{
    margin: 40px 0;
}
.featurebox{
	display:block;
    background-color: #fff;
    border-bottom: 3px solid #d8d8d8;
    text-align: center;
-webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.featurebox:hover{
	-webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}


/*deail info style*/
#detailInfoWrap{
	background: #fff ;
    padding: 50px 0;
    border-bottom: 1px solid #E7E7E8;
    font-weight: 400;
}

#detailInfoWrap2{
	background: rgba(0, 0, 0, 0) url("../images/world-map_2.png") repeat scroll 0 0 / cover ; /*world-map.png,map.jpg*/
    padding: 50px 0;
    border-bottom: 1px solid #E7E7E8;
    font-weight: 400;
	background-color: rgba(34, 34, 34, 0.54);
}

#detailInfoWrap h4{
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;

}
.dtlInfoLi li {

    clear: both;
    height: 36px;
    margin-bottom: 15px;
}
.dtlInfoLi li i{
    float: left;
    margin-right: 10px;
    width: 36px;
    height: 36px;
}
.dtlInfoLi li > div{
    float: left;
}
.dtlInfoLi .hilite{
    text-transform: uppercase;
    font-weight:400;
    display: block;
    margin-bottom: 5px
}
.dtlInfoLi .hilite:hover{
    text-decoration: underline;
}
.dtlInfoLi .gbox{
    background-color: #E4EAED
}

#busP p:nth-child(3){
    margin-bottom: 10px;
}
#busP p{
  
}
#memberInfo{
    height: 90px;
}
#memberInfo .inner {
    padding: 27px 0
}
#memberInfo ul{
    text-align: center;
}
#memberInfo ul li{
    display: inline;
    margin-right: 20px;
}
#memberInfo ul li:last-child{
    margin-right: 0
}
#memberInfo ul li img{
    vertical-align: middle;
}

/*footer style*/
footer{
  background-color: #313740;
  padding: 25px 0;
  color: #fff;
}

.service-footer{
  padding: 50px 0;
  background-color: #ffffff !important;
  border-color: #ffffff;
  color: #767676;
  text-align: center;
}
#ftrMenu{
  margin-bottom: 15px;
}
#ftrMenu li{
  display: inline;
}
#ftrMenu li a{
  line-height: 24px;
  color: #989BA0;
  margin-right: 20px;
}
#ftrMenu li a:hover{

  color:#FFF;
}

#copyright{
		margin: 15px 0;
	}

.social-icon li{
  margin-right: 2px;

}
.social-icon li, .social-icon li a{
  width: 30px;
  height: 30px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  border-radius: 2px;
}
.social-icon li a{background-color: #21252B}
.social-icon #fb:hover{background-color:#3C599B }
.social-icon #tw:hover{background-color:#4875B4 }
.social-icon #gp:hover{background-color:#DD4C39 }
.social-icon #pt:hover{background-color:#C22A27 }

.ic-social{width: 30px; height: 30px; display: block; cursor: pointer;}
.ic-social.fb{background-position: 0 -72px}
.ic-social.tw{background-position: -30px -72px}
.ic-social.gp{background-position: -60px -72px}
.ic-social.pt{background-position: -90px -72px}

#ftr-logo{/*margin-top: -25px; */}
#ftr-logo img {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
#ftr-logo a:hover img {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

/*service page*/
#serviceTabWrap-selectbox{
    display: none;
    width: 80%;
    margin: 0 auto
}
#serviceTabWrap-selectbox select{
    width: 100%;
    height: 40px;
    /*line-height: 40px;*/
    padding: 10px;
}
#serviceTabWrap-selectbox select option{
    padding: 10px;
}

/*contact page style*/
#address{
    padding: 60px 0;
}
#address > .container > .row:last-child{
	padding-top:40px;
}
#address h4{
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 36px;
    overflow: hidden;
    margin-bottom: 24px;
}
#address h4 i{
    margin-right: 10px;
    float: left;
}
#address h4 span{
    float: left;
}
#address h3{
	font-size:16px;
	font-weight:500;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#0072ba;
	letter-spacing:1px
}
.addrInfo li{
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: lighter;
	font-size:14px;
}
.addrInfo li .reg{
	font-weight:400
}
#grybg{
	background-color:#F0F0F0;
	border-radius:4px;
	padding:20px;
	
}
#grybg li{
	font-size:14px;
}
#grybg .bigf{
	font-size:28px;
	font-weight:400;
}
.addrInfo i{
    float: left;
    margin: 0 20px 0 5px;
}
.addrInfo i+p{
	float:left;
	line-height:36px;
	font-size:15px;
	font-weight:500;
	text-transform:uppercase
}
#mapContainer{
    height: 470px;
    background: url('../images/map.gif') no-repeat top center;
    background-size: cover;
}

/*terms & condition*/
#termscondition{
    padding: 00px 0;
}

#termscondition h4{
   line-height: 28px;
    margin-bottom: 40px;
    font-weight: 400;
    font-family: 'Lora', serif;
    font-size:20px
}
#termscondition h3{
    font-size:16px;
    font-weight:500;
    margin-bottom:10px;
    text-transform:uppercase;
    color:#0072ba;
    letter-spacing:1px
}

#termscondition .paraTab h4{margin-bottom:10px; font-weight: 500;}


/*about us*/
#aboutus{
	padding:50px 0; text-align:center;
	}

#aboutus h4{
    line-height: 28px;
    margin-bottom: 40px;
    font-weight: 400;
	font-family: 'Lora', serif;
	font-size:20px
}

#aboutus .row p {
	margin-bottom:20px;
    line-height: 24px;
	}

#aboutus section.btmborder{ border-bottom:solid 1px #E8E8E8; padding-bottom:50px; width:100%; margin-bottom:50px;}
.meetourteam h3{
    margin-bottom: 30px;
    font-weight: 400; font-size:14px;
	}
/*.teampic h3 span{ color:#666; font-size:12px; }*/
.teampic h3 {/*border-bottom:solid 1px #999; padding-bottom:15px;*/ margin-top:10px; margin-bottom:0;}
.teampic h6 {font-size:12px; font-weight: 400; color:#666;}

/*contact form style*/
#cntFormWrap{
    padding: 50px 0;
}
#cntFormWrap {
    font-weight: 400;
}
.cmnPadSec{
	padding:60px 0;
}
#cntFormWrap h4{
	font-family: 'Lora', serif;
	font-size:20px;
    line-height: 28px;
    margin-bottom: 50px;
    font-weight: 400;
}
.txtUpr{text-transform:uppercase}
.cmnPadSec h4{
	font-family: 'Lora', serif;
	font-size:20px;
    line-height: 28px;
    margin-bottom: 40px;
    font-weight: 400;
}
.clr6{color:#666666}
.cmnPadSec.btmborder{ border-bottom:solid 1px #E8E8E8;}
#cntFormWrap h4#splH{
	margin-bottom:10px;
	font-size:24px
}
#cntFormWrap .row{
    margin-bottom: 20px;
}
#cntFormWrap label{
    margin-bottom: 5px;
    display: block;
    width: 100%
}
#cntFormWrap input, #cntFormWrap select{
    height: 44px;
    width: 100%
}

#cntFormWrap select {
	padding:8px;
}



#cntFormWrap textarea{
    resize:none;
    height: 140px;
    width: 100%
}
#cntFormWrap button{
    height: 44px;
    margin: 0 10px 0 0;
}
#cntFormWrap button:last-child{
	margin-right: 0
}
/*why choose us style*/
.wculi{
	list-style:none;
	border-top:1px solid #E8E8E8;
	padding-top:10px;
	/*list-style-image:url(../images/wculi-icon.png)*/
}
.wculi li{
	border-bottom:1px solid #E8E8E8;
	font-size:16px;
	line-height:28px;
	padding-bottom:10px;
	font-weight:lighter;
	background:url(../images/wculi-icon.png) no-repeat 0 5px;
	padding-left:40px;
	margin-bottom:10px;
	height:66px;
}
.wculi.done  li{
	background:url(../images/wculir-icon.png) no-repeat 0 5px;
}
#dnico{
	background:url(../images/done-icon.png) no-repeat 0 0;
	padding-left:50px;
	min-height:50px;
}

/*enquiry page*/
#cntFormWrap .enqrow{margin-bottom: 20px; position:relative}
.enqGryBg{background-color: #f3f3f3; padding: 15px;}
#cntFormWrap label.din{display: inline;margin-right: 10px;}
/*services page style*/
#serviceTabWrap{
    padding: 10px 0 10px;
    border-bottom: 1px solid #d8d8d8;
}
.nav-tabs {
    background: none repeat scroll 0 0 #fff;
    height: 40px;
    text-align: center;
    font-weight: 500;
}
.nav-tabs > li {
    display: inline;
    position: relative;
    line-height: 40px;
}
.nav-tabs > li > a {
    padding: 0 20px;
    color: #565A5F;
}
.nav-tabs > li > a:hover, .nav-tabs > li.active > a {
  color: #0072BA
}

.nav-tabs > li.active {
	color: #0072BA
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .tab-pane.active {
    display: block;
}
#tab-content-wrap{
    padding: 40px 0 60px;
}
.tab-content figure{
    width: 200px;
    height: 180px;
    margin: 0 auto
}
.paraTab{
	font-weight: 400;
    line-height: 24px;
    width: 68%;
    margin: 30px auto 0;
}
.paraTab p{
    margin-bottom: 40px;
}
/*products page style*/
#productCntWrap{
    padding: 50px 0
}
/*accordion style starts*/
.panel-heading {
  position: relative;
  background: #fff;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.panel-heading:hover {
  zoom: 1;
 /* filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;*/
}
.panel-heading .panel-title {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    border-top: 1px solid #EFEFEF;
    padding: 15px 0 10px
}
.panel-heading.last{
	border-bottom:1px solid #efefef;
}
.panel-heading .panel-title a {
    text-decoration: none;
    display:block;
    font-size:22px;
    letter-spacing: 0px;
    color: #333;
    text-align: center;
    font-weight: 400; clear:both;
}
.panel-heading .panel-title a:hover{ color:#0072ba}
.panel-heading .panel-title1 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    border-top: 1px solid #EFEFEF;
    padding: 10px 0 10px
}

.panel-heading .panel-title1 a.faq {
    text-decoration: none;
    display:block;
    font-size:14px;
    letter-spacing: 0px;
    color: #0072BA;
    text-align: left;
    font-weight:500; clear:both;
}
.panel-heading .panel-title1 a.faq:hover{ color:#333}

.panel-heading > span{
    display: block;
    width: 20px;
    height: 7px;
    margin: 0 auto;
    background: url('../images/accordion-arrow.png') no-repeat;
    background-position: 0 -7px;
    text-indent: -999em;
    margin-bottom: 10px;
}
.panel-heading > span.down{
    background-position:0 0;
}
.panel-collapse .panel-body {
    padding: 20px 0 35px 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.brad-slider-wrapper .fade{
	 opacity: inherit;
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}
#prdListSec{
    /*font-size: 1.2em*/
    font-weight: 400;
}
#prdListSec h4{
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px; font-weight:500;
}

#prdListSec li a{
    color: #0072BA;
    line-height: 28px;
}
#prdListSec li a:hover{
    color: #333;
}

#prdListSec .clearfix:last-child{margin-top: 40px}

/*product detail page style*/
.greyBg{
    background: #F0F0F0;
} 
.cmnPad40{
    padding: 40px 0
}
#selDIV{
    border: 1px solid #CCCCCC;
    background: #fff;
    margin-bottom: 50px;
}
#selDIV .gryBg{
    background: #F0F0F0;
    padding: 0 15px;
    float: left;
    text-transform: uppercase;
    height: 48px;
    line-height: 48px;
}
#selDIV .selBoxWrp{
    position: relative;
    margin-left: 120px;
    line-height: 48px;
}
#selDIV .inMrR{margin-right: -15px;}
#selDIV .inMrL{margin-left: -15px;}
#selDIV .inMrLR{margin-left: -15px; margin-right: -15px;}

.prdFig{
    height: 385px;
    padding: 103px 0;
    border: 1px solid #CCCCCC;
    background: #fff;
}
.prdFig figure img{
  /*  width: 100%*/
}
.prdDtlHead{
    font-size: 34px;
    color: #0072BA;
    font-weight:500;
    text-transform: uppercase;
}
.prdShrtdtl{
    padding: 20px 0
}
.buzz{
    border-bottom: 1px solid #CCCCCC;
    padding: 7px 0;
}
.buzz label{
    line-height: 26px;
    display: inline-block;
}
.buzz label:first-child{
    width: 150px;
    font-weight: lighter;
}
.buzz label:last-child{
    font-weight: normal;
}
.prdShrtdtl .actWrap{
    padding: 30px 0 0
}
.prdShrtdtl .actWrap .button{
    margin: 0;
    text-transform: uppercase;
    padding-left:50px;
    padding-right: 50px;
    border-radius: 4px; 
}

.prdDtlPara{
    font-weight: 400;
    line-height: 24px;
}
.prdDtlSubhead{
    color: #0072BA;
    font-size: 18px;
    border-top: 1px solid #dcdcdc;
    background: #f5f5f5;
    height: 39px;
    line-height: 20px;
    padding: 9px 10px 10px;
}
.prdDtlCnt{
    padding: 28px 10px;
    line-height: 20px;
}
.prdDtlCnt > p, .prdDtlCnt table p{
    font-weight: lighter;
    margin-bottom: 10px;
}
.prdDtlCnt > p > label, .prdDtlCnt table p label{
    font-weight: normal;
}



/*our-markets page style*/
#marketContainer{
    padding: 50px 0
}

#tabBtn {
    margin: 0 auto;
    width: 420px;
    clear: both;
}
#tabBtn li {
    float: left;
}
#tabBtn li a {
    text-transform: uppercase;
    padding: 10px 80px;
    display: block;
    color: #333;
    border: 1px solid #ccc;
    font-size: 16px; font-weight:500;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#tabBtn li:last-child a{
    border-left: 0
}
#tabBtn li a.active, #tabBtn li a:hover {
    color: #fff;
    border-color: #0072BA;
    background-color: #0072BA;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}
#marketContainer .contentbox {
    overflow: hidden;
    width: 100%;
    display: none;
}
.contentbox figure{
    position: relative;
}
.contentbox figure h4 {
    font-weight: normal;
    position: absolute;
    bottom: 15px;
    z-index: 99;
    color: #fff;
    left: 15px;
    display: block;
    font-size: 16px;
}
.contentbox figure h4 a{
    color: #fff;
}
.contentbox figure h4 a:hover, .contentbox article h3 a:hover{
    text-decoration: underline;
}
.contentbox article h3, .contentbox .h3{
	margin-bottom: 15px;
}
.contentbox .h3{text-transform: uppercase;}
.contentbox article h3 a, .contentbox .h3 a{
    color: #0072BA;
    font-size: 24px;
}
.contentbox article p{
    line-height: 20px;
    /*font-size: 15px;*/
    margin-bottom: 10px;
}
#marketContainer .contentbox .row{
    margin-bottom: 40px;
}
#marketContainer .contentbox .row.nomarg{
    margin-bottom: 0;
}
#marketContainer .contentbox a:hover{
    text-decoration: underline;
}
.dtlFig{width: 100%; display: block;}
.bigh2{
    font-size: 36px;
    color: #0072BA;
    margin-bottom: 20px;
}
.ph4{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 25px;
}
.para{
    line-height: 22px;
    margin-bottom: 15px;
}
.dtlThumbRow .h4head{font-size: 18px}
.dtlThumbRow figure{position: relative}
.dtlThumbRow figure h4 {
    font-weight: normal;
    position: absolute;
    bottom: 15px;
    z-index: 99;
    color: #fff;
    left: 15px;
    display: block;
    font-size: 16px;
}
.dtlSplHead{
    color: #0072BA;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.dtlbtmborder{ 
    border-bottom:solid 1px #E8E8E8; 
    padding:40px 0
}
.dtl_points_wrap .row{
    margin-bottom: 20px;
}
.dtl_points{
    overflow: hidden;
}
.dtl_pic{
    float: left;
    width: 80px;
    margin-right:10px;
}
.dtl_pic figure{
    border-radius: 50%;
    width: 68px;
    height: 68px;
    display: block;
}
.dtl_pic figure img{
    width: 100%;
    border-radius: 50%;
}

.dtl_pic span{
    border-radius: 50%;
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    display: block;
    background: #F0F0F0
}
.dtl_points_cnt{
    position: relative;
    margin-left: 90px;
    padding-top: 5px;
}
.dtl_points_cnt h4{
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 500;
}
.dtl_points_cnt p, .litP{
    font-weight: lighter;
    line-height: 20px;
}
.indPrdTbl{
    border: 1px solid #EAEAEA
}
.indPrdTbl thead th{
    background-color: #0072BA;
    color: #fff;
    text-align: left;
}
.indPrdTbl thead th, .indPrdTbl tbody td{
    padding: 10px 20px;
    line-height: 24px;
}
.indPrdTbl tbody tr:nth-child(even){
    background-color: #F5F5F5
}
.indPrdTbl tbody tr:nth-child(odd){
    background-color: #fff   
}
.indLi{margin-left: 22px}
.indLi li{ line-height: 24px; margin-bottom: 5px; font-weight: lighter;}
.indLi li span{font-weight: 400;}
.indMark.btmborder{ 
    border-bottom:solid 1px #E8E8E8;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
#chiList{
    margin-bottom: 30px;
}
#chiList li{
    margin-left: 22px;
    margin-bottom: 15px;
    line-height: 20px;
}
/*our-process page*/
#processContainer{
    padding: 50px 0
}
#processContainer h4.alC{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 60px;
	font-family: 'Lora', serif;
}

@media only screen and (max-width :1024px), (max-device-width:1024px){
	#trigger {
		display: block;
		z-index: 9999
	}
	header nav .menu li {
		display: none
	}
	.featurebox{
		margin-bottom: 20px;
	}
	/*service page*/
    #serviceTabWrap .nav-tabs > li > a {padding: 0 15px}
    /*product page*/
    #prdListSec .col-md-3{margin-bottom: 20px;}
    #prdListSec .clearfix:last-child{margin-top: 0}
    #selDIV .inMrR, #selDIV .inMrLR, #selDIV .inMrL{
        margin: 0 !important;
        border-bottom: 1px solid #ccc;
    }
    #selDIV .gryBg{
        width: 120px;
    }
    
}
@media only screen and (max-width :768px), (max-device-width:768px){
	#grybg{padding:15px}
    #grybg .bigf{font-size:24px;}
}

@media (max-width:768px) {
	#trigger {
		display: block;
		z-index: 9999
	}
	header nav .menu li {
		display: none
	}
	.featurebox{
		margin-bottom: 20px;
	}
	#busP{
		text-align: center;
		margin-bottom: 20px;
	}
	#detailInfoWrap h4{
		text-align: center;
	}
	.dtlInfoLi{
		width: 150px; margin: 0 auto; text-align: left; overflow:hidden
	}
	.carousel-caption h2 {
	 font-size: 30px!important;
	 }
	
  	#ftrMenu{
	  margin-bottom: 10px;
	}
	#copyright{
		margin-bottom: 15px;
	}
	footer{text-align: center;}
    #ftr-logo{margin-top:0}
	.extCntRow .col-md-6{margin-bottom: 20px}
	.extCntRow .col-md-6:last-child{margin-bottom: 0}
    /*service page*/
    #serviceTabs{
        display: none;
    }
    #serviceTabWrap-selectbox{
        display: block;
    }
    .rnews{ 
        background:url(../images/news.png) no-repeat left center; 
        text-align:left;
        padding-left: 35px;
    }
    /*#serviceTabWrap .nav-tabs{
        height: inherit;
    }
    #serviceTabWrap .nav-tabs > li{
        display: block;
        text-align: center;
    }
    #serviceTabWrap .nav-tabs > li > a {
        padding: 0 10px;
    }*/
    /*product page*/
    .panel-heading .panel-title a{
    	font-size: 16px;
    }
    #prdListSec{text-align: center}
    .dtl_points_wrap .row .col-md-6{
        margin-bottom: 20px;
    }
    .dtl_points_wrap .row .col-md-6:last-child{
        margin-bottom: 0
    }

    .prdFig{margin-bottom: 50px;}

}

@media (max-width:480px) {
	#memberInfo{height: inherit;}
  	#memberInfo ul li{display: block; margin-bottom: 20px; margin-right: 0}
  	#memberInfo ul li:last-child{margin-bottom: 0}
	
	footer{text-align: center;}
	footer [class^="grid-"]{float: none; width: 100%; margin-bottom: 20px;}
	#ftrMenu li{display: block; text-align: center;}
	footer [class^="grid-"]:last-child{margin-bottom: 0}
	.panel-heading .panel-title a{font-size: 16px}
	.teampic aside{margin-bottom:20px}
    #tabBtn{width: 100%; padding: 0 5%}
    #productCntWrap #tabBtn li{float: none; display: block; text-align: center; width: 270px;}
    #productCntWrap #tabBtn li:last-child a{
        border-left: 1px solid #ccc
    }
	#marketContainer .contentbox article{
        padding-top: 30px;
    }
	#tabBtn li a{
		 padding: 10px 54px;
	}
    .prdDtlCnt table td{display: block; width: 100%}
}

@media screen and (max-width:320px) {
	
}
#aadress{color:#FFF;}
#aadress h2, #aadress blockquote {
    font-size: 17px;
    margin-bottom: 25px;
}
.extradre{margin-bottom: 10% !important;}

#aadress h4 {
    font-size: 18px;
}
#aadress h2{
	    font-size: 24px;
		margin-bottom:15px
	}
.footer-contact{color: #fff;
    margin-bottom: 20px;}