@charset "utf-8";
/* CSS Document */
.page-loader {
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
  background-color: rgba(0,0,0,0.5);
  z-index: 99;
  text-align: center;
  width: 100%;
  padding-top: 25px;
}
.relative_ajax_loader{position: relative;}
@font-face {
	font-family: 'sansation_regular';
	src: url('../fonts/sansation_regular.eot');
	src: url('../fonts/sansation_regular.eot') format('embedded-opentype'), url('../fonts/sansation_regular.woff2') format('woff2'), url('../fonts/sansation_regular.woff') format('woff'), url('../fonts/sansation_regular.ttf') format('truetype'), url('../fonts/sansation_regular.svg#sansation_regular') format('svg');
}
.navbar-default {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0093cc 0%, #002d71 100%, #207cca 100%, #002d71 100%) repeat scroll 0 0;
	border: none;
}
.navbar {
	min-height: 60px;
	position: relative;
	margin-bottom: 0px;
}
.navbar {
	border-radius: 0px;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-nav > li > a {
	padding-bottom: 15px;
	padding-top: 18px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background-color: transparent;
	color: #fff;
}
.navbar-brand {
	float: left;
	font-size: 18px;
	height: 60px;
	line-height: 20px;
	padding: 5px 0 0;
}
.navbar-brand-centered {
	position: absolute;
	left: 50%;
	display: block;
	width: 160px;
	text-align: center;
	background-color: transparent;
}
.navbar>.container .navbar-brand-centered, .navbar>.container-fluid .navbar-brand-centered {
	margin-left: -80px;
}
.brand_img {
	text-align: center;
	padding: 40px 0 40px 0;
}
.brand_img a {
	display: inline-block;
}
/*.brand_img a img {
	max-width: 100%;
	height: auto;
}*/
.carousel {
	height: auto;
	position: relative;
}
.carousel-indicators .active {
	background-color: #ccc;
	height: 12px;
	margin: 0;
	width: 12px;
}
.carousel-indicators li {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ccc;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	width: 10px;
}
.carousel-indicators {
	bottom: 0;
}
.border {
	border: 1px solid #eff0f1;
}
.space10 {
	height: 10px;
}
.space15 {
	height: 15px;
}
.space20 {
	height: 20px;
}
.space25 {
	height: 25px;
}
.space35 {
	height: 35px;
}
.space45 {
	height: 45px;
}
.title h3 {
    color: #2696e8;
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.title p {
	font-size: 12px;
	text-align: justify;
	text-decoration: none;
	color: #ccc;
	font-weight: 300;
}
.title h2 {
	font-family: 'sansation_regular';
	font-size: 30px;
	text-align: justify;
	text-decoration: none;
	color: #005e9d;
	font-weight: 300;
	text-align: center;
}
.heading {
	border-bottom: 6px solid #f4f4f4;
	float: left;
	margin-bottom: 18px;
	padding-left: 7%;
	width: 75%;
}
.heading h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #000;
	text-align: right;
	font-weight: 300;
	margin-top: 0px;
}
.heading p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #8f8f8f;
	text-align: right;
	font-weight: 300;
	padding-bottom: 18px;
	margin: 0px;
	padding: 0px;
}
.heading1 {
	width: 68%;
	float: left;
	padding-left: 0%;
	border-bottom: 6px solid #f4f4f4;
	margin-bottom: 18px;
}
.heading1 h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #000;
	text-align: right;
	font-weight: 300;
	margin-top: 0px;
}
.heading1 p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #8f8f8f;
	text-align: right;
	font-weight: 300;
	padding-bottom: 18px;
	margin: 0px;
	padding: 0px;
}
.heading3 {
	border-bottom: 6px solid #f4f4f4;
	float: right;
	margin-bottom: 18px;
	padding-right: 7%;
	width: 75%;
}
.heading3 h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #000;
	text-align: left;
	font-weight: 300;
	margin-top: 0px;
}
.heading3 p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #8f8f8f;
	text-align: left;
	font-weight: 300;
	padding-bottom: 18px;
	margin: 0px;
	padding: 0px;
}
.heading4 {
	width: 68%;
	float: right;
	padding-left: 0%;
	border-bottom: 6px solid #f4f4f4;
	margin-bottom: 24px;
}
.heading4 h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #000;
	text-align: left;
	font-weight: 300;
	margin-top: 0px;
}
.heading4 p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #8f8f8f;
	text-align: left;
	font-weight: 300;
	padding-bottom: 18px;
	margin: 0px;
	padding: 0px;
}
.wdt100 {
	width: 100%;
	padding-top: 10px;
}
.wdt80 {
	width: 80%;
	padding-top: 10px;
}
.wdt80_rth {
	width: 80%;
	float: right;
	padding-top: 10px;
}
.circle-img {
	float: left;
	margin-left: 3%;
	width: 21%;
}
.circle-img1 {
	float: left;
	margin-left: 4%;
	width: 28%;
}
.circle-img2 {
	float: left;
	width: 21%;
	margin-right: 3%;
	text-align: right;
}
.circle-img4 {
	float: left;
	margin-right: 4%;
	width: 28%;
}
.logo {
	display: table;
	height: 500px;
	margin-left: -26px;
}
.logo_center {
	display: table-cell;
	vertical-align: middle;
}
.social_img {
	padding: 18px;
}
.links .navbar-nav {
	width: 100%;
	text-align: right;
}
.links .navbar-nav > li {
	float: none;
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
}
.links-right .navbar-nav {
	width: 100%;
	text-align: left;
}
.links-right .navbar-nav > li {
	float: none;
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
}

