/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
.panel-group{
    margin-top: 2em;
}
.panel {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}
p.sub.two{
	color: #e53238;
}
p.sub:after {
      content: '';
    background: #0064d2;
    height: 2px;
    position: absolute;
    bottom: 0%;
    left: 45%;
    width: 10%;
}
.w3ls-heading h3{
	text-align: center;
    color: #212121;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0em;
    margin-left: 0px;
    font-size: 2.5em;
}
.w3ls-heading p.sub{
	     position: relative;
    text-align: center;
    color: #444;
    line-height: 1.8em;
    padding-bottom: 1.5em;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2em;
}
@media (max-width:1440px){
.w3ls-heading h3 {
		font-size: 2.3em;
	}
    }
@media (max-width:1050px){
	.w3ls-heading h3 {
		font-size: 2em;
	}
    .w3ls-heading p.sub {
		line-height: 1.8em;
		padding-bottom: 1.5em;
		letter-spacing: 3px;
		font-size: 0.85em;
	}
    }
@media (max-width:640px){
p.sub:after {
		bottom: 0%;
		left: 41%;
		width: 17%;
	}
}
@media (max-width:450px){
@media (max-width:480px){

.w3ls-heading p.sub {
		line-height: 1.8em;
		padding-bottom: 1.5em;
		letter-spacing: 2px;
		font-size: 0.8em;
	}
.w3ls-heading h3 {
		font-size: 1.8em;
	}

}
}
@media (max-width:384px){
.w3ls-heading p.sub {
		line-height: 1.8em;
		padding-bottom: 1.5em;
		letter-spacing: 2px;
		font-size: 0.7em;
	}
    .w3ls-heading h3 {
		font-size: 1.6em;
	}
}
@media (max-width:375px){
.w3ls-heading h3 {
		font-size: 1.5em;
	}
}
@media (max-width:320px){
.w3ls-heading h3 {
		font-size: 1.4em;
	}
.panel-group{
    margin-top: 1em;
}
}
/*-- accordion-panel --*/
.pa_italic i {
    left: -1.5em;
	font-size: 11px;
}
.pa_italic span {
    display: none;
}
.collapsed span {
   
    display: inline-block;
    left: -1.5em;
	font-size: 11px;
    top: 0px;
}
.collapsed i {
    display: none;
}
.panel-heading {
    padding:0;
}
.panel-title {
    font-size: 1.2em;
    color: #333;
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
} 
.panel-title a.pa_italic.collapsed {
    background: #333;
    color: #fff;
	-webkit-box-shadow:0px 1px 1px 1px #ccc;
	-moz-box-shadow:0px 1px 1px 1px #ccc;
	-o-box-shadow:0px 1px 1px 1px #ccc;
	-ms-box-shadow:0px 1px 1px 1px #ccc;
    box-shadow:0px 1px 1px 1px #ccc;
}
.panel-title a {
    background: #ffae00;
	color:#fff;
	text-decoration: none;
    display: block;
    padding: 12px 35px;
}
.panel-default {
    border-color: #FFF;
	background: #ffffff;
}
.panel-default > .panel-heading {
    color: #212121;
    background-color: #fff; 
}
.panel-body {
    padding: 1.5em;
    font-size: 14px;
    line-height: 2em;
    color: #999;
	border-top-color: transparent;
	-webkit-box-shadow: 0px 0px 1px #aaa;
	-moz-box-shadow: 0px 0px 1px #aaa; 
    box-shadow: 0px 0px 1px #aaa;
    background: #fff;
}
a.pa_italic label {
    cursor: pointer;
	font-weight:500;
}
a.pa_italic:focus {
    outline: none;
    text-decoration: none;
} 
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
}
/*-- //panel --*/
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: none;
}
.modal-body p {
    color: #555;
    line-height: 1.9em;
    margin: 1em 0;
    font-size: 0.9em;
    letter-spacing: 1px;
}
.modal-body i {
    color: #f12b24;
    display: block;
}
.modal-header .close{
	float:right!important;
}
/*-- registration --*/
.signin-form {
	    padding: 0em 1em 1em 1em;
    text-align: center;
}
.signin-form h3,h3.agileinfo_sign  {
       font-size: 1em;
    color: #212121;
    font-weight: 700;
    margin: 1em 0 0.8em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h3.agileinfo_sign  {
	text-align:center;
}
.signin-form h3 span {
    color: #67e1ff;
}
.signin-form img {
    border-radius: 50%;
}
.login-form {
    margin: 1em 0 0.5em;
}
.login-form label {
    font-size: 0.5em;
    color: #212121;
}
.signin-form input[type="email"],.signin-form input[type="text"], .signin-form input[type="password"] {
      width: 100%;
    padding: 0.75em 1em;
    font-size: 0.5em;
    margin: 0.5em 0;
    outline: none;
    color: #212121;
    border: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    letter-spacing: 1px;
    text-align: left;
}
.login-form textarea {
    display: block;
    width: 100%;
    outline: none;
    padding: 0.75em 1em;
    font-size: 0.5em;
    outline: none;
    color: #212121;
    border: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    letter-spacing: 1px;
    -webkit-appearance: none;
    height:65px;
	float:left;
	    margin-right: 2%;
}
.signin-form input[type="email"] {
    background: none;
    display: block;
}
.signin-form input[type="text"] {
    background: none;
    display: block;
}
.signin-form input[type="password"] {
     background: none;
    display: block;
}

.signin-form input[type="submit"] {
    outline: none;
    padding: 0.2em 0;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    margin-top: 1em;
    border: none;
    color: #FFFFFF;
	text-transform:uppercase;
    cursor: pointer;
    background: #ffae00;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
    border-radius: 4px;
	
}
.signin-form input[type="submit"]:hover {
    color: #fff;
       background: #000;
    transition: .5s all;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.signin-form p a {
    font-size: 0.875em;
    color: #212121;
    letter-spacing: 1px;
}
.login-social-grids{
    margin: 1em 0;
}
.login-social-grids ul {
    padding: 0;
    margin: 0;
}
.login-social-grids ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
}
.login-social-grids ul li a {
    color: #FFFFFF;
    text-align: center;
}
.login-social-grids ul li a i.fa.fa-facebook, .login-social-grids ul li a i.fa.fa-twitter, .login-social-grids ul li a i.fa.fa-rss{
    height: 30px;
    width: 30px;
    border: solid 2px #212121;
    line-height: 29px;
    background: none;
    color: #212121;
    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-social-grids ul li a i.fa.fa-facebook:hover {
	border: solid 2px #3b5998;
	background:#3b5998;
    color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-twitter:hover{
	border: solid 2px #55acee;
	background:#55acee;
	color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-rss:hover{
	border: solid 2px #f26522;
	background:#f26522;
	color: #FFFFFF;
}



.login-form textarea:nth-child(2) {
	margin:0;
}
select.form-control {
    width: 49%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
    margin: 0.5em 0;
    outline: none;
        color: #585555;
    border: none;
    border: 1px solid #ccc;
    letter-spacing: 1px;
    text-align: center;
    float: left;
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    margin-right: 2%;
}
select.form-control.two {
	margin-right:0;
}
.address input[type="submit"],.address input[type="reset"] {
    outline: none;
    padding: 0.8em 0;
    width:49%;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
    border: none;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    background: #0064d2;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
	float:left;
	margin-right:2%;
	
}
.address input[type="reset"] {
	margin-right:0;
}
.form-control:focus {
    border: 1px solid #ccc;
    outline: 0;
	 box-shadow:none!important;
}
/*-- //registration --*/
@media (max-width:414px){
.signin-form h3,h3.agileinfo_sign {
		font-size: 0.7em;
		margin: 0.9em 0 0..9em 0;
	}
    .login-form textarea {
    display: block;
	    width: 100%;
		    margin-right: 0;
    margin-bottom: 3%;
	}
}
.w3layouts_vertical_tab span {
    font-size: 1em;
    
        
       background: #333;

    display: inline-block;
    color: #fff ;
    padding: 7px 15px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    font-weight: 400;


}
.w3layouts_vertical_tab span a {
    color :#fff;
}
.w3layouts_vertical_tab span a:focus {
    text-decoration: none;
    outline: none;
}