@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #ffffff;
	color: #505050;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
/* 	margin-top: 90px;
 */	overflow-x:hidden;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-weight: 300;
}
a {
	text-decoration: none;
	color: #013392;
}
a:hover {
	color: #013392;
	cursor: pointer;
}
/* =Template
-------------------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#main {
	background-color: #fff;
	padding-top: 150px;
}
/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
/* 	position: fixed;
 	top: 0;
	left: 0;
	z-index: 999;*/
	background-color: #ffffff;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	position:relative;
}
header.smaller nav {
	padding: 5px 20px;
}
header nav {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header.smaller {
}
header.smaller h1#logo {
	width: 150px;
	height: 75px;
	line-height: 75px;
	font-size: 30px;
}
 -------------------------------------------------------------- */ /* =Extras
-------------------------------------------------------------- */
.clearfix:after {
 visibility: hidden;
 display: block;
 content: "";
 clear: both;
 height: 0;
}
img {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: auto;
	height: auto;
}
/*custom css*/

header nav {
	padding: 20px;
}
header .navbar {
	margin: 0;
}
header .navbar-header {
  margin: 4px 0 0;
}
header .navbar-nav li a {
	color: #858485;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	padding: 18px 8px;
	margin: 0;
	text-transform: none;
}
.navbar-default .navbar-nav > li > a {
  color: #09295c;
}
.navbar-brand {
	float: left;
	font-size: 18px;
	height: auto;
	line-height: 20px;
	padding: 0 15px;
	width: 260px;
}
.navbar-brand img {
	max-width: 100%;
	height: auto;
	width: auto;
	margin: 0 auto;
}
header .navbar-right p {
  color: #09295c;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
}
header .navbar-right p span {
    margin:0 0 0 31px;
}
.csbtn.btn-success:hover,
.subcbtn:hover, .banner .panel-body .btn-success:hover, header .navbar-right .btn:hover {
	background-color: #fff;
	border-color: #013392;
	color: #013392 !important;
}
.csbtn.btn-success {
	background-color: #013392;
	color: #fff !important;
	border:1px solid #013392;
	font-weight: bold;
	margin: 7px 0;
	transition: all 0.3s ease 0s;
}
header .navbar-right .btn {
  background-color: #013392;
  border-color: #013392;
  color: #fff !important;
  display: inline-block;
  font-weight: bold;
  margin: 0 8px;
  position: relative;
  top: -13px;
  transition: all 0.3s ease 0s;
}

.hero {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	padding:50px 0 40px;
}
.hero h1 {
	font-size: 42px;
	line-height: 48px;
	color: #ffffff;
	text-shadow: 0 0 3px rgba(0,0,0,0.75);
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 35px;
	padding: 0;
}
.hero h3 {
	font-size: 27px;
	line-height: 33px;
	color: #ffffff;
	text-shadow: 0 0 3px rgba(0,0,0,0.75);
	font-weight: bold;
	text-align: center;
}
.center-block {
	float: none !important;
}
.fixed-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 190px 0 0;
	z-index: 2;
}
.redio-btn .i-checks {
	background-color: #23b7e5;
	border-radius: 50%;
	height: 10px;
	left: 4px;
	top: 4px;
	width: 10px;
}
.redio-btn .i-checks > i::before {
	background-color: transparent;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 50%;
	transition: all 0.2s ease 0s;
	width: 0;
}
.banner .panel-body select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.banner .panel-body i {
	color: #677276;
	position: absolute;
	right: 9px;
	top: 46px;
}
.banner .panel-body .form-control {
  border-color: #b5c1c4;
  color: #727f84;
  font-size: 16px;
  font-weight: bold;
  height: 46px;
  line-height: 22px;
  margin: 10px 0 25px;
}