.rmore_rth {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-align: right;
	color: #0072c6;
	text-decoration: none;
	margin: 0px;
	padding: 10px 4px;
}
.rmore_lft {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-align: left;
	color: #0072c6;
	text-decoration: none;
	margin: 0px;
	padding: 10px 4px;
}
.midline {
	display: inline-block;
	margin: 20px 0 44px;
	position: relative;
	width: 18%;
}
.midl_gray {
	border-top: 2px solid #e8e8e8;
	bottom: 11px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}
.footer {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0093cc 0%, #002d71 100%, #207cca 100%, #002d71 100%) repeat scroll 0 0;
	bottom: 0;
	height: 60px;
	width: 100%;
	margin-top: 30px;
}
.ftr {
	padding: 19px;
	text-align: right;
}
.ftr span {
	display: inline-block;
}
.ftr span a {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	display: inline-block;
	margin: 0 16px;
}
.ftr_rth {
	padding: 19px;
	text-align: left;
}
.ftr_rth span {
	display: inline-block;
}
.ftr_rth span a {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	display: inline-block;
	margin: 0 16px;
}
.copywrite {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	padding: 15px;
}
.no_img {
	border-bottom: none !important;
}
.grybg {
	background: #f6f6f6;
}
.hero-unit-gry {
	background: #f7f6f6 none repeat scroll 0 0;
	height: auto;
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
}
.white-class p {
    color: #282828;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}
.white-class h2 {
	color: #0072c6;
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	font-weight: 300;
	text-align: left;
}
.para {
    padding-left: 15px;
}
.para p {
	color: #707070;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
}
.para h3 {
	color: #0072c6;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
}
/*
.para ul {
	list-style-type: square;
        padding: 0 0 0 40px;
	margin: 0px;
        color:#007fba;
      
}*/

.para ul {
  color: #007fba;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 40px;
}


.para li {
	background: url(../img/dot_img.png) no-repeat;
	background-position: 0 13px;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 40px;
}
.para a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #f86a02;
}
.about_img img {
	max-width: 100%;
	height: auto;
}
.textline {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #707070;
	margin: 0px;
	font-weight: 300;
}

.innertitle h3 {
	color: #0072c6;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 300;
	text-align: left;
}
.innertitle h4 {
	color: #0072c6;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 300;
	text-align: left;
	margin: 13px 0 5px;
}
.innertitle p {
	color: #282828;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
}

