
/*-- form --*/  
.input-group {
	margin-bottom: 20px;
} 
.form-control1, .form-control_2.input-sm {
    border: 1px solid #607D8B;
    padding: 5px 18px;
    color: #555;
    background: #fff;
    box-shadow: none !important;
    width: 100%;
    font-size: 0.9em;
    font-weight: 300;
    height: 40px;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-appearance: none;
    outline: none;
}  
/*-- //form --*/ 
/*-- list --*/ 
.w3llist-grids li {
    line-height: 2em;
    color: #999;
}
.agileinfo-w3lsrow2 {
    margin-top: 2em;
}
ul.w3list-style {
    padding: 0;
    width: 80%;
}
ul.w3list-style li {
    display: block;
    padding: 5px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: -1px;
}
/*-- //list --*/ 

/*-- //pages --*/
/*-- buttons --*/  

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0 none;
} 
/*-- STANDARD BUTTONS --*/ 
 
/*-- SHARP BUTTONS --*/ 
.btn.sharp {
	border-radius: 0;
} 
/*-- OUTLINE BUTTONS --*/
.btn.outline {
	background: none; 
}
.btn-primary.outline {
	border: 2px solid #2196F3;
	color: #2196F3;
}
.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
	color: #33a6cc;
	border-color: #33a6cc;
} 
.btn-success.outline {
	border: 2px solid #4CAF50;
	color: #4CAF50;
}
.btn-success.outline:hover, .btn-success.outline:focus, .btn-success.outline:active, .btn-success.outline.active, .open > .dropdown-toggle.btn-success {
	border-color: #39bf87;
	color: #39bf87;
} 
.btn-info.outline {
	border: 2px solid #31cde8;
	color: #31cde8;
}
.btn-info.outline:hover, .btn-info.outline:focus, .btn-info.outline:active, .btn-info.outline.active, .open > .dropdown-toggle.btn-info {
	border-color: #5fd4e8;
	color: #5fd4e8;
} 
.btn-warning.outline {
	border: 2px solid#ff9800;
	color:#ff9800;
}
.btn-warning.outline:hover, .btn-warning.outline:focus, .btn-warning.outline:active, .btn-warning.outline.active, .open > .dropdown-toggle.btn-warning {
	border-color: #eba259;
	color: #eba259;
} 
.btn-danger.outline {
	border: 2px solid #F44336;
	color: #F44336;
}
.btn-danger.outline:hover, .btn-danger.outline:focus, .btn-danger.outline:active, .btn-danger.outline.active, .open > .dropdown-toggle.btn-danger {
	border-color: #f26d6d;
	color: #f26d6d;
} 
/*-- ROUNDED BUTTONS --*/ 
.btn.round {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-o-border-radius: 24px;
	-ms-border-radius: 24px;
	border-radius: 24px;
}
.btn-lg.round {
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
}
.btn-sm.round {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px; 
	border-radius: 14px;
}
.btn-xs.round {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	border-radius: 10px;
} 
/*-- RAISED BUTTONS --*/ 
.btn-primary.raised {
	-webkit-box-shadow: 0 3px 0 0 #007299;
	-moz-box-shadow: 0 3px 0 0 #007299;
	-o-box-shadow: 0 3px 0 0 #007299;
	-ms-box-shadow: 0 3px 0 0 #007299;
	box-shadow: 0 3px 0 0 #007299;
}
.btn-primary.raised:active, .btn-primary.raised.active { 
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}
.btn-success.raised {
	-webkit-box-shadow: 0 3px 0 0 #008c52;
	-moz-box-shadow: 0 3px 0 0 #008c52; 
	box-shadow: 0 3px 0 0 #008c52;
}
.btn-success.raised:active, .btn-success.raised.active { 
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}
.btn-info.raised {
	-webkit-box-shadow: 0 3px 0 0 #35a2b5;
	-moz-box-shadow: 0 3px 0 0 #35a2b5; 
	box-shadow: 0 3px 0 0 #35a2b5;
}
.btn-info.raised:active, .btn-info.raised.active { 
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}
.btn-warning.raised {
	-webkit-box-shadow: 0 3px 0 0 #b87430;
	-moz-box-shadow: 0 3px 0 0 #b87430; 
	box-shadow: 0 3px 0 0 #b87430;
}
.btn-warning.raised:active, .btn-warning.raised.active { 
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}
.btn-danger.raised {
	-webkit-box-shadow: 0 3px 0 0 #bf4343;
	-moz-box-shadow: 0 3px 0 0 #bf4343; 
	box-shadow: 0 3px 0 0 #bf4343;
}
.btn-danger.raised:active, .btn-danger.raised.active { 
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}

