
/*-- social-icons --*/
ul.top-links li {
       margin-right: 10px;
    display: inline-block;
   
}
ul.top-links {
 float: left!important;
    
}
ul.top-links {
    float: right!important;

    position: absolute;
    z-index: 999;
    right: 2em;
   
   
}
ul.top-links li a i.fa {
    color: #f53753;
    color: #000;
    font-size: 15px;
    background: #fff;
        padding: 0.7em 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 10px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    margin-left:0.5em; 
}
ul.top-links li a i.fa:hover {
    color: #f53753;
}

/*-- //social-icons --*/





input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
label {
	margin: 0;
    letter-spacing: 1px;
    color: #333;
	font-size: 14px;
}
.login-check {
    margin-bottom: 1em;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}


.register-full {
    width: 85%;
    margin: 4em auto 3em;
}
.agile-row p {
    font-size: 14px;
    color: black;
    line-height: 1.8em;
    letter-spacing: 1px;
    margin-bottom: 1em;

}

.agile-row h2{
    color: black;
    font-weight: 800px;

}
.register-in {
    padding: 3em;
}
.register-in.middle {
    padding: 0;
    padding-left: 3em;
}
.register-left {
    width: 60%;
    float: left;
    padding: 3em;
    background: rgba(0,0,0,0.5);

}


.register-right {
    width: 40%;
    float: left;

}
.register-left p {
    margin: 1em 0 1.3em;
    line-height: 28px;
    font-size: 2em;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: center;
    padding: 20px 0;
    color: #FFFFFF;
    border:solid 1px #FFF; 
}
.register-left h3,.register-left h2{
    font-size: 3em;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
}

.register-left h3 span {
    color: red;
    font-weight: bold;
    font-size: 1em;
}

.register-left h2 span {
    color: yellow;
    font-weight: bold;
    font-size: 1.8em;
}


