@charset "utf-8";
/* CSS Document */


body, html {
	padding: 0px;
	margin: 0px;
	font-family: 'CenturyGothic-Regular';
	overflow-x: hidden;
}

img{border:0px;}

a {
	color: #eb4e24;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
h1 {
	font-size: 35px;
	font-weight: normal;
	color: #eb4e24;
	margin: 20px 0;
	 text-transform: capitalize;
}
h2 {
	font-size: 23px;
	font-weight: normal;
	color: #333;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #1c1c1c;
	margin: 20px 0;
}
h4 {
	font-size: 45px;
	font-weight: normal;
	color: #ea4d23;
	margin: 20px 0;
	text-align: center;
}
h5 {
	font-size: 35px;
	font-weight: normal;
	color: #000;
	margin: 40px 0 20px;
	text-align: center;
}
h6 {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	margin: 20px 0 20px;
	text-align: center;
}
hr {
	border-bottom: #b4a89e solid 1px;
	border-top: none;
	border-right: none;
	border-left: none;
}
p {
	font-size: 14px;
	line-height: 24px;
}
.content {
	font-size: 20px;
	line-height: 40px;
}
.header {
	/*background:rgba(0, 0, 0, 0.5);
	position:fixed;
	top:0px;
	width:100%;
	height:auto;
	float:left;
	z-index:1000;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 10000;
	transition: all 0.2s ease-in-out;
	height: auto;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}
.header-inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 10000;
	transition: all 0.2s ease-in-out;
	height: auto;
	background: #000;
	text-align: center;
}
.video-part {
	bottom: 92px;
	height: 200px;
	left: -350px;
	position: absolute;
	z-index: 9999999;
}
.video-sec {
	position: relative;
	width: 60px;
	z-index: 99999999;
	cursor: pointer;
}
.slide-tog1 {
	position: fixed;
	top: 180px;
	left: 0;
	z-index: 20;
}
/*.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: auto;
    background-color:transparent;  
    
    text-align: center;
    line-height: 40px;
}
*/
.header.active {
	background: #000;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.para {
	background: url(../images/Highway-trucks.jpg) no-repeat top center;
	background-size: 100% 100%;
	position: relative;
	height: 800px;
	width: 100%;
	z-index: 1;
}
.para img {
	width: 100%;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.button a {
	background: #eb4d23;
	font-size: 14px;
	font-weight: bold;
	padding: 14px 16px;
	width: 100%;
	color: #fff;
	display: block;
	text-decoration: none;
	box-shadow: #b3310e 0px 5px 0px;
	margin: 30px 0 0 0;
	text-align: center;
}
.bdr-right {
	border-right: solid #ADADAD 1px;
}
.bdr-left {
	border-left: solid #ADADAD 1px;
}
.button a:hover {
	background: #D13C14;
}
.btn-space {
	margin: -12px 0 0;
	float: right;
}
.top-menu {
	margin: 25px 0 0 0;
	float: right;
}
.top-menu ul {
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
.top-menu li {
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	list-style: none;
	font-weight: bold;/*border-right:#fff solid 1px;*/
}
.top-menu li a {
	display: block;
	color: #fff;
	padding: 1px 22px;
	text-decoration: none;
	border-right: #fff solid 1px;
}
.top-menu ul li {
	display: block;
	position: relative;
	float: left;
}
.top-menu li ul {
	display: none;
	position: absolute;
}
.top-menu ul li a {
	display: block;/*padding:14px 22px;text-decoration: none;
           white-space: nowrap;color: #fff;*/
}
/*.top-menu ul li a:hover {background-color: none;}
 .top-menu li:hover ul {display: block; position: absolute;  width:200px;}
.top-menu  li:hover li {float: none;}
 .top-menu li:hover a {background-color: none;}
 .top-menu li:hover li a:hover {background-color: none; width:200px;}
 .top-menu #drop-nav li ul li {border-top: 0px;}*/

.lgot{font-size:11px; margin-top: 3px;}




.top-menu li a:hover {
/*color:#EB4F25;*/
}
.icon-signin {
	background: url(../images/signin.png) no-repeat center left;
	height: auto;
	width: auto;
}
.icon-signup {
	background: url(../images/signup.png) no-repeat center left;
	height: auto;
	width: auto;
	margin-left: 18px;
}
.icon-search {
	background: url(../images/search-icon.png) no-repeat center left;
	height: auto;
	width: auto;
}
.f-left {
	float: left !important;
}
.f-right {
	float: right !important;
}
.txt-align-left {
	text-align: left;
}
.txt-align-right {
	text-align: right;
}
.txt-align-center {
	text-align: center;
}
.txt-align-justify {
	text-align: justify;
}
form {
	line-height: 24px;
}
.about {
	background: url(../images/trns.jpg) no-repeat top center;
	background-size: 100%;
	height: auto;
	float: left;
	width: 100%;
}
.work {
	background: url(../images/map-bg.png) no-repeat top center;
	background-size: 100% 100%;
	height: auto;
	float: left;
	width: 100%;
	padding-bottom: 2%;
}
.consign {
	margin: 10px 0;
	float: left;
	width: 100%;
}
.consign ul {
	padding: 0px;
	margin: 0 auto 0 3%;
	display: inline-block;
}
.consign li {
	float: left;
	list-style: none;
	text-align: center;
	margin: 0 -4%;
	width: 22%;
}
.consign li div {
	align-self: center;
}
.consign li span {
	margin-top: 10%;
	text-align: center;
	font-size: 16px;
}
.consign img {
	width: 50%;
}
.circle-text {
	width: 50%;
}
.circle-text:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: #eb4e24;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 41% 20%;
}
.circle-text div {
	float: left;
	width: 100%;
	padding-top: 50%;
	padding-left: 38%;
	line-height: 1em;
	margin-top: -1.6em;
	text-align: center;
	color: white;
}
.arrow {
	background: url(../images/arrow.png) no-repeat center;
	background-size: 100%;
	height: 10px;
	margin-top: 25%;
	margin-left: 12%;
	padding-left: 13%;
	width: 100px;
}
.post {
	background: url(../images/bg-par.png) fixed repeat top center rgba(0,0,0,0.59);
	background-size: 100% 100%;
	float: left;
	width: 100%;
	color: #fff;
}
.post-cont {
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;/*	width:100%;
	float:left;*/
}
.post-cont-consign {
	background: url(../images/big-consign.png) center center / cover;
	width: 94px;
	height: 80px;
	margin: 0 auto;
}
.post-cont-load {
	background: url(../images/big-load-truck.png) top center no-repeat;
	width: 94px;
	height: 80px;
	margin: 0 auto;
}
.feature {
	margin-top: 20px;
}
.feature ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.feature li {
	margin: 13px;
	float: left;
	width: auto;
	height: auto;
	list-style: none;
	position: relative;
	overflow: hidden;
}
.feature li img {
	width: 100%;/*height:100%;*/
}
.feature-heading {
	background: rgba(235,77,35,0.8);
	padding: 10px;
	width: 96%;
	color: #fff;
	height: auto;
	display: block;
	position: absolute;
	bottom: 3px;
	transition: all 0.2s ease-in-out 0s;
	text-align:center;
}
.feature-heading p {
	display: none;
}
.feature-heading:hover {
	padding-top: 150px;
	padding-bottom: 20px;
	text-shadow: #333 3px 2px 3px;
	font-size: 16px;
	cursor: pointer;
}
.feature-heading:hover p {
	display: block;
	text-shadow: none;
	font-weight: normal;
	margin-top: 20px;
	text-align: center;
}
.feature-heading a {
	color: #fff;
	text-decoration: none;
	padding: 6px;
	border: 1px #fff solid;
}
.frm-wid {
}
.tab {
	width: 400px;
}
.button-orng {
	background: #eb4e24;
	color: #fff;
	padding: 10px 22px;
	border: none;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
}
.button-orng-2 {
	background: #eb4e24;
	color: #fff;
	padding: 10px 22px;
	border: none;
	font-size: 18px;
	font-weight: normal;
	width: 50%;
}
.bg-color-gray {
	background: #f9f9f9;
}
.heading-color {
	color: #eb4e24;
	font-size: 18px;
}
.text-box {
	border: #c1c1c1 solid 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	background: #fff;
	padding: 7px 7px;
	font-size: 13px;
	height: 30px;
	width: 97%;
}
.clear {
	clear: both;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}


/*-----------------------------------Load step 2 start---------------------------*/
.load-cover2{float:left; width:97%; height:100%;}
.load-cover2-left{float:left; width:48%; border:solid 1px #ddd; padding:10px; color:#333;}
.load-cover2-right{float:right; width:46%; border:solid 1px #ddd; padding:10px; color:#333;}
.load-cover2-left-box{ float:left; width:100%; height:auto; border:solid 1px #ddd; background:#f2f2f2;}
.load-cover2-left-box-head{ float:left; width:96%; font-weight:bold; height:auto; border:solid 1px #ddd; background:#f8f8f8; padding:10px; font-size:18px; color:#eb4e24;}
.lcl-box{ float:left; width:96%; height:auto; margin:0px 0px; padding:5px 10px;}
.lcl-box-head{ float:left; width:100%; height:auto; font-size:14px; color:#333; text-align:left; }

.lcl-box-in{ float:left; width:100%; height:auto; font-size:13px; margin-top:5px; color:#333;  position:relative;}
.lcl-box-in input{ float:left; width:91%; height:28px; font-size:14px; color:#333; padding-left:40px; }
.lcl-box-bu{ position:absolute; top:8px ; left:10px ; width:30px;}
.lcl-stop{ float:left; width:96%; height: auto; font-size:16px; font-weight:bold; padding:10px; color:#eb4e24; margin-top:10px;}
.lcl-text{ float:left; width:96%; height: auto; font-size:14px; padding:0px 10px; color:#111; margin-top:0px;}
.lcl-box1{ float:left; width:96%; height:auto; padding:10px;}
.lcl-box1-left{ float:left; width:48%; height:auto;}
.lcl-box1-right{ float:right; width:48%; height:auto;}
.lcl-box1-right ul li{ float:left; width:auto;}
.lcl-box1-right ul li a{ float:left; width:auto; padding:2px 5px; text-decoration:none; background:#eb4e24;  border: solid 1px #ddd; color: #fff; margin: 1px 5px 2px 5px; font-size: 13px; height: auto; border-radius: 5px;}
.lcl-box1-right ul li a:hover{color:#fff; background:#333;}
.lcl-box-head1{ float:left; width:100%; height:auto; font-size:16px; font-weight:bold; color:#333; text-align:left; margin:10px 0px; }
.lcl-box-head1-box{ float:right; width:auto;}
/*-----------------------------------Load step 2 end---------------------------*/

.team-suck{width:45%; float:left; margin:50px 20px 150px 20px}

@media (min-width: 768px) {
.container {
	width: 750px;
}
}

@media (min-width: 992px) {
.container {
	width: 970px;
}
}

@media (min-width: 1200px) {
.container {
	width: 1170px;
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 640px) {
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
}

@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666667%;
}
.col-sm-pull-10 {
	right: 83.33333333%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666667%;
}
.col-sm-pull-7 {
	right: 58.33333333%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666667%;
}
.col-sm-pull-4 {
	right: 33.33333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.66666667%;
}
.col-sm-pull-1 {
	right: 8.33333333%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666667%;
}
.col-sm-push-10 {
	left: 83.33333333%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666667%;
}
.col-sm-push-7 {
	left: 58.33333333%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666667%;
}
.col-sm-push-4 {
	left: 33.33333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.66666667%;
}
.col-sm-push-1 {
	left: 8.33333333%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666667%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666667%;
}
.col-sm-offset-7 {
	margin-left: 58.33333333%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.66666667%;
}
.col-sm-offset-1 {
	margin-left: 8.33333333%;
}
.col-sm-offset-0 {
	margin-left: 0%;
}
}

@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666667%;
}
.col-md-pull-10 {
	right: 83.33333333%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666667%;
}
.col-md-pull-7 {
	right: 58.33333333%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666667%;
}
.col-md-pull-4 {
	right: 33.33333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.66666667%;
}
.col-md-pull-1 {
	right: 8.33333333%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666667%;
}
.col-md-push-10 {
	left: 83.33333333%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666667%;
}
.col-md-push-7 {
	left: 58.33333333%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666667%;
}
.col-md-push-4 {
	left: 33.33333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.66666667%;
}
.col-md-push-1 {
	left: 8.33333333%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666667%;
}
.col-md-offset-10 {
	margin-left: 83.33333333%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666667%;
}
.col-md-offset-7 {
	margin-left: 58.33333333%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.66666667%;
}
.col-md-offset-1 {
	margin-left: 8.33333333%;
}
.col-md-offset-0 {
	margin-left: 0%;
}
}

@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666667%;
}
.col-lg-pull-10 {
	right: 83.33333333%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666667%;
}
.col-lg-pull-7 {
	right: 58.33333333%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666667%;
}
.col-lg-pull-4 {
	right: 33.33333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.66666667%;
}
.col-lg-pull-1 {
	right: 8.33333333%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666667%;
}
.col-lg-push-10 {
	left: 83.33333333%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666667%;
}
.col-lg-push-7 {
	left: 58.33333333%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666667%;
}
.col-lg-push-4 {
	left: 33.33333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.66666667%;
}
.col-lg-push-1 {
	left: 8.33333333%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666667%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666667%;
}
.col-lg-offset-7 {
	margin-left: 58.33333333%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.col-lg-offset-1 {
	margin-left: 8.33333333%;
}
.col-lg-offset-0 {
	margin-left: 0%;
}
}
.sndlnk {
	width: 50%;
	float: left;
}
.tp-tbmrgn {
	margin-top: 30px;
}
.tp-tbmrgn-inner {
	margin-top: 100px;
}
.btm-tbmrgn-inner {
	margin-bottom: 100px;
	overflow: hidden;
}
.testi {
	background: url(../images/bg.png) no-repeat top center;
	background-size: 100%;
	padding: 1px 0;
}
blockquote {
	margin: 20px 10px;
	padding: 20px 10px 0 10%;
	background: url(../images/Blockquoteclose.png) no-repeat left top;
	background-size: 10%;
	width: 70%;
}
blockquote p {
	display: inline;
	font-size: 18px;
	line-height: 35px;
}
/********testimonial*************/
 /* jssor slider bullet navigator skin 21 css */
                /*
                .jssorb21 div           (normal)
                .jssorb21 div:hover     (normal mouseover)
                .jssorb21 .av           (active)
                .jssorb21 .av:hover     (active mouseover)
                .jssorb21 .dn           (mousedown)
                */
.jssorb21 {
	position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
	position: absolute;
	/* size of bullet elment */
	width: 19px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	color: white;
	font-size: 12px;
	background: url(images/a21.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb21 div {
	background-position: -5px -5px;
}
.jssorb21 div:hover, .jssorb21 .av:hover {
	background-position: -35px -5px;
}
.jssorb21 .av {
	background-position: -65px -5px;
}
.jssorb21 .dn, .jssorb21 .dn:hover {
	background-position: -95px -5px;
}
/* jssor slider arrow navigator skin 21 css */
                /*
                .jssora21l                  (normal)
                .jssora21r                  (normal)
                .jssora21l:hover            (normal mouseover)
                .jssora21r:hover            (normal mouseover)
                .jssora21l.jssora21ldn      (mousedown)
                .jssora21r.jssora21rdn      (mousedown)
                */
.jssora21l, .jssora21r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: url(images/a21.png) center center no-repeat;
	overflow: hidden;
}
.jssora21l {
	background-position: -3px -33px;
}
.jssora21r {
	background-position: -63px -33px;
}
.jssora21l:hover {
	background-position: -123px -33px;
}
.jssora21r:hover {
	background-position: -183px -33px;
}
.jssora21l.jssora21ldn {
	background-position: -243px -33px;
}
.jssora21r.jssora21rdn {
	background-position: -303px -33px;
}
/********testimonial End*************/


footer {
	background: #000;
	width: 100%;
	float: left;
	color: #fff;
}
footer a {
	color: #fff;
	text-decoration: none;
}
.footer-menu {
	margin: 35px 0 10px 0;
	float: left;
}
.footer-menu ul {
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
.footer-menu li {
	float: left;
	list-style: none;
	padding: 0 20px;
	display: block;
	border-right: #fff solid 1px;
	width:auto;
}
.footer-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
}
.footer-menu-2 {
	margin: 30px 0;
	float: left;
}
.footer-menu-2 ul {
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
.footer-menu-2 li {
	float: left;
	list-style: none;
	padding: 0 20px;
	display: block;
	border-right: #fff solid 1px;
}
.footer-menu-2 li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}
.bdr {
	border: #dbdbdb solid 1px;
	float: left;
}
.bdr-btm {
	border-bottom: #5C5C5C solid 1px;
}
.copy {
	margin: 15px;
	font-size: 12px;
	text-transform: uppercase;
}
.resp-tabs-list > li {
	background: #eb4e24 none repeat scroll 0 0;
}
#tab22 {
	display: none;
}
.tab-button-org {
	background: #eb4e24;
}
.padding-full {
	padding: 20px;
}
table {
}
table td {
	padding: 10px;
	color: #333333;
}
.tab-button-1 {
	background: #eb4e24;
	border: #eb4e24 solid 1px;
	color: #fff;
	font-size: 16px;
	width: 30%;
	text-align: center;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
.tab-button-1 a {
	color: #fff;
	text-decoration: none;
	padding: 10px;
	display: block;
}
.tab-button-2 {
	background: #fff;
	border: #eb4e24 solid 1px;
	color: #eb4e24;
	font-size: 16px;
	width: 30%;
	text-align: center;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
.tab-button-2 a {
	color: #eb4e24;
	text-decoration: none;
	padding: 10px;
	display: block;
}
/*********Star rating***********/

div.stars form {
	line-height: 0px;
}
div.stars {
	width: 270px;
	display: inline-block;
}
input.star {
	display: none;
}
label.star {
	color: #444444;
	float: left;
	font-size: 20px;
	padding: 3px;
	transition: all 0.2s ease 0s;
}
input.star:checked ~ label.star:before {
	content: '\f005';
	color: #ff6c00;
	transition: all .25s;
}
input.star-5:checked ~ label.star:before {
	color: #FE7;
	text-shadow: 0 0 20px #952;
}
input.star-1:checked ~ label.star:before {
	color: #F62;
}
label.star:hover {
	transform: rotate(-15deg) scale(1.3);
}
label.star:before {
	content: '\f006';
	font-family: FontAwesome;
}
/************Star rating end***************/

.social {
	margin: 0px 13%;
	padding: 0px;
}
.social ul {
	display: inline-block;
}
.social li {
	float: left;
	padding: 0 3px;
	list-style: none;
}

.social li div{background:url(img/banner9219.png) no-repeat top center;}
.social li div:hover{background:url(img/banner9219-hover.png) no-repeat top center;}
.drop-bx {
	width: 44.4%;
	margin-right: -12px;
}
.drop-bx-2 {
	width: 44.1%;
}
.link-box {
	background: #F4F4F4;
	padding: 20px;
	width: 100%;
	margin-top: 20px;
	float: left;
}
.tbl-frm {
}
/*.tbl-frm td {
	width: 50%;
}*/
.validate {
	background-color: #eb4e24;
	color: white;
	font-size: 13px;
	padding: 6px;
	width: 97%;
}
.error {
	font-size: 13px;
	color: red;
	font-family: arial;
}
.info, .success, .warning, .error1, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 10px 5px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-family: arial;
	font-size: 13px;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}
.error1 {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}
.fancybox-inner form {
	line-height: 60px;
}
.contact-space form {
	line-height: 60px;
}
.mnu-fntsize {
	font-size: 14px;
}
.tem-circle {
	border-radius: 50%;
	padding: 0;
	border: #EB4D23 solid 2px;
	height: 200px;
	width: 200px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	transition: all 1s;
	text-align: center;
}
.team-mem {
	margin-right: 10px;
	height: auto;
	width: 200px;
}
.team-mem img {
	width: 100%;
	 border: 1px solid #cccccc;
}
.team-mem p {
	text-align: justify;
}
.tem-circle:hover {
	box-shadow: #999 0px 0px 10px;
}
.tem-circle-2 {
	border-radius: 50%;
	padding: 0;
	border: #B4B4B4 solid 2px;
	height: 200px;
	width: 200px;
	overflow: hidden;
	position: relative;
	transition: all 1s;
	text-align: center;
	float: left;
	margin-right: 10px;
}
.tem-circle-colord {
	border-radius: 50%;
	padding: 5px;
	border: #B4B4B4 solid 2px;
	height: 250px;
	width: 250px;
	overflow: hidden;
	position: absolute;
	transition: all 1s;
	text-align: center;
	float: left;
	/*margin-right:10px;*/
	background: #DFDFDF;
	top: -13px;
}
.misin {
	background: #EB4D23;
	padding: 34px 12px;
	color: #fff;
	left: 30px;
	position: relative;
}
.cntnt {
	/*background:rgba(231,231,231,1.00);*/
	font-size: 15px;
	padding: 20px;
	line-height: 24px;
}
.disc {
	padding: 0px;
	margin: 0px;
}
.disc ul {
	padding: 0px;
	margin: 0 20px;
}
.disc li {
	list-style: lower-roman;
	line-height: 24px;
	border: #BDBDBD solid 1px;
	background: #F1F1F1;
	padding: 20px;
	margin: 10px 0;
	font-size: 14px;
	border-radius: 10px;
}
.disc li:hover {
	box-shadow: #EB4E23 0px 0px 5px;
	border: #EB4E23 solid 1px;
}
.privcy {
	padding: 0px;
	margin: 0px;
}
.privcy ul {
	padding: 0px;
	margin: 0px 20px;
}
.privcy li {
	list-style: inherit;
	line-height: 20px;
	margin: 10px 0;
	font-size: 14px;
}
.faq
{
	background:url(../images/faq.jpg) no-repeat center right;
	/*background-size:100%;*/
	background-attachment:fixed;
}

.txt-res{padding-right: 36px;
    width: 84%;
}

.input_wrapper .unit {
    color: #999;
    font-family: arial;
    font-size: 14px;
    position: absolute;
    right: 227px;
    top: 1px;
}

/*********Team*****************/

#page
{
	z-index: 1;
	width: 980px;
	min-height: 1117px;
	padding-bottom: 62px;
	margin-left: auto;
	margin-right: auto;
}

.head-tm
{
	 color: #eb4e24;
    font-size: 35px;
    font-weight: normal;
    margin: 20px 0;
    position: absolute;
    top: 101px;
}

#pu630
{
	width: 44%;
	/*margin-right: -10000px;*/
	margin-top: 300px;
	float:left
}

#u630
{
	z-index: 2;
	width: 100%;
	position: relative;
}

#u344
{
	z-index: 3;
	width: 100%;
	border-color: #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 50px 50px 0px 0px ;
	-webkit-border-radius: 50px 50px 0px 0px ;
	-khtml-border-radius: 50px 50px 0px 0px ;
	border-radius: 50px 50px 0px 0px ;
	padding-bottom: 0px;
	position: relative;
	height: 480px;
}

#u348
{
	z-index: 4;
	width: 193px;
	border-width: 7px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #B3C4CC;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	-khtml-border-radius: 150px;
	border-radius: 150px;
	padding-bottom: 7px;
	margin-left: 25%;
	position: relative;
}

#u96
{
	z-index: 18;
	width: 180px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	position: relative;
	margin-right: -10000px;
	margin-top: 6px;
	left: 7px;
}

#u132-4
{
	z-index: 20;
	width: 100%;
	min-height: 37px;
	line-height: 36px;
	margin-top: 21px;
	position: relative;
}

#u133-4
{
	z-index: 24;
	width: 100%;
	min-height: 18px;
	line-height: 13px;
	margin-top: 4px;
	position: relative;
}

#u380-4
{
	z-index: 5;
	width: 85%;
	text-align:justify;
	min-height: 88px;
	color: #4C4C4C;
	margin-left: 40px;
	margin-top: 24px;
	position: relative;
}

#u382
{
	z-index: 9;
	width: 100%;
	border-color: #000000;
	background-color: #EB4E23;
	-moz-border-radius: 0px 0px 20px 20px ;
	-webkit-border-radius: 0px 0px 20px 20px ;
	-khtml-border-radius: 0px 0px 20px 20px ;
	border-radius: 0px 0px 20px 20px ;
	padding-bottom: 22px;
	position: relative;
}

#u408
{
	z-index: 16;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 41px;
}

#u403
{
	z-index: 14;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 102px;
}

#u398
{
	z-index: 12;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 163px;
}

#u392
{
	z-index: 10;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 223px;
}

#u635
{
	z-index: 54;
	width: 100%;
	margin-top: 134px;
	position: relative;
}

#u581
{
	z-index: 55;
	width: 100%;
	border-color: #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 50px 50px 0px 0px ;
	-webkit-border-radius: 50px 50px 0px 0px ;
	-khtml-border-radius: 50px 50px 0px 0px ;
	border-radius: 50px 50px 0px 0px ;
	padding-bottom: 0px;
	position: relative;
	height: 480px;
}

#u628
{
	z-index: 56;
	width: 193px;
	border-width: 7px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #B3C4CC;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	-khtml-border-radius: 150px;
	border-radius: 150px;
	padding-bottom: 7px;
	margin-left: 25%;
	position: relative;
}

#u102
{
	z-index: 78;
	width: 180px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	position: relative;
	margin-right: -10000px;
	margin-top: 6px;
	left: 6px;
}

#u216-4
{
	z-index: 70;
	width: 100%;
	min-height: 37px;
	line-height: 36px;
	margin-top: 20px;
	position: relative;
}

#u215-4
{
	z-index: 74;
	width: 100%;
	min-height: 18px;
	line-height: 13px;
	margin-top: 5px;
	position: relative;
}

#u582-4
{
	z-index: 57;
	width: 85%;
	text-align:justify;
	min-height: 88px;
	color: #4C4C4C;
	margin-left: 40px;
	margin-top: 24px;
	position: relative;
}

#u583
{
	z-index: 61;
	width: 100%;
	border-color: #000000;
	background-color: #EB4E23;
	-moz-border-radius: 0px 0px 20px 20px ;
	-webkit-border-radius: 0px 0px 20px 20px ;
	-khtml-border-radius: 0px 0px 20px 20px ;
	border-radius: 0px 0px 20px 20px ;
	padding-bottom: 22px;
	position: relative;
}

#u587
{
	z-index: 68;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 41px;
}

#u599
{
	z-index: 66;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 102px;
}

#u596
{
	z-index: 64;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 163px;
}

#u593
{
	z-index: 62;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 223px;
}

#pu631
{
	width: 44%;
	/*margin-right: -10000px;*/
	margin-top: 300px;
	/*margin-left: 338px;*/
	float:right;
}

#u631
{
	z-index: 80;
	width: 100%;
	position: relative;
}

#u514
{
	z-index: 81;
	width: 100%;
	border-color: #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 50px 50px 0px 0px ;
	-webkit-border-radius: 50px 50px 0px 0px ;
	-khtml-border-radius: 50px 50px 0px 0px ;
	border-radius: 50px 50px 0px 0px ;
	padding-bottom: 0px;
	position: relative;
	height: 480px;
}

#u515
{
	z-index: 82;
	width: 193px;
	border-width: 7px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #B3C4CC;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	-khtml-border-radius: 150px;
	border-radius: 150px;
	padding-bottom: 7px;
	margin-left: 25%;
	position: relative;
}

#u122
{
	z-index: 96;
	width: 180px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	position: relative;
	margin-right: -10000px;
	margin-top: 6px;
	left: 7px;
}

#u172-4
{
	z-index: 98;
	width: 100%;
	min-height: 37px;
	background-color: transparent;
	-moz-border-radius: 0px 0px 10px 10px ;
	-webkit-border-radius: 0px 0px 10px 10px ;
	-khtml-border-radius: 0px 0px 10px 10px ;
	border-radius: 0px 0px 10px 10px ;
	line-height: 36px;
	left: -1px;
	margin-top: 21px;
	position: relative;
}

#u170-4
{
	z-index: 102;
	width: 100%;
	min-height: 18px;
	line-height: 13px;
	left: -1px;
	margin-top: 4px;
	position: relative;
}

#u516-4
{
	z-index: 83;
	width: 85%;
	text-align:justify;
	min-height: 88px;
	color: #4C4C4C;
	margin-left: 40px;
	margin-top: 24px;
	position: relative;
}

#u517
{
	z-index: 87;
	width: 100%;
	border-color: #000000;
	background-color: #EB4E23;
	-moz-border-radius: 0px 0px 20px 20px ;
	-webkit-border-radius: 0px 0px 20px 20px ;
	-khtml-border-radius: 0px 0px 20px 20px ;
	border-radius: 0px 0px 20px 20px ;
	padding-bottom: 22px;
	position: relative;
}

#u524
{
	z-index: 94;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 41px;
}

#u527
{
	z-index: 92;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 102px;
}

#u518
{
	z-index: 90;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 163px;
}

#u521
{
	z-index: 88;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 223px;
}

#u634
{
	z-index: 132;
	width: 100%;
	margin-top: 134px;
	position: relative;
}

#u585
{
	z-index: 133;
	width: 100%;
	border-color: #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 50px 50px 0px 0px ;
	-webkit-border-radius: 50px 50px 0px 0px ;
	-khtml-border-radius: 50px 50px 0px 0px ;
	border-radius: 50px 50px 0px 0px ;
	padding-bottom: 0px;
	position: relative;
	height: 480px;
}

#u627
{
	z-index: 134;
	width: 193px;
	border-width: 7px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #B3C4CC;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	-khtml-border-radius: 150px;
	border-radius: 150px;
	padding-bottom: 7px;
	margin-left:25%;
	position: relative;
}

#u107
{
	z-index: 148;
	width: 180px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	position: relative;
	margin-right: -10000px;
	margin-top: 6px;
	left: 6px;
}

#u319-4
{
	z-index: 150;
	width: 100%;
	min-height: 37px;
	line-height: 36px;
	left: -1px;
	margin-top: 20px;
	position: relative;
}

#u318-4
{
	z-index: 154;
	width: 100%;
	min-height: 18px;
	line-height: 13px;
	left: -1px;
	margin-top: 5px;
	position: relative;
}

#u586-4
{
	z-index: 135;
	width: 85%;
	text-align:justify;
	min-height: 88px;
	color: #4C4C4C;
	margin-left: 40px;
	margin-top: 24px;
	position: relative;
}

#u584
{
	z-index: 139;
	width: 100%;
	border-color: #000000;
	background-color: #EB4E23;
	-moz-border-radius: 0px 0px 20px 20px ;
	-webkit-border-radius: 0px 0px 20px 20px ;
	-khtml-border-radius: 0px 0px 20px 20px ;
	border-radius: 0px 0px 20px 20px ;
	padding-bottom: 22px;
	position: relative;
}

#u590
{
	z-index: 146;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 41px;
}

#u602
{
	z-index: 144;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 102px;
}

#u605
{
	z-index: 142;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 163px;
}

#u608
{
	z-index: 140;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 223px;
}

#pu632
{
	width: 44%;
	margin-right: -10000px;
	margin-top: 300px;
	margin-left: 677px;
}

#u632
{
	z-index: 28;
	width: 100%;
	position: relative;
}

#u477
{
	z-index: 29;
	width: 100%;
	border-color: #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 50px 50px 0px 0px ;
	-webkit-border-radius: 50px 50px 0px 0px ;
	-khtml-border-radius: 50px 50px 0px 0px ;
	border-radius: 50px 50px 0px 0px ;
	padding-bottom: 0px;
	position: relative;
}

#u476
{
	z-index: 30;
	width: 193px;
	border-width: 7px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #B3C4CC;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	-khtml-border-radius: 150px;
	border-radius: 150px;
	padding-bottom: 7px;
	margin-left: 48px;
	position: relative;
}

#u112
{
	z-index: 44;
	width: 180px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	position: relative;
	margin-right: -10000px;
	margin-top: 6px;
	left: 7px;
}

#u156-4
{
	z-index: 46;
	width: 100%;
	min-height: 37px;
	line-height: 36px;
	margin-top: 21px;
	position: relative;
}

#u154-4
{
	z-index: 50;
	width: 100%;
	min-height: 18px;
	line-height: 13px;
	left: -2px;
	margin-top: 4px;
	position: relative;
}

#u480-4
{
	z-index: 31;
	width: 85%;
	text-align:justify;
	min-height: 88px;
	color: #4C4C4C;
	margin-left: 40px;
	margin-top: 24px;
	position: relative;
}

#u481
{
	z-index: 35;
	width: 100%;
	border-color: #000000;
	background-color: #EB4E23;
	-moz-border-radius: 0px 0px 20px 20px ;
	-webkit-border-radius: 0px 0px 20px 20px ;
	-khtml-border-radius: 0px 0px 20px 20px ;
	border-radius: 0px 0px 20px 20px ;
	padding-bottom: 22px;
	position: relative;
}

#u482
{
	z-index: 42;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 41px;
}

#u488
{
	z-index: 40;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 102px;
}

#u485
{
	z-index: 38;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 163px;
}

#u491
{
	z-index: 36;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 223px;
}

#u633
{
	z-index: 106;
	width: 100%;
	margin-top: 134px;
	position: relative;
}

#u612
{
	z-index: 107;
	width: 100%;
	border-color: #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 50px 50px 0px 0px ;
	-webkit-border-radius: 50px 50px 0px 0px ;
	-khtml-border-radius: 50px 50px 0px 0px ;
	border-radius: 50px 50px 0px 0px ;
	padding-bottom: 0px;
	position: relative;
}

#u344_position_content,#u581_position_content,#u514_position_content,#u585_position_content,#u477_position_content,#u612_position_content
{
	margin-top: -103px;
	padding-bottom: 34px;
}

#u626
{
	z-index: 108;
	width: 193px;
	border-width: 7px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #B3C4CC;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	-khtml-border-radius: 150px;
	border-radius: 150px;
	padding-bottom: 6px;
	margin-left: 48px;
	position: relative;
}

#u117
{
	z-index: 122;
	width: 180px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	position: relative;
	margin-right: -10000px;
	margin-top: 7px;
	left: 7px;
}

#u96 .clip_frame,#u102 .clip_frame,#u122 .clip_frame,#u107 .clip_frame,#u112 .clip_frame,#u117 .clip_frame
{
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}

#u230-4
{
	z-index: 124;
	width: 100%;
	min-height: 37px;
	line-height: 36px;
	margin-top: 20px;
	position: relative;
}

#u232-4
{
	z-index: 128;
	width: 100%;
	min-height: 18px;
	line-height: 13px;
	left: -2px;
	margin-top: 5px;
	position: relative;
}

#u616-4
{
	z-index: 109;
	width: 85%;
	text-align:justify;
	min-height: 88px;
	color: #4C4C4C;
	margin-left: 40px;
	margin-top: 24px;
	position: relative;
}

#u611
{
	z-index: 113;
	width: 100%;
	border-color: #000000;
	background-color: #EB4E23;
	-moz-border-radius: 0px 0px 20px 20px ;
	-webkit-border-radius: 0px 0px 20px 20px ;
	-khtml-border-radius: 0px 0px 20px 20px ;
	border-radius: 0px 0px 20px 20px ;
	padding-bottom: 22px;
	position: relative;
}

#u382:hover,#u583:hover,#u517:hover,#u584:hover,#u481:hover,#u611:hover
{
	background-color: #F15A24;
	margin: 0px;
}

#u613
{
	z-index: 120;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 41px;
}

#u617
{
	z-index: 118;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 102px;
}

#u620
{
	z-index: 116;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 163px;
}

#u623
{
	z-index: 114;
	width: 35px;
	position: relative;
	margin-right: -10000px;
	margin-top: 19px;
	left: 223px;
}



#page .verticalspacer
{
	clear: both;
}


/***************************/



.Position
{
	color: #EB4E23;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 0px;
}

.Name
{
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
}

.Tweeter
{
	color: #FFFFFF;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 42px;
	text-align: center;
	padding: 0px;
}

.Text-info
{
	color: #FFFFFF;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	padding: 0px;
}

.TabbedPanelsTab
{
	white-space: nowrap;
}

.MenuBar  .MenuBarView, .MenuBar  .SubMenuView /* Resets for ul and li in menus */
{
	display: block;
	list-style: none;
}

.MenuBar .SubMenu
{
	display: none;
	position: absolute;
}

.NoWrap
{
	white-space: nowrap;
	word-wrap: normal;
}

.rootelem /* the root of the artwork tree */
{
	margin-left: auto;
	margin-right: auto;
}

.colelem /* a child element of a column */
{
	display: inline;
	float: left;
	clear: both;
}

.colelem100 /* a child element of a column that is 100% width */
{
	clear: both;
}

.grpelem /* a child element of a group */
{
	display: inline;
	float: left;
}

.clearfix:after /* force a container to fit around floated items */
{
	content: "\0020";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

*:first-child+html .clearfix /* IE7 */
{
	zoom: 1;
}

.clip_frame /* used to clip the contents as in the case of an image frame */
{
	overflow: hidden;
}

.inclusion_context /* context for positioning a group of elements that share the same height */
{
	display: table;
	table-layout: fixed;
	width: 44%;
}

.inclelem /* element of an inclusion context */
{
	display: table-cell;
	vertical-align: top;
}

.f3s_mid /* 3-slice frame, middle slice */
{
	background-repeat: repeat;
}

.f3s_top,.f3s_bot /* 3-slice frame, top slice */
{
	background-repeat: no-repeat;
}

.f9s_top_left, .f9s_bot_left /* 9-slice frame, left corner slice */
{
	background-repeat: no-repeat;
	background-position: left;
}

.f9s_top_right, .f9s_bot_right /* 9-slice frame, right corner slice */
{
	background-repeat: no-repeat;
	background-position: right;
}

.f9s_top_mid, .f9s_bot_mid /* 9-slice frame, top/bottom horizontal slice */
{
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.f9s_mid_left /* 9-slice frame, left vertical slice */
{
	background-repeat: repeat-y;
	background-position: left;
}

.f9s_mid_right /* 9-slice frame, right vertical slice */
{
	background-repeat: repeat-y;
	background-position: right;
}

.f9s_center /* 9-slice frame, center slice */
{
	background-repeat: repeat;
	background-position: 0px 0px;
}





.position_content,.excludeFromNormalFlow /* used when child content is larger than parent */
{
	float: left;
	width:100%;
}

.preload_images /* used to preload images used in non-default states */
{
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}



.animateStates
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}




.fld-prompt /* form placeholders cursor behavior */
{
	pointer-events: none;
}

.wrapped-input /* form inputs & placeholders let div styling show thru */
{
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	border: none;
}

.submit-btn /* form submit buttons on top of sibling elements */
{
	z-index: 50000;
	cursor: pointer;
}

.anchor_item /* used to specify anchor properties */
{
	width: 22px;
	height: 18px;
}

.MenuBar .SubMenuVisible, .MenuBarVertical .SubMenuVisible, .MenuBar .SubMenu .SubMenuVisible,.popup_element.Active,span.actAsPara,.actAsDiv,a.nonblock.nontext,img.block
{
	display: block;
}

.ose_ei
{
	visibility: hidden;
	z-index: 0;
}

.team
{
	background:#E3E3E3;
}
.btn-mrgin{margin: -12px 13% 0;}
.user-box{background:#F4F4F4; padding:20px; width:100%; margin-top:20px; float:left}
.pop-box{background:#F4F4F4; padding:20px; width:95%; float:left; line-height:60px;}
.pop-box-inner{width:500px;display: none; overflow:hidden;}
.source-city-trnsport{width:95%;
    border: #c1c1c1 solid 1px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    background: #fff;
    padding: 7px 7px;
    font-size: 13px;
    height: 30px;}
	
	
	
.source-city-trnsport-with-mrgin{	width:95%;  border: #c1c1c1 solid 1px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    background: #fff;
    padding: 7px 7px;
    font-size: 13px;
    height: 30px;/*margin-top:15px;*/}

.trasport-regi-box-left{float:left; width:49%;}	
.trnsport-inner-box{margin:10px 0; float:left; width:100%;}
.socurce-city-box{float:left;width:80%}
.transport-add-button{float:left;padding:8px 15px;}
.trasport-regi-box-right{float:right; width:49%;}	
	.source-city-td{float:none; width:46%}
.add-fare-wrap{margin:0 auto; width:1200px; margin-top:100px;}
.add-fare-wrap-inner{float:left; width:100%; height:auto;}
.add-fare-wrap-inner-left{float:left; width:48%}
.add-fare-wrap-inner-box-1{float:left; width:80%;font-size:13px;}
.add-fare-wrap-inner-box-2{float:left; width:80%;font-size:14px;font-weight:bold;}
.add-fare-wrap-inner-right{float:right; width:48%;margin-bottom:40px;}
.team-wrap{width:100% !important; height:auto;}
.forget-pwd{padding-top:40px; margin:0 auto; width:45%;}
.user-reivews{background:#F4F4F4; padding:20px; width:100%; margin-top:20px; float:left}
.add-user{width:60%; margin:0 auto;}
.wrning{width:70%;}

