/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
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;vertical-align:baseline;}
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 */
.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:100%;}
/*end reset*/
body{
/*background: url(../images/banner1.jpg)no-repeat;
background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
padding:0;
margin:0; 
font-family: 'Roboto Condensed', sans-serif;
 font-size: 100%;*/
}  
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
a{
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
a:hover{
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*--header start here--*/
.header-main {
  padding: 30px 0px 20px;
    width: 30vw;
    margin: 0 auto;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 8px;
}
.header-main h1 {
    font-size: 25px;
    color: #FFFFFF;
    text-align: right;
    padding-bottom: 1.8em;
    text-align:center
}
/*.sign-up {
    margin: 2em 0;
}
*/
span.hed-white {
  color: #fff;
}
.style1 {
  text-align: right;
  padding: 60px 0px 40px 0px;
}
/*.header-left {
  background: #fff;
  padding: 10px;
}
.sign-up h2 {
    font-size: 22px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    background:#ff3366;
    width: 40px;
    height: 40px;
    line-height: 1.7em;
    border-radius: 50%;
    margin: 0 auto;
}
*/
.header-left-bottom {
      width:90%;
}
    .header-left-bottom h3 {
        font-size: 16px;
        font-weight: 400;
        color: #A59DA1;
        line-height: 1.5em;
        margin: 0px 0px 25px 0px;
        font-family: DroidArabicKufi;
    }
span.login-color {
  color: #3498db;
  font-weight: 700;
}
.header-left-bottom input[type="text"] {
    background: url(../images/m.png)no-repeat 0px 5px;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 12px 13px 20px 44px;
	border:none;
    border-bottom:1px solid #fff;
    width: 87%;
    margin: 0 0 20px;
    display: inline-block;
}
.header-left-bottom input[type="password"]{
   background: url(../images/l.png)no-repeat 0px 5px;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  border:none;
  border-bottom:1px solid #fff;
  padding: 12px 13px 20px 44px;
 width: 87%;
   margin: 0 0 20px;
  display: inline-block;
}
.header-left-bottom input[type="submit"] {
    background: #3498db;
    color: #FFF;
    font-size: 26px;
    padding: 0.3em 1.2em;
    width: 100%;
    margin: auto;
    margin-right: 2vw;
    font-weight: 500;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: DroidArabicKufi,'Roboto Condensed', sans-serif;
}
    .header-left-bottom input[type="submit"]:hover {
        background: #2980b9;
        box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
    }
input[type="file"] {
    float: left;
    background: #2ecc71;
    color: #FFF;
    font-size: 26px;
    padding: 0.3em 1.2em;
    width: 100px;
    margin: auto;
    margin-right: 4vw;
    font-weight: 500;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: DroidArabicKufi, 'Roboto Condensed', sans-serif;
}
    input[type="file"]:hover {
        background: #27ae60;
        box-shadow: 0 4px 8px rgba(46, 204, 113, 0.3);
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
    }
.remember {
    margin: 1em 0em;
}
.header-social {
    text-align: center;
}
h5 {
    border-left: 1px dotted #c3c3c3;
    padding: 0.5em;
}
.header-social a.face {
    background: url(../images/fac.png)no-repeat 12px 9px #3498db;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding: 0 2em;
    width: 34%;
    text-align: left;
    margin-right: 4%;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    display: inline-block;
    border-radius: 5px;
    font-family: DroidArabicKufi,'Roboto Condensed', sans-serif;
}
.header-social a.face:hover{
	 background: url(../images/fac.png)no-repeat 12px 9px #2980b9;
	 transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
}
/*-- agileits --*/
.header-left-bottom.checkbox {
  position: relative;
  display: block;
  margin-right:2vw;
  float: left;
}
.forgot{
  margin-right:2vw;

}
.header-left-bottom p {
    font-size: 20px;
    /*-- w3layouts --*/
    font-weight: 400;
    color: #000;
    display: inline-block;
    padding: 0px 0px 0px 68px;
}
.header-left-bottom p a{
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.header-left-bottom p a:hover{
	color:#777;
	text-decoration:none;
}
label.checkbox {
  display: inline-block;
}
span.sin-color {
  color:#FFB900;
  font-size: 16px;
  font-weight: 700;
}
.checkbox i {
  font-size: 20px;
  font-weight: 400;
  color: #999;
  font-style: normal;
}
.header-bottom-strip {
  margin: 60px 0px 0px 0px;
   padding: 40px 20px 30px 40px;
  background: #fff;
   margin:70px 0px 0px 0px;
   position:relative;
}
.header-bottom-strip input[type="text"] {
	outline: none;
	font-size: 17px;
	font-weight: 400;
	color: #000;
	padding: 20px 60px;
	border: 1px solid #39A1E5;
	margin: 0px 0px 15px 0px;
	width: 30%;
	-webkit-appearance: none;
	background:#eeeeee;
}
.strip-left input.user {
/*-- agileits --*/
 background:url(../images/user.png)no-repeat 10px 9px #FBFBFB;
  display: block;
}

.strip-left input[type="password"]{
	outline: none;
	font-size: 17px;
	font-weight: 400;
	color: #000;
	padding:10px 10px 10px 40px;
	border: 1px solid #A59DA1;
	margin: 0px 0px 15px 0px;
	width: 78%;
	-webkit-appearance: none;
	background:#eeeeee;
}
.strip-left input.lock {
   background: url(../images/lock.png)no-repeat 10px 10px #FBFBFB;
  display: block;
}
.strip-left {
  float: left;
  width: 31%;
}
.strip-left.middle {
  margin: 0px 20px;
}
    .strip-left input[type="text"] {
        outline: none;
        font-size: 15px;
        color: #000;
        padding: 10px 10px 10px 40px;
        border: 1px solid #A59DA1;
        width: 78%;
        -webkit-appearance: none;
        font-family: DroidArabicKufi,'Roboto Condensed', sans-serif;
    }
    .strip-left input[type="submit"] {
        color: #FFF;
        font-size: 18px;
        padding: 0.4em 1.2em;
        width: 100%;
        background: #3498db;
        border-bottom: 4px solid #2980b9;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        display: inline-block;
        cursor: pointer;
        outline: none;
        border-right: none;
        border-left: none;
        border-top: none;
        font-family: DroidArabicKufi, 'Roboto Condensed', sans-serif;
    }
.strip-left input[type="submit"]:hover {
  background: #2980b9;
  border-bottom: 4px solid #1f618d;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.strip-left h4 {
  font-size: 20px;
  font-weight: 600;
  color: #3498db;
  margin: 25px 0px 0px 25px;
  display: inline-block;
}
.strip-left ul.botm-strip-icon {
  padding: 0px 0px 0px 50px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
      float: right;
}
.strip-left ul.botm-strip-icon li {
  display: inline-block;
}
.strip-left ul.botm-strip-icon li a {
  background: url(../images/sprite.png)no-repeat;
  width: 20px;
  height: 25px;
  display: block;
}
.strip-left ul.botm-strip-icon li a.f {
  background-position: 0px 0px;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.strip-left ul.botm-strip-icon li a.tw {
  background-position: -21px 2px;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.strip-left ul.botm-strip-icon li a.f:hover{
  background-position: 0px -25px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.strip-left ul.botm-strip-icon li a.tw:hover {
  background-position: -21px -25px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.strip-left p {
  font-size: 20px;
  font-weight: 400;
  color: #999;
}
.strip-left p a{
  font-size: 16px;
  font-weight: 400;
  color: #999;
}
.strip-left p a:hover{
  color:#6a67ce;
  text-decoration:none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.tool-tip-main:after {
 content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  border-right: 20px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid #fff;
  border-left: 20px solid rgba(0, 0, 0, 0);
  top: -9%;
  right: 6%;
}
.strip-login {
  background:#6a67ce;
  width: 25%;
  position: absolute;
  top: -41%;
  left: 73.5%;
  padding: 0.8em 0em 0.8em 0.8em;
}
.strip-sign-up h3 {
    font-size: 21px;
    color: #fff;
    margin: 0px;
    font-family: DroidArabicKufi,'Roboto Condensed', sans-serif;
}
.login-close {
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
}
.strip-sign-up {
  float: left;
}
.forgot {
    float: right;
}
.forgot h6 {
    font-size: 1em;
    margin-top: 0.2em;
}
.forgot h6 a{
    color:#efe8e8;
}
.forgot h6 a:hover{
    color:#ff3366;
}
.log-user h6 {
    font-size: 1em;
    float: left;
    color:#999;
}
.log-user {
    padding-top: 0.8em;
}
/*--cheek box--*/
.remember-top{
 float:left;
}
.checkbox {
	margin-bottom: 4px;
	font-size: 1.2em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
  position: relative;
  font-size: 0.95em;
  font-weight: normal;
  color:#efe8e8;
  padding: 0em 0.5em 0em 2.5em;
}
.checkbox i {
    position: absolute;
    bottom:5px;
    left: 2px;
    display: block;
    width: 18px;
    height: 18px;
    outline: none;
    background: #fff;
    border: 1px solid #6A67CE;
}
.checkbox input + i:after {
	content: '';
	background: url("../images/tick.png") no-repeat 5px 5px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.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;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
/*---*/
.clear{
	clear:both;
}

/*--header end here--*/
/*--copyright start here--*/

.copyright {
  padding: 30px 0px;
  text-align: center;
}
.copyright p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.copyright p a{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.copyright p a:hover{
	color:#ff3366;
	text-decoration:none;
}
/*--footer end here--*/
/*--meadia quries start here--*/

@media(max-width:1440px){
.header-main {
    width: 33%;	
}
}
@media(max-width:1366px){
.header-main {
    width: 35%;
}
}
@media(max-width:1280px){
.header-main {
    width: 38%;
}	
}
@media(max-width:1024px){
.header-main {
    width: 46%;
}
.header-main h1 {
    font-size: 63px;
}	
}
@media(max-width:991px){
.header-main {
    width: 48%;
}
}
@media(max-width:800px){
.header-main {
    width: 60%;
}
}
@media(max-width:768px){
.header-main {
    width: 61%;
}
span.sin-color {
    font-size: 14px;
}
}
@media(max-width:736px){
.header-main {
    width: 65%;
}
}
@media(max-width:667px){
.header-main h1 {
    font-size: 60px;
}
.header-main {
    width: 67%;
}
.strip-left.middle {
    margin: 0px 16px;
}
.header-social a.face {
    margin-right: 2%;
}
.sign-up {
    margin: 1.5em 0;
}
}
@media(max-width:640px){
.header-main h1 {
    padding-bottom: 1.1em;
}
.header-main {
    width: 70%;
}
}
@media(max-width:600px){
.header-social a.twitt {
    width: 28%;
}
.header-social a.face {
    margin-right: 2%;
	width:33%;
}
.header-main h1 {
    font-size: 56px;
}
}
@media(max-width:568px){
.header-main {
    width: 80%;
}
}
@media(max-width:480px){
.header-main {
    padding: 60px 0px 30px;
}
.header-main h1 {
    font-size: 45px;
}
.header-left-bottom input[type="text"] {
    width: 83%;
}
.header-left-bottom input[type="password"] {
    width: 83%;
}
.header-main {
    width: 73%;
}
.header-social a.twitt {
    width: 24%;
}
.header-social a.face {
    width: 30%;
}
.header-left-bottom input[type="submit"] {
    font-size: 22px;
}
}
@media(max-width:414px){
.header-left-bottom input[type="text"] {
    width: 80%;
}
.header-left-bottom input[type="password"] {
    width: 80%;
}
.header-main {
    width: 75%;
}
.header-social a.twitt {
    width: 21%;
}
.header-social a.face {
    width: 27%;
}
.sign-up {
    margin: 1em 0;
}
.header-left-bottom input[type="submit"] {
    font-size: 20px;
}
.sign-up h2 {
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 1.9em;
}
.header-main {
    padding: 60px 0px 12px;
}
.copyright p a {
    line-height: 1.8em;
}
.header-main h1 {
    font-size: 42px;
}
}
@media(max-width:384px){
.header-main h1 {
    font-size: 38px;
}
.header-social a.face {
    width: 25%;
}
.header-social a.twitt {
    width: 19%;
}
}
@media(max-width:375px){
.header-main {
    width: 78%;
}
.copyright {
    padding: 19px 13px;
    text-align: center;
}
}
@media(max-width:320px){
.header-main {
    width: 85%;
}
.header-main {
    padding: 25px 0px 15px 0px;	
}
.header-left-bottom input[type="text"] {
    padding: 12px 13px 15px 44px;
    width: 77%;
}
.header-left-bottom input[type="password"] {
    padding: 12px 13px 15px 44px;
    width: 77%;
}
.header-main h1 {
    font-size: 36px;
}
.header-social a.face {
    width: 23%;
}
.header-social a.twitt {
    width: 17%;
}
.header-left-bottom input[type="submit"] {
    font-size: 19px;
}
.checkbox {
    font-size: 0.8em;
}
.forgot h6 {
    font-size: 0.9em;
}
.header-left-bottom h3 {
    font-size: 12px;
}
.copyright p {
    font-size: 15px;
}
.header-main h1 {
    padding-bottom: 1em;
}
.remember {
    margin: 0.5em 0em;
}
.copyright {
    padding: 10px 6px 0;
}
.header-left-bottom input[type="password"] {
    margin: 0 0 17px;
    width:25vw;
    border-radius:3%;
}
.header-left-bottom input[type="text"] {
    margin: 0 0 17px;
    width:25vw;
    border-radius:3%;
}
.header-social a.face {
    margin-right: 4%;
}
}
/*--meadia quries end here--*/
@media (max-width: 768px) {
    .hide-on-small {
        display: none;
    }
}