@charset "utf-8";
@import url("tabs.css");
@import url("jqueryslidemenu.css");
@import url("anylinkmenu.css");
/* CSS Document */

body {
	background-color:#f4f4f4;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-decoration: none;
	color:#000;
	line-height:18px;
}
#container h1 {
	font: bold 12px 'Roboto', sans-serif;
	color:#e12021;
	margin:0;
	display: block;
}
#container h1.title {
	float:left;
	width:100%;
	font-weight:normal;
	margin:10px 5px;
	font: 500 25px 'Roboto', sans-serif;
	display: block;
}
#wraper {
	width:983px;
	margin:0 auto;
	background:url(../images/bg_img.gif) repeat-y;
}
#container {
	width:945px;
	margin:0 auto;
	min-height:590px;
}
/* Header 
-----------------------------------------------------------------------------*/ 


#header {
	width:945px;
	height:auto;
	float:left;
	margin:5px auto 5px auto;
}
#header a {
	color:#333;
}
.b3expres-logo {
	float:right;
	border:0;
	margin-right:1px;
}
.right_header {
	width:640px;
	height:64px;
	/*	background:#f2f2f2;*/
/*	background:url(../images/header_bg.gif) repeat-y;*/
	float:left;
}
.right_globalheader {
	width:678px;
	height:64px;
	background:#214482;
	float:left;
}
#global_link {
	float:left;
	font-size:10px;
	height:20px;
	font-family: Trebuchet MS, Arial, Sans-serif;
	margin-top:0px;
	margin-left:6px;
}
#global_link .dropdown {
	width:40px;
	font:10px Trebuchet MS, Arial, Sans-serif;
	margin:2px 0;
	background:transparent url(../images/flag_india.gif) 5px no-repeat;
	padding: 1px;
	border:0px solid #ccc;
	cursor:pointer;
}
#global_link .dropdown {
	padding-left:25px;
}
.ddarrow {
	background:url(../images/dd_arrow.gif) center no-repeat;
	padding:0 8px;
}
#shwCountry {
	z-index:999;
	position:absolute;
}
#shwCountry div {
	border:1px solid #ccc;
	width:140px;
	padding:0px;
	background:#fff;
}
#shwCountry ul {
	margin:0;
	padding:0 5px;
	list-style-type:none;
}
li.us a span {
	margin-right:10px;
	padding-left:12px;
	background-image:url(../images/UnitedStates.png);
	background-repeat: no-repeat;
}
li.uk a span {
	margin-right:10px;
	padding-left:12px;
	background-image:url(../images/UnitedKingdom.png);
	background-repeat: no-repeat;
}
li.du a span {
	margin-right:10px;
	padding-left:12px;
	background-image:url(../images/UnitedArabEmirates.jpg);
	background-repeat: no-repeat;
}
li.ca a span {
	margin-right:10px;
	padding-left:12px;
	background-image:url(../images/Canadian.png);
	background-repeat: no-repeat;
}
li.ch a span {
	margin-right:10px;
	padding-left:12px;
	background-image:url(../images/china.png);
	background-repeat: no-repeat;
}
li.sl a span {
	margin-right:10px;
	padding-left:12px;
	background-image:url(../images/SriLanka.png);
	background-repeat: no-repeat;
}
li.hk a span {
	margin-right:10px;
	padding-left:12px;
	background-image:url(../images/Hongkong.png);
	background-repeat: no-repeat;
}
li.sg a span {
	margin-right:10px;
	padding-left:12px;
	background-image:url(../images/Singapore.gif);
	background-repeat: no-repeat;
}
li.oman a span {
    margin-right: 10px;
    padding-left: 12px;
    background-image: url(../images/Oman.png);
    background-repeat: no-repeat;
}