.brand-img img {
	max-width: 100%;
	height: auto;
}
.ptext {
	color: #282828;
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
	font-weight: 300;
	text-align: left;
	line-height: 20px;
	padding-top: 0px
}
.orgtxt {
	color: #f86a02;
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
	font-weight: 300;
	text-align: left;
}
.grediant {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e3e3e3 0%, #fff 100%, #e3e3e3 100%, #e3e3e3 100%) repeat scroll 0 0;
	border: none;
	border-radius: 5px;
	padding: 50px
}
.labeltxt {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	font-weight: 300;
	margin-bottom: 5px;
	max-width: 100%;
	color: #010101;
	font-size: 16px;
}
 .formcontrol::-moz-placeholder {
font-family: 'Roboto', sans-serif;
font-size:16px;
font-weight: 300;
 color: #999;
 opacity: 1;
}
.formcontrol {
	background-color: #fff;
	background-image: none;
	border: 1px solid #d5d5d5;
	border-radius: 0px;
	color: #555;
	display: block;
	font-size: 14px;
	height: 47px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.textarea_box {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	color: #555;
	display: block;
	font-size: 14px;
	height: 144px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.btnn {
	font-family: 'Roboto', sans-serif;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 11px 18px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.btn-blu {
	background-color: #0085c0;
	color: #fff;
}

.para_inner p {
	color: #282828;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
}
.para_inner h3 {
	color: #0072c6;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 300;
	text-align: left;
}
.para_inner h4 {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	margin: 16px 0 4px;
}
.blu_box {
	background: #0089c3;
	border-radius: 5px;
	margin-top: 20px;
	padding: 25px;
}

.txt h4 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}
.txt p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	padding-top: 20px;
}
.brand {
	text-align: center;
}
.brand img {
	max-width: 100%;
	height: auto;
}
.features {
	text-align: center;
}
.features img {
	max-width: 100%;
	height: auto;
}

.features_title p {
	color: #131313;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
}
.features_title h2 {
	color: #0072c6;
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	font-weight: 200;
	margin: 0px;
	padding-bottom: 10px;
}
.gry {
	background: #f7f6f6 none repeat scroll 0 0;
	height: auto;
	width: 100%;
	padding: 68px 0px;
	margin-bottom: 0px;
}
.wht {
	background: #fff none repeat scroll 0 0;
	height: auto;
	width: 100%;
	padding: 68px 0px;
	margin-bottom: 0px;
}
a#scrollUp {
	bottom: 6px;
	right: 10px;
	-webkit-animation: bounce 2s ease infinite;
	animation: bounce 2s ease infinite;
}
.back-to-top {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 38px;
	height: 38px;
	z-index: 100;
	display: none;
	text-decoration: none;
	transition: background 0.3s ease 0s, color 0.2s ease 0s;
}
.back-to-top i {
	font-size: 60px;
}
.linkbrand {
	margin: 20px 0px 0px;
	padding: 0;
	text-align: center;
}
.linkbrand li {
	display: inline;
	margin: 0 10px;
}
.checkbox label, .radio label {
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;
	min-height: 20px;
	padding-left: 20px;
}
.account {
	position: absolute;
	right: 10%;
	bottom: 7%
}
.account p {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.fp p {
	font-size: 16px;
	bottom: 16%;
	position: absolute;
	right: 10%;
}
.dataTables_processing {
    position: fixed !important;
}
.sitemap ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.sitemap li {
	background: url(../img/dot_img.png) no-repeat;
	background-position: 0 13px;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 30px;
}
.sitemap a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
}

.fa-user:before {
  content: "";
  color:#fff; 
}

.footer_box {
    border-radius: 0 0 2px 2px;
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
}



.margin-24{
    margin: 20px 0px !important;
}

.padd-top17{
    padding-top:19px;
}


.font-600{
    font-weight: 600;
}
/*--------------------------------media starts-------------------------------*/

@media (min-width: 1200px) and (max-width: 1366px) {
    
   .user-icon{    
    color: #fff !important;
    font-size: 20px !important;
    padding: 5px !important;
} 
    
}