.banner .panel-body .btn-success {
	background-color: #013392;
	border-color: #013392;
	padding: 8px 23px;
	font-weight: bold;
	margin:8px 0 0;
}
.banner .panel-body .form-group {
	position: relative;
	margin-bottom:2px;
}
.banner .panel-body {
	background-color: rgba(255,255,255,0.91);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin: 20px 0 0;
	padding: 30px 12px;
}
.banner .overlay {
	background: url("../images/tp-ban-bg.png") repeat top center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.carousel-inner > .item {
	height: 100%;
}
.banner .carousel {
	background-color: rgba(0, 0, 0, 0.2);
	height: auto;
	overflow: hidden;
    max-height:660px;
}
.banner .carousel-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  opacity: 0;
  padding: 0;
  top: 40%;
  width: 40px;
  z-index: 2147483647 !important;
}
.banner:hover .carousel-control {
	opacity: 1;
}
.icobx {
	width: 257px;
	margin: 25px auto 0;
	position: relative;
}
.icobx img {
	width: 30px;
	margin: 0 auto;
	height: auto;
	display: block;
}
.icobx::before {
	background-color: rgba(0, 0, 0, 0.1);
	border-top: 1px dotted #000000;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 17px;
	width: 100px;
	z-index: 9999;
}
.icobx::after {
	background-color: rgba(0, 0, 0, 0.1);
	border-top: 1px dotted #000000;
	content: "";
	display: block;
	height: 1px;
	right: -2px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 17px;
	width: 100px;
	z-index: 9999;
}
.lservice h2 {
	font-size: 38px;
	font-weight: 700;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
}
.lservice {
	padding: 80px 0 110px;
	background-color: #f6f6f6;
}
.blockbox h2 span {
	color: #333;
	display: block;
	font-family: 'Titillium Web', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 0.2em;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.blockbox ul::after, .blockbox ul::before {
	clear: both;
	content: "";
	display: table;
}
.blockbx {
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 0 0 #013392;
    margin: 0;
    overflow: hidden;
    padding: 0 0 35px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.blockbx:hover {
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 0 0 #D02848;
	background-color: #ccc;
}
.blockbx:hover .icon2::before {
	background-color: #d02748;
}
.blockbx:hover .desk {
	color: #333;
}
.blockbx:hover .icon2::after {
	background-color: #fff;
}
.blockbx:hover a, .blockbx:hover h3 {
	color: #ffffff;
}
.blockbx h3 {
    background-color: #013392;
    color: #fff;
    font-family: "Titillium Web",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 30px;
    padding: 10px;
}
.blockbox ul li {
	margin: 0;
}
.blockbx a {
	display: inline-block;
	border-bottom: 1px dotted #505050;
	padding: 10px 5px;
	text-decoration: none;
}
.desk {
  color: #505050;
  font-size: 15px;
  font-weight: 300;
  height: 63px;
  line-height: 22px;
  margin-bottom: 29px;
  overflow: hidden;
  padding: 0 20px;
  transition: all 0.3s ease 0s;
}
.icon2::after, .icon2::before {
	background-color: #777;
	content: "";
	display: inline-block;
	height: 5px;
	margin-right: 5px;
	transition: all 0.3s ease 0s;
	width: 5px;
}
.icon2::after {
	background-color: #013392;
}
.blockbox ul {
	margin: -60px 0 0;
}
.blockbox {
	background-color: #fff;
	width: 100%;
}
.busimsg {
	padding: 100px 0 0;
}
.busimsg h2 span {
	background-color: #ffffff;
	border: 1px solid #bababa;
	border-radius: 50%;
	box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.07);
	display: inline-block;
	font-weight: normal;
	height: 80px;
	margin: 0 26px -3px;
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
	width: 80px;
}
.busimsg h2 span img {
	display: block;
	height: auto;
	margin: 16px auto;
	max-width: 94%;
}
.busimsg h2 {
	font-size: 38px;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
	color: #333;
	margin-top: 0;
	text-align: center;
	text-transform: none;
}
.reviews {
	margin-top: 40px;
	text-align: center;
}
.reviews__text {
  color: #505050;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  padding-left: 55px;
  padding-right: 55px;
}
.reviews__author-title::after {
  background-color: #d02748;
  content: "";
  display: inline-block;
  height: 5px;
  margin-left: 20px;
  margin-right: 12px;
  width: 5px;
}
.reviews__author {
	color: #333;
	text-transform: uppercase;
}
.reviews__author {
	border-bottom: 1px dotted #7f7f7f;
	color: #333;
	display: inline-block;
	margin-top: 47px;
	padding-bottom: 14px;
	text-transform: uppercase;
}
.reviews__author-title {
  position: relative;
  top: 21px;
}
.reviews__author img {
  display: inline-block;
  float: right;
  margin: 5px 0 0;
}
.testidesk {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	line-height: 22px;
	color: #777777;
}
.name {
	color: #777;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
}
.desig {
	color: #ccc;
	display: block;
	font-size: 10px;
	line-height: 16px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	margin-top: 5px;
	text-transform: uppercase;
}
.testimonials {
	position: relative;
    background:rgba(0,0,0,0) url("../images/testi-bg.jpg") no-repeat center center;
}
.testimonials .carousel-inner {
	width: 100%;
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 0;
}
.testimonials .item {
	padding: 92px 0;
}
.testimonials .item .testiimage img {
	border-radius: 12px 0 12px;
}
.testiimage {
	margin: 105px 0 0 0;
}
.testimonials .item h2 {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	position: relative;
	padding: 0 0 10px 0;
	margin: 0 0 54px 0;
}
.testimonials .item h2::after {
	background-color: #ce2a4d;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 15px;
}
.testimonials .item h2::before {
	background-color: #ffffff;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 3px;
	left: 21px;
	position: absolute;
	width: 15px;
}
.testimonials .name {
	color: #777;
	font-weight: 400;
	font-family: 'Titillium Web', sans-serif;
}
.testimonials .desig {
	color: #777;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}
.testimonials .testidesk {
	color: #777;
	font-family: "Merriweather", serif;
	font-size: 17px;
	font-style: italic;
	font-weight: 300;
	line-height: 24px;
    margin-top:15px;
}
.testimonials .carousel-indicators {
	margin-left: -23%;
	text-align: left;
	margin-bottom: 30px;
}
.testimonials .carousel-indicators .active {
	background-color: #CF2748;
	height: 8px;
	width: 8px;
}
.testimonials .carousel-indicators li {
	background-color: #777777;
	height: 8px;
	width: 8px;
	border-radius: 0;
	border: none;
}
/*//footer//*/
.footer-are {
	background: #111111;
	padding:30px 0 0 0;
}
.footer-logo {
	margin: 0 0 28px;
}
.footer-adreess {
	background: url("../images/map.png") no-repeat left bottom;
	padding-bottom: 59px;
}
.footer-adreess p {
	line-height: 25px;
	margin: 0;
	color: #a6a6a6;
	font-size: 15px;
}
.info-text h2 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: Oswald, sans-serif;
	margin-bottom: 52px;
	position: relative;
}
.info-text h2::after {
	border-bottom: 1px solid #013392;
	border-top: 1px solid #013392;
	bottom: -20px;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	width: 53px;
}
.info-text ul {
	padding: 0;
	margin: 0;
}
.info-text ul li {
	list-style: none;
	margin-bottom: 10px;
	color: #a6a6a6;
	font-size: 13px;
}
.info-text ul li a {
	color: #a6a6a6;
}
.info-text ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.email-inp {
	background: #fff;
	border-radius: 0;
	border: none;
}
.subcbtn {
	background: #013392;
	border: 1px solid #013392;
	border-radius: 0;
	text-transform: uppercase;
	color: #fff;
}
.social-icon {
	margin-top: 25px;
}
.social-icon ul {
	margin: 0;
	padding: 0;
}
.social-icon ul li {
	margin-right: 15px;
	color: #a6a6a6;
	font-size: 18px;
}
.social-icon ul li:first-child {
  padding-left: 0;
}
.social-icon ul li a {
	color: #a6a6a6;
}
.social-icon ul li a i {
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}
.social-icon ul li a:hover i {
	transform: rotate(-360deg);
}
.social-icon ul li a:hover {
	color: #fff;
}
/*//end of footer//*/


/*//how-it-works//*/

.innerbanner {
  background-color: rgba(0, 0, 0, 0.1);
  height: auto;
  max-height: 660px;
  overflow: hidden;
  position: relative;
}
.innerbanner img {
	max-width: 100%;
}
.bannertext {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}
.bannertext h2 {
	font-size: 42px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-top: 280px;
	text-shadow: 2px 3px 3px #000;
}
.bannertext h3 {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	text-shadow: 2px 3px 2px #000;
	margin-top: 33px;
}
.easy-efficient {
	background: #fff;
	padding: 56px 0 0 0;
}
.easy-text {
	text-align: center;
	margin-bottom: 82px;
}
.easy-text h1 {
	font-size: 32px;
	color: #4a4b4b;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.easy-cir {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	display: block;
	border: 6px solid #c1b8b8;
	background: #013392;
	position: relative;
}
.easy-cir-img1 {
	position: absolute;
	top: 28px;
	left: 22px;
}
.easy-cir-img2 {
	position: absolute;
	top: 15px;
	left: 17px;
}
.easy-cir-img3 {
	position: absolute;
	top: 16px;
	left: 17px;
}
.easy-cir-img4 {
	position: absolute;
	top: 19px;
	left: 27px;
}
.easy-box ul {
	margin: 0;
	padding: 0;
}
.easy-box ul li {
	list-style: none;
	display: inline;
}
.quite-text h3 {
	color: #4a4b4b;
	font-size: 38px;
	font-weight: 300;
	line-height: 44px;
	margin-bottom: 26px;
}
.quite-text p {
	font-size: 16px;
	color: #4a4b4b;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 33px;
}
.quite-text ul {
	margin: 0 0 0 14px;
	padding: 0;
}
.quite-text ul li {
	font-size: 16px;
	color: #1f7a7a;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	position: relative;
	margin-bottom: 6px;
}
.quite-text ul li a {
	color: #1f7a7a;
}
.quite-text ul li a:hover {
	color: #1f7a7a;
}
.quite-text ul li:before {
	position: absolute;
	top: 0;
	margin: 8px 0 0 -12px;
	vertical-align: middle;
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #013392;
	content: "";
	border-radius: 100%;
}
.get-btn {
	background: #013392;
	padding: 10px 18px;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	margin: 10px 0 97px 16px;
}
.quite-text a:hover {
	color: #fff;
	text-decoration: none;
}
.partner {
	background: #3E66BA;
	padding: 38px 0 90px 0;
}
.partner-text {
	text-align: center;
	margin-bottom: 100px;
}
.partner-text h2 {
	font-size: 38px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-bottom: 58px;
}
.partner-text p {
	font-size: 22px;
	color: #f5f5f5;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	position: relative;
	line-height: 1.618;
}
.partner-text p::after {
	border-bottom: 2px solid #013392;
	bottom: -20px;
	content: "";
	display: block;
	margin: 0 auto;
	position: relative;
	width: 46px;
}
.partner-slider .item img {
    display: inline-block;
    margin: 0 23px;
    max-width: 160px;
}
.partner-slider .owl-item {
    text-align:center;
}
.partner-slider .item {
    display:inline-block;
}

/*//end of how-it-works//*/


/*//why-us srat//*/

.whyus-banner {
	position: relative;
}
.whyus-banner img {
	max-width: 100%;
}
.whyus-banner-are {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}
.whyus-banner-are h2 {
	font-size: 42px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-top: 190px;
}
.whyus-banner-are h3 {
	font-size: 35px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	margin-top: 33px;
}
.com-profile {
	background: #fff;
	padding:25px 0;
}
.comprof-text h2 {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 36px;
	position: relative;
}
.comprof-text h2:before {
	background: #013392 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 3px;
	margin: 0 0 20px;
	position: relative;
	width: 40px;
}
.comprof-text p {
  color: #505050;
	font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
}
.comprof-text ul {
	margin: 0;
	padding: 0;
}
.comprof-text ul li {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	color: #6F6B6B;
	line-height: 30px;
}
.comprof-text span {
	color: #013392;
	margin-right: 10px;
}
.mission {
	background: #f4fcfc;
	padding: 25px 0 15px;
}
.core-values {
	background: #fff;
	padding: 25px 0;
}
.core-txt {
	text-align: center;
}
.core-txt h2 {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #333333;
	text-transform: capitalize;
	margin-bottom: 10px;
	position: relative;
}
.core-txt h4:after {
	background-color: #013392;
	content: "";
	display: block;
	height: 3px;
	margin: 10px auto;
	position: relative;
	width: 40px;
}
.core-txt h4 {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	color: #444444;
	line-height: 24px;
    font-weight:normal;
	margin-bottom: 60px;
}
.core-cir {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	display: block;
	border: 2px solid #c1b8b8;
	font-size: 36px;
	color: #333333;
	text-align: center;
	line-height: 30px;
	padding-top: 33px;
	margin: 0 auto;
}
.core-cir i {
    color: inherit !important;
    font-size: inherit !important;
    height: inherit !important;
    width: inherit !important;
    line-height: inherit !important;
}
.cir-below-txt {
	text-align: center;
	margin-top: 22px;
}
.cir-below-txt h3 {
  color: #333333;
  font-family: "Roboto",sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.cir-below-txt p {
  color: #505050;
  font-size: 15px;
  line-height: 22px;
}
/*//why-us end//*/
.owl-controls.clickable {
    width:100% !important;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	top: 40px;
    left:0 !important;
	display: block;
	opacity: 0;
}

.partner:hover .owl-controls.clickable {
	opacity: 1;
}
.partner .owl-buttons {
	display: none;
}
.partner .owl-pagination {
	display: inline-block;
}
.partner .owl-pagination .owl-page {
	background-color: transparent;
	border: 1px solid #013392;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 11px;
	margin: 0 2px;
	width: 42px;
}
.partner .owl-pagination .owl-page.active {
	background-color: #013392;
	border-color: #013392;
}
.i-checks > i {
	background-color: #fff;
	display: inline-block;
	height: 20px;
	line-height: 1;
	margin-left: -20px;
	margin-right: 4px;
	margin-top: -2px;
	position: relative;
	vertical-align: middle;
	width: 20px;
}
.i-checks input[type="radio"] + i, .i-checks input[type="radio"] + i::before {
	border-radius: 50%;
}
.radio-btn .i-checks input:checked + i, .cstep .i-checks > i {
	border-color: #DD687E;
}
.i-checks > i::before {
	background-color: transparent;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 50%;
	transition: all 0.2s ease 0s;
	width: 0;
}
.i-checks input:checked + i::before {
	background-color: #DD687E;
	height: 10px;
	left: 4px;
	top: 4px;
	width: 10px;
}
.banner .panel-body .radio-btn i {
	left: 0;
	position: relative;
	top: inherit;
	border: 1px solid #aaa;
}
.radio-btn {
	display: inline-block;
	margin: 0 8px;
}
.radio-btn input[type="file"]:focus, .radio-btn input[type="checkbox"]:focus, .radio-btn input[type="radio"]:focus {
	outline: none;
}
.i-checks input[type="radio"] + i, .i-checks input[type="radio"] + i::before {
	border-radius: 50%;
}
.feature-num {
	color: #333333;
	font-size: 34px;
	font-weight: 700;
	font-family: "Titillium Web", sans-serif;
	margin: 0;
	display: inline-block;
}
.num-are p {
	color: #777;
	font-weight: 400;
	margin: 10px 0 0;
}
.watch-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #333;
	border-bottom-left-radius: 10px;
	display: block;
	font-size: 28px;
	height: 49px;
	margin: 30px auto 0;
	padding-top: 8px;
	text-align: center;
	width: 49px;
}
.img-are a {
	color: #333;
}
.img-are a:hover {
	color: #d02748;
}
.prime-feature {
	padding: 80px 0 40px;
}
.img-are img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.dot i.dot-are {
	width: 5px;
	height: 5px;
	background-color: #d32a4b;
	margin: 0;
	display: inline-block;
}
.dot i.dot-are2 {
	width: 5px;
	height: 5px;
	background-color: #2f2f2f;
	display: inline-block;
	margin: 0;
}
.dot {
	margin: 20px 0;
}
.modal-header .close span, .modal-header .close {
	color: inherit;
	opacity: 1;
}
.modal-header .close {
	font-size: 54px;
	font-weight: 300;
	line-height: 22px;
	position: relative;
	top: -2px;
}
/*.modal-header {
	background-color: #E06A83;
	border-bottom: 0 none;
	color: #fff;
}*/
.copyr {
	color: #c5c5c5;
	text-align: center;
	display: block;
	padding:0 0 30px;
}
.dbbottom {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 17px 0;
	text-align: right;
	left: 0;
	background-color: rgba(0,0,0,0.56);
}
.dbbottom .btn-danger {
	background-color: #d02748;
	border-color: #d02748;
	color: #fff;
}
.dbanner {
	position: relative;
}
.primage img {
	max-width: 100%;
	height: auto;
}
.primagewrap {
	left: 0;
	position: absolute;
	top: -170px;
	width: 100%;
	z-index: 1;
}
.primage {
	width: 200px;
	border-radius: 100%;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0 0 0 6px rgba(215,84,108,0.41);
	position: relative;
}
.primage:hover .updateimage {
	opacity: 1;
}
.updateimage {
	bottom: -28px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	opacity: 0;
}
.updateimage label {
	background-color: rgba(1, 51, 146, 0.61);
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 300;
	height: auto;
	line-height: 26px;
	padding: 4px 0;
	text-align: center;
}
.updateimage label i {
	color: #cbcbcb;
	margin: 0 10px 0 0;
}
.updateimage .files {
	font-size: 0;
	line-height: 0;
	opacity: 0;
	text-indent: -10000px;
}
.menuctn .name {
	font-size: 20px;
	line-height: 26px;
	color: #2c2c2c;
	margin: 0 0 17px;
	font-weight: normal;
	text-align: center;
}
.menuctn {
	margin: 51px 0 20px;
}
.menuctn ul.nav-tabs > li.active a:focus, .menuctn ul.nav-tabs > li:hover a, .menuctn ul.nav-tabs > li.active > a {
	background-color: rgba(1,51,146, 0.61);
	border-radius: 0;
	cursor: pointer;
	color: #fff;
	outline: none;
}
.menuctn ul.nav-tabs > li a {
	border-radius: 0;
	background-color: rgba(1,51,146, 0.27);
	font-weight: normal;
	color: #1f1e1e;
	font-size: 18px;
	line-height: 24px;
}
.menuctn ul i {
	color: #4c4d4d;
	font-size: 30px;
	line-height: 36px;
	width: 45px;
}
.menuctn ul.nav-tabs li {
	float: none;
	padding: 0;
	margin: 1px 0;
	display: block;
}
.menuctn ul.nav-tabs li:first-child {
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
.menuctn ul.nav-tabs li:last-child {
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}
.menuctn ul.nav-tabs li.active i {
	color: #c1c1c1;
}
.deletebtn:hover {
	background: rgba(0,0,0,0) url("../images/delete-icon-hover.png") no-repeat center center;
	background-size: 100%;
	border: 0 none;
	border-radius: 0;
}
.deletebtn {
	background: rgba(0,0,0,0) url("../images/delete-icon.png") no-repeat center center;
	width: 19px;
	height: 19px;
	background-size: 100%;
	border: 0 none;
	border-radius: 0;
	margin: 0 0 0 5px;
}
.editbtn:hover {
	background: rgba(0,0,0,0) url("../images/edit-icon-hover.png") no-repeat center center;
	background-size: 100%;
	border: 0 none;
	border-radius: 0;
}
.editbtn {
	background: rgba(0,0,0,0) url("../images/edit-icon.png") no-repeat center center;
	width: 19px;
	height: 19px;
	background-size: 100%;
	border: 0 none;
	border-radius: 0;
}
.namepart {
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 10px;
}
.thed {
	border-bottom: 1px solid #c2c2c2;
	margin: 20px 0;
	padding: 10px 0;
	position: relative;
}
.thed::after {
	display: block;
	content: "";
	background-color: #d02748;
	height: 1px;
	width: 258px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.prlist li::before, .prlist li::after {
	display: table;
	content: "";
	clear: both;
}
.tabbox .tab-content > .tab-pane {
	background-color: #ffffff;
	border-radius: 5px;
	padding: 20px;
}
.tabbox {
	background-color: #e5e5e5;
	padding: 30px 0;
}
.tab-pane .cust-cont ul li::after {
	margin: 50px 0;
	width: 80%;
}
.tab-pane .cust-para p {
	font-size: 17px;
	line-height: 26px;
}
.tab-pane .mov-date li {
	font-size: 14px;
	line-height: 20px;
}
.tab-pane h3 {
	font-size: 16px;
	line-height: 22px;
}
.tab-pane .excl-txt h2 {
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 10px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #D02748;
	border-color: #D02748;
}
.booktitle {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #000;
	margin: 0 0 42px;
}
.booktitle span {
	color: #818181;
	font-size: 16px;
	line-height: 22px;
	display: block;
	margin: 10px 0 0 0;
	font-weight: normal;
}
.paymlist input[type="radio"] {
	float: left;
}
.paymlist label {
	font-weight: normal;
	display: block;
	float: left;
	font-size: 12px;
	min-height: 54px;
	padding: 0 0 0 2%;
	width: 97%;
}
.paymlist li::after, .paymlist li::before {
	display: table;
	content: "";
	clear: both;
}
.paymlist li.selected {
	background-color: rgba(1, 51, 146, 0.27);
}
.paymlist li {
	padding: 15px;
	position: relative;
}
.paymlist .i-checks > i {
	position: absolute;
	left: 31px;
	border: 1px solid #ccc;
}
.paymlist li.selected em {
	color: #0055a0;
}
.paymlist em {
	font-size: 20px;
	line-height: 26px;
	font-style: normal;
	text-transform: capitalize;
	color: #414141;
	display: block;
}
.paymlist span {
}
.redpan .panel-title {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.panel-danger.redpan > .panel-heading {
	background-color: #D02748;
	border-color: #ebccd1;
	color: #fff;
}
.redpan .dl-horizontal dd {
	margin-top: 10px;
	margin-bottom: 5px;
}
.redpan .dl-horizontal dt {
	margin: 5px 0;
}
/*plan*/
.planboxwrap {
	margin: 60px auto;
	max-width: 940px;
}
.planboxwrap::after, .planboxwrap::before {
	display: table;
	clear: both;
	content: "";
}
.package {
	background-color: #ffffff;
	box-sizing: border-box;
	width: 301px;
	height: 380px;
	border: 3px solid #e8e8e8;
	border-radius: 7px;
	display: inline-block;
	padding: 24px;
	text-align: center;
	float: left;
	-webkit-transition: margin-top 0.5s linear;
	transition: margin-top 0.5s linear;
	position: relative;
	margin-right: 11px;
}
.package:hover {
	margin-top: -30px;
	-webkit-transition: margin-top 0.3s linear;
	transition: margin-top 0.3s linear;
}
.planboxwrap .name {
	color: #565656;
	font-weight: 300;
	font-size: 3rem;
	margin-top: -5px;
}
.planboxwrap .price {
	margin-top: 7px;
	font-weight: bold;
}
.planboxwrap .price::after {
	content: " / month per user";
	font-weight: normal;
}
.planboxwrap hr {
	background-color: #dedede;
	border: none;
	height: 1px;
}
.trial {
 font-size: .9rem;
	font-weight: 600;
	padding: 2px 21px 2px 21px;
	color: #D02748;
	border: 1px solid #e4e4e4;
	display: inline-block;
	border-radius: 15px;
	background-color: white;
	position: relative;
	bottom: -20px;
}
.planboxwrap ul {
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 29px;
}
.planboxwrap li {
	margin-bottom: 15px;
}
.checkIcon {
	font-family: "FontAwesome";
	content: "\f00c";
}
.planboxwrap li::before {
	font-family: "FontAwesome";
	content: "\f00c";
	font-size: 1.3rem;
	color: #D02748;
	margin-right: 3px;
}
.brilliant {
	border-color: #D02748;
}
/* Triangle */
.brilliant::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 64px 64px 0 0;
	border-color: #D02748 transparent transparent transparent;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
}
.brilliant::after {
	font-family: "FontAwesome";
	content: "\f00c";
	color: white;
	position: absolute;
	left: 9px;
	top: 6px;
	text-shadow: 0 0 2px #D02748;
	font-size: 1.4rem;
}
/*end plane*/

.booking-cont {
	background: #f4f4f4;
	padding: 40px 0 45px 0;
}
/*sahil*/
/*//privecy-policy//*/

.privecy-title {
	background: #f5f4f4 url("../images/info-banner.jpg") no-repeat left top / 100% 100%;
	padding: 36px 0;
}
.priv-txt {
	text-align: center;
	font-size: 24px;
	color: #555555;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}
.privecy-cont {
	background: #d9d9d9;
	padding: 30px 0 42px 0;
}
.cont-txt {
	background: #fff;
	padding: 35px 35px 32px 35px;
	border: 1px solid #cacaca;
	border-radius: 5px;
	margin-bottom: 20px;
}
.priv-icon {
	font-size: 30px;
	color: #d02748;
}
.cont-txt h2 {
	font-size: 25px;
	color: #6b6b6b;
	text-transform: uppercase;
	margin-bottom: 26px;
	font-weight: normal;
}
.cont-txt p {
	color: #6b6b6b;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}
/*//customer-review//*/

.cust-cont {
	background: #fff;
	padding: 45px 0 75px 0;
}
.excl-txt h2 {
	font-size: 30px;
	line-height: 36px;
	color: #004683;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 300;
}
.excl-txt h3 {
	font-size: 20px;
	color: #979797;
	font-family: 'Lato', sans-serif;
	margin-bottom: 25px;
	font-weight: 400;
}
.coll-align p, .cust-cont .starret {
	display: inline-block;
}
.starret li {
	padding: 0;
}
.starret .active i {
	color: #d02848;
}
.starret i {
	color: #a1a1a1;
	font-size: 18px;
	line-height: 24px;
}
.coll-align {
	display: inline-block;
	text-align: right;
}
.coll-align ul {
	margin: 0;
	padding: 0;
}
.coll-align ul li {
	list-style: none;
}
.cust-cont ul.mov-date {
	margin: 10px 0 0;
}
.mov-date li {
	font-size: 16px;
	display: inline-block;
	color: #00396b;
	font-family: 'Lato', sans-serif;
	margin: 0 0 0 10px;
	font-weight: 400;
	position: relative;
}
.mov-date li:first-child {
	margin-left: 0;
}
.cust-para p {
	font-size: 20px;
	color: #555555;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 36px;
}
.cust-cont ul {
	padding: 0;
	margin: 0;
}
.cust-cont ul li:after {
	content: "";
	position: relative;
	height: 1px;
	border-bottom: 1px solid #d2d2d2;
	margin: 60px auto;
	display: block;
	width: 815px;
}
.cust-cont ul li .coll-align ul li:after {
	display: none;
}
.cust-cont ul li:last-child:after {
	display: none;
}
/*//contact us//*/

.contact-bg {
	position: relative;
	background-color: #f1f1f1;
	padding: 60px 0;
}
.contact-bg img {
	max-width: 100%;
	height: auto;
}
.contact-form {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.blackbg {
	background-color: rgba(0, 0, 0, 0.7);
	margin: 50px 0;
	padding: 40px 90px;
}
.contact-title {
	font-size: 42px;
	color: #454546;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 100px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.contact-title:after {
	content: "";
	position: relative;
	height: 3px;
	border-bottom: 3px solid #013392;
	margin: 12px auto;
	display: block;
	width: 240px;
}
.get-txt {
	font-size: 27px;
	color: #454546;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 40px;
	font-weight: 300;
	text-align: center;
}
.get-txt:after {
	content: "";
	position: relative;
	height: 5px;
	border-bottom: 3px solid #013392;
	margin: 10px auto;
	display: block;
	width: 116px;
}
.contact-icon {
	background: #013392;
	width: 45px;
	height: 45px;
	border-bottom-left-radius: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 2px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 10px;
}
.contact-list-txt {
	font-size: 18px;
	color: #383636;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	margin: 12px 0 0;
}
.contact-form ul li:after {
	content: "";
	position: relative;
	height: 1px;
	border-bottom: 1px solid rgba(255,255,255,.34);
	margin: 25px auto;
	display: block;
	width: 272px;
}
.ctlist li {
	margin: 30px 30px 30px 0;
}
.contact-form ul li:last-child:after {
	display: none;
}
.form-box .form-group {
	position: relative;
}
.form-box i {
	position: absolute;
	top: 6px;
	left: 15px;
	font-size: 24px;
	line-height: 30px;
	color: #555555;
}
.form-box input {
	background: rgba(255,255,255,.2);
	border: 1px solid #013392;
	padding: 10px 5px 10px 65px;
	color: #000;
	height: 45px;
}

.regiform .form-box input {
    color:#ffffff !important;
}
.regiform .form-box input::-webkit-input-placeholder {
color: #ffffff !important;
}
 
.regiform .form-box input:-moz-placeholder { /* Firefox 18- */
color: #ffffff !important;  
}
 
.regiform .form-box input::-moz-placeholder {  /* Firefox 19+ */
color: #ffffff !important;  
}
 
.regiform .form-box input:-ms-input-placeholder {  
color: #ffffff !important;  
}
.form-box textarea,
.form-box input {
    color:#555555 !important;
}
.form-box textarea::-webkit-input-placeholder,
.form-box input::-webkit-input-placeholder {
color: #555555 !important;
}
 .form-box textarea:-moz-placeholder,
.form-box input:-moz-placeholder { /* Firefox 18- */
color: #555555 !important;  
}
 .form-box textarea::-moz-placeholder,
.form-box input::-moz-placeholder {  /* Firefox 19+ */
color: #555555 !important;  
}
  .form-box textarea::-moz-placeholder,
.form-box input::-moz-placeholder {  /* Firefox 19+ */
color: #555555 !important;  
}
 .form-box textarea:-ms-input-placeholder,
.form-box input:-ms-input-placeholder {  
color: #555555 !important;  
}


.form-box textarea {
	background: rgba(255,255,255,.2);
	border: 1px solid #013392;
	padding: 10px 5px 10px 65px;
	color: #a5a5a5;
	height: auto;
}
.form-box button {
	background: #013392;
	padding: 7px 28px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 auto;
	border: none;
    border:1px solid #013392;
	border-radius: 5px;
	font-size: 18px;
}
.form-box button:hover {
    color:#013392;
    border-color:#013392;
    background-color:transparent;
    
}
.col-border {
	position: relative;
}
.col-border:before {
	background-color: #cccccc;
	height: 100%;
	width: 1px;
	display: block;
	position: absolute;
	top: 0;
	left: -23px;
	content: "";
}
/*//registration//*/

.form-box.frm-bdr i {
	border-right: 1px solid #cccccc;
	padding-right: 15px;
}
.contact-form .regis-bg {
	background-color: rgba(0, 0, 0, 0.7);
}
.ctlist .col-lg-10 {
	padding-left: 0;
}
/*//help-centr//*/

.career-banner-are h3 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 27px;
	font-weight: bold;
	margin-top: 28px;
}
.help-cont {
	background: #dbe1e4;
	padding: 30px 0;
}
.tab-list ul li {
	display: block;
	float: none;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	color: #179bc6;
	font-weight: 300;
}
.tab-list .active a {
}
.tab-list .active a {
	background-color: transparent !important;
	color: #179bc6 !important;
	font-weight: 400;
}
.tab-list a:hover {
	background-color: transparent !important;
}
.top-txt h2 {
	color: #656c6e;
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 25px;
	font-family: 'Roboto', sans-serif;
}
.top-txt ul li {
	color: #41a5ca;
	font-size: 15px;
	font-weight: 300;
	margin: 0 0 25px;
	font-family: 'Roboto', sans-serif;
}
.top-txt ul li a {
	color: #41a5ca;
}
.top-txt ul li a:hover {
	color: #41a5ca;
	text-decoration: none;
}
.search-are {
	margin-bottom: 24px;
}
.search-are input {
	background: none;
	border-bottom: 1px solid #a39c9c;
	border-top: 1px solid #a39c9c;
	border-left: 1px solid #a39c9c;
	border-right: none;
	height: 25px;
	width: 187px;
	border-radius: 0px;
}
.search-are .form-control {
	vertical-align: baseline;
}
.search-are button {
	background: #41a5ca;
	border-bottom: 1px solid #a39c9c;
	border-top: 1px solid #a39c9c;
	border-right: 1px solid #a39c9c;
	border-left: none;
	height: 25px;
	width: 24px;
	color: #fff;
	margin: 0 0 0 -3px;
}
.tab-are .panel-heading {
	background: none;
	color: #179bc6;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.tab-are .panel {
	background: none;
	border: none;
	box-shadow: none;
}
.yes-btn-are {
	border: 1px solid #aeabab;
	padding: 5px 10px;
	color: #6F6C6C;
	margin-top: 15px;
}
.yes-btn-are p {
	color: #6F6C6C;
	line-height: 30px;
}
.yes-btn-are button {
	background: none;
	border: 1px solid #aeabab;
	padding: 4px 10px;
	color: #6F6C6C;
}
/*//booking-step-two//*/

.booking-cont {
	background: #f4f4f4;
	padding: 40px 0 45px 0;
}
.pannel-are .panel-heading {
	background: #d02748;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.pannel-are .panel-heading span {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.pannel-are .panel-body {
	border: 1px solid #d02748;
}
.pannel-form .form-control {
	height: 36px;
	width: 260px;
	border: 1px solid #999999;
}
.pannel-form .form-group {
	margin-bottom: 10px;
	display: block;
}
.pannel-form label {
	font-size: 18px;
	color: #000;
	font-weight: 400;
}
.pannel-form button {
	padding: 10px 65px;
	background: #023492;
	color: #fff;
	font-size: 23px;
}
.pannel-form .form-control {
	width: 260px;
}
.pannel-form span {
	color: #666666;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.pannel-form .csm-input {
	height: 36px;
	width: 65px;
	border: 1px solid #999999;
	border-radius: 5px;
	padding: 0 10px;
}
.pannel-form .radio-inline {
	font-size: 14px;
}
.pannel-form .redio-txt {
	font-size: 14px;
	color: #666666;
}
.txt-link {
	color: #023492;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-decoration: underline;
}
.order-cont h2 {
	font-size: 18px;
	color: #383838;
	font-weight: 400;
}
.order-cont p {
	font-size: 18px;
	color: #383838;
	font-weight: 300;
}
.wht-bg {
	background: #fff;
	padding: 15px;
	margin: 15px 0;
}
.pannel-are .body-bg {
	background: #f4f4f4;
	padding: 0;
}
.total-txt {
	margin: 15px;
}
.order-cont dl dt {
	color: #000;
	font-weight: bold;
	font-size: 15px;
}
.order-cont dl dd {
	color: #000;
	font-weight: 400;
	font-size: 15px;
}
/*//booking-step-three//*/

.title-txt {
	font-size: 22px;
	color: #000;
	text-align: center;
	margin-bottom: 31px;
	font-weight: bold;
}
.pannel-form .csm-input2 {
	height: 36px;
	width: 178px;
	border: 1px solid #999999;
	border-radius: 5px;
}
.pannel-form select {
	height: 36px;
	width: auto;
	border: 1px solid #999999;
	border-radius: 5px;
	width: 99%;
}
.botom-txt {
	text-align: center;
}
.botom-txt p {
	color: #000;
}
.botom-txt span {
	font-weight: bold;
	color: #000;
}
.botom-txt a {
	text-decoration: underline;
}
.pannel-form ul {
	padding: 0;
	margin: 0;
}
.pannel-form ul li {
	padding: 0;
	margin: 0;
}
.tab-are ul li {
	background: #d4d4d4;
	color: #434343;
	font-size: 22px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tab-are ul li a:focus, .tab-are ul li a {
	color: #434343;
	background: #d4d4d4;
	border: 0 none !important;
	outline: none;
}
.tab-are ul li.active a:focus, .tab-are ul li.active a {
	color: #fff;
	background: #d02748;
}
.tab-are ul li.active a:hover {
	color: #fff;
	background: #d02748;
	border: none;
}
.pannel-form .lbl-txt {
	text-align: right;
}
.booking-cont .tab-are .tab-content {
	padding: 30px 10px;
	border: 1px solid #d02748;
	background: #fff;
}
.img-list ul li a {
	background: none;
}
.tool-icon i {
	background: #a3a3a3;
	height: 16px;
	width: 16px;
	text-align: center;
	padding: 2px 0;
	color: #fff;
	font-size: 10px;
	font-style: italic;
	border-radius: 100%;
}
/*//career//*/

.career-banner-are {
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.career-banner-are h2 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 42px;
	font-weight: bold;
	margin-top: 310px;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px #000000;
}
.career-banner-overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 0;
}
.career-cont {
	background: #fff;
	padding: 35px 0 0 0;
}
.tumb-containt span {
	color: #013392;
	display: inline-block;
	font-size: 32px;
}
.tumb-containt p {
	display: inline-block;
	font-size: 16px;
	margin-left: 15px;
	margin-top: 5px;
	vertical-align: top;
	margin-bottom: 20px;
	color: #333;
	font-weight: 400;
}
.line {
	background-color: #013392;
	height: 1px;
	width: 100px;
}
.cont-jobs {
	padding: 60px 0;
}
.cont-jobs ul.list-jobs {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	color: #333;
}
.list-jobs h3 {
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 20px;
	margin-top: 20px;
}
.cont-detail {
	border-bottom: 1px solid #c7c7c7;
	font-size: 1.14em;
	margin-bottom: 45px;
	padding-bottom: 25px;
}
.cont-detail p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 20px;
}
.contact {
	float: right;
	margin-top: -10px;
}
.contact span {
	color: #00c0ff;
	display: inline-block;
	font-size: 48px;
	vertical-align: top;
}
.contact p {
	display: inline-block;
	line-height: 1.7;
	margin-left: 10px;
	margin-top: -10px;
	vertical-align: top;
}
.cont-detail a {
	color: #00c0ff;
}
.cont-copy p {
	color: #455054;
	line-height: 1.6;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px;
	font-family: 'Roboto', sans-serif;
}
/*//help-centr//*/

.career-banner-are h3 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 27px;
	font-weight: bold;
	margin-top: 28px;
}
.help-cont {
	background: #dbe1e4;
	padding: 30px 40px;
}
.tab-list ul li {
	display: block;
	float: none;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #179bc6;
	font-weight: 300;
}
.tab-list .active a {
	background-color: transparent !important;
	color: #179bc6 !important;
	font-weight: 400;
}
.tab-list a:hover {
	background-color: transparent !important;
}
.cont-copy p {
  color: #505050;
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 10px;
}
.top-txt ul li {
	color: #41a5ca;
	font-size: 15px;
	font-weight: 300;
	float: none;
	display: block;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
.top-txt ul li a {
	color: #41a5ca;
	display: block;
}
.top-txt ul li a:hover {
	color: #41a5ca;
	text-decoration: none;
}
.top-txt a:focus {
	outline: none;
}
.search-are {
	margin-bottom: 24px;
}
.search-are input {
	background: none;
	border-bottom: 1px solid #a39c9c;
	border-top: 1px solid #a39c9c;
	border-left: 1px solid #a39c9c;
	border-right: none;
	height: 25px;
	float: left;
	width: 187px;
	border-radius: 0px;
}
.search-are .form-control {
	vertical-align: baseline;
}
.search-are button {
	background: #41a5ca;
	border-bottom: 1px solid #a39c9c;
	border-top: 1px solid #a39c9c;
	border-right: 1px solid #a39c9c;
	border-left: none;
	height: 25px;
	width: 24px;
	color: #fff;
	margin: 0 0 0 -3px;
}
.tab-are .panel-heading {
	background: none;
	color: #179bc6;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.tab-are .panel {
	background: none;
	border: none;
	box-shadow: none;
}
.yes-btn-are {
	border: 1px solid #aeabab;
	padding: 5px 10px;
	color: #6F6C6C;
	margin-top: 15px;
}
.yes-btn-are p {
	color: #6F6C6C;
	line-height: 30px;
}
.yes-btn-are button {
	background: none;
	border: 1px solid #aeabab;
	padding: 4px 10px;
	color: #6F6C6C;
}
.yes-btn-are button:hover {
	background-color: #D02849;
	border-color: #D02849;
	color: #ffffff;
}
.panel-title a:focus {
	outline: none;
}
.banner .carousel-indicators li.active {
	background-color: #d02748;
}
.banner .carousel-indicators li {
	border-color: #d02748;
}
.mappart iframe {
	height: 400px;
	width: 100%;
}
.list-jobs li + li {
  margin-top: 80px;
}

.btn-outline {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 13px 25px;
	transition: all 0.3s ease 0s;
}
.callaction {
	background: #013392 linear-gradient(to right, #415ebd 0px, #3d5dbc 100%) repeat-x scroll 0 0;
	color: #fff;
	text-align: center;
	padding: 60px 0;
}
.callaction .text-muted {
	color: #c8eafc;
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}
.callaction .btn-lg {
  display: inline-block;
  letter-spacing: 1px;
  margin: 30px 0;
  padding: 15px 15px 15px 25px;
}
.callaction h2 {
  margin: 0 0 20px;
}
.callaction .btn {
	transition: all 1s ease 0s;
}
.callaction .btn:hover {
	color: #000000;
	box-shadow: 600px 0 0 0 #ffffff inset;
}
.quite-text {
  color: #505050;
  font-size: 15px;
  line-height: 22px;
  padding: 40px;
}
.howitlist li [class*="col-"] {
	padding: 0;
}
.howitlist li::after, .howitlist li:before {
	clear: both;
	display: table;
	content: "";
}
.howitlist li:nth-child(odd) .quite-text {
	padding-left: 0;
}
.howitlist li:nth-child(odd) .imgcol {
	float: right;
}
.quite-text .btn-default {
	background-color: #013392;
	border-color: #013392;
	color: #fff !important;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 10px 0;
	text-transform: uppercase;
	transition: all 2s ease 0s;
}
.quite-text .btn-default:hover {
	color: #000000 !important;
	background-color: transparent;
	box-shadow: 600px 0 0 0 #ffffff inset;
}
.easy-text p {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  margin: 20px 0;
}
.howitlist, .get-step {
	margin: 0 0 30px;
}
.get-step h4 {
	font-size: 24px;
	line-height: 30px;
}
.easy-text p::after {
	border-bottom: 2px solid #013392;
	bottom: -20px;
	content: "";
	display: block;
	margin: 0 auto;
	position: relative;
	width: 46px;
}
.get-step .step-icon::after {
	color: #aeb7ba;
	content: "";
	font-family: FontAwesome;
	font-size: 24px;
	margin-top: -30px;
	position: absolute;
	right: -25px;
	top: 50%;
}
.get-step .step-icon {
	border-radius: 3px;
	display: block;
	padding: 30px 0;
	position: relative;
	text-align: center;
}
.get-step i {
  border: 1px solid #ccc;
  border-radius: 100%;
  color: #d02748;
  display: inline-block;
  font-size: 60px;
  height: 130px;
  margin: 0 0 20px;
  padding: 33px 0;
  text-align: center;
  width: 130px;
}
.get-step li:last-child .step-icon::after {
	display: none;
}
.prlist input.form-control {
	margin: 0 0 10px;
}
.penedit {
	font-size: 24px;
	line-height: 30px;
	color: #013392;
}
a:hover .penedit, .penedit:hover {
	color: #D33F5C;
}
.regiform {
	background-color: rgba(1, 0, 0, 0.7);
	border-radius: 5px;
	padding: 20px;
}
.regiform .get-txt {
	color: #ffffff;
}
.registrationbg {
	background: rgba(1, 51, 146, 0.1) url("../images/map-usa.jpg") no-repeat scroll 0 0 / 100% auto;
}
.paymlist .i-checks > i {
	top: 20px;
}
.paymlist input[type="radio"] {
	margin: 7px 0 0;
}
.img-list img {
	margin: 10px auto;
	display: block;
}
.loginmodal .modal-header {
    background-color:transparent;
}
.bloglist a {
    background-color:#013392;
    border: 1px solid rgba(1, 51, 146, 0.3);
    border-radius: 6px;
    color: #fff;
    display: block;
    margin: 14px 0;
    overflow: hidden;
    text-align: center;
    min-height:270px;
    max-height:270px;
    transition: all 0.2s ease-in-out 0s;
}

.blog {
    padding:40px 0;
}
.bloglist a:before {
  box-sizing: border-box;
  transform: translateX(100%);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99.5%;
  height: 2px;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
}
.bloglist a:after {
  box-sizing: border-box;
  transform: translateX(-100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 99.5%;
  height: 2px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
}
.bloglist a:hover {
  color: inherit;
  text-decoration: none;
}
.bloglist a:hover:before {
  transition: .2s transform linear, .2s height linear .2s;
  transform: translateX(0);
  height: 100%;
  border-color:rgba(208, 39, 72, 0.5);
}
.bloglist a:hover:after {
  transition: .2s transform linear .3s, .2s height linear .4s;
  transform: translateX(0);
  height: 100%;
  border-color:rgba(208, 39, 72, 0.5);
}
.bloglist a:hover .gra-cir-bg {
    -webkit-animation:spin 1s linear ;
    -moz-animation:spin 1s linear ;
    animation:spin 1s linear ;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.imgbx {
    max-height:200px;
    overflow:hidden;
}
.catname:before {
    background-color: #cdcdcd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: -27px;
    top: 11px;
    transition: all 0.2s ease-in-out 0s;
    width: 20px;
}
.catname:after {
    background-color: #cdcdcd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: -27px;
    top: 11px;
    transition: all 0.2s ease-in-out 0s;
    width: 20px;
}
.bloglist a:hover {
    text-decoration:none;
}
.bloglist a:hover .catname:after {
    width:60px;
    right:-67px;
}

.bloglist a:hover .catname:before {
    width:60px;
    left:-67px;
}
.catname {
    font-size:12px;
    line-height:18px;
    margin:5px 0;
    padding:0;
    display:inline-block;
    color:#fff;
    position:relative;
}
.btitle {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0;
    padding: 0 0 10px;
}

.blogright {
    margin:14px 0;
}
.blogright .panel {
    position:relative;
}
.blogright .panel::after {
    background-color: #ffc029;
    background-image: linear-gradient(90deg, #E492A2, #013392);
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
.blogright .panel-title {
    display: block;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
}
.blogright .panel-title h1,
.blogright .panel-title h2,
.blogright .panel-title h3,
.blogright .panel-title h4,
.blogright .panel-title h5,
.blogright .panel-title h6 {
    margin:0;
}
.blogright .panel ul li::after {
    background: transparent none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin: auto;
    transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
    width: 0;
}


.blogright .panel ul li a {
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 0 8px 16px;
    position: relative;
    color:#414141;
}

.blogright .panel ul li::before {
    border-color: transparent transparent transparent #666666;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top:13px;
    width: 0;
}




.blogright .panel ul li.active a,
.blogright .panel ul li a:hover {
    background-color:transparent;
    color:#013392;
}



.blogright .panel ul li a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height:1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.blogright .panel ul li.active a::after, 
.blogright .panel ul li a:hover:after {
    width: 100%;
    background: #E492A2;
}
.blog {
    padding:40px 0;
}

.blog-detail .bannertext p {
    color:#fff;
    font-size:18px;
    line-height:24px;
    margin:15px 0;
}

.blog-detail .bannertext {
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    text-align: left;
    padding:18.5em 0;
}
.blog-detail .bannertext ul li {
    padding:0;
    margin:1px;
}
.blog-detail .bannertext ul li:hover .facebook {
    background-color:#3B5998;
}
.blog-detail .bannertext ul li:hover .twitter {
    background-color:#00ACED;
}
.blog-detail .bannertext ul li:hover .pinterest {
    background-color:#CC2127;
}
.blog-detail .bannertext ul li a  {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 0;
    min-width: 36px;
    padding: 7px 10px;
    text-align: center;
}
.blog-detail .bannertext .catname::after,
.blog-detail .bannertext .catname::before {
    display:none;
}
.blog-detail .bannertext .catname {
    color:#D02748;
    font-weight:bold;
}
.blog-detail .bannertext h2 {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 42px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 0;
    text-shadow: 2px 3px 3px #000;
    text-transform: uppercase;
}
.blog-detail p {
  color: #505050;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  margin: 5px 0;
}
.blog-detail p img {
    margin:10px auto;
}
.blog-detail li {
    color: #262626;
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    margin: 5px 0;
}
.blog-detail h2 {
    color: #414141;
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
    margin: 10px 0;
}
.blog-detail p a {
    color:#013392;
    font-size:inherit;
    line-height:inherit;
}
.tagbox ul,
.tagbox p {
    display:inline-block;
    margin:10px 0;
}
.tags ul li {
    padding:0;
    margin:0;
    display:inline-block;
}
.tags ul li a {
    padding:5px 7px;
    margin:0 2px;
    background-color:#013392;
    font-size:12px;
    line-height:20px;
    margin:2px 0;
}



.topquestion {
    padding:10px 0 0 30px;
}
.topquestion ul li {
    list-style:outside none disc;
}
.faqcategory i {
    color:#013392;
    font-size: 44px;
    line-height: 30px;
    margin: 20px 0;
}
.faqcategory {
    border: 1px solid #013392;
    border-radius: 10px;
    display: block;
    margin: 15px 0;
    min-height: 170px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.faqcategory h4 {
    background-color: #013392;
    border-top: 4px solid #ccc;
    bottom: 0;
    color: #fff;
    margin: 20px 0 0;
    padding: 20px 10px;
    position: absolute;
    width: 100%;
	transition: all 1.3s ease 0s;
}
.faqcategory:hover h4 {
	color: #fff;
	box-shadow: 600px 0 0 0 #3E5DBC inset;
}
.faqcategory:hover i {
    color:#3E5DBC;
}
.faqcategory:hover {
    border-color:#3E5DBC;
}
.faqlist {
    padding:40px 0;
}
.faqcategory img {
    display: block;
    margin: 20px auto;
    max-width: 70px;
    background-color:#013392;
}
.faqcategory:hover img {
    background-color:#3E5DBC;
}
.topquestion h2 {
    margin:0 0 10px;
}













/* driver-application form */









.banner .driver-registration {
	background-color: rgba(255,255,255,0.91);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin: 55px 0 0;
	padding: 30px 12px;
}

.driverform-bg {
	/*background: rgba(1, 51, 146, 0.1) url("../images/map-usa.jpg") no-repeat scroll 0 0 / 100% auto;*/
}

.driver-bg {
	position: relative;
	background-color: #f1f1f1;
	padding: 60px 0;
}

.driver-registration .form-control {
    border-color: #b5c1c4;
    color: #8d9a9f;
    height: 35px;
    margin: 10px 0 15px;
}

.driver-registration .form-group {
	position: relative;
}

.driver-registration .radio-btn i {
	left: 0;
	position: relative;
	top: inherit;
	border: 1px solid #aaa;
}


.driver-registration  select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.driver-registration  i {
	color: #677276;
	position: absolute;
	right: 9px;
	top: 46px;
}
/*
.driverform-bg h1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: bold;
    line-height: 48px;
    margin: 0 0 35px;
    padding: 0;
    text-align: center;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
}*/

.driverform-bg h1::after {
    border-bottom: 2px solid #013392;
    bottom: -20px;
    content: "";
    display: block;
    margin: 0 auto;
    position: relative;
    width: 46px;
}

.easy-text-mid h2 {
	font-size: 25px;
	color: #2B55A4;
	font-family: 'Roboto', sans-serif;
	font-weight: 400; margin-top:30px;
}

.easy-text-mid{
	text-align: center;
	margin-bottom: 50px;
}
.career-cont .contact .btn-default,
.driver-bg .btn-success {
	background-color: #013392;
	border-color: #013392;
	padding: 8px 23px;
	font-weight: bold;
    color:#fff;
	margin: 30px 0 0;
}
.career-cont .contact .btn-default:hover,
.driver-bg .btn-success:hover {
    background-color:transparent;
    color:#013392;
}
.chk-grup{
	margin-top:15px; margin-bottom:15px; padding-left:0px;
}

.driver-bg .form-group{
	margin-bottom:0px;
}

.driverform-bg .col-lg-3.col-md-3.col-sm-3.col-xs-3{
	padding-left:0px;
	margin-left:0px;
	
	
}
.driverform-bg .col-lg-4.col-md-4.col-sm-4.col-xs-4{
	padding-left:0px;
	margin-left:0px;
	

}

.italic-sml-text{
	font-size:12px;
	font-style:italic;
	color:#333; font-weight:400;
	margin-bottom:20px;


}

.simple-heading{
    font-size:16px;
	color:#333; 
	font-weight:500;
	margin-bottom:20px;
	margin-top:10px;
	line-height:26px;


}

.driverform-bg .col-lg-2.col-md-2.col-sm-8.col-xs-8{
	padding-left:0px;
	margin-left:0px;

}

.driverform-bg  .col-lg-4.col-md-4.col-sm-8.col-xs-8{
	padding-left:0px;
	margin-left:0px;

}


.details-heading{
	    font-size:22px;
	color:#234EA2; 
	font-weight:500;
	margin-bottom:20px;
	margin-top:10px;
}




.driver-application p {
	font-size: 16px;
	color: #4a4b4b;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}

.date-field{
	width:50px
	
}

.table-responsive p{
	padding:6px;
	
}


.year-field{
	width:80px
	
}
.each-employment-outer{
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}

header nav p a, 
header.smaller nav p a {
    color:#013392 !important;
}
header nav p a{
  font-size: 120%;
  margin: 0 9px 0 0;
}
header nav p a i {
  font-size: 110% !important;
  margin: 0 5px;
}
.theme-text-color {
    color:#013392 !important;
}

.contactinfo li:first-child {
    border:0 none;
}
.contactinfo li i {
    color:#013392;
    font-size:44px;
}
.contactinfo li {
    border-left: 1px solid #ccc;
    min-width: 210px;
    padding: 0 36px;
}
.contactinfo {
    border: 1px solid #d7d7d7;
    margin: 30px 0 0;
    padding: 22px;
}

.testimonials .item li.active i {
    color:#FAD160;
}
.testimonials .item li {
    display: inline-block;
}
.getquatemodal .close {
    line-height:25px !important;
}
.driver-registration input.form-control[type="file"] {
    height: auto;
}
.callaction .quote-link {
    text-transform:capitalize;
}
.callaction .lead a {
    color:inherit;
}
.paycard {
    margin:0;
}
.paycard li {
  color: #c1c1c1;
  font-size: 30px;
  margin: 20px 4px 0 0;
  padding: 0;
}

.help-cont .ftoggel {
    color:#414141;
    text-decoration:none;
}
.help-cont .ftoggel:focus, .help-cont .ftoggel:hover,
.help-cont .ftoggel:hover {
    color:#414141;
    text-decoration:none;
    outline:none;
}
.help-cont .panel-body {
  background-color: rgba(0, 0, 0, 0.05);
}
.form-control {
	color: #727f84 !important;
}
input.form-control::-webkit-input-placeholder {
color: #696969  !important;
}
 
input.form-control:-moz-placeholder { /* Firefox 18- */
color: #696969  !important;
}
 
input.form-control::-moz-placeholder {  /* Firefox 19+ */
color: #696969  !important; 
}
 
input.form-control:-ms-input-placeholder {  
color: #696969  !important;
}
.inline-block {
    display:inline-block !important;
}

header .navbar-right .dropdown-toggle.btn-success,
header .navbar-right .btn.focus,
header .navbar-right .btn.focus:active,
header .navbar-right .btn.active:hover,
header .navbar-right .btn.active:focus,
header .navbar-right .btn.active,
header .navbar-right .btn:active,
header .navbar-right open > .btn {
  background-color: #013392 !important;
  border-color: #013392 !important;
  color: #fff !important;
}


header.smaller {
    position: fixed;
	z-index:100;
}

.iconbox  {
    font-size: 42px;
    height: auto;
    left: 0;
    position: absolute;
    text-align: center;
    visibility: visible;
    width: 2em;
}
.prime-value .feature {
    padding-left: 100px;
    margin-top: 60px;
    position: relative;
}
.prime-value {
	padding:50px 0;
}

.prime-value .partner-text {
  margin-bottom: 30px;
}
.prime-value .feature p {
    color: #505050;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 26px;
}
.prime-value .feature h3 {
	margin:0 0 15px;
	color:#333333;
	font-weight:normal;
}


@font-face {
	font-family: icons;
	src: url(icons.eot?f074c1c9f146e15189618171fea3989a);
	src: url(../fonts/icons.eot?#iefix) format("../fonts/embedded-opentype"), url(../fonts/icons.woff?f074c1c9f146e15189618171fea3989a) format("woff"), url(../fonts/icons.ttf?f074c1c9f146e15189618171fea3989a) format("truetype");
	font-weight: 400;
	font-style: normal
}
.icon {
	font-family: icons;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	-webkit-font-smoothing: antialiased
}

.icon-badge-check:before {
	content: "\f102"
}

.icon-bubble-heart:before {
	content: "\f10a"
}
.icon-shield-cross:before {
	content: "\f131"
}
.icon-money-hand:before {
	content: "\f128"
}
.icon-technology:before {
	content: "\f134"
}
.gradient-green {
	background-image: linear-gradient(to bottom, #74cc52 0, #c0da39 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74cc52', endColorstr='#ffc0da39', GradientType=0)
}
.gradient-blue {
	background-image: linear-gradient(to bottom, #0091ea 0, #40c4ff 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0091ea', endColorstr='#ff40c4ff', GradientType=0)
}
.gradient-teal {
	background-image: linear-gradient(to bottom, #00b8d4 0, #00d4b9 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00b8d4', endColorstr='#ff00d4b9', GradientType=0)
}
.gradient-pink {
	background-image: linear-gradient(to bottom, #ff4c73 0, #fd954c 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff4c73', endColorstr='#fffd954c', GradientType=0)
}

.prime-value .icon {
  font-size: 48px;
  left: 0;
  position: absolute;
}
.icon.icon-box {
    border-radius: 15px;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
}
.footer-are .message {
    color: #ffffff;
    margin: 6px 0 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
}
.prime-value .partner-text h2 {
	color:#333333;
}
.prime-value .partner-text p {
	color:#505050;
}