li.ne a span {
	margin-right:10px;
	padding-left:12px;
	background-image:url(../images/Nepal.png);
	background-repeat: no-repeat;
}
li.bl a span {
	margin-right:10px;
	padding-left:12px;
	background-image:url(../images/Bangladesh.png);	
	background-repeat: no-repeat;
}
li.tk a span {
	margin-right:10px;
	padding-left:12px;
	background-image:url(../images/flags.png);
	background-position: -176px 0;
}
li.au a span {
	margin-right:10px;
	padding-left:12px;
	background-image:url(../images/Australia.png);
	background-repeat: no-repeat;
}
li.kenya a span {
	margin-right:10px;
	padding-left:12px;
	background-image:url(../images/Kenya.png);
	background-repeat: no-repeat;
}
li.pakistan a span {
	margin-right:10px;
	padding-left:12px;
	background-image:url(../images/Pakistan.png);
	background-repeat: no-repeat;
	
}
li.malaysia a span {
	margin-right:10px;
	padding-left:12px;
	background-image:url(../images/Malaysia.gif);
	background-repeat: no-repeat;
	
}
li.nz a span {
	margin-right:10px;
	padding-left:12px;
	background-image:url(../images/nz.png);
	background-repeat: no-repeat;
	
}

.card-signin {
	border: 0;
	border-radius:0px;
	box-shadow: 0 0.5rem 1rem 0 rgba(80, 0, 0, 0.3);
	width: 58%;
	margin: 0px auto;
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.5rem;
  text-align:center;
  
}
button.login-but {margin:10px 0px 0px 0px; display:block; padding:10px 20px; background:#034171; font-size:16px; color:#fff; border:0px; cursor:pointer; border-radius:10px;}
button.login-but:hover {margin:10px 0px 0px 0px;; padding:10px 20px; background:#034171; font-size:16px; color:#fff; border:0px;}
.card-signin .card-body {
  padding:0.1rem 2rem 2rem 2rem;
}

.form-signin {
  width: 100%;
}
.rightPanel_inpage .content .form-label-group input.form-control {padding:12px 15px; border:#828282 solid 1px;}
.rightPanel_inpage .content .custom-control input.custom-control-input {
	width: auto;
    float: left;
    margin: 12px 10px 0px 0px;
	}
.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input {
  height: auto;
  border-radius: 2rem;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.btn-google {
  color: white;
  background-color: #ea4335;
}

.btn-facebook {
  color: white;
  background-color: #3b5998;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}
/* Top Navigation*/

#topNavigation {
	width:944px;
	height:30px;
	padding:0;
	float:left;
	background:url(../images/topnav_bg.gif) repeat-x;
}
#contentPanel {
	width:945px;
	float:left;
	height:auto;
}
/* Left Panel 
-----------------------------------------------------------------------------*/ 


#leftPanel {
	width:215px;
	float:left;
	background-color:#fff;
	font-size:11px;
	margin:10px 9px 10px 14px;
	_margin:10px 2px;
	border:0px solid #e7e7e7;
	min-height:490px;
}
/* Trackbox */
#leftPanel img {width:100%; }
.googleapp {border: #000 solid 1px; margin-top: 10px;}
.chat {border: #000 solid 1px; margin-top: 10px;}
.trackForm {
	float:left;
}
.trackForm a {
	font-size:10px;
}
/* Loginbox */
.loginBox {
	width:215px;
	height:210px;
	border-bottom:1px solid #ccc;
	border-bottom-style:dotted;
	float:left;
}
.loginBox .loginForm {
	padding: 0 5px;
	float:left;
	margin-top:0px;
}
.loginBox .loginForm td {
	padding:5px;
}
.loginBox h2, .loginBox h2.other {
	font-family: Trebuchet MS, Arial, Sans-serif;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	padding:1px 0 0px 30px;
	margin:10px 0;
	border-bottom:2px solid #204382;
	background:#cc2f30 url(../images/icon_login.png) no-repeat 4px 3px;
	height:19px;
}

.loginBox h2.other {margin:8px 0;}
.loginBox h2.other a{font-size:12px; color:#fff;}

.loginBox a {
	font-size:10px;
}
/* Search Text Box */
.searchboxdiv {
	margin:10px 0 5px 0;
	border:1px solid #efb2b2;
	border-style:dotted;
	padding:5px;
	background:#be3132;
	clear:both;
	float:left;
	width:200px;
}
.searchbox {
	background:none;
	border:none;
	margin:0;
	line-height:22px;
	font-family: Trebuchet MS, Arial, Sans-serif;
	font-size:10px;
}
/* Accordian Menu */
.accordian {
	float:left;
	margin-top:2px;
}
.accordian_in {
	float:left;
}
.acc_trigger {
	font-family: Trebuchet MS, Arial, Sans-serif;
	color:#666;
	font-size:12px;
	font-weight:bold;
	padding: 10px 0 0 30px;
	margin: 2px 0 0px 0;
	background: url(../images/h2_trigger_b.gif) no-repeat;
	height: 20px;
	line-height:10px;
	width: 196px;
	float: left;
	cursor:pointer;
}
.acc_trigger a:link, .acc_trigger a:visited, .acc_trigger a:hover {
	display: block;
	font-family: Trebuchet MS, Arial, Sans-serif;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	padding: 2px 0 5px 15px;
}
.acc_trigger a:active {
	color:#fff;
}
.active {
	font-family: Trebuchet MS, Arial, Sans-serif;
	color:#fff;
	font-size:13px;
	font-weight:normal;
	background-position: left bottom;
	height: 20px;
	width: 215px;
}
.active_in {
	font-family: Trebuchet MS, Arial, Sans-serif;
	color:#fff;
	font-size:13px;
	font-weight:normal;
	background-position: left bottom;
	padding:11px 0 5px 15px;
	height: 20px;
	width: 205px;
    background: #e12021;
}
.acc_container {
	font-family: Trebuchet MS, Arial, Sans-serif;
	margin: 0;
	padding:0;
	overflow: hidden;
	font-size: 12px;
	width: 217px;
	clear: both;
	border: 1px solid #ddd;
	background: #d4d4fb;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.acc_container .block {
	padding:5px;
	margin:0px;
	border:1px solid #ddd;
}
/* Right Panel 
-----------------------------------------------------------------------------*/ 

#rightPanel {
	width:695px;
	_width:680px;
	float:right;
	margin:10px 11px 10px 0;
}
.breadcrumb {
	float:left;
	margin:10px;
	font-size:10px;
}
span.newtabs {margin:0px 0px 0px 10px; padding:0px;}
span.newtabs a{color:#e12021;}
.inPage_maintitle {
	background:url(../images/in_pagetitle.gif) no-repeat;
	float:left;
	margin-left:5px;
	width:550px;
	height:20px;
	padding:5px 35px;
	color:#C00;
	font-size:17px;
}
.rightPanel_inpage {
	width:695px;
	_width:680px;
	float:right;
	margin:0px 5px 10px 0;
	background:url(../images/inpage_bg_top.gif) top no-repeat;
}
.rightPanel_inpage .content {
	width:667px;
	margin:-1px 2px;
	_margin:-1px 5px;
	padding:0 15px;
	float:left;
	background:url(../images/inpage_bg_mid.gif) repeat-y;
}
.rightPanel_inpage .content .row { width:100%; display:block; padding:0px; margin:10px 0px; }
.rightPanel_inpage .content .row .links {float:left; width:40%; margin:0px 20px 0px 0px; padding:0px;}
.rightPanel_inpage .content .row .links ul {margin:10px 0px; padding:0px;}
.rightPanel_inpage .content .row .links ul li {list-style:none; padding:2px 0px;}
.rightPanel_inpage .content .row .links ul li a i {padding:0px 10px 0px 0px;}
.rightPanel_inpage .content .row .links ul li a {color:#000;}
.rightPanel_inpage .content .row .links ul li a:hover {color:#e12021;}
.rightPanel_inpage .content label {width:200px; color:#000; padding:0px; margin:10px 0px 0px 0px; font-weight:500; font-size:14px;}
.rightPanel_inpage .content input {width:300px; color:#000; padding:8px 5px; margin:0px; border-radius:8px; border:#ddd solid 1px;}
.rightPanel_inpage .content select {width:300px; color:#000; padding:8px 5px; margin:0px; border-radius:8px; border:#ddd solid 1px; font-size:14px;}
.rightPanel_inpage .content textarea {width:300px; color:#000; padding:8px 5px; margin:0px; border-radius:8px; border:#ddd solid 1px; height:70px;}
button.btn {margin:10px 0px 0px 0px; padding:8px 20px; background:#055593; cursor:pointer; font-size:16px; color:#fff; border:0px;}
button.btn:hover {margin:10px 0px 0px 0px;; padding:8px 20px; background:#034171; font-size:16px; color:#fff; border:0px;}
.rightPanel_inpage .content .divider {width:50%; height:auto; padding:0px; margin:0px; float:left;}
.formbg {background:#f9f9f9; padding:20px; margin:0px;}
.rightPanel_inpage .content select.dropdown_location {width:200px; height:auto; padding:5px 10px; font-size:14px; margin:0px;}
table.table-striped {margin:20px 0px 0px 0px; padding:0px; width:100%; border-spacing:0px;}
table.table-striped tr {margin:0px; padding:0px;}
table.table-striped tr:nth-child(even) {background: #ddd;}
table.table-striped tr:nth-child(odd) {background: #fff;}
table.table-striped tr th {margin:0px; padding:10px 10px; font-size:14px;  border:#eee solid 1px; background:#050c5f; color:#fff;}
table.table-striped tr td {margin:0px; padding:5px 10px;  border:#eee solid 1px; text-align:center;}
address {margin:0px; padding:0px;}
address strong {margin:20px 0px 10px 0px; display:block; padding:0px; font-style:normal; font-size:20px; font-weight:500;}
address strong i {color:red; font-size:60px;}
address p {margin:0px 0px 15px 18px; display:block; padding:0px; font-style:normal; font-size:15px; font-weight:500; line-height:24px;}
.phone {margin:0px 0px 15px 0px; display:block; padding:0px; font-style:normal; font-size:20px; font-weight:500; line-height:24px;}
.phone  a {color:#000;}
.phone  a:hover {color:red;}
.phone  a i {color:red; font-size:17px;}
.team-member {margin:0px 0px 20px 0px; padding:10px 0px; display:inline-block; border:#ccc solid 1px;}
.profile {margin:0px; padding:0px; float:left; width:35%; border:#ccc solid 1px; border-left:0px; border-top:0px;border-bottom:0px;}
.profile img {padding:10px; margin:0px; width:90%;}
.profile-1 {margin:0px; padding:0px; float:right; width:35%; border:#ccc solid 1px; border-right:0px; border-top:0px;border-bottom:0px;}
.profile-1 img {padding:10px; margin:0px; width:90%;}
.member-name {padding:0px 0px 5px 0px; margin:0px; display:block; text-align:center; font-weight:bold; font-size:15px;}
.member-post {padding:0px; margin:0px;  display:block; text-align:center; color:#333;  font-weight:600; font-size:13px;}
.member-discription {margin:0px; padding:0px; float:right; width:60%;}
.member-discription h2 {margin:0px; padding:0px; text-align:left; line-height:23px; font-size:16px;}
.member-discription-1 {margin:0px; padding:0px 0px 0px 10px; float:left; width:60%;}
.member-discription-1 h2 {margin:0px; padding:0px; text-align:left; line-height:23px; font-size:16px;}
.searchbox {margin:0px; padding:0px;}
.searchbox li {margin:0px 0px 20px 0px;
    border:#ddd solid 1px; padding:0px;
    list-style: none;
    width: 45%;
    text-align: center;
    float: left;}
.searchbox li a {font-size:20px; display:block; padding:50px 10px; }	
.searchbox li:nth-child(2), .searchbox li:nth-child(4) {margin-left:20px;}
.searchbox li a span {display:block;}
.searchbox li a i {font-size:30px; margin:0px 0px 20px 0px}
.searchbox li a:hover {background:#e12021; color:#fff;}

.rightPanel_inpage .content table td {
	padding:5px;
}
.fntblue {
	color:#003d7a;
}
.rightPanel_inpage h3.title {
	float:left;
	width:100%;
	color:#003d7a;
	font-size:18px;
	padding-bottom:2px;
	margin:10px 0 0px 15px;
	font-weight:normal;
}
.rightPanel_inpage h1.title {
	float:left;
	width:100%;
	color:#e12021;
	font-size:18px;
	padding-bottom:2px;
	margin:5px 0 0px 15px;
	font-weight:normal;
}
.rightPanel_inpage h4.title {
	float:left;
	width:100%;
	font-size:15px;
	font-weight:normal;
	margin:0;
}
.small_contentBox {
	float:left;
	width:310px;
	padding:5px 4px 0 4px;
	border:1px dotted #ccc;
	border-top:3px solid #ccc;
	background:#fff url(../images/content_bxBg.gif) top repeat-x;
	min-height:160px;
	overflow-wrap: break-word;
}
.small_contentBoxNoBdr {
	float:left;
	margin-left:0px;
	width:315px;
	padding:5px 4px 0 4px;
	border:1px dotted #ccc;
	border-top:3px solid #ccc;
	background:#fff url(../images/content_bxBg.gif) top repeat-x;
	min-height:160px;
}
.small_contentBoxPS {
	float:left;
	width:310px;
	padding:5px 4px 0 4px;
	border:1px dotted #ccc;
	border-top:3px solid #ccc;
	background:#fff url(../images/content_bxBg.gif) top repeat-x;
	min-height:120px;

}
.small_contentBoxNoBdrPS {
	float:left;
	margin-left:10px;
	width:315px;
	padding:5px 4px 0 4px;
	border:1px dotted #ccc;
	border-top:3px solid #ccc;
	background:#fff url(../images/content_bxBg.gif) top repeat-x;
	min-height:120px;
}

.small_contentBoxLocationFinder {
	float:left;
	width:310px;
	height:140px;
	padding:5px 4px 0 4px;
	border:1px dotted #ccc;
	border-top:3px solid #ccc;
	background:#fff url(../images/content_bxBg.gif) top repeat-x;

}
.small_contentBoxNoBdrLocationFinder {
	float:left;
	margin-left:10px;
	width:315px;
	height:140px;
	padding:5px 4px 0 4px;
	border:1px dotted #ccc;
	border-top:3px solid #ccc;
	background:#fff url(../images/content_bxBg.gif) top repeat-x;
}

.big_contentBox {
	margin:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	border-bottom-style:dotted;
}
.banner {
	width:692px;
	height:333px;
	float:left;
	margin-bottom:10px;
}
/* Product Menu on Homepage */
#product_menu {
    width: 694px;
    height: auto;
    padding: 10px 0px 0px 0;
    float: left;
    background: #f1f1f1;
    margin-bottom: 20px;
}
#product_menu img {
	border:0;
}
#product_menu ul {
	/* remove the list style and spaces*/
	margin:8px;
	padding:0;
	list-style:none;
	display:inline;
}
#product_menu ul li {
	width:16%;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:center;
	border-right:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	height:120px;
}
#product_menu ul li.first {
	margin-left:18px;
}
#product_menu ul li:last-child {
	border-right:0px;
	}
#product_menu ul li a i {
	display:block;
	font-size:60px;
	margin:0px 0px 10px 0px;
	}
#product_menu ul li a {font-size:16px; color:#900; padding:20px 0px;}	
#product_menu ul li a:hover {font-size:16px; color:#000;}	
/* end */
.news {
	width:400px;
	_width:395px;
	float:left;
	margin-right:10px;
	border:1px solid #d2cce5;
	height:198px;
}
.bottom {
	background-color:#d41e1f;
	text-align:right;
	padding:1px 5px;
	_width:400px;
	color:#fff;
}
.bottom a:link, .bottom a:visited {
	color:#fff;
	font-size:11px!important;
}
/* News Scroller */

#pscroller1 {
	width: 100%;
	height: 107px;
}
.someclass {
//class to apply to your scroller(s) if desired
}
/* Footer 
-----------------------------------------------------------------------------*/ 

#footer {
	width:924px;
	height:10px;
	float:left;
	background-color:#b91617;
	color:#fff;
	padding:8px 10px;
	line-height:8px;
	font-size:11px;
}
#footer a {
	color:#fff;
}
/* General Styles
-----------------------------------------------------------------------------*/ 

h3.title {
	float:left;
	width:100%;
	color:#003d7a;
	font-size:18px;
	margin:8px 0 5px 0;
	font-weight:bold;
}
h4.title {
	float:left;
	width:100%;
	color:#003d7a;
	font-size:14px!important;
	margin:5px;
}

.txtR {
	text-align:right;
}
.txtC {
	text-align:center;
}
.req_fntRed {
	color:#cc0000;
}
.margin5 {
	margin:5px;
}
.rmargin5 {
	margin-right:5px;
}
.rmargin10 {
	margin-right:10px;
}
.tmargin3 {
	margin-top:3px;
}
.tmargin5 {
	margin-top:5px;
}
.tmargin10 {
	margin-top:10px;
}
.tmargin20 {
	margin-top:20px;
}
.lmargin5 {
	margin-left:5px;
}
.lmargin10 {
	margin-left:10px;
}
.lflt {
	float:left;
	margin-left: 1px;
}
span.trackno {font-size: 10px; font-weight: 600;}
.rflt {
	float:right;
}
.clrBth {
	clear:both;
}
.widthFull {
	width:100%;
	height:215px;
}
marquee {height:153px;}
.width80 {
	width:80px;
}
.width100 {
	width:100px;
}
.width170 {
	width:170px;
}
.width200 {
	width:200px;
}
.width300 {
	width:300px;
}
.width450 {
	width:450px;
}
.width667 {
	width:667px;
}
.txtSmall {
	font-size:10px;	
}
a.txtSmall {
	font-size:10px;
	color:#1c449c !important;
	padding:1px 2px;
}
.txt13 {
	font-size:13px;
}
a:hover.txtSmall {
	color:#F00;
	text-decoration:none;
}/* unvisited link */
a:link {
	color:#082056;
	text-decoration:none;
}/* unvisited link */
a:visited {
	color:#082056;
	text-decoration:none;
}  /* visited link */
a:hover {
	color:#003;
	text-decoration:none;
}  /* mouse over link */
/* Blue Bullets */
ul.blue {
	margin:0 5px;
	padding:0 2px;
	list-style:none;
	height:auto;
}
ul.blue li {
	padding:5px 10px;
	background:url(../images/bullet_blue.gif) 0px 10px no-repeat;
}
.divider {
	padding:14px;
}
/* Form
-----------------------------------------------------------------------------*/ 

label {
	display: block;
	float:left;
	margin-right:5px;
}
select {
	font-size:11px;
}
input.check {
	padding: 0;
	margin:0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
*overflow: hidden;
}
textarea {
	color:#999;
	font-size:11px;
	margin-top:5px;
	font-family: Trebuchet MS, Arial, Sans-serif;
	padding:5px;
}
input.btn {
	color:#1c449c;
	font: 10px Trebuchet MS, Arial, Sans-serif;
	font-weight:bold;
	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#6699cc', EndColorStr='#ffffff');
	border:1px solid #3360af;
	}
.lflt input.btn {
	color:#1c449c;
	font: 10px Trebuchet MS, Arial, Sans-serif;
	font-weight:bold;
	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#6699cc', EndColorStr='#ffffff');
	border:1px solid #3360af;
	padding: 5px 15px;
	}	
/* textbox */
.txtbox {
	background-image:url(../images/txtBox_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #9ec5d8;
	height:10px;
	font-size:11px;
	color:#666;
	font-family: Trebuchet MS, Arial, Sans-serif;
	padding:5px;
}
.txtBoxLoader {
	background:#fff url(../images/loader.gif) no-repeat 255px;
}
.txtBoxCalender {
	background:#fff url(../images/icon_calender.gif) no-repeat right;
}
/* Checkbox */
.check {
	font-size:10px;
}
/* Contact Form */

#contact-area {
	margin-top:10px;
}
#contact-area h4 {
	display:block;
	background-color:#f5f5f5;
	border-top:1px solid #9ec5d8;
	font-size:13px;
	padding:2px 8px;
	margin:3px 0 10px 0;
}
#contact-area input, #contact-area select {
	padding: 2px;
	font-family: Trebuchet MS, Arial, Sans-serif;
	width: 150px;
	display:block;
	margin: 0px 0px 10px 0px;
	border: 1px solid #9ec5d8;
}
#contact-area select {
	font-size:13px;
}
#contact-area textarea {
	height:100px;
	font-size:13px;
	color:#000;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #999;
}
#contact-area input.submit-button {
	width:100px;
	float: right;
}
label.contactform {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 135px;
	padding-top: 5px;
}
/* Table
-----------------------------------------------------------------------------*/ 
.container h2 {margin:0px 0px 20px 0px; padding:0px;}
#box-table-a {
	margin: 10px 0;
	width:100%;
	border-collapse: collapse;
	border: 1px solid #99cccc;
}
#box-table-a th {
	font-weight: bold;
	text-align:center;
	padding: 3px;
	background: #336699;
	border-top: 4px solid #6699cc;
	color: #fff;
}
#box-table-a td, #box-table-a td {
	text-align:center;
	padding: 5px;
	color: #000;
}
#box-table-a tr.altRow {
	background:#e8edff;
}
/* NEW CSS */
.headerBold {
	padding:5px;
	font:bold 13px Trebuchet MS, Arial, Sans-serif;
	background-color:#e8e8ff;
	display:block;
	height:20px;
}
h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.new_header {
	height: auto;
	}
.new_right_header {
	margin-top:0px;
	}
.banner-title{color:#e12021;position:absolute; z-index:999; font-size:24px; border-radius:0px 15px 15px 0px; background:#fff; padding:20px; margin:120px 0px 0px 0px; font-weight:bold;}	
.suggestion_list {
	background: red;
	border: 1px solid;
	padding: 4px;
	font-family:Verdana;
	font-size:xxx-small;
}
.suggestion_list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.suggestion_list a {
	text-decoration: none;
	color: black;
}
.suggestion_list .selected {
	background: #6699CC;
	color: white;
}
.suggestion_list .selected a {
	color: white;
}
#pscroller1 {
	height:148px;
}
.captionOrange, .captionBlack {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}
.captionOrange {
	background: #EB5100;
	background-color: rgba(235, 81, 0, 0.6);
}
.captionBlack {
	font-size:16px;
	background: #000;
	background-color: rgba(0, 0, 0, 0.4);
}
a.captionOrange, A.captionOrange:active, A.captionOrange:visited {
	color: #ffffff;
	text-decoration: none;
}
a.captionOrange:hover {
	color: #eb5100;
	text-decoration: underline;
	background-color: #eeeeee;
	background-color: rgba(238, 238, 238, 0.7);
}
.jssort14 {
	position: absolute;
	width: 100%;
	height: 40px;
	background:#c1c1c1;
	opacity:0.75;
}
.jssort14 .p {
	position: absolute;
	width: 26px;
	height: 25px;
	top: 0;
	left: 0;
	padding: 0px;
	background: rgba(0, 0, 0, 0) url("images/newbanner/run.gif") repeat scroll 0 0;
	cursor:pointer;
}
.jssort14 .w {
	cursor: pointer;
	position: absolute;
	WIDTH: 100%;
	HEIGHT: 100%;
	background-color: #c2b38f;
}
.jssort14 .pdn .w, .jssort14 .pav .w, .jssort14 .p:hover .w {
	background-color: #ffffff;
	z-index:-1;
}
.jssort14 .c {
	width: 100%;
	height: 23px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 23px;
	text-align: center;
	color: #000;
	font-size: 13px;
	background-color: #e6e0c8;
 transition: background-color .6s;
 -moz-transition: background-color .6s;
 -webkit-transition: background-color .6s;
 -o-transition: background-color .6s;
}
.jssort14 .p:hover .c, .jssort14 .pav:hover .c, .jssort14 .pav .c {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.jssort14 .pav .c {
	background-color: #ffab57;
	background:url(images/05.aspx)
}
.jssort14 .p:hover .c, .jssort14 .pav:hover .c {
	background-color: #fc9835;
}	
.clik_btn_style a img:hover{
		box-shadow:3px 4px 3px #3c3c3c;
		left: -1px;
    position: relative;
    top: -1px;
		}
		
.fieildsetBlock{
	width:287px;
}

.fieildsetBlock label{
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    text-align: right;
    width: 120px;
}
.swapFlieldsBtn{
	display: block;
    float: left;
    height: 150px;
    margin-top: 143px;
    text-align: center;
    width: 42px;
}
.swapFlieldsBtn input{
	border: none!important;
    width: auto!important;
	padding:0!important;
	display:block!important;
	margin-left:8px!important;
}
.swapFlieldsBtn input:hover{
	position:relative;
	top:-1px;
	left:-1px;
	opacity:.6;
}
 table tr td h2{
	float: left;
    font-size: 13px;
    font-weight: normal;
	margin:0px;
	color: #003d7a;
 }
 .rightPanel_inpage h2.title{
    float: left;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    width: 100%;
	color: #01237d;
	padding-bottom:10px;
 }
  .rightPanel_inpage h2.listtl{
    float: left;
    font-size:20px;
    font-weight: bold;
    margin:0px 0px 15px 0px;
    width: 100%;
	color:#e20a0b;
	padding:10px 0px 5px 0px;
	text-align:left;
 }
table.clients {margin:0px; padding:0px;}
table.clients tr td {margin:0px; padding:0px; text-align:center;}
table.clients tr td img {border:#ccc solid 1px; padding:20px;}
table.clients tr td h2.listtl {text-align:center; font-size:16px; font-weight:400; margin:10px 0px 0px 0px}
/* --------------Jan 20 , 2017 ---------------------*/

.modal-open {
	overflow: hidden
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .65
}
.modal-header {
	padding: 3px 8px;
	border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857143
}
.modal-body {
	position: relative;
	padding: 2px
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
.modal-body img{
	max-width:100%;
    height:auto;
}
@media (min-width:768px) {
.modal-dialog {
	/*width: 612px;*/
	max-width: 840px;
	margin: 7% auto;
	/*height: 370px;*/
	padding: 10px;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
	width: 300px
}
button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
}

@media (min-width:992px) {
.modal-lg {
	width: 900px
}
}
.menubut {display:none;}
@media (min-width:320px) and (max-width:768px) {
	.menubut {display:block; cursor:pointer; background:none; color:#fff; padding:10px 15px 5px 10px; font-family:Verdana, Geneva, sans-serif;}
	.rightPanel_inpage .content {width:95%; float:none; margin:0px; padding:0px 10px;}
	.rightPanel_inpage h2.listtl {width:100%; float:none; margin:0px; padding:0px;}
	.rightPanel_inpage {width:100%; float:none; margin:0px; padding:0px;}
	.jqueryslidemenu ul {display:none;}
	.jqueryslidemenu ul li {float:none; display:block;}
	#wraper {width:100%; margin:0px; background:#fff;}
	#global_link {height:auto;}
	#container {width:100%; margin:0px; background:#fff; min-height:auto;}
	#header {width:100%; height:auto; background:#fff; float:none; margin:0px;}
	.b3expres-logo {width:100%; float:none; display:block; text-align:center; }
	.right_header {width:100%; height:auto; float:none; display:block; }
	#topNavigation {width:100%; float:none; margin:10px 0px 0px 0px; padding:10px 0px; height:auto;display: flex; background:none;}
	.tabberlive{float:none;}
	#contentPanel {width:100%; float:none;}
	#leftPanel {width:100%; float:none; min-height:auto; margin:0px;}
	#leftPanel img {width:100%;}
	ul.tabbernav {font-size:80%;}
	.searchboxdiv {width:100%; float:none; margin:0px; padding:10px 0px;}
	.trackForm {padding:10px 0px; float:none;}
	textarea {width:96%; height:60px;}
	#rightPanel {width:100%; float:none;}
	#footer {width:100%; float:none; height:auto; margin:0px; padding:20px 0px; text-align:center; line-height:normal;}
	.rflt {float:none;}	
	#product_menu {width:100%;}
	#product_menu ul li {float:none; width:100%; height:auto; margin:0px; padding:0px;}
	#product_menu ul li.first {margin-left:0px;}
	h4.title {float:none;}
	.news {width:100%; height:auto; float:none;}
	.lflt {width:100%; height:auto; float:none; margin:0px;}
	input.txtbox {width:80%; padding:0px 0px 0px 10px; margin-left:10px; height:30px;}
	input.btn {width:auto; padding:0px 0px 0px 10px; margin-top:10px; margin-left:10px; height:30px;}
	.lflt  img {width:100%;}
	.profile {width:100%; float:none; border:0px;}
	.member-discription {width:100%; float:none; margin:20px 0px 0px 0px; padding:0px;}
	.profile-1 {width:100%; float:none; border:0px;}
	.member-discription-1 {width:100%; float:none; margin:20px 0px 0px 0px; padding:0px;}
	.member-discription-1 p, .member-discription p {text-align:justify;}
	.team-member {padding:10px;}
	.accordian_in{float:none;}
	.active_in {width:100%; float:none; margin:0px; padding:10px 0px;}
	.acc_container {width:100%; float:none; margin:0px; padding:10px 0px;}
	ul.blue {height:auto; margin:0px; padding:0px;}
	#container h1.title{float:none; display:block; }
	.breadcrumb{display:block; float:none;}
	.card-signin {width:100%; margin:0px; box-shadow:0px; border-radius:0px;}
	.card-signin .card-body {padding:10px 10px;}
	.rightPanel_inpage .content input {width:90%;}
	.rightPanel_inpage .content .row .links {width:100%; float:none;}
	.rightPanel_inpage .content .divider, .rightPanel_inpage .content textarea{width:100%;}
	}