/*-- BUTTON SIZING --*/ 
.btn-xs, .btn-group-xs > .btn {
	padding: 2px 6px;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 8px 12px;
}
.btn-lg {
	padding: 20px 40px;
	border-radius: 4px;
}
.btn-xs.btn-default, .btn-xs.outline {
	padding: 0px 4px;
}
.btn-sm.btn-default, .btn-sm.outline {
	padding: 6px 10px;
}
.btn-lg.btn-default, .btn-lg.outline {
	padding: 18px 38px;
}
/*-- animated buttons --*/
button.button.btn.btn-primary.w3effct1,.button.btn.btn-primary.w3effct1:hover {
    width: 120px;
    padding: 1em 1em;
	opacity:1;
} 
.button span { 
	display: inline-block;
	position: relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s; 
	transition: 0.5s;
} 
.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -6px;
    right: -20px;
    transition: 0.5s;
    font-size: 1.5em;
}
.button:hover span {
	padding-right: 25px;
} 
.button:hover span:after {
	opacity: 1;
	right: 0;
}
/*-- animated buttons effect2 --*/
.button.w3effct2 {
    position: relative;
    background-color: #9C27B0;
    border: none;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    font-size: 1em;
}
.button.w3effct2:after {
    content: "";
    background: rgba(255, 255, 255, 0.78);
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
} 
.button.w3effct2:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s;
} 
button.button.btn.btn-primary.w3effct1.w3effct1b {
    background: white;
    border: 1px solid #2196f3;
    color: #2196F3;
} 
/*-- //animated buttons --*/
/*-- checkbox and radio buttons --*/
.radio label, .checkbox label { 
    color: #999;
	padding-left: 5px;
}
.checkbox i ,.radio i{
    position: absolute;
    bottom: 1px;
    right: 2px;
    display: block;
    width: 18px;
    height: 18px;
    outline: none;
    background: #b3262e;
    border: 1px solid #b3262e;	
} 
 
