/* -------------------------------------------------
AUTHOR          :  	Loginfotech
WEBSITE         :   http://www.loginfotech.com/
DEVELOPED BY    :   Loginfotech
---------------------------------------------------- */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right vertical-align:baseline; */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:30%;}
/*end reset*/
/****-----start-body----****/
body{
	/* background: url(../images/bg-3.png); */
  font-family: 'Raleway', sans-serif;
}
.container{
	max-width:600px;
	min-height:480px;
	margin:0 auto;
}
.wrap{
	margin: 0 auto;
}
body a,form li,input[type="submit"],input[type="text"],.sixth-login input[type="submit"],.third-login input[type="submit"]{
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
.wrapper-demo
{
	width:100%;
}
/****-----start-wrapper-dropdown-2----****/
.wrapper-dropdown-2 {
    position: fixed;
	top: 0px;
	right:0px;
	width:100%;
	z-index:100;
    background: #ffffff;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 1.1em;
    text-transform: capitalize;
    font-weight: 600;
	border-bottom:1px solid #ccc;
}
.wrapper-dropdown-2 img{
	max-width:30px !important;
	margin:2px 0 0 20px;
}
.wrapper-dropdown-2 span img{
	max-width:30px !important;
	margin:4px 20px 0 0;
}
/* .dropdown:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 20px;
	top: -3%;
	margin-top: -6px;
	border-width: 0px 12px 12px 12px;
	border-style: solid;
	border-color: #FFF rgba(0, 0, 0, 0);
} */
.wrapper-dropdown-2 .dropdown {
  /* Size & position */
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
	/* -webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px; */
    /* Styles */
    background:#f2f2f2;
	color:#777777;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;
    z-index:1;
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown-2 .dropdown li:last-child{
	border-bottom:none;
}
.wrapper-dropdown-2 .dropdown li{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-bottom:1px solid #999;
}
.wrapper-dropdown-2 .dropdown li a {
    display: block;
	text-decoration: none;
	color: #777;
	padding:8px 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 600;
	
}
.dropdown li a:hover{
	color:#FFF;
} 
.dropdown li a:hover .icon{
	background-position:0px 0px;
}
/* Hover state */
.wrapper-dropdown-2 .dropdown li:hover {
    background: #ddd;
}
.wrapper-dropdown-2 .dropdown  li:nth-child(1) {
	/* border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-o-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-o-border-top-right-radius:5px; */
}
.wrapper-dropdown-2 .dropdown  li:last-child{
	/* border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-o-border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-o-border-bottom-right-radius:5px; */
}
.wrapper-dropdown-2 .dropdown  li:nth-child(2),.wrapper-dropdown-2 .dropdown  li:nth-child(3),.wrapper-dropdown-2 .dropdown  li:nth-child(4)
{
	border-radius: none;
}
/* Active state */
.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
/* No CSS3 support */
.no-opacity       .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}
.no-opacity       .wrapper-dropdown-2.active .dropdown,
.no-pointerevents .wrapper-dropdown-2.active .dropdown {
    display: block;
}
.wrapper-dropdown-2.active .dropdown {
	opacity: 1;
	pointer-events: auto;
}
/*****/
.wrapper-dropdown-2 span {
	float: right;
	vertical-align: middle;
}
.icon{
	background: url(../images/spriteimg.png);
	width:24px;
	height:25px;
	display:inline-block;
}
.icon
{
	background: url(../images/spriteimg.png) no-repeat 0px 0px;
}
.dropdown li a:hover span.icon{
	background: url(../images/spriteimg.png) no-repeat 0px -25px;
}
.stat{
	background: url(../images/spriteimg.png) no-repeat -26px 0px;
}
.dropdown li a:hover span.stat{
	background: url(../images/spriteimg.png) no-repeat -26px -24px;
}
.msg{
	background: url(../images/spriteimg.png) no-repeat -51px 0px;
}
.dropdown li a:hover span.msg{
	background: url(../images/spriteimg.png) no-repeat -51px -24px;
}
.signout{
	background: url(../images/spriteimg.png) no-repeat -76px 0px;
}
.dropdown li a:hover span.signout{
	background: url(../images/spriteimg.png) no-repeat -76px -24px;
}
/****-----end-wrapper-dropdown-2----****/
/****-----start-copyright----****/
.copy-right{
	text-align: center;
	padding:1em 0;
}
.copy-right p{
	color:#FFF;
	font-size: 0.8em;
	line-height:1.8em;
}
.copy-right p a{
	color:#5F5F5F;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right p a:hover{
	color:#fff;
}
/****-----end-copyright----****/
/****----*media Queries----****/
@media only screen and (max-width: 480px) and (min-width:320px)
{
	.wrapper-demo {
	width: 100%;
	}
}
@media only screen and (max-width: 320px) and (min-width:240px)
{
	.wrapper-demo {
	width: 100%;
	}
	.wrapper-dropdown-2 {
	font-size: 1em;
	}
}
/****------end-media Queries-----****/
.login-form {
	background: #fff;
	min-height: 450px;
	width: 30%;
	margin: 3% auto 4% auto;
	position: relative;
	/* box-shadow: inset 0px 0px 10px 0px #ABABAB,-1px 1px 17px 7px #0F0000;
	-webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB,-1px 1px 17px 7px #0F0000;
	-moz-box-shadow: inset 0px 0px 10px 0px #ABABAB,-1px 1px 17px 7px #0F0000;
	-o-box-shadow: inset 0px 0px 10px 0px #ABABAB,-1px 1px 17px 7px #0F0000; */
}
.head {
	background: url(../images/branded-colors.png) repeat;
	height: 12px;
	position: absolute;
	top: -2%;
	left: 0%;
	width: 100%;
	margin: 0 auto;
}
.head img {
	width: 100%;
}
.head-info h1 {
	padding: 5px;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	background: #2980b9;
}
.head-info h2 {
	text-align: center;
	font-size: 1em;
	color: #999;
	padding: 1em 0 1em 0;
}
form {
	padding: 0% 5% 0%;
}
.social-icons p {
	color: #5ca3d9;
	font-size: 12px;
	font-weight: 400;
}
.social-icons {
	padding: 0px 28px 0 28px;
}
a.account {
	float: left;
}
a.trouble {
	float: right;
}
a.social-account h3 {
	text-align: center;
	padding: 0em 0 1.5em 0;
	color: #CECECE;
}
form li{
	list-style: none;
	margin-bottom: 10px;
	width: 100%;
	background: none;
}
.icon{
	background:url(../images/icons.png)  no-repeat 0px 0px;
	height:16px;
	width:20px;
	display: block;
	float:left;
	margin: 10px 0px 0px 12px;
}
.icon1{
	display: block;
	float:left;
	padding:10px;
	margin:9px 0px 0px 12px;
}
.user{
	background: url(../images/icons.png) no-repeat -4px -6px;
}
.mail{
	background: url(../images/icons.png) no-repeat -26px -6px;
}
.lock{
	background: url(../images/icons.png) no-repeat -49px -6px;
}
.mobile{
	background: url(../images/phone.png) no-repeat;
}
.bus{
	background: url(../images/bus.png) no-repeat;
}
.van{
	background: url(../images/van.png) no-repeat;
}
.car{
	background: url(../images/car.png) no-repeat;
}
input[type="text"], input[type="password"] {
	width: 96%;
	padding: 0.5em 0em 0.5em 0.5em;
	color: #8e8e8e;
	/* font-size: 18px; */
	outline: none;
	background: none;
	border: 1px solid #ebebeb;
	font-weight: 100;
}
select {
	width: 100%;
	padding: 0.5em 0em 0.5em 0.5em;
	color: #8e8e8e;
	/* font-size: 18px; */
	outline: none;
	background: none;
	border: 1px solid #ebebeb;
	font-weight: 100;
}
textarea {
	width: 100%;
	padding: 0.5em 0em 0.5em 0.5em;
	color: #8e8e8e;
	/* font-size: 18px; */
	outline: none;
	background: none;
	border: 1px solid #ebebeb;
	font-weight: 100;
}
input[type="submit"]{
	border-style: none;
    border-color: inherit;
    border-width: medium;
    font-size: 16px;
	display: inline-block;
	font-weight: 100;
	color: #fff;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	cursor: pointer;
	outline: none;
	padding: 6px 6px;
	font-family: 'Raleway', sans-serif;
	width: 100%;
	background: #4c9ed9;
    margin-top: 0px;
}
input[type="submit"]:hover {
	background: #73dcff;
	/* border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px; */
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
.but-bottom {
	margin-bottom: 0.8em;
}
ul.facebook {
	float: left;
	background: #578ee8;
	color: #fff;
	padding: 15px 40px;
}
ul.facebook:hover {
	background: #1E4078;
	border-bottom-right-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
ul.facebook li {
	display: inline-block;
	vertical-align: middle;
}
ul.facebook li img {
	margin: 0px 18px 0 0;
	vertical-align: bottom;
}
ul.twitter {
	float: right;
	background: #5dc2e6;
	color: #fff;
	padding: 15px 46px;
}
ul.twitter:hover {
	background: #3396B9;
	border-radius: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
		transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
ul.twitter li {
	display: inline-block;
	vertical-align: middle;
}
ul.twitter li img {
	margin: 0 18px 0 0;
	vertical-align: bottom;
}
ul.google-plus li {
	display: inline-block;
	vertical-align: middle;
}
ul.google-plus {
	float: left;
	background: #f45c37;
	color: #fff;
	padding: 15px 40px;
}
ul.google-plus:hover {
	background: #893B28;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
ul.google-plus li img {
	margin: 0 18px 0 0;
	vertical-align: bottom;
}
ul.linkedIn li img {
	margin: 0 18px 0 0;
	vertical-align: bottom;
}
ul.linkedIn li {
	display: inline-block;
	vertical-align: middle;
}
ul.linkedIn {
	float: right;
	background: #0274b3;
	color: #fff;
	padding: 15px 40px;
}
ul.linkedIn:hover {
	background: #1B3F52;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
		transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
.social-icons-1 {
	margin-top: 1em;
	padding: 0 28px 0 28px;
}
/*--thank-you--*/
.thank-you {
	background: #fff;
	min-height: 300px;
	width: 30%;
	margin: 9% auto 4% auto;
	text-align: center;
	position: relative;
	box-shadow: inset 0px 0px 10px 0px #ABABAB,-1px 1px 17px 7px #0F0000;
	-webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB,-1px 1px 17px 7px #0F0000;
	-moz-box-shadow: inset 0px 0px 10px 0px #ABABAB,-1px 1px 17px 7px #0F0000;
	-o-box-shadow: inset 0px 0px 10px 0px #ABABAB,-1px 1px 17px 7px #0F0000;
}
.thank-you h4 {
	background: #2980b9;
	color: #fff;
	padding: 0.91em 0;
}
.thank-you p {
	color: #7C7777;
	width: 82%;
	margin: 0 auto;
	padding: 1em 0 0em;
}
a.thank-you-button {
	border: none;
	outline: 0;
	color: #fff;
	background: #1abc9c;
	padding: 15px 90px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-size: 18px;
	font-weight: 100;
}
a.thank-you-button:hover {
	background: #2B7264;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
		transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
.thank-you h5 {
	margin: 0.5em 0 3em;
	color:#000;
}
/*--copyrights--*/
.copy-rights{
	text-align: center;
	margin-top: 15em;
}
.copy-rights p{
	color:#FFF;
	font-size: 1em;
	line-height:1.8em;
}
.copy-rights p a{
	color:#fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration:none;
}
.copy-rights p a:hover{
	color:#1abc9c;
	text-decoration:none;
		transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
/*--/copyrights--*/
/*--start-responsive-design--*/
	.head-info h1 {
		padding: 0.12em;
	}
	.thank-you p {
		width: 85%;
	}
	ul.google-plus {
		padding: 15px 42px;
	}
	.copy-rights {
	  margin: 4em 0 4em;
	}
/*----sap-----*/
.sap_tabs {
  clear: both;
  margin: 0 auto;
 /*  width:40%; */
 /*  text-align: center; */
}
.sap_tabs img{
 width:32px;
}
.facts{
  padding: 4% 4% 5% 4%;
/*   background: #eb5242;
 */}
.top1{
  margin-top: 2%;
}
.resp-tabs-list {
  width: 99%;
  margin:0 auto;
}
.tab-text h3 a {
  color: #918D8D;
  font-size: 1.4em;
  text-decoration: none;
}
.resp-tab-item:first-child{
  border-left:none;
}
i.resp-tab-item.lost {
  margin: 0;
}
.resp-tab-item{
  border:none;
  color: #fff;
  font-size: 12px;
   background:#336899; 
  text-transform: uppercase;
  cursor: pointer;
  padding:1.3em 0;
  display: inline-block;
  text-align: center;
  list-style: none;
  float: left;
  width: 25%;
  outline: none;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 600;
}
.resp-tab-item:hover {
 background:#2980b9;
  text-shadow: none;
  color: #FFF;
}

.resp-tab-active {
   background:#2980b9;
  text-shadow: none;
  color:#fff;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
h2.resp-accordion {
  font-size:1em;
  margin: 0px;
  padding: 10px 15px;
  background:#C5CDD1;
  margin:10px 0;
  color:#FFF;
}
span.tab-img img {
  border: 3px solid rgba(213, 210, 210, 0.6);
}
h2.resp-accordion:hover{
  background:#FE2232;
  text-shadow: none;
  color: #FFF;
}
span.tab-img{
  float: left;
  width: 25.5%;
  margin-right: 2.6%;
}
.tab-text{
  float:right;
  width:68.5%;
  position: relative;
}
.tab-text p{
  margin-bottom: 10px;
}
.tab-text span{
    position: absolute;
  top:45%;
  left: 0%;
  width: 99%;
  height: 1px;
  background: rgba(231, 231, 240, 1);
}
.post-meta {
  margin-top: 1em;
}
.tab-text p a{
  color: #69e9cf;
  font-size: 0.875em;
  line-height: 1.5em;
  text-transform: uppercase;
}
.tab-text p a:hover{
  color:#eee378;
}
.link1 {
  font-size: 0.9em;
  color: #918A8A;
  font-style: italic;
  font-weight: 600;
}
.post-meta p {
  font-size: 15px;
  margin-bottom: 2px;
  color: #999;
}
.post-meta a {
  color: #777;
  margin-right: 10px;
}
.post-meta a:hover{
  color:red;
}
.tab-left{
  margin-bottom:5%;
}
li.resp-tab-item.lost{
  margin:0;
}
.top-img {
  padding-bottom: 0.7em;
}
/*---------*/
.register p {
  font-size: 1.1em;
  color: #fff;
  padding: 1em 0;
  font-weight: 400;
  text-align:left;
}
.register input[type="text"],.register input[type="password"] {
  width: 95%;
  padding: 0.8em 0.8em;
  color: #fff;
  font-size: 15px;
  outline: none;
  background: none;
  font-weight: 500;
  border: 1px solid rgba(186, 40, 23, 0.69);
  font-family: 'Raleway', sans-serif;
  }

  .sign-up {
  padding: 1.2em 0;
  }
  .sign-up input[type="reset"] {
  float: left;
  background: #A12112;
  padding: 0.8em 1.4em;
  color: #fff;
  font-weight: 400;
  border: none;
  outline: none;
  font-size: 1em;
  transition: 0.1s all;
  -webkit-transition: 0.1s all;
  -moz-transition: 0.1s all;
  -o-transition: 0.1s all;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
}
.sign-up input[type="reset"]:hover,.sign-up input[type="submit"]:hover, .submit.two input[type="submit"]:hover,.submit.three input[type="submit"]:hover{
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
}

.sign-up input[type="submit"] {
  float: right;
  background:#A12112;
  padding: 0.8em 1.5em;
  color: #fff;
  font-weight: 400;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1em;
  transition: 0.1s all;
  -webkit-transition: 0.1s all;
  -moz-transition: 0.1s all;
  -o-transition: 0.1s all;
  font-family: 'Raleway', sans-serif;
}
/*-----login----------*/
.buttons {
  padding: 1em 0 1.4em 0;
}
.buttons li.twr{
  display: inline-block;
  width:50%;
  float: left;
  border: none;
}
.buttons li:hover{
  border: none;
}
.buttons li.fb {
  display: inline-block;
  width:50%;
  float: left;
  border: none;
}
/* Bounce To Bottom */
.fb a.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: url("../images/fb.png")no-repeat 31px 15px #3b5fa4;
  padding: 1em 6.45em;
  font-size:1.1em;
  border-bottom: 3px solid #263F71;
}
.fb a.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#263F71;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.fb a.hvr-bounce-to-bottom:hover,.fb a.hvr-bounce-to-bottom:focus,.fb a.hvr-bounce-to-bottom:active {
  color: white;
}
.fb a.hvr-bounce-to-bottom:hover:before,.fb a.hvr-bounce-to-bottom:focus:before,.fb a.hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To Top */
.twr a.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: url("../images/twt.png")no-repeat 40px 15px #11aade;
  padding: 1em 6.45em;
  font-size: 1.1em;
  border-bottom: 3px solid #0581AB;
}
.twr a.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#0581AB;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.twr a.hvr-bounce-to-top:hover,.twr a.hvr-bounce-to-top:focus,.twr a.hvr-bounce-to-top:active {
  color: white;
}
.twr a.hvr-bounce-to-top:hover:before,.twr a.hvr-bounce-to-top:focus:before,.twr a.hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.register p {
  font-size: 1em;
  color: #fff;
  padding: 1em 0;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
}
.login input[type="text"],.login input[type="password"] {
  width: 87.9%;
  padding:1em 1em 0.9em 3em;
  color: #999;
  font-size: 17px;
  outline: none;
  font-weight: 400;
  border: none;
  border: 1px solid #fff;
  margin: 0.8em 0;
  background: url("../images/mail.png")no-repeat 10px 16px #fff;
  }
  .login input[type="password"] {
    background: url("../images/lock.png")no-repeat 10px 15px #fff;
  }
  .submit.two  {
    float: right;
  }
 .submit.two input[type="submit"] {
  font-size:1em;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 0.8em 2em;
  border: none;
  background: #BA3627;
  font-family: 'Raleway', sans-serif;
}
/*----------*/
.p-container{
  margin: 1em 0;
}
.p-container  .checkbox input {
  position: absolute;
  left: -9999px;
}
.p-container.checkbox i {
  border-color: #fff;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  
}
.p-container.checkbox i:hover {
  border-color:red;
  
}
.p-container  i:before {
  background-color: #2da5da;  
}
.p-container  .rating label {
  color: #ccc;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.p-container  .checkbox input + i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.p-container .checkbox input + i:after {
  content: url(../images/tick.png) no-repeat 7px 1px;
  top:1px;
  left:3px;
  width:14px;
  height:12px;
}
.p-container.checkbox {
  float: left;
  margin-right: 30px;
}
.p-container .checkbox {
  padding-left: 40px;
  font-size: 0.95em;
  line-height:21px;
  color:#fff;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
}
.p-container  .checkbox {
  position: relative;
  display: block;
}
label.checkbox {
float: left;
margin-top: 3px;
}
.p-container  .checkbox i {
  position: absolute;
  top: 0px;
  left: 5px;
  display: block;
  width: 22px;
  height: 22px;
  outline: none;
  border: none;
  background: none;
  border: 2px solid #89261B;
}
.p-container  .checkbox input + i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.p-container .checkbox input + i:after {
  color: #2da5da;
}
.p-container .checkbox input:checked + i,
.p-container . input:checked + i {
  border-color: #2da5da;  
}
.p-container .rating input:checked ~ label {
  color: #2da5da; 
}

.p-container .checkbox input:checked + i:after {
  opacity: 1;
}
/*---------*/
form.sub {
  padding: 1em 0;
}
form.sub p {
  font-size: 1em;
  color: #fff;
  padding: 1em 0;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  text-align: left;
}
form.sub input[type="password"] {
  width: 95%;
  padding: 0.8em 0.8em;
  color: #fff;
  font-size: 15px;
  outline: none;
  background: none;
  font-weight: 500;
  border: 1px solid rgba(186, 40, 23, 0.69);
  font-family: 'Raleway', sans-serif;
}
.submit.three input[type="submit"] {
  font-size: 1em;
  font-weight: 400;
  color:#fff;
  cursor: pointer;
  outline: none;
  padding:1em 2em;
  border:none;
  background:#BA3627;
    margin-top: 2em;
      font-family: 'Raleway', sans-serif;
}
.submit.three {
  text-align: left;
}
/*---------------*/
.account{
/*     margin: 3em auto 0;
 */    width: 43%;
	background-color: #fff;
	position: relative;
}
.account-info {
    border-right: 1px solid #E2E2E2;
	width: 50%;
}
.account-top {
    padding: 2em;
}
.account-top img{
    border-radius: 50%;
}
.account-top-left {
    float: left;
}
.account-top-right {
    float: right;
	padding-top: 0.5em;
}
.account-top  h2 {
    color: #171a21;
    font-size: 1.5em;
}
.account-top p {
    color: #868b98;
    font-size: 0.9em;
    margin-top: 0.2em;
}
.account span {
    background: url(../images/img-sprite.png) no-repeat 0px 0px;
    width: 100px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.account-info span.icon1 {
    background-position: -24px 0px;
}
.account-info span.icon2 {
    background-position: -46px 0px;
}
.account-info span.icon3 {
    background-position: -68px -1px;
}
.account-info span.icon4 {
    background-position: -96px 0px;
}
.text-right h4 {
    font-size: 1.1em;
    color: #171a21;
    margin-bottom: 0.3em;
	display: inline-block;
}
.text-right h4 a{
    color: #171a21;
}
.text-right h4 a:hover{
    color: #41CCB4;
}
.text-right label {
    float: right;
    font-size: 0.8em;
    color: #868b98;
}
.text-right p {
    font-size: .85em;
    color: #868b98;
    line-height: 1.6em;
}
.text-right p.from {
    display: inline-block;
}
.text-right h6 {
    font-size: 0.9em;
    color: #02a3c6;
	display: inline-block;
}
.text {
    padding: 1em;
   /* border-bottom: 1px solid #E2E2E2; */
}
.text-left {
    float: left;
}
.text-right {
    float: left;
    width: 92%;
}
/* -------------------------------------------------
AUTHOR          :  	Loginfotech
WEBSITE         :   http://www.loginfotech.com/
DEVELOPED BY    :   Loginfotech
---------------------------------------------------- */