@media (min-width: 1024px) and (max-width: 1200px) {
.social_img {
	display: inline-flex;
	padding: 18px;
}
.heading3 {
	padding-right: 0;
	width: 72%;
}
.circle-img2 {
	margin-right: 5%;
	width: 23%;
}
.heading h2 {
	font-size: 19px;
}
.heading1 h2 {
	font-size: 19px;
}
.heading3 h2 {
	font-size: 19px;
}
.heading4 h2 {
	font-size: 19px;
}
.heading4 {
	width: 64%;
}
.circle-img4 {
	margin-left: 0px;
	width: 28%;
}
/***************Added on 22nd July 2015********************/
.navbar .sidebar-collapse {
  left: 0;
  right: 0;
  width: 50px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area {
  padding-left: 0;
  right: 0;
  top: 0;
}
.user-icon{    
    color: #fff !important;
    font-size: 20px !important;
    padding: 5px !important;
}





}

@media (min-width: 768px) and (max-width: 991px) {
.grediant {
	padding: 50px 20px;
}
.circleimg {
	max-width: 100%;
}
.heading h2 {
	font-size: 18px;
}
.wdt80 {
	width: 100%;
}
.wdt80_rth {
	width: 100%;
}
.heading1 {
	width: 75%;
}
.heading4 {
	width: 75%;
}
.circle-img1 {
	margin-left: 3%;
	width: 21%;
}
.circle-img4 {
	margin-left: 1%;
	width: 20%;
}
.footer {
	height: auto;
}
.ftr {
	padding: 14px 0 0;
	text-align: right;
}
.ftr span a {
	font-size: 12px;
	margin: 0 8px;
}
.social_img {
	text-align: center;
	padding: 18px 0 0;
}
.ftr_rth span a {
	font-size: 12px;
	margin: 0 14px;
}
.ftr_rth {
	padding: 19px;
	text-align: left;
}
.logo {
	height: 530px;
	margin: 10px -8px;
}
.wth54 {
	max-width: 54%;
}
.title h2 {
	font-size: 28px;
}
.brand_img {
	display: inline-block;
	padding: 23px 0 37px;
	text-align: left;
}
.brand_img a {
	display: inline;
}
.brand_img a img {
	height: auto;
	max-width: 24%;
	text-align: left;
}
.social_img {
	display: inline-flex;
	padding: 18px;
}
.heading h2 {
	font-size: 17px;
}
.heading1 h2 {
	font-size: 17px;
}
.heading3 h2 {
	font-size: 17px;
}
.heading4 h2 {
	font-size: 17px;
}
.account {
	bottom: 0;
	left: 27px;
	position: absolute;
}
/***************Added on 22nd July 2015********************/
.navbar .sidebar-collapse {
  left: 0;
  right: 0;
  width: 50px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area {
  padding-left: 0;
  right: 0;
  top: 0;
}
.user-icon{    
    color: #fff !important;
    font-size: 20px !important;
    padding: 5px !important;
}
.padding-left-400 {
    padding-left: 300px!important;
}

}

@media (min-width: 600px) and (max-width: 767px) {
.grediant {
	padding: 50px 13px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #057cb0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #000;
}
.navbar-toggle {
	margin-top: 13px;
}
.navbar-brand-centered {
	left: 14%;
}
.links .navbar-nav > li {
	display: block;
	text-align: left;
}
.links-right .navbar-nav > li {
	display: block;
	float: none;
}
.circleimg {
	max-width: 100%;
}
.heading h2 {
	font-size: 20px;
}
.heading1 h2 {
	font-size: 20px;
}
.wdt80 {
	width: 100%;
}
.wdt80_rth {
	width: 100%;
}
.heading1 {
	width: 75%;
}
.heading4 {
	width: 74%;
}
.circle-img1 {
	margin-left: 3%;
	width: 21%;
}
.circle-img4 {
	margin-left: 1%;
	width: 21%;
	text-align: right;
}
.footer {
	height: auto;
}
.ftr {
	padding: 14px 0 0;
	text-align: center;
}
.ftr span a {
	font-size: 12px;
	margin: 0 8px;
}
.social_img {
	text-align: center;
	padding: 18px 0 0;
}
.ftr_rth span a {
	font-size: 12px;
	margin: 0 14px;
}
.ftr_rth {
	padding: 19px;
	text-align: center;
}
.logo {
	height: 233px;
	margin: 0 0 10px 212px;
}
.title h2 {
	font-size: 26px;
}
.brand_img {
	display: inline-block;
	padding: 23px 0 37px;
	text-align: left;
}
.brand_img a {
	display: inline;
}
.brand_img a img {
	height: auto;
	max-width: 24%;
	text-align: left;
}

/***************Added on 22nd July 2015********************/
.navbar .sidebar-collapse {
  left: 0;
  right: 0;
  width: 50px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area {
  padding-left: 0;
  right: 0;
  top: 0;
}
.user-icon{    
    color: #fff !important;
    font-size: 20px !important;
    padding: 5px !important;
}
.padding-left-400 {
    padding-left: 200px!important;
}

}

@media (min-width: 480px) and (max-width: 599px) {
.grediant {
	padding: 50px 13px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #057cb0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #000;
}
.navbar-toggle {
	margin-top: 13px;
}
.navbar-brand-centered {
	left: 17%;
}
.links .navbar-nav > li {
	display: block;
	text-align: left;
}
.links-right .navbar-nav > li {
	display: block;
	float: none;
}
.circleimg {
	max-width: 100%;
}
.wdt80 {
	width: 100%;
}
.wdt80_rth {
	width: 100%;
}
.heading1 {
	width: 75%;
}
.heading4 {
	width: 74%;
}
.heading h2 {
	font-size: 18px;
}
.heading1 h2 {
	font-size: 18px;
}
.heading3 h2 {
	font-size: 18px;
}
.circle-img1 {
	margin-left: 3%;
	width: 21%;
}
.circle-img4 {
	margin-left: 1%;
	width: 21%;
}
.footer {
	height: auto;
}
.ftr {
	padding: 14px 0 0;
	text-align: center;
}
.ftr span a {
	font-size: 12px;
	margin: 0 8px;
}
.social_img {
	text-align: center;
	padding: 18px 0 0;
}
.ftr_rth span a {
	font-size: 12px;
	margin: 0 14px;
}
.ftr_rth {
	padding: 19px;
	text-align: center;
}
.logo {
	height: 233px;
	margin: 0 0 10px 149px;
}
.title h2 {
	font-size: 20px;
}
.brand_img {
	display: inline-block;
	padding: 23px 0 37px;
	text-align: left;
}
.brand_img a {
	display: inline;
}
.brand_img a img {
	height: auto;
	max-width: 24%;
	text-align: left;
}
.account {
	bottom: 0;
	left: 27px;
	position: absolute;
}
/***************Added on 22nd July 2015********************/
.navbar .sidebar-collapse {
  left: 0;
  right: 0;
  width: 50px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area {
  padding-left: 0;
  right: 0;
  top: 0;
}

.padding-left-400 {
    padding-left: 100px!important;
}


}

@media (min-width: 320px) and (max-width:480px) {
.grediant {
	padding: 50px 13px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #057cb0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #000;
}
.navbar-toggle {
	margin-top: 13px;
}
.navbar-brand-centered {
	left: 25%;
}
.links .navbar-nav > li {
	display: block;
	text-align: left;
}
.links-right .navbar-nav > li {
	display: block;
	float: none;
}
.circleimg {
	max-width: 100%;
}
.heading h2 {
	font-size: 18px;
}
.wdt80 {
	width: 100%;
}
.wdt80_rth {
	width: 100%;
}
.heading1 {
	width: 75%;
}
.heading4 {
	width: 74%;
}
.heading1 h2 {
	font-size: 18px;
}
.heading3 h2 {
	font-size: 18px;
}
.heading4 h2 {
	font-size: 18px;
}
.circle-img1 {
	margin-left: 3%;
	width: 21%;
}
.circle-img4 {
	margin-left: 1%;
	width: 21%;
}
.footer {
	height: auto;
}
.ftr {
	padding: 14px 0 0;
	text-align: center;
}
.ftr span a {
	font-size: 12px;
	margin: 0 8px;
}
.social_img {
	text-align: center;
	padding: 18px 0 0;
}
.ftr_rth span a {
	font-size: 12px;
	margin: 0 14px;
}
.ftr_rth {
	padding: 19px;
	text-align: center;
}
.logo {
	height: 233px;
	margin: 0 0 10px 42px;
}
.title h2 {
	font-size: 23px;
}
.brand_img {
	display: inline-block;
	padding: 23px 0 37px;
	text-align: left;
}
.brand_img a {
	display: inline;
}
.brand_img a img {
	height: auto;
	max-width: 24%;
	text-align: left;
}
.account {
	bottom: 0;
	left: 27px;
	position: absolute;
}
.innertitle h3 {
	font-size: 18px;
}
/***************Added on 22nd July 2015********************/
.navbar .sidebar-collapse {
  left: 0;
  right: 0;
  width: 50px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area {
  padding-left: 0;
  right: 0;
  top: 0;
}

.user-icon{    
    color: #fff;
    font-size: 20px;
    padding: 5px;
}

.user-color{
    color: #999 !important;
}

.padding-left-400 {
    padding-left: 70px !important;
}

.paddLeftStaff{padding-left: 35px !important;
}
}


.innertitle h3 {
    color: #0072c6;
    font-family: 'Roboto',sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
}

.innertitle p {
    color: #282828;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

.textinline {
    color: #000;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    text-decoration: none;
}

.space25 {
    height: 25px;
}

.panelbg {
    background-color: #fff;
    border: 1px solid #3e82d7;
    border-radius: 0;
    height: 320px;
    min-height: 260px;
    margin-bottom: 20px;
}
.panel-primary > .panel-title {
    background-color: #337ab7;
    border-color: #337ab7;
    border-radius: 0;
    color: #fff;
}

.panel-title {
    border-bottom: 1px solid transparent;
    border-radius: 0;
    padding: 5px 15px;
    text-align: center;
}

.panel-title h2 {
    border-bottom: 1px solid transparent;
    border-radius: 0;
    font-size: 22px;
    font-weight: 300;
    margin: 5px;
    padding: 5px 15px;
    text-align: center;
}

.pricing p {
    color: #282828;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    padding: 10px 2px 0;
    text-align: center;
}

.pricing span {
    color: #282828;
    font-family: 'Roboto',sans-serif;
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.blutxt p {
    color: #0089c3;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.blutxt a {
    color: #f86a02;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.form-group.has-error .control-label, .input-group.has-error .control-label, .form-group.has-error .help-block, .input-group.has-error .help-block, .form-group.has-error .help-inline, .input-group.has-error .help-inline {
    color: #e46f61;
}

.has-feedback label ~ .form-control-feedback {
    top: 35px;
}

.has-error .form-control-feedback {
    color: #e46f61;
}

.form-group.has-success .form-control-feedback:before, .input-group.has-success .form-control-feedback:before {
    color: #8cc474 !important;
}

.sandLive{
    bottom: 0px;
    position: absolute;
    
}
.padding-left-400{
    padding-left: 400px;
}
.select2-input{ padding: 3px !important;}

.btn-red, .btn-red:focus {
    background-color: #df5138 !important;
    border-color: #df5138;
    color: #fff;
}

.btn-green, .btn-green:focus {
    background-color: #8cc474 !important;
    border-color: #8cc474;
    color: #fff;
}

.btn:hower{
    color: #fff !important;
}


.td-align-right{
    text-align:right !important;
}

.order_status{
    
   bottom: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 224px;
}

.order_status:before {
    bottom: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    left: 5px;
    position: fixed;
    top: 0;
    width: 219px;
    z-index: 1;
}


/*css for terms page 06-10-15 by Tarun*/


.white-class p {
  color: #282828;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}
.white-class p:first-child {
  color: #282828;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.white-class h4{color:#0072c6;text-align:center;text-decoration:underline;font-weight:500;}
.innertitle h4{color:#0072c6;text-align:center;font-weight:500;margin:30px 0 20px 0;}
.innertitle h5{text-decoration:underline;font-weight:700;font-size:14px;}
 /*.my-ol { counter-reset: item }
 .my-ol LI { display: block }
 .my-ol  LI:before { content: counters(item, ".") " "; counter-increment: item }*/
 

.section-heading{text-align:center;font-size:18px;font-weight:500;margin:30px 0 20px 0;text-decoration:none;}
.text-heading{text-decoration:underline;} 
.sections{
 	font-family: 'Roboto',sans-serif;
        font-size: 15px;
        font-weight: 300;
        text-align: justify;
        line-height:30px;
        margin-left: 8%;
        margin-right: 8%;
 }
 .summary{
 	font-family: 'Roboto',sans-serif;
        font-size: 15px;
        font-weight: 300;
        text-align: justify;
        line-height:30px;
 }

 
 
 
.head3 {
  margin: 0 0 5px;
  text-align: center;
  color: #3e82d7;
  font-family: 'Roboto',sans-serif;
}

.pricing h5 {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

.pricing h3 {
    color: #3e82d7;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    margin: 0 0 5px;
    text-align: center;
}

.paddLeftStaff{padding-left: 375px;}