.checkbox,.radio{
    position: relative;
    font-size: 1em;
    font-weight: normal;
    color:#2ccea2;
    padding: 0em 0.5em 0em 2em;
}  
.checkbox input + i:after{
    content: '';
    background: url(../images/tick.png) no-repeat center;
    top: -1px;
    left: -1px;
    width: 18px;
    height: 18px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
	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;
} 
input[type="checkbox"],input[type="radio"]{
	opacity:0;
	margin:0;
	display:none;
}
.checkbox.disabled i,.checkbox.disabled ,.radio.disabled{
    cursor: not-allowed;
    z-index: 9;
}
.radio i {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;  
}
.radio input[type="radio"] + i:after {
    content: '';
    background: #fff;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px; 
    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;
    border-radius: 50%;
}
.checkbox input:checked + i:after ,.radio input[type="radio"]:checked + i:after{
    opacity: 1;
}
/*-- //check box --*/ 
/*--sign-in-form--*/
.agileinfo-w3lsrow.login-top .w3llist-grids {
    padding: 0 3em;
} 
.login-top {
    padding: 1em 0;
    background-color: #fff;
}
.login-top input[type="text"], .login-top input[type="password"], .login-top input[type="email"] {
    outline: none;
    font-size: 1em;
    color: #999;
    padding:10px;
    margin: 0;
    width: 100%;
    border: none;
    border-bottom: 1px dashed #D0D0D0;
    -webkit-appearance: none;
    margin-bottom: 1.5em;
}
.login-top input[type="text"]:focus, .login-top input[type="password"]:focus, .login-top input[type="email"]:focus{
	border-bottom-style: solid;
} 
.login-top input[type="text"]:hover, .login-top input[type="password"]:hover, .login-top input[type="email"]:hover{
    border-bottom-color:rgba(132, 141, 215, 0.52);
}
.login-top input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background: #02a8bd;
	border:none;
    border-bottom: 3px solid #02a8bd;
    outline: none;
    cursor: pointer;
    padding: .6em;
    -webkit-appearance: none;
    width: 100%; 
	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-top input[type="submit"]:hover{
	border-color: #009eb3;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
}
.login-top p {
    font-size: 1.2em;
    color: #000;
    text-align: center;
    margin: 1em 0;
} 
.social-icons ul {
    padding: 0;
}
.social-icons ul li {
    display: inline-block;
    float: left;
    width: 48%;
}
.social-icons ul li:nth-child(2){
    float: right;
}
.social-icons ul li a {
    font-size: 1em;
    text-align: center;
    color: #fff;
    background: #3b5998;
    display: block;
    padding: .5em 0;
    border-bottom: 4px solid #fff;
}
.social-icons ul li a:hover {
    border-bottom-color: #223763;
	-webkit-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #999;
}
.social-icons ul li:nth-child(2) a{
	background:  #55acee;
}
.social-icons ul li:nth-child(2) a:hover{
    border-bottom-color: #2F95E2;
}
.social-icons  span.glyphicon{
    vertical-align: middle;
} 
/*-- //sign-in-form --*/
/*-- 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;
}
.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: #fff;
    color: #333;
	-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: #00BCD4;
	color:#fff;
	text-decoration: none;
    display: block;
    padding: 12px 35px; 
}
.panel-default {
    border-color: #FFF;
	background: #f5f5f5;
}
.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 --*/
/*-- skill-bars --*/ 
.skills {
  text-align: right;
  padding-right: 20px;
  line-height: 30px;
  color: white;
}
.w3llist-grids.w3l-bars p {
    margin: 0.5em 0;
    line-height: inherit;
}
.skill-agilebg{
  width: 100%;
  background-color: #ddd;
}
.html {width: 90%; background-color: #4CAF50;}
.css {width: 80%; background-color: #2196F3;}
.js {width: 65%; background-color: #f44336;}
.php {width: 60%; background-color: #808080;}

/*-- //skill-bars --*/ 

img.img-responsive {
    width: 100%;
}
.column-w3img2 img {
    height: 260px;
}  
/*-- contact --*/ 
.agileits-title {
    text-align: center;
    margin-bottom: 2em;
}
.contact-grid {
    background-color: #ff7629;
    padding: 3em;
}
.contact-grid h4 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 1em;
    font-weight: 300;
}
.styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.contact input[type="text"], .contact textarea {
    font-size: 1em;
    color: #555;
    padding: 0.8em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    background: none;
    -webkit-appearance: none;
    outline: none;
    background: #fff;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
}
.contact textarea {
    min-height: 7em;
    resize: none;
}
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: .9em;
    color: #fff;
    top: -2em;
    -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%;
	margin: 1.5em 0 1em;
	position: relative;
}
.styled-input label {
    color: #555;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: 1em;
    display: block;
    line-height: 2em;
}
.styled-input input ~ span,.styled-input textarea ~ span {
	display: block;
	width: 0;
	height:2px;
	background:#02bbd2;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	transition: all 0.125s; 
}
.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 --*/
.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: .6em 3.5em;
    font-size: 1em;
    -webkit-appearance: none;
    background: #ff7629;
    border: solid 1px #fff; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Roboto', sans-serif;
}
.contact input[type="submit"]:hover {
    color: #ff7629;
    background: #fff;
}
.contact ::-webkit-input-placeholder{
	color:#999 !important;
}  
/*-- //contact --*/
/*-- address --*/   
.address-row {
    margin-top: 3em;
    padding: 0;
} 
.contact-w3lsright h6 span {
    color: #00bcd4;
}
.contact-w3lsright h6 {
    font-size: 1.8em;
    color: #525252;
    font-weight: 500;
    line-height: 1.8em;
    text-transform: uppercase;
    margin-top: 3em;
    padding: 0 1em;
    letter-spacing: 1px;
}
.address-row span.glyphicon {
    font-size: 1.2em;
    border: 2px solid #afafaf;
    padding: 1.6em 1em;
    color: #afafaf;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
    transition: .5s all;
}
.address-row:hover span.glyphicon {
    border-color: #02bbd2; 
	color:#02bbd2; 
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
    transform: rotatey(360deg);	
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
}
.address-row h5 {
    font-size: 1.4em;
    color: #f55800;
    margin-bottom: .4em;
    font-weight: 400;
}
.address-row p a {
    color: #02bbd2;
}
.address-row p a:hover{
    color: #999;
} 
.address-right {
    padding-right: 0;
}  
.grid_3 .address-right p {
    margin-bottom: 0;
}
/*-- //address --*/

/*-- //footer --*/

/*-- //slider-up-arrow --*/ 

/*-- responsive-design --*/ 
@media(max-width:1280px){
.modal-body.grid_3 {
    padding: 3em;
}
}
@media(max-width:1080px){
.carousel-caption { 
    padding: 20em 0 15em !important;
}
.agileits-buttons .w3llist-grids {
    padding: 0;
}
.btn {
    padding: .6em 0.8em; 
    margin-right: .2em;
}
.contact-grid { 
    padding: 2em;
}
} 
@media(max-width:991px){
.w3ls-logo .navbar-brand { 
    padding: 0.6em 0.8em .4em; 
}
.top-w3lnav .navbar-nav > li > a {
    padding: 1.7em 1em; 
}
.w3social-icons ul li { 
    margin: 0 0.3em;
}
.carousel-caption p {
    margin: 1.5em 3em !important; 
}
.codes {
    padding: 4em 0; 
}
.codes.agileitsbg3 ,.codes.agileitsbg2,.codes.agileitsbg4{ 
    padding-bottom: 8em;
}
h3.w3ls-hdg {
    font-size: 1.6em; 
    letter-spacing: 2px; 
    margin-bottom: 1em;
}
.w3llist-grids.w3llist-grids-btm2 {
    margin-top: 2.5em;
}
.w3llist-grids .panel-group {
    margin-bottom: 10em;
}
.w3-agileits.gallery-w3 .column {
    padding: 0 0.5em;
}
.w3-agileits.gallery-w3 .agileinfo-w3lsrow2 {
    margin-top: 1em;
}
.contact-w3lsright h6 { 
	font-size: 1.6em;
    margin-top: 2em; 
}
.address-row {
    margin-top: 2em; 
}
.footer { 
    padding: 3em 0; 
}
.support { 
    width: 75%; 
} 
.column-w3img2 img {
    height: inherit;
} 
}
@media(max-width:800px){
.carousel-caption {
    padding: 17em 0 12em !important;
} 
h4.w3t-text {
    font-size: 1.6em;
    margin-bottom: .3em; 
}
.w3llist-grids.w3llist-grids-btm2 {
    margin-top: 2em;
}
.modal-content { 
    width: 75%; 
}
}
@media(max-width:767px){
.navbar-inverse {
    background-color: rgb(255, 255, 255); 
    margin: 1.5em 4em 0;
}
button.navbar-toggle {
    margin: 1.2em 0;
}
.navbar-inverse .navbar-toggle {
    border-color: #f44336;
	background-color: #f44336;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #f44336;
}
.top-w3lnav .navbar-nav > li > a {
    padding: 1em;
    text-align: center;
}
ul.dropdown-menu {
    text-align: center;
}
ul.dropdown-menu > li > a:hover, ul.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.w3social-icons.w3lsnav-right {
    text-align: center;
    float: none;
    margin: 0em 0 1.2em;
}
.carousel-caption h2, .carousel-caption h3 {
    font-size: 2.5em; 
}
.carousel-caption {
    padding: 17em 0 10em !important;
}
.codes.agileitsbg3, .codes.agileitsbg2, .codes.agileitsbg4 {
    padding-bottom: 7em;
} 
.bs-example-js-navbar-scrollspy ul li {
    display: inline-block;
}
.bs-example-js-navbar-scrollspy .navbar-nav {
    margin: 0;
} 
.grid_3 p.help-block {
    margin-bottom: 0;
}
.panel-body {
    padding: 1em; 
}
.w3llist-grids .panel-group {
    margin-bottom: 9em;
} 
}
@media(max-width:640px){
.contact-w3lsright{
    padding: 0;
}
.support {
    width: 80%;
    padding: 1.2em;
} 
.modal-content {
    width: 85%;
}
.modal-body.grid_3 {
    padding: 2em;
} 
ul.w3list-style { 
    width: 85%;
}
}
@media(max-width:600px){
.carousel-caption {
    padding: 15em 0 8em !important;
}
.w3ltext-grids { 
    padding: 0 .5em;
}
.codes.agileitsbg3, .codes.agileitsbg2, .codes.agileitsbg4 {
    padding-bottom: .5em;
}
.codes {
    padding: 3em 0;
}
h3.w3ls-hdg {
    font-size: 1.5em; 
}
ul {
   /* padding-left: 1.5em;*/
}
.w3llist-grids {
    padding: 0;
}
.agileinfo-w3lsrow2 {
    margin-top: 1.5em;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 2px;
}
.panel-title {
    font-size: 1em; 
    letter-spacing: 0px;
}
.agileits-title { 
    margin-bottom: 1em;
}
.address-right {
    padding: 0;
}
.address-row span.glyphicon {
    font-size: 1em; 
    padding: 1.9em 1em; 
}
.address-left {
    padding: 0;
}
}
@media(max-width:568px){
h4.w3t-text {
    font-size: 1.4em;     
}
ul.w3list-style { 
    width: 90%;
}
.address-row { 
    float: none;
    width: 75%;
}
.address-left { 
    text-align: center;
}
.w3copy-agile { 
    padding: 1.5em 0;
}
}
@media(max-width:480px){
.carousel-caption {
    padding: 12em 0 7em !important;
}
.navbar-inverse { 
    margin: 1.5em 2em 0;
}
div#myModal {
	padding:0 !important;
}
.modal-body.grid_3 {
    padding: 1.5em;
}
.modal-content {
    width: 95%;
}
.wthree-modal h3 {
    font-size: 1.5em; 
}
button.navbar-toggle {
    margin: 0.8em 0;
}
.w3ls-logo .navbar-brand {
    padding: 0.4em 0 .25em;
}
.top-w3lnav .navbar-nav > li > a {
    padding: 0.8em;
    text-align: center;
} 
.grid_3 {
    padding: 2em 1.5em; 
}
.w3ltext-grids {
    margin-top: 1em;
}
.w3llist-grids.w3llist-grids-btm2 {
    margin-top: 1em;
}
.btn { 
    font-size: 0.8em; 
}
.button.w3effct2 { 
    font-size: 0.9em;
}
.contact-grid { 
    padding: 2em;
}
.contact-w3lsright h6 {
    font-size: 1.4em;
    margin-top: 1em;
    padding: 0 .5em;
}
.address-row { 
    width: 90%;
    margin-top: 1.5em;
}
.footer {
    padding: 2em 0;
}
.support {
    width: 90%;
    padding: 1em;
}
.codes.agileitsbg3, .codes.agileitsbg2, .codes.agileitsbg4 {
    padding-bottom: 1em;
}
}
@media(max-width:414px){
.grid_3 p { 
    font-size: 0.9em; 
}
p {
    font-size: 0.9em; 
}
.w3llist-grids { 
    width: 100%;
}
.w3llist-grids:nth-child(2) {
    margin-top: 1em;
}
.table > thead > tr > th { 
    font-size: 1em;
}
.btn { 
    margin-top: 1em;
}
.agileinfo-w3lsrow.login-top .w3llist-grids {
    padding: 0 1.5em; 
}
.login-top input[type="text"], .login-top input[type="password"], .login-top input[type="email"] { 
    font-size: 0.9em; 
}
.login-top input[type="submit"] {
    font-size: 0.9em; 
}
.social-icons ul li a {
    font-size: 0.9em; 
}
h3.w3ls-hdg {
    font-size: 1.3em;
}
.agileinfo-w3lsrow.login-top .w3llist-grids:nth-child(2) {
    margin-top: 2.5em;
}
.contact-grid h4 {
    font-size: 1.8em; 
    margin-bottom: 0.8em; 
}
.contact input[type="text"], .contact textarea ,.styled-input label,.contact input[type="submit"]{
    font-size: 0.9em; 
}
.contact-w3lsright h6 {
    font-size: 1.2em; 
    line-height: 1.5em;
}
.address-row {
    width: 100%; 
}
.w3social-icons ul li a { 
    font-size: 0.9em; 
    width: 30px;
    height: 30px; 
    line-height: 2.5em;
}
.support input[type="email"] { 
    font-size: 0.9em; 
}
.support input[type="submit"] { 
    font-size: 0.9em; 
    width: 25%; 
} 
.w3llist-grids .panel-group {
    margin-bottom: 6em;
}
.login-top {
    padding:0; 
}
.agileinfo-w3lsrow.login-top .w3llist-grids {
    padding: 0 1em;
}
.panel-body {
	font-size: 13px; 
    padding: 0.5em 1em;
}
.skills { 
    line-height: 22px; 
}
.w3-agileits.gallery-w3 .column {
    padding: .5em;
    width: 50%;
}
.w3-agileits.gallery-w3 .agileinfo-w3lsrow2 {
    margin-top: 0;
}
} 
@media(max-width:375px){
.table > thead > tr > th,.table td, .table>tbody>tr>td {
    font-size: 0.9em;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    font-size: .9em;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px;
}
.nav > li > a { 
    padding: 6px 10px;
}
.scrollspy-example h4 {
    font-size: 1.3em; 
}
.agileinfo-w3lsrow.login-top .w3llist-grids {
    padding: 0 .5em;
}
.social-icons ul li a { 
    padding: .3em 0; 
}
.agileinfo-w3lsrow.login-top .w3llist-grids:nth-child(2) {
    margin-top: 2em;
}
.collapsed span { 
    left: -1em; 
}
.panel-title a { 
    padding: 12px 24px;
}
.w3-agileits.gallery-w3 .column {
    padding: 1em 0 0;
    width: 100%;
}
h3.w3ls-hdg { 
    letter-spacing: 1px; 
    padding: 0.5em 1em .3em;
}
.agileits-title {
    margin-bottom: 0em;
}
.contact-grid {
    padding: 1.5em;
}
.contact-grid h4 {
    font-size: 1.5em; 
}
.contact-w3lsleft {
    padding: 0;
}
.address-right { 
    padding-left: 1em;
}
.support {
    width: 100%;
    padding: 0.5em;
}
.support input[type="submit"] { 
    width: 28%;
}
.footer {
    padding: 1.5em 0;
} 
}
@media(max-width:320px){
.navbar-inverse {
    margin: 1em 1em 0;
} 
.carousel-caption h2, .carousel-caption h3 {
    font-size: 2em;
}
.carousel-caption p {
    margin: 1em 2em !important;
}
.carousel-caption {
    padding: 10em 0 5em !important;
}
.codes {
    padding: 2em 0;
}  
.w3ltext-grids {    
    width: 100%;
	padding: 0;
}
ul.w3list-style {
    width: 100%;
}
}



#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px; background:url(../images/arrow.png) no-repeat; width:32px; height:32px;
}

/*-- //responsive-design --*/