.register-left h1{
    font-size: 5em;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.register-right a {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 5px;
    color: #fff;
}
.link a {
    color: #FFFFFF;
    padding: .5em;
    font-size: 1.5em;
    border:2px solid #0a7369;
}
.checkbox a {
    color: #888;
}
.checkbox a:hover {
    color: #03A9F4;
}
.link a:hover{
	color:#000;
    border:2px solid #FFFFFF;
	background:none;
}
.register-form{
	margin:2em 0 0 0;
}
.register-form h4,.address h4{
    margin-bottom: 2em;
    color: #404040;
    margin: 0 0 2em 0;
    font-weight: 600;
}
 .register input[type="text"],.register input[type="email"],.register input[type="password"],.register input[type="tel"]{
    font-size: 1em;
    color: #fff;
    padding: 0.5em 1em;
    border: 0;
     width: 100%;
	box-sizing: border-box;
    border-bottom: 1px solid #fff;
    background: none;
    -webkit-appearance: none;
	outline: none;
}

select{
    font-size: .9em;
    letter-spacing: 1px;
    color: #fff;
	font-weight:100;
    padding: 0.6em .5em;
    border: 0;
    width: 97%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
	font-family: 'Raleway', sans-serif;
}

input[type="checkbox"] {
    cursor: pointer;
    margin-right: 5px;
}
.register textarea { 
	min-height: 150px;
    resize: none;
}
/*-- input-effect --*/
.styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: .9em;
    color: #999;
    top: -1.3em;
    -webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	-o-transition: all 0.125s;
	-ms-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input {
	width: 100%;
    position: relative;
    margin: 0 0 2em;
}
.styled-input:nth-child(1),.styled-input:nth-child(3){
	margin-left:0;
}
.textarea-grid{
	float:none !important;
	width:100% !important;
	margin-left:0 !important;
}
.styled-input label {
	color: #fff;
    padding: 0.5em .9em;
    letter-spacing: 1px;
	font-weight:100;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-size: .9em;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span,.styled-input textarea ~ span {
	display: block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}
option {
    background: #222;
}
select:focus {
    outline: none;
}
.styled-input textarea ~ span { 
    bottom: 5px; 
}
.styled-input input:focus.styled-input textarea:focus { 
	outline: 0; 
} 
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
	width: 100%;
	-webkit-transition: all 0.075s;
	-moz-transition: all 0.075s;  
	transition: all 0.075s; 
} 
/*-- //input-effect --*/
.register-form input[type="submit"] {
    outline: none;
    color: #FFFFFF;
    width: 100%;
	box-sizing: border-box;
    padding: .4em 1em;
    font-size: 1.1em;
	letter-spacing: 1px;
    margin: 1.5em 0 0 0;
    -webkit-appearance: none;
    background: #2dde98;
    border: 2px solid #2dde98;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
	font-family: 'Raleway', sans-serif;
}

.register-form input[type="submit"]:hover {
    background: #ff4f81;
	border: 2px solid #ff4f81;
}
input[type="text"] {
    width: 100%;
}
.content3 {
    margin: 7% auto 2%;
}
.content3 a {
    background: #db3552;
    font-size: 15px;
	color: #ffffff;
    padding: 12px 30px;
	letter-spacing: 1px;
    display: initial;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.content3 a:hover {
    background: #ff4f81;
}
.content3 a.read {
    background: #00a8e0;
    font-size: 16px;
    padding: 12px 30px;
    display: initial;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.content3 a.read:hover {
    background: #2dde98;
}
.content3 ul li {
    display: inline-block;
    margin-right: .5em;
}
/*-- //contact --*/
/*-- copyright --*/
.agile-copyright {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin: 2em 0 0;
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif;
}
.agile-copyright a:hover{
    color: #fd127a;
}
.agile-copyright a {
    color: #fff;
}
h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 1em;
}
/*-- //copyright --*/

.register-right {
    width: 40%;
    float: right;
    margin-top: 0em;
    padding: 2em 0.5em;
    background: #ffcd07;
}
.register-right a:hover {
    color: #ff4f81;
}

.content3 {
    margin: 7% auto 2%;
}
.content3 a {
    background: #db3552;
    border: 1px solid #db3552;
    font-size: 15px;
	color: #ffffff;
    padding: 12px 30px;
	letter-spacing: 1px;
    display: initial;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.content3 a:hover {
    background: none;
    border: 1px solid #fff;
}
.content3 a.read {
    background: none;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 12px 30px;
    display: initial;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.content3 a.read:hover {
    background: #fff;
	color:#333;
}
.content3 ul li {
    display: inline-block;
    margin-right: .5em;
}
/*-- //contact --*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#333;
}
::-moz-placeholder { /* Firefox 19+ */
	color:#333;
}
::-ms-input-placeholder { /* IE 10+ */
	color:#333;
}
::-moz-placeholder { /* Firefox 18- */
	color:#333;
}
/*-- login form styling --*/
.login-form h3 {
    font-size: 2em;
    color: #333;
    float: left;
    margin-bottom: 1.5em;
    line-height: 0.7em;
    letter-spacing: 0px;
}
span.fa.fa-lock {
    float: right;
    font-size: 30px;
    color: #03A9F4;
    margin-right: 10px;
}
.login-form input[type="text"], .login-form input[type="password"], .login-form input[type="email"] {
    outline: none;
    font-size: .9em;
    letter-spacing: 1px;
    color: #666;
    padding: 1em 1em;
    margin: 0;
    width: 100%;
	box-sizing: border-box;
    margin-bottom: 1em;
    border: none;
    border: 1px solid rgb(101, 101, 101);
    -webkit-appearance: none;
    display: block;
    background: #fff;
    font-family: 'Raleway', sans-serif;
}
.login-form input[type="submit"] {
    font-size: 1em;
    color: #ffffff;
    background:red;
    border: 1px solid #fd127a;
    outline: none;
    cursor: pointer;
    padding: .8em 1em;
    letter-spacing: 1px;
    -webkit-appearance: none;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    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-family: 'Raleway', sans-serif;
}
.login-form input[type="submit"]:hover {
    background: #384956;
    border: 1px solid #384956;
}
.login-agileits-bottom {
    margin-top: 1.6em;
    text-align: center;
}
.login-agileits-bottom h6 {
    font-size: 1em;
    letter-spacing: 2px;
}
.login-agileits-bottom h6 a {
    color: #333;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.login-agileits-top ul li {
    margin-left: 0px;
    list-style-type: none;
    display: inline-block;
    line-height: 1.5;
}
/*-- //login form styling --*/

/* responsive design */
@media (max-width: 1440px) {
	.register-left h3, .register-left h2 {
		font-size: 2.5em;
	}
	.register-right a {
		font-size: 1.4em;
	}
}
@media (max-width: 1366px) {
	.register-left h3, .register-left h2 {
		font-size: 2.4em;
	}
	.register-right {
		width: 32%;
	}
	.register-left {
		width: 58%;
	}
}
@media (max-width: 1280px) {
	.register-right {
		width: 35%;
	}
	.register-left {
		width: 56%;
	}
	.register-full {
		width: 80%;
	}
	.register-left p {
		width: 100%;
	}
	.register-left h3, .register-left h2 {
		font-size: 2.2em;
	}
}
@media (max-width: 1080px) {
}
@media (max-width: 1024px) {
	.register-right {
    width: 30%;
}
h4 {
    font-size: 20px;
}
.register-left {
    width: 58%;
}
.register-full {
    margin: 5em auto 3em;
}
}
@media (max-width: 991px) {
.register-left h3, .register-left h2 {
    font-size: 2em;
}
}

@media (max-width: 900px) {
	.register-left h3, .register-left h2 {
		font-size: 2em;
	}
}

@media (max-width: 800px) {
	.register-in {
		padding: 2em;
	}
}
@media (max-width: 768px) {
	.register-left {
		width: 100%;
		float: none;
		padding:0;
	}
	.register-right {
		width: 100%;
		float: none;
		margin: 3em 0;
		box-sizing: border-box;
	}
	
}

@media (max-width: 736px) {

    ul.top-links li a i.fa {
        vertical-align: middle;
    color: #f53753;
    color: #000;
    font-size: 10px;
    background: #fff;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 10px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    margin-top:0.7em;
}




/*-- //social-icons --*/
	.register-left h3, .register-left h2 {
		font-size: 1.8em;
	}
}
@media (max-width: 667px) {
	.header {
    width: 100%;
}
}
@media (max-width: 640px) {
        ul.top-links li a i.fa {
        vertical-align: middle;
    color: #f53753;
    color: #000;
    font-size: 10px;
    background: #fff;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 10px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    margin-top:0.7em;
}
	
	.register-left{
        width: 100%;
        height: inherit;
        margin-top:5em;
        padding: 1em; 
    }
	.agile-copyright {
		letter-spacing: 1px;
	}
	.register-full {
    margin: 9em auto 2em;
}
}
@media (max-width: 600px) {
	ul.top-links li a i.fa {
        vertical-align: middle;
    color: #f53753;
    color: #000;
    font-size: 10px;
    background: #fff;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 5px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

}
@media (max-width: 568px) {
	ul.top-links li a i.fa {
        vertical-align: middle;
    color: #f53753;
    color: #000;
    font-size: 10px;
    background: #fff;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 10px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
	.agile-copyright {
		margin: 3em 1em 0;
		line-height: 26px;
	}

    .register-left{
        width: 100%;
        height: inherit;
        margin-top:7em;
        padding: 1em; 
    }
}
@media (max-width: 480px) {
    
    label {
	margin: 0;
    letter-spacing: 1px;
    color: #333;
	font-size: 12px;
}

 ul.top-links li a i.fa {

    margin-top: 0.6em;
    color: #f53753;
    color: #000;
    font-size: 10px;
    background: #fff;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 10px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
ul.top-links li a i.fa:hover {
    color: #f53753;
}
	.register-right {
		width: 100%;
		height: inherit;
	}
	.register-left h3 {
		font-size: 1.5em;
	}

    .register-left h2{
        font-size: 1.5em;
    }
	h1 {
    font-size: 40px;
	}
	.register-right {
    margin: 2em 0;
}

.register-left{
        width: 100%;
        height: inherit;
        margin-top:5em;
        padding: 1em; 
    }
}
@media (max-width: 414px) {

	ul.top-links li a i.fa {
    color: #f53753;
    color: #000;
    font-size: 8px;
    background: #fff;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 5px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;

}
ul.top-links li a i.fa:hover {
    color: #f53753;
}

	.register-left{
		width: 100%;
		height: inherit;
        margin-top:8em;
        padding: 1em; 
	}
	.register-right{
		width:100%;
	}
	.register-left h3, .register-left h2 {
		font-size: 1.4em;
	}
}
@media (max-width: 384px) {
      .register-left h2{
        font-size: 1em;
    }
ul.top-links li a i.fa {
    color: #f53753;
    color: #000;
    font-size: 8px;
    background: #fff;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 5px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    margin-top: 1.2em;
}
	.register-left p {
		padding: 0 0em;
		font-size: 13px;
	}
	.agile-copyright {
		font-size: 14px;
	}
	h1 {
    font-size: 37px;
    letter-spacing: 1px;
}
.register-left p {
    line-height: 22px;
    width: 100%;
}
h4 {
    font-size: 19px;
}
}
@media (max-width: 375px) {
      .register-left h2{
        font-size: 1.1em;
    }
ul.top-links li a i.fa {
    color: #f53753;
    color: #000;
    font-size: 8px;
    background: #fff;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 5px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
	.register-left h3, .register-left h2 {
    font-size: 1.3em;
}
}
@media (max-width: 320px) {
    
	label {
	margin: 0;
    letter-spacing: 1px;
    color: #333;
	font-size: 12px;
}
	
	ul.top-links li a i.fa {
    color: #f53753;
    color: #000;
    font-size: 8px;
    background: #fff;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 5px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
   
}
	body {
		padding: 2em 0;
	}
	h1 {
    font-size: 30px;
}
.register-left h3, .register-left h2 {
    font-size: 1.3em;
}
.register-left p {
    margin: 1em 0 0;
}
.register-right {
    padding: 1.5em 0.5em;
}
.register-full {
    width: 90%;
}
.agile-copyright {
    margin: 2em 1em 0;
}
.login-form input[type="text"], .login-form input[type="password"], .login-form input[type="email"] {
    font-size: .8em;
}
.agile-copyright {
    font-size: 13px;
	line-height:22px;
}
}	

/* //responsive design */




