



body{
	margin:0;
	font-family: 微軟正黑體,'Roboto', sans-serif;
	background: #fff;  
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 微軟正黑體,'Yanone Kaffeesatz', sans-serif;
    transition: 0.3s;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover,body a:focus{
	text-decoration:none;
	outline: none;
} 
/*-- banner --*/

/*-- logo --*/ 
.w3llogo h1 {
    font-size: 3em;
    font-weight: 100;
    letter-spacing: 2px;
    transition: 0.3s;
}
.w3llogo h1 a {
    display: inline-block;
    color: #fff; 
}
.w3llogo h1 a span {
    font-size: .25em;
    letter-spacing: 11px;
    display: block; 
    font-weight: 300;
    line-height: 2;
}
/*-- //logo --*/
/*-- top-nav --*/



.w3menu.navbar-left {
    margin-left: 12em;
}
.top-nav {
    z-index: 999;
    padding: 1.5em 0 1em;
    
}
.bnr-agileinfo .top-nav {
    transition: 0.5s;
    border-bottom: 1px solid rgba(125, 125, 125,0);
    border-image:  linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;

    //background-image: linear-gradient(0deg, rgba(0,100,255,0.7) 0%,rgba(0,150,255,0.0) 25%,rgba(0,100,255,0.0) 75%, rgba(0,100,255,0.0) 100%);
    -webkit-background-size: 100% 400%;
    background-size: 100% 400%;




}
nav.navbar.navbar-default {
    background-color: inherit;
    border: none;
    margin: 0;
}
ul.nav.navbar {
    text-align: center;
    margin: 1.4em 0 0;
    min-height: inherit;
}
.top-nav ul li {
    margin: 0 0 0 2em;
    display: inline-block;
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.top-nav ul li a {
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 1.2em;
    color: #fff;
    position: relative;
    font-weight: 300;
    padding: 0;
    display: inline-block;
    font-family: 微軟正黑體,'Yanone Kaffeesatz', sans-serif;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: none;
} 
.top-nav ul li a:hover, .top-nav ul li a.active {
    color: #B8C0ED ;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.top-nav .open > .dropdown-menu {
    display: block;
    background: rgba(0,0,0,0.4);
    margin-top: 2.3em;
    left: -73%;
}
.top-nav .open > .dropdown-menu li {
    margin: 0;
	display: block;
	overflow:hidden;
}
.top-nav .open > .dropdown-menu li a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    padding: 0.5em 1em;
    text-align: center;
    letter-spacing: 2px;
}
.top-nav .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #1da1f2;
    border: none;
    background: none;
}
.top-nav .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #1da1f2;
    text-decoration: none;
    background-color: transparent;
}
.navbar-right { 
    margin-right: 0;
}
/*-- //top-nav --*/
/*-- banner-text --*/  
.banner-w3text {
    text-align: center;
    padding: 19em 0;
}
.banner-w3text #vertical-ticker {
    height: 80px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.banner-w3text #vertical-ticker li ,.banner-w3text h2{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 5em;
    font-weight: 100;
    font-family: 微軟正黑體, 'Yanone Kaffeesatz', sans-serif;
	text-transform: capitalize;
}
/*-- social-icons --*/  
.w3ls-bnr-icons.social-icon {
    margin-top: 4em;
}
.social-icon a {
    font-size: 1em;
    color: #fff;
    margin: 0 1.5em;
    border: 1px solid transparent;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 999;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.social-icon a:hover {
    color: #1da1f2;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
    transform: scale(1.5);
}
.social-icon a.twit:hover {
    color: #1da1f2; 
}
.social-icon a.social-button.fb:hover {
	color: #3b5998;
}
.social-icon a.social-button.ggl:hover {
	color: #dd4b39;
}
.social-icon a.social-button.drbl:hover {
	color: #ea4c89;
}
.social-icon a.social-button.be:hover {
	color: #1769ff;
}
.social-icon a.social-button.in:hover {
	color: #0077b5;
}
/*-- //social-icons --*/
/*-- //banner-text --*/
/*-- banner-bottom --*/
.welcome,.stats,.services,.about,.about-slid,.team,.contact,.gallery,.codes{
	padding:5em 0;

}
p{
	font-size:1em;
	color:#999;
	line-height:1.8em; 
}
.effect-ruby {
    position: relative;
    overflow: hidden;
    background-color: #000;
    height: 200px;
}
.effect-ruby img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
} 
.effect-ruby .agile-caption {
    padding: 2em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 
.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
} 
.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
} 
.effect-ruby h3 {
    color: #fff;
    font-size: 2.2em;
    font-weight: 200;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0.69);
    display: inline-block;
    padding: 6px 12px;
    margin-top: 8%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,25px,0);
}
.effect-ruby p {
    color: #fff;
    margin-top: 1em;
    padding: 0.5em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
    text-align: center;
	font-weight: 300;
    letter-spacing: 2px;
}
.effect-ruby:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
} 
.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
/*-- //banner-bottom --*/  

/*-- features --*/
h3.agileits-title,h2.agileits-title{
    text-align: center;
    font-size: 4em;
    color: #1da1f2;
    margin-bottom: 0.6em;
    font-weight: 300;
    letter-spacing: 2px;
} 
.features h2.agileits-title { 
    margin-bottom: 0.1em;
}
.features p.pagile-text {
    width: 72%;
    margin: 0 auto 5em;
    text-align: center;
}
.features-right img {
    width: initial;
}
.features-grid.features-grid-mdl {
    margin: 2.5em 0;
}
.features h4 {
    font-size: 2em;
    margin-bottom: .2em;
    color: #333;
    font-weight: 300;
}
.features-grid-left {
    text-align: center;
}
.button-isi::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; 
  border-radius: 50%;
  background: #1da1f2

  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  -moz-transform: scale3d(1, 2, 1);
  -o-transform: scale3d(1, 2, 1);
  -ms-transform: scale3d(1, 2, 1); 
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s;  
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
  -moz-transition-timing-function: cubic-bezier(0.7,0,0.9,1); 
  transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.features i.fa {
    font-size: 1.6em;
    padding: 0.8em;
    border: 1px solid ;
    color: #1da1f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.features-grid:hover i.fa {
    color: #FF5722;
	-webkit-transform:rotatey(180deg);
	-moz-transform:rotatey(180deg);
	-o-transform:rotatey(180deg);
	-ms-transform:rotatey(180deg);
	transform:rotatey(180deg);
}
.features-grid-right>h4{
    color: #1da1f2;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 3px
}
.features-grid-right>p{
    
    font-size: 20px;
    font-weight: 400;
}
.features-grid:hover .features-grid-right h4{
    color: #FF5722;

}
/*-- //features --*/
/*-- stats --*/ 
.stats{
/*--    background: url(../images/bg1.jpg)no-repeat center 0px fixed;
    background-size: cover;
	background:#FF5722;
	margin-top:6em;--*/
}
.stats-agileinfo{ 
	text-align: center;
} 
 
.stats-agileinfo h6 {
    font-weight: 900;
    letter-spacing: 5px;
    margin: 1em 0 0;
    font-size: 1.5em;
    color: #fff;
}
.numscroller {
    font-size: 2em;
    font-weight: 300;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    padding: 1em 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
/*-- //stats --*/
/*-- services --*/
.services h3.agileits-title {
    text-align: left;
} 
.services-grid{
    text-align:center;
}
.services-grid.srvs-wthree-mdl {
    margin: 3.5em 0;
}
.services-grid i.fa {
    font-size: 4em;
    color: #17b9ea;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
    transition: .5s all;
	-moz-opacity: .4;
    opacity: .4;
}
.services-grid h5 {
    font-size: 1.5em;
    margin-top: 0.5em;
    color: #333;
    font-weight: 300;
}
.services-grid:hover i.fa {
	-webkit-transform: translatey(-10px) scale(0.8);
	-moz-transform: translatey(-10px) scale(0.8);
	-o-transform: translatey(-10px) scale(0.8);
	-ms-transform: translatey(-10px) scale(0.8);
    transform: translatey(-10px) scale(0.8);
	-moz-opacity: 1;
    opacity: 1;
}
/*-- //services --*/
/*-- footer start here --*/ 
.footer-agile {
    padding: 2em 0 2em;
    background:#191d22; 
}   
   
.footer-grid ul {
 
    margin: 2em;
}


.footer-grid li {
    display: block;
    color: #17b9ea;

    margin:0.4em 3em;
	font-size:1em;
}
.footer-grid p{
    margin-top: 0.5em;
    float:right;

}

.footer-grid input[type="email"] {
    width: 63%;
    padding: 0.8em;
    font-size: 0.9em;
    float: left;
    color: #fff;
    outline: none;
    border: 1px solid #fff;
    background: none;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
} 

.copy-w3lsright p {
    color: #fff;
    margin-top: 1.2em;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: .9em;
}
.copy-w3lsright p a{ 
    color: #17b9ea;
	text-decoration:none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
}
.copy-w3lsright p a:hover{ 
    color: #fff; 
}
/*-- //footer end here --*/ 
/*-- slider-up-arrow --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);

    
}
/*-- //slider-up-arrow --*/ 
/*-- about-page --*/ 
.about-w3lsbnr .banner-w3text{
    padding: 12em 0;
    transition: 0.5s;
}
/*
.agileits-banner.about-w3lsbnr {
    transition: 0.3s;
}
*/
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
/*-- about --*/
.about-w3right {
    padding: 0 3em;
} 
.about h4 {
    font-size: 2em;
    color: #17b9ea;
    line-height: 1.5em;
    letter-spacing: 8px;
    font-weight: 300;
}
.about-w3left p {
    margin-top:1.5em;
}
.about-w3left ul li {
    display: block;
    font-size: 1em;
    color: #999;
    margin-top: 1em;
}
.about-w3left ul li  span.glyphicon {
    padding-right: 6px;
}
.about-w3right img {
    width: 100%;
}
/*-- button style --*/
.button {
    display: inline-block;
    margin-top: 1.5em;
    padding: 0.6em 1.5em;
    background: none;
    color: #17b9ea;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #17b9ea; 
    overflow: hidden;
    font-size: 1em;
	-webkit-transition: .5s all;
	-moz-transition: .5s all; 
    transition: .5s all; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
}
.button:focus {
	outline: none;
} 
/* Isi */ 
.button-isi::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
	border-radius: 50%;
	background: #17b9ea;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	-moz-transform: scale3d(1, 2, 1);
	-o-transform: scale3d(1, 2, 1);
	-ms-transform: scale3d(1, 2, 1); 
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: transform 0.5s, opacity 0.5s;  
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.9,1); 
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.button-isi .icon {
    vertical-align: middle;
    top: -1px;
    font-size: .8em;
}
.button-isi > span {
    padding-right: 0.8em;
}
.button:hover {
    color: #fff;
    border-color: #17b9ea;
}
.button-isi:hover::before {
	-webkit-transform: scale3d(9, 9, 1);
	-moz-transform: scale3d(9, 9, 1);
	-o-transform: scale3d(9, 9, 1);
	-ms-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}
/*-- //button style --*/
.about-slid{
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;  
    text-align:center;
}
.about-slid h4 {
    font-size: 3.8em;
    color: #17b9ea;
    letter-spacing: 10px;
    font-weight: 300;
    margin-bottom: 0.5em;
}
.about-slid h5 {
    font-size: 1.5em;
    color: #FFF;
    letter-spacing: 5px;
    margin-bottom: 1em;
}
.about-slid p {
    color: #eaeaea;
    letter-spacing: 3px;
}
/*-- //about-page --*/
/* title-ul-li */
.title{
position: absolute;
z-index: 999;
right:0;
left: 0;


}
.smal li{
   color: #17b9ea;
    background: rgba(255,255,255,0.8);
    
}
.smal {
    width: auto;  
   

}
.smal:hover {
    width: auto;
     margin-top: 1em;
}
.smal:hover li{
   color: #FFFFFF;
   background: #022975;
   
}

.fad li{
    color: #56ABF3;   
    
}

.fad:hover li{
   color: #054BAF;

}
.fad {
    cursor: pointer;
  
}

.team-grids {
    margin:2em 0 4em 0;
}

.ptext{
    word-break: break-all;
}

@media(max-width:991px){
.smal li{
   
    background: rgba(255,255,255,1);
    
}
.smal:hover li{
   font-size: 1.2em;
    
}
}

@media(max-width:576px){
.title{
    margin:0 1%;
}
.ccdr h3{
margin-top: 0.5em;
}
}
/* title-ul-li */
/*-- about-team --*/


.datapeor{
    float: right;
}
/*hr{
    border: 0;
    height: 2px;
    margin: 5em 0;
    background-image: linear-gradient(to right, rgba(0,0,0,0.1), rgba(120,120,120,0.55), rgba(0,0,0,0.1));
}*/

.team-row-agileinfo{
  margin: 4em 0;
} 
.social-icon.social-w3lsicon a {
    margin: 0 0.5em;
}


.thumbnail.team-agileits {
    border: none;
    text-align: center;
    border-radius: 0;
    position: relative;
    margin: 0;
    padding: 0;
}


.team .w3agile-caption {
    padding: 1.5em;
    position: absolute;
    bottom: -17%;
    background: #fff;
    width: 80%;
    left: 10%;
    z-index: 9;
	-webkit-box-shadow: 0px 2px 3px #ccc;
	-moz-box-shadow: 0px 2px 3px #ccc; 
    box-shadow: 0px 2px 3px #ccc;
	height: 30%;
	-webkit-transition: .5s all;
	-moz-transition: .5s all; 
	transition: .5s all; 
}
.team h4 { 
    color: #17b9ea;
    font-size: 1.6em; 
}
.team .social-w3lsicon {
    padding: .8em; 
	margin-top: 0.4em;
	background:#191d22;
	-webkit-transition: .5s all;
	-moz-transition: .5s all; 
	transition: .5s all;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-o-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
}
.team .social-w3lsicon a {  
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-ms-transition-delay: .2s;
	transition-delay: .2s;
}
.thumbnail.team-agileits:hover .social-w3lsicon {
	-webkit-transform: scale(1);
	-moz-transform: scale(1); 
	-o-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1); 
}
.thumbnail.team-agileits:hover .w3agile-caption {
    height: 49%;
}
/*-- //about-team --*/

/*-- gallery --*/ 
.w3gallery-grids {
    padding: 1em;
}  
.w3gallery-grids img.img-responsive {
    width: 100%;
}
.agile-figcap h4 {
    font-size: 2.3em;
    color: #17b9ea;
    
    font-weight: 300;
}
.agile-figcap p {
    color: #fff;
    letter-spacing: 1px;
    
    
    
}
a.w3effct-agile.w3effct-agile-mdl {
    margin: 2em 0;

}

a.w3effct-agile { 
    position: relative;
    overflow: hidden; 
    display: block;
    animation: anima 2s;
    -webkit-animation: anima 2s;
    -moz-animation: anima 2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
	border: 6px double #17b9ea;
} 

.w3gallery-grids img.img-responsive  {
    -webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
    transform: scale(1.3);
}
.agile-figcap{ 
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(25, 29, 34, 0.72);
    text-align: center;
    left: 0;
    top: -100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;    
    align-items: center;
    flex-direction: column;

}
a.w3effct-agile:hover img.img-responsive {
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
.w3gallery-grids img,.agile-figcap {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    transition: all 0.5s;
}
a.w3effct-agile:hover .agile-figcap{
    top: 0%;
}  
/*-- //gallery --*/  
/*-- contact --*/  
.contact input[type="text"],.contact input[type="email"]{
    width: 47.7%;
    color: #999;
    float: left;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .7em 1em;
    margin-bottom: 1.5em;
    margin-right:  1em;
    border: solid 1px #ccc;
    -webkit-appearance: none;
    display: inline-block;
}
.contact textarea{
    margin-bottom: 1.5em;
}
.contact input.email {
    float: right;
}
.contact textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: 1em;
    outline: none;
    padding: .6em .8em;
    border: solid 1px #ccc;
    min-height: 12em;
    -webkit-appearance: none;
}
.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.6em 4em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #17b9ea; 
    border: 2px solid #17b9ea;
    -webkit-transition: 0.5s all; 
    -moz-transition: 0.5s all;
	transition: 0.5s all;
}
.contact  input[type="submit"]:hover {
    background: none;
    color: #17b9ea;
}
.contact::-webkit-input-placeholder {
	color:#999 !important;
}
.contact:-moz-placeholder { /* Firefox 18- */
	color:#999 !important;
}
.contact::-moz-placeholder {  /* Firefox 19+ */
	color:#999 !important;
}
.contact:-ms-input-placeholder {  
	color:#999 !important;
}
.contact-right h4 {
    font-size: 1.8em;
    color: #17b9ea;
    line-height: 1.6em;
    letter-spacing: 2px; 
}
.contact-text {
    padding: 2em; 
    -webkit-box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.5);
} 
.contact-text p {  
    margin-top: 1em;
    text-align: left;
}
.contact-text p a{  
    color:#17b9ea; 
	-webkit-transition: 0.5s all; 
    -moz-transition: 0.5s all;
	transition: 0.5s all;
}
.contact-text p a:hover{  
    color:#8A46E6; 
}
.contact-text p i.fa {
    margin-right: 5px;
}
.map iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}
/*-- //contact --*/
/*-- single --*/ 
.w3ls_single_left_grid_right h3 {
    font-size: 2em;
    color: #17b9ea;
    line-height: 1.5em;
    text-transform: capitalize;
    margin: 0 0 0.5em;
    letter-spacing: 2px;
}
.w3ls_single_left_grid_right h5 {
    font-size: 1em;
    color: #999;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #dcdcdc;
    letter-spacing: 6px;
	font-family: 'Open Sans', sans-serif;
}
.w3ls_single_left_grid_right ul li{
	display:inline-block;
	margin-right:1.5em;
	font-size:1em;
}
.w3ls_single_left_grid_right ul li span{
	padding-right:0.6em;
	color:#999;
}
.w3ls_single_left_grid_right ul li a{
	color:#999;
	text-decoration:none;
}
.w3ls_single_left_grid_right ul li a:hover{
	color:#17b9ea;
}
.w3ls_single_left_grid1{
	margin:3em 0;
}
.w3ls_single_left_grid1 p{
	margin:2em 0;
	color:#999;
	line-height:2em;
}
/*.w3ls_single_left_grid1 p span {
    display: block;
    margin: 1em 0;
    border-left: 4px solid #17b9ea;
    padding-left: 1.5em;
}*/
.w3ls_single_left_grid1_left{
	float:left;
}
.w3ls_single_left_grid1_left h4 {
    color: #FF5722;
    text-transform: uppercase;
    margin-top: .1em;
    letter-spacing: 2px;
}
.w3ls_single_left_grid1_right{
	float:left;
	margin-left:2em;
} 
.w3ls_single_left_grid1_right .social-icon a {
    color: #555;
    margin: 0 0.8em;
} 
.w3l_admin {
    padding: 2em;
    background: #333;
    margin:3em 0 0;
}
.w3l_admin p {
    color: #f5f5f5; 
    position: relative;
    padding-left: 3.5em;
	margin-bottom: 1em;
}
.w3l_admin p i.fa.fa-quote-left {
    margin-left: -3em;
    margin-right: 2em;
}
.w3l_admin a {
    display: block;
    text-align: right;
    color:#17b9ea;
    font-size: 1em;
    text-decoration: none;
}
.w3l_admin a:hover{
	color:#fff;
} 
.wthree_recent h4, .agileits_three_comments h3, .w3_leave_comment h3, .agile_cat_grid h4, .agileits-tags h4 {
    font-size: 2em;
    color: #17b9ea;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.agileits-tags,.agile_cat_grid {
    margin-top: 3em;
}

.wthree_recent ul,.agileits-tags ul,.agile_cat_grid ul{
    padding:1.5em 0 0;
}
.wthree_recent ul li{
    list-style-type: none;
    font-size: 1.4em;
    color: #999;
    padding: 1em 0;
    border-bottom: 1px dashed #ccc;
    text-transform: capitalize;
}
.wthree_recent ul li a{
    color: #999;
    text-decoration: none; 
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
	transition: .5s all;
}
.wthree_recent ul li a:hover{
    color:#212121;
}
.satitng ul li:hover a{
    color:#17b9ea;
}


.FB-style{
    position: fixed;
    bottom: -20px;
    left: 50px;
    width: auto;
    

    z-index: 999;
    border-radius: 10px;
    
}
.FBstylep{
    background: #1A64A8;
    padding: 5px 0;
    color: #FFF;
    cursor: pointer;
    width: 340px;
    border-radius: 10px 10px 0 0;
}
.FBstylep:hover{
    background: #1D76C6;
}
.FBstylep:active{
    background: #174975;
}

.wthree_recent ul li span {
   
    font-size: 13px;
    padding-left: 3.5em;
    color: #17b9ea;
    margin: .5em 0 0;
}
.wthree_recent ul li span i {
    left: -1em;
} 
.wthree_recent ul li a i {
    padding-right: 1em;
}
.wthree_recent ul li:last-child {
    border-bottom: none;
}
.agileits_three_comments {
    margin: 5em 0;
} 
.agile_cat_grid ul.categories li {
    list-style-type: none; 
	font-size: 1em;
	margin-bottom:1em;
}
.agile_cat_grid ul.categories li a {
    color: #999;
    border-bottom: 1px solid #ddd;
    padding: .5em;
    text-decoration: none;
    display: inline-block;
}
.agile_cat_grid ul.categories li a:hover,.agile_cat_grid_tags ul li a:hover{
    color: #fff;
    background-color: #17b9ea;
	border-color:#17b9ea;
	padding: .5em 1em;
}
.agile_cat_grid_tags ul li{
	display:inline-block;
	margin:5px;
	font-size:1em;
}
.agile_cat_grid_tags ul li a{
	padding:.5em 1em;
	border: 1px solid #ddd;
	text-decoration:none;
	color:#999;
	display: block;
}
.agileits_three_comment_grid{
    padding:3em 0;
    border-bottom: 1px dashed #ddd;
    width: 100%;
}
.agileits_tom {
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    padding: 1em 1.5em;
}
.agileits_tom i.fa {
    font-size: 4em;
    color: #999;
}
.agileits_tom_right{
    float: left;
    width: 70%;
    margin-left: 3em;
}
.Hardy {
    float: left;
}
.reply {
    float: left;
    margin-left: 10em;
    margin-top: .5em;
}
.reply a {
    padding:8px 40px;
    background:#17b9ea;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
}
.reply a:hover{
	background:#333;
}
.agileits_tom_right p.lorem { 
    margin: 1em 0 0;
}
.agileits_three_comments h3,.w3_leave_comment h3{
	text-align:left;
}
.Hardy h4 {
    font-size: 1.2em;
    color: #333;
}
.Hardy p {
    color:#17b9ea;
    margin: .5em 0 0;
}
.agileits_three_comment_grid:nth-child(2){
    margin:4em 0 0;
	padding-top:0 !important;
}
.agileits_three_comment_grid:last-child{
	border-bottom:none;
	padding-bottom:0 !important;
}
.agileits_three_comment_grid1{
	padding-left:5em;
}
.w3_leave_comment{ 
	width:60%;
}
.w3_leave_comment form{
	margin:3em 0 0;
}
.w3_leave_comment input[type="text"], .w3_leave_comment input[type="email"], .w3_leave_comment textarea {
    outline: none; 
    border: 1px solid #dedede;
    padding: .8em 1em;
    font-size: 1em;
    color: #555;
    width: 100%;
}
.w3_leave_comment input[type="email"],.w3_leave_comment textarea{
	margin:1em 0;
}
.w3_leave_comment textarea{
	min-height:200px;
	resize:none;
}
.w3_leave_comment input[type="submit"]{
	outline:none;
	background:#17b9ea;
	border:none;
	padding:0.8em 0;
	font-size:1em;
	color:#fff;
	width:100%;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.w3_leave_comment input[type="submit"]:hover{
	background:#333;
}
/*-- //single --*/
/*-- pages --*/ 
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:3em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4{
	background:none; 
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  

.grid_5{
	background:none; 
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.w3ls-hdg, h3.bars {
	margin-bottom: 1em;
    color: #333;
    font-weight: bold;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
.single_wth ul li{
    font-size: 1.2em;
            
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.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: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
} 
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.nav-tabs {
	margin-bottom: 1em;
} 
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
 .codes .row {
    margin: 0;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
.form-control1, .form-control_2.input-sm{
	border: 1px solid #e0e0e0;
	padding:5px 18px;
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	font-size: 0.85em;
	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;
}

.control3{
	margin:0 0 1em 0;
}
.codes label {
    font-weight: 400;
}
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #5f5f5f;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.icon-box:hover h3{
    color:#fff !important;
}

.icon-box:hover small{
    color:#fff !important;
}
.icon-box:hover p{
    color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
	font-size: 28px;
    color: #000 !important;
    margin: 30px 0 15px;
}
.agileits-icons-title {
    text-align: center;
    font-size: 36px;
    color: #ef2e46;
    font-weight: 300;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/*-- //icons --*/
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
} 
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
}
 .codes .row {
    margin: 0;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
.form-control1, .form-control_2.input-sm{
	border: 1px solid #e0e0e0;
	padding:5px 18px;
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	font-size: 0.85em;
	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;
}
.control3{
	margin:0 0 1em 0;
}
.codes label {
    font-weight: 400;
}
.footersty{
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;

}
.footersty ul{
    flex:3;
    justify-content: center;
    align-items: center
}
.footersty img{
    flex:2;
    max-height: 150px;
    max-width:150px;
    padding:0 1em 0em 1em;
    margin: 1em;
    border-radius: 20%;
    position: relative;
    float: right;
    
}
.footersty iframe{
    flex:3;
    border-radius: 10px;


}


    .iconphone{
        cursor: pointer;
        transition: 0.5s;
        
        border-radius: 50%;
        transform:  scale(0.95);
        box-shadow:  5px 5px 3px rgba(100,100,100,0.5);
        background: radial-gradient(circle,rgba(255,255,255,0.5),rgba(117,168,255,0.5));



        z-index:9999;
        position: fixed;
        right:0;
        top:40%;
        margin:0 1em;
        


    }
    .iconphone i{
        position: relative;
        transform: translateY(20px) scale(1.3);
        transition: 0.5s;
        color: rgba(4,7,69,0.8)

    }
    .iconphone p{
        font-size: 20px;
        opacity: 0;
        color: #272727;
        
        
    }
    .iconphone:hover{
        
     
        -webkit-transform: translateX(-5px) translateY(-5px);
        transform: translateX(-5px) translateY(-5px) scale(1.1);
        box-shadow:  8px 8px 3px rgba(100,100,100,0.5);
        background: radial-gradient(circle,rgba(255,255,255,1),rgba(17,168,255,1));
    }
    .iconphone:hover .iconphonep{
        opacity: 1;
        transition: 0.5s;
        text-shadow:  5px 5px 3px rgba(100,100,100,0.5) 
    }
    .iconphone:hover .iconphonepi{
        -webkit-transform: translateX(-5px) translateY(-5px);
        transform: translateY(5px); 
        text-shadow:  5px 5px 3px rgba(100,100,100,0.5) ;
        color: rgba(54,57,159,0.8);
    }

    .container>h2{
        font-weight: 800
    }


.ionimgsdiv{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;    
    max-height: 80vh;
    
    
    
    border-radius:10px;

    margin: 1em;
    
}

.ionimgsshow{
    

    top: 0;
    
    max-width: 90%;    
    
    
    max-height: 80vh;
    border-radius:10px;
    
    
}

.albumPhoto h4{
        font-size: 40px;
}
.albumPhoto p{
        font-size: 30px;
}

.albumAdd{
    margin: 1em 10em;
}


    .albumTopPhoto {
        height: 98%;    
        width: 98%; 
        background-repeat:no-repeat;
        
        background-size:auto 120%;
        background-position:center center;
        border-radius: 15px;
        transition: 1s;
        overflow: hidden;
        display: flex;
        justify-content:    center;
        -ms-align-items: center;
        align-items: flex-end;  
        -webkit-filter: contrast(95%) brightness(90%) drop-shadow(5px 5px 5px #333);





    }

    .albumboxsm{
        
        margin: 1em 0;
        min-height: 400px;
        height: 30vh;

        

    }
    .albumOutsite{
        width: 100%;
        height:100%;
        padding: 0.8em;
        border-radius: 12px;
        
        box-shadow:5px 5px 5px rgba(50,50,50,0.8);
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        overflow: hidden;   
        
        
    }
    .albumTopPhotop{
        position: absolute; 
        bottom:1em;
        color:#fff;
        font-size: 1.5em;
        border-radius: 12px;
        padding: 0.3em 0.8em;   
        margin-bottom:  1.5em;
        background-color:rgba(50,50,50,0.6);
        font-weight:    700;
        letter-spacing: 2px;
        transition: 1.5s
        


    }

    .albumOutsite:hover .albumTopPhotop{
        transform: scale(1.2);
        

    }
    .albumOutsite:hover .albumTopPhoto{
        transform: scale(1.3);
        -webkit-filter: contrast(105%) brightness(110%);
    }

    .albumOutsite:hover .albumTopPhotop{
        transform: scale(1.2);
        bottom:50%;
        bottom:1.5em;

    }
    .albumOutsite:active .albumTopPhoto{
        transform: scale(1.3);
        -webkit-filter: contrast(135%) brightness(150%) saturate(120%);

    }
    .albumPhoto{
        margin-bottom: 1.5em;
    }
    

    .glasssDiv{
        
        padding: 1.5em 2.5em;
        
        
    }
    .galsssTopD{
        border-radius: 15px;    
        overflow: hidden;
    }
    .galsssTop{
        width: 100%;
        height: 100%;
        position: relative;
        
        border-radius: 15px;    
        overflow: hidden;
        
        
    }
    .galsssTop:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 15px;    
        top: 0;
        left: 0;
        box-shadow:0 0 10px 10px #ffffff inset;
        transition: 1s;
    }
    .galsss{
        
        position: relative; 
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;  
        justify-content: center;    
        align-items: center;
        
        background-repeat:no-repeat;
        
        background-size: cover;
        background-position:center center;
        transition: 1s;

    }
    .galsss img{

        height: 400px;

        visibility: hidden

    }
    
    .galsssLogo{
        
        
        position: absolute;
        display: inline-block;
        top: 0;
        right: 0;
        height:100%;
        width: 10%;
        color:#000;
        
        background: rgba(255,255,255,0.8) ;
        transform:  translateY(-50%) rotate(-45deg);
        box-shadow: 0 0 5px rgba(255,255,255,1), 0 0 15px rgba(255,255,205,1) ,0 0 10px rgba(255,205,255,1),0 0 6px rgba(0,0,0,1);
        
        transition: 1s;
    }

    .galsssLogo::after{
        content: "";
        display: block;
        position: absolute;
        background:  #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        top:0;
        right: 0;

    }
    
    
    
    .galsssTop:hover .galsss{
        transform: scale(1.1);
        filter: brightness(1.2) contrast(1.1) ;
    }
    
    .galsssTop:hover .galsssLogo{
        top: 10%;
        right: 10%;
    }

    .galsssTop:hover:after {
       
        box-shadow:0 0 30px 10px #fff inset;
    }

    .titleh1{
        position: relative;
        transition: 0.3s;
        
    }
    .titleLogo{
        position: relative;
        height: 60px;
        left: 0;
        border-radius: 15%;
        opacity: 0.7;
        transition: 0.5s;
        filter: drop-shadow(3px 3px 3px rgba(50,50,50,0.8));
        cursor: pointer;
    }
    .titleLogodiv{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
    

    }
    .titleLogo:hover{
        
       
        filter: drop-shadow(3px 3px 5px rgba(20,20,20,0.8));
        opacity: 1;
    }



.containerProfess{
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;

}
.newhoverfa{

    padding: 2em;
    //border: solid #f4f;
}
.newhover{
    transition: 0.3s;
    background-repeat: no-repeat;
    width: 100%;
    //border: solid;



}
.newhover:hover{
   
    transform: translate(-3px);
    filter: drop-shadow( 6px 6px 15px rgba(50,50,50,0.8));
}
.newhover img{
    width: 100%;
    height: auto;
}
    .w3menu>ul>li>a{
        font-weight: 800;
        
    }
    .dropdown-menu li a{
        font-weight: 600 !important;
    }
@media (min-width:768px){
    .containerProfess{
        width:750px
    }
}
@media (min-width:992px){
    .containerProfess{
        width:970px
    }
}
@media (min-width:1200px){
    .containerProfess{
        width:1170px
    }
    .bnr-agileinfo .top-nav {
            
            

        font-size: 0.9em;

    }
       
}
@media (min-width:1440px){
    .containerProfess{
        width:1420px
    }
}




@media (max-width:1080px){
.icon-box {
    padding: 8px 9px;

}

@media (max-width: 991px){
  .title{
    right:0.5rem;
  }
  .satitng{
    text-align: center;
  }
  .satitnmg{
    text-align: center;
  }
  .iconphone{
        
    transform:  scale(0.7);
       
       
  }
  .iconphone:hover{
       transform: translateX(-5px) translateY(-5px) scale(0.9);  
  }
  .albumPhoto h4{
        font-size: 35px;
    }
  .albumPhoto p{
        font-size: 25px;
    }


}

@media (max-width:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
      .FB-style{
       display: none;
    }
    .albumPhoto h4{
        font-size: 30px;
    }
    .albumPhoto p{
        font-size: 20px;
    }
    .albumAdd{
        margin: 1em 6em;
    }
    .bnr-agileinfo .top-nav {
            
            

        font-size: 1em;

    }


}


@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 25px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	.in-gp-tl {
		padding: 0 1em;
	}
	.in-gp-tb {
		padding-right: 1em;
	}

    .albumPhoto h4{
        font-size: 25px;
    }
    .albumPhoto p{
        font-size: 15px;
    }
    .albumAdd{
        margin: 1em 3em;
    }
    

}
@media (max-width:480px){
	h3.w3ls-hdg {
		font-size: 1.6em;
		margin: 1em 0 0.6em;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		font-size: 1.2em;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.codes .alert {
		font-size: 0.9em;
		padding: 10px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	.grid_3.grid_4.w3layouts {
		margin-top: 0;
	}
	.agileits-icons-title {  
		font-size: 30px; 
	}
	h3.icon-subheading {
		font-size: 22px; 
	}
	.icons .bs-glyphicons li { 
		width: 31%; 
	} 
    .iconphone{
        
        transform:  scale(0.6);
        right: -10px;   
        margin: 0;
       
       
    }
    .iconphone p{
        opacity: 1;

    }
    .iconphone i{
        -webkit-transform: translateX(-5px) translateY(-5px);
        transform: translateY(5px); 
    }
    .iconphone:hover{
       transform: translateX(-5px) translateY(-5px) scale(0.8);  
    }
    .albumPhoto h4{
        font-size: 20px;
    }
    .albumPhoto p{
        font-size: 10px;
    }


}
@media (max-width: 320px){ 
	.alert,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 1em;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.81em;
	}
	.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: 13px!important;
	}
	.codes .row {
		margin: 0;
	}
	.agileits-icons-title { 
		font-size: 25px;
	}
	h3.icon-subheading {
		font-size: 18px;
		margin: 21px 0 12px;
	}
}
/*-- //pages --*/
/*-- responsive-design --*/  
@media(max-width:1280px){
.about-w3lsbnr .banner-w3text h2 {
    font-size: 4em;
}
.banner-w3text { 
    padding: 15em 0;
}
.about-w3lsbnr .banner-w3text {
    padding: 12em 0;
}
}
@media(max-width:1080px){
.features p.pagile-text {
    width: 85%; 
}
.welcome, .stats, .services, .about, .about-slid, .team, .contact, .gallery, .codes {
    padding: 4em 0;
}
.stats { 
    margin-top: 4.5em;
}
h3.agileits-title, h2.agileits-title { 
    font-size: 3.5em;   
    letter-spacing: 2px;
}
.footer-agile {
    padding: 3em 0; 
}
.footer-grid h3 {
    font-size: 2.6em; 
}
.copy-w3lsright p { 
    letter-spacing: 1px; 
}
.about-w3lsbnr .banner-w3text h2 {
    font-size: 3.5em;
}
.about h4 {
    font-size: 1.8em; 
}
.team .w3agile-caption { 
    height: 37%; 
}
.team .social-w3lsicon {
    padding: .5em;  
}
.thumbnail.team-agileits:hover .w3agile-caption {
    height: 57%;
}
.contact-right.wthree {
    padding-right: 0;
}
.map iframe { 
    min-height: 300px; 
}
}
@media(max-width:1024px){
.top-nav ul li {
    margin: 0 0 0 3.5em; 
}
.banner-w3text {
    padding: 14em 0;
}
.services-grid i.fa {
    font-size: 3.5em; 
}
.about-slid h4 {
    font-size: 3.5em; 
}
.team-row-agileinfo {
    margin: 3em 0;
}
.w3ls_single_left_grid_right h3 {
    font-size: 1.8em; 
    letter-spacing: 1px;
}
.wthree_recent ul, .agileits-tags ul, .agile_cat_grid ul {
    padding: 1em 0 0;
}
.w3ls_single_left_grid_right h5 { 
    margin-bottom: 1em;
    padding-bottom: 1em; 
    letter-spacing: 4px; 
}
.w3ls_single_left_grid1 {
    margin: 2em 0;
}
.agileits_three_comments {
    margin: 3em 0;
}
.w3_leave_comment form {
    margin: 2em 0 0;
}
.about-w3left p {
    margin-top: 1em;
}
.about-w3right {
    padding: 0 1em;
}
}
@media(max-width:991px){


.contact-form{
    
    text-align: center;
}
.w3llogo h1 {
    font-size: 2.6em; 
}
.w3llogo h1 a span { 
    letter-spacing: 10px; 
}
.top-nav ul li a { 
    font-size: 1.2em; 

}

.banner-w3text #vertical-ticker li, .banner-w3text h2 { 
    font-size: 3.5em; 
}
.w3ls-bnr-icons.social-icon {
    margin-top: 2em;
}
.banner-w3text {
    padding: 12em 0;
}
.social-icon a { 
    margin: 0 1.2em; 
}
.welcome-w3lsgrids {
    padding: 0 .5em;
}
.effect-ruby { 
    height: 180px;
}
.effect-ruby h3 { 
    font-size: 2em; 
    margin-top: 2%; 
}
.effect-ruby .agile-caption {
    padding: 1.5em; 
}
.effect-ruby p { 
    letter-spacing: 1px;
} 
.features-right img { 
	width: 50%;
    margin: 0 auto;
}
.features p.pagile-text {
    width: 90%; 
    margin: 0 auto 3em; 
}
.features-grid.features-grid-mdl {
    margin: 2em 0;
}
.features h4 {
    font-size: 1.8em; 
}
.features-right {
    margin-bottom: 3em;
}
.stats {
    margin-top: 3.5em;
}
.numscroller {
    font-size: 1.8em; 
    padding: 1.2em 0;
    width: 95px;
    height: 95px; 
}
.stats-agileinfo h6 { 
    letter-spacing: 4px; 
    font-size: 1.3em; 
}
.welcome, .stats, .services, .about, .about-slid, .team, .contact, .gallery, .codes {
    padding: 3.5em 0;
}
.services-grid.srvs-wthree-mdl, .services-grid {
    margin: 3em 0 0;
}
.footer-grid {
    padding: 0 0.5em;
}
.footer-grid h3 {
    font-size: 2.3em;
    letter-spacing: 1px;
}
ul.nav.navbar { 
    margin: 1em 0 0; 
}
.about-w3left {
    padding-right: 0;
}
.about h4 {
    font-size: 1.6em;
    letter-spacing: 6px;
}
.about-slid h5 {
    font-size: 1.3em; 
    letter-spacing: 4px; 
	margin-bottom: 0.8em;
}
.about-slid p { 
    letter-spacing: 1px;
} 
.team-row-agileinfo {
    width: 75%;
    margin: 0 auto;
}
.team .w3agile-caption {
    height: 31%;
    bottom: -14%;
}
.thumbnail.team-agileits:hover .w3agile-caption {
    height: 49%;
}
.team-grids {
    margin: 1em auto 4em;
}
.about-w3lsbnr .banner-w3text h2 {
    font-size: 3em;
}
.contact-text {
    padding: 2em 3em; 
    margin-top: 3em;
}
.contact textarea { 
    min-height: 10em; 
}
.w3l_admin { 
    margin: 2.5em 0;
}
.w3ls_single_left_grid1_left h4 { 
    margin-top: 0; 
}
.wthree_recent ul, .agileits-tags ul, .agile_cat_grid ul {
    padding: 0.8em 0 0;
}
.agileits-tags, .agile_cat_grid {
    margin-top: 2em;
}
.agileits_three_comments {
    margin: 2em 0;
}
.agileits_tom i.fa {
    font-size: 3em;  
}
.agileits_three_comment_grid {
    padding: 2em 0; 
}
.agileits_three_comment_grid1 {
    padding-left: 3em;
}
.agileits_tom_right p.lorem {
    margin: 0.8em 0 0;
}
.w3_leave_comment input[type="email"], .w3_leave_comment textarea {
    margin: 0.5em 0;
}
.w3_leave_comment input[type="text"], .w3_leave_comment input[type="email"], .w3_leave_comment textarea { 
    padding: .6em 1em; 
}
.w3_leave_comment textarea {
    min-height: 150px; 
}
.about-w3lsbnr .banner-w3text {
    padding: 10em 0;
}
.top-nav ul li {
    margin: 0 0 0 2.0em;
}
.agileits_three_comment_grid:nth-child(2) {
    margin: 2.5em 0 0; 
}
.w3_leave_comment {
    width: 80%;
}
.contact input[type="text"], .contact input[type="email"] {
    width: 49%; 
    margin-bottom: 1em; 
}
.contact input[type="submit"] { 
    margin: 0.5em 0 0 0; 
}
}
@media(max-width:800px){

.w3llogo h1 {
    font-size: 2.4em;
}
.w3llogo h1 a span {
    letter-spacing: 9px;
}
ul.nav.navbar {
    margin: 0.8em 0 0;
}
.top-nav { 
    padding: 1.3em 0 0.8em; 
}
.banner-w3text #vertical-ticker li{
    font-size: 3em;
}
.banner-w3text #vertical-ticker {
    height: 66px !important; 
}
.banner-w3text {
    padding: 10em 0;
}
.effect-ruby h3 {
    font-size: 1.8em; 
}
.about-slid h4 {
    font-size: 3em;
    letter-spacing: 7px;
}
.w3gallery-grids {
    padding: 0 0.5em;
}
a.w3effct-agile.w3effct-agile-mdl {
    margin: 1em 0;
}
.agile-figcap h4 {
    font-size: 1.8em; 
    margin: 0.5em 0 0; 
}
.agileits_tom_right { 
    margin-left: 2em;
}
}
@media(max-width:768px){
.banner-w3text #vertical-ticker {
    height: 59px !important;
} 
.effect-ruby p { 
    padding: .3em 0.8em; 
}
.features p.pagile-text { 
    margin: 0 auto 2em;
}
.stats {
    margin-top: 3em;
}
.about-slid h4 {
    font-size: 2.8em;
    letter-spacing: 5px;
}
.contact-text { 
    margin-top: 2.5em;
}
.map iframe {
    min-height: 250px;
}
}
@media(max-width:767px){

.w3llogo h1 a { 
    margin-left: 1em;
} 
button.navbar-toggle {
    margin: 0.5em 2em 0 0;
    z-index: 9999;
    border-color: #fff;
}
.navbar-toggle .icon-bar { 
    background: #fff;
}
div#bs-example-navbar-collapse-1 {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.77);
    z-index: 9999;
    padding-bottom: .5em;
    margin: 1em 0 0;
    left: 0;
    padding: 0;
}
ul.nav.navbar {
    margin: 0;
}
.top-nav ul li {
    margin: 1.5em 0;
    display: block; 
    font-size: 1.1em;
}
.top-nav ul li a {  
	display: block;
}
.top-nav ul li a:hover, .top-nav ul li a.active { 
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	letter-spacing: 3px;
}
.top-nav .open > .dropdown-menu {
    background: transparent;
    margin-top: 0.2em;
    left: inherit;
    width: 100%;
    position: inherit;
} 
.effect-ruby p {
    padding: .3em 0.5em;
}
.effect-ruby .agile-caption {
    padding: 1.3em;
}
.stats-grid:nth-child(2) {
    margin-bottom: 3em;
}
h3.agileits-title, h2.agileits-title {
    font-size: 3.3em; 
}
.w3l_admin {
    margin: 2em 0;
}
.w3l_admin p { 
    padding-left: 2em; 
}
.w3l_admin p i.fa.fa-quote-left {
    margin-left: -2em;
    margin-right: 1em;
}
.agileits_tom_right { 
    width: 82%; 
}
.about-w3right {
    padding: 0 12em;
    margin-bottom: 2em;
}
.about h4 {
    font-size: 1.4em;
    letter-spacing: 4px;
}
.about-w3left p {
    margin-top: 0.8em;
}
.button { 
    margin-top: 1em; 
}
.about-slid h4 {
    font-size: 2.5em; 
}
.welcome, .stats, .services, .about, .about-slid, .team, .contact, .gallery, .codes {
    padding: 3em 0;
}
.thumbnail.team-agileits:hover .w3agile-caption {
    height: 51%;
}
.team .w3agile-caption {
    height: 34%; 
}
.w3ls_single_left_grid_right h3 {
    font-size: 1.6em; 
}
}  
@media(max-width:667px){ 
.w3llogo h1 a span {
    letter-spacing: 8px;
    font-size: .3em;
}
.effect-ruby {
    height: 150px;
}
.effect-ruby h3 {
    font-size: 1.6em;
    margin-top: 0;
}
.effect-ruby .agile-caption {
    padding: 1.5em 0.5em;
}
.effect-ruby p { 
    margin-top: 0.8em; 
}
.features p.pagile-text {
    margin: 0 auto 1.5em;
    width: 100%;
}
.features h4 {
    font-size: 1.6em;
}
h3.agileits-title, h2.agileits-title {
    font-size: 3em;
}
.services-grid i.fa {
    font-size: 3em;
}
.services-grid.srvs-wthree-mdl, .services-grid {
    margin: 2em 0 0;
}
.services-grid h5 {
    font-size: 1.4em; 
}
.footer-agile {
    padding: 2em 0;
}
.footer-grid h3 {
    font-size: 2em; 
}
.footer-grid input[type="submit"] { 
    padding: 0.8em 1.3em; 
}
.footer-btm-agileinfo { 
    padding-top: 1.5em; 
}
.about-w3lsbnr .banner-w3text h2 {
    font-size: 2.6em;
}
.about-w3right {
    padding: 0 10em; 
}
.team-row-agileinfo {
    width: 82%; 
}
.w3gallery-grids {
    padding: 0 0.2em;
}
a.w3effct-agile.w3effct-agile-mdl {
    margin: 0.4em 0;
}
.agile-figcap p { 
    letter-spacing: 0px;
    line-height: 1.4em;
    margin-top: .3em;
}
.contact textarea {
    min-height: 8em;
}
.contact-text {
    padding: 2em 2.5em; 
}
.agileits_three_comment_grid:nth-child(2) {
    margin: 2em 0 0;
}
.agileits_three_comment_grid1 {
    padding-left: 0em;
}
.w3_leave_comment form {
    margin: 1.5em 0 0;
}
.features-right {
    margin-bottom: 2em;
}
}
@media(max-width:640px){
.banner-w3text {
    padding: 8em 0;
}
.social-icon a {
    margin: 0 0.8em;
}
.effect-ruby p {
    letter-spacing: 0px;
}
.numscroller {
    font-size: 1.7em;
    padding: 1em 0;
    width: 85px;
    height: 85px;
}
.stats-grid:nth-child(2) {
    margin-bottom: 2em;
}
.stats-agileinfo h6 { 
    margin: 0.8em 0 0; 
}
.team-row-agileinfo {
    width: 84%;
}


.footer-btm-agileinfo {
    padding-top: 1em;
    margin-top: 1em;
}
.footer-grid li { 
    font-size: 0.9em;
}
.footer-grid h3 {
    font-size: 1.8em;
    font-weight: 300;
}
.about-w3lsbnr .banner-w3text {
    padding: 8em 0;
}
.about-w3right {
    padding: 0 7em;
}
.team-row-agileinfo {
    width: 92%;
}
.top-nav ul li a {
    font-size: 1.2em;
}
.top-nav .open > .dropdown-menu li a { 
    font-size: 1em; 
}
a.w3effct-agile { 
    border: 3px double #17b9ea;
}
.map iframe {
    min-height: 200px;
}  
}
@media(max-width:600px){
.w3llogo h1 {
    font-size: 2.0em;
}
.agile-figcap p {
    letter-spacing: 0.5px; 
    font-size: .9em;
}
.agileits_tom_right {
    width: 80%;
    margin-left: 1em;
}
.agileits_tom_right p.lorem {
    margin: 0.2em 0 0;
}
.Hardy p { 
    margin: .2em 0 0;
    font-size: .9em;
}
.w3_leave_comment textarea {
    min-height: 120px;
} 
}
@media(max-width:480px){
.w3llogo h1 {
    font-size: 1.8em;
}

button.navbar-toggle {
    margin: 0.4em 1.5em 0 0; 
}
.w3llogo h1 a {
    margin-left: 0.7em;
}
.top-nav ul li {
    margin: 1.2em 0; 
}
.banner-w3text #vertical-ticker li {
    font-size: 2em;
}
.social-icon a {
    font-size: 0.9em; 
}
.banner-w3text #vertical-ticker {
    height: 46px !important;
}
.w3ls-bnr-icons.social-icon {
    margin-top: 1.5em;
}
.welcome-w3lsgrids {
    padding: 0 1.5em;
    width: 100%;
}
.welcome-w3lsgrids:nth-child(2) {
    margin: 1.5em 0;
}
.effect-ruby .agile-caption {
    padding: 1.5em 2.5em;
}
.features i.fa {
    font-size: 1.4em; 
}
.features-grid-right {
    padding: 0;

}
.services-grid.agileits-w3layouts {
    padding: 0 .5em;
}
.services-grid h5 {
    font-size: 1.2em;
}
.services-grid i.fa {
    font-size: 2.5em;
}
.footer-grid { 
    float: none;
    width: 100%;
}

.welcome, .stats, .services, .about, .about-slid, .team, .contact, .gallery, .codes {
    padding: 2.5em 0;
}
.about-w3right {
    padding: 0 3em;
}
.about-slid h4 {
    font-size: 2.4em;
}
.team-row-agileinfo {
    width: 100%;
}
.team-grids {
    padding: 0 .5em;
}
.team h4 { 
    font-size: 1.4em;
    letter-spacing: 1px;
}
.wthree_recent h4, .agileits_three_comments h3, .w3_leave_comment h3, .agile_cat_grid h4, .agileits-tags h4 {
    font-size: 1.8em; 
}
.team .w3agile-caption {
    height: 36%;
}
.thumbnail.team-agileits:hover .w3agile-caption {
    height: 55%;
}
.team-grids {
    margin: 1em auto 3em;
}
.w3gallery-grids {
    padding: 0;
    float: none;
    width: 80%;
    margin:1.5em auto;
}
a.w3effct-agile.w3effct-agile-mdl{
    margin: 1em 0;

}
.agile-figcap h4 { 
    margin: 2em 0 0;
}
.agile-figcap p { 
    margin-top: 0.8em;
}
.contact-form.wthree,.contact-right.wthree {
    padding: 0;

}
.contact input[type="submit"] { 
    padding: 0.6em 3em;  
}
.contact-text {
    padding: 1.8em 2em;
    margin-top: 2em;
}
.contact-right h4 {
    font-size: 1.6em; 
}
.contact-text p i.fa {
    margin-right: 10px;
}
.w3ls_single_left,.w3ls_single_right {
    padding: 0;
}
.w3ls_single_left_grid_right h3 {
    font-size: 1.4em;
}
.w3ls_single_left_grid1 {
    margin: 1.5em 0;
} 
.w3ls_single_left_grid1 p {
    margin: 1em 0; 
}
.w3ls_single_left_grid_right h5 {
    font-size: 0.9em;
}
.agileits-tags, .agile_cat_grid {
    margin-top: 1.5em;
}
.agileits_three_comments {
    margin: 1.5em 0;
}
.agileits_tom i.fa {
    font-size: 2em;
}
.agileits_tom { 
    padding: 0.8em 1.2em;
}
.reply a {
    padding: 8px 30px; 
}
.reply { 
    margin-left: 6em; 
}
.w3_leave_comment {
    width: 90%;
}
.about-w3lsbnr .banner-w3text h2 {
    font-size: 2.5em;
}
.button { 
    font-size: 0.9em; 
}
}
@media(max-width:414px){
.w3llogo h1 {
    font-size: 1.5em;
}
.features-right,.features-left {
    padding: 0;
}
.features h4 {
    font-size: 1.4em;
}
.features-grid.features-grid-mdl {
    margin: 1.5em 0;
}
.about-w3lsbnr .banner-w3text h2 {
    font-size: 2.2em;
}
.team-grids {
    margin: 0 auto 5em;
    float: none;
    width: 100%;
    padding: 0;
}
.team-row-agileinfo {
    width: 68%;
}
.team .w3agile-caption {
    height: 29%;
}
.thumbnail.team-agileits:hover .w3agile-caption {
    height: 45%;
}
p {
    font-size: 0.9em; 
}
.banner-w3text #vertical-ticker li {
    font-size: 2em;
}
.banner-w3text {
    padding: 6em 0;
}
.effect-ruby .agile-caption {
    padding: 1.5em;
}
.welcome-w3lsgrids:nth-child(2) {
    margin: 0.8em 0;
}
.features-right img {
    width: 70%; 
}
.services-w3ls-left,.services-w3ls-row.agileits-w3layouts {
    padding: 0;
}
h3.agileits-title, h2.agileits-title {
    font-size: 2.8em;
}
.services-grid.srvs-wthree-mdl, .services-grid { 
    padding: 0;
}
.about-w3left {
    padding: 0;
}
.contact input[type="text"], .contact input[type="email"],.contact textarea{ 
    font-size: 0.9em; 
} 
.contact input[type="submit"] { 
    font-size: 0.9em; 
}
.w3ls_single_left_grid_right ul li { 
    font-size: 0.9em;
}
.w3_leave_comment input[type="text"], .w3_leave_comment input[type="email"], .w3_leave_comment textarea { 
    font-size: 0.9em; 
}
.w3_leave_comment input[type="submit"] { 
    font-size: 0.9em; 
} 
.wthree_recent ul li span { 
    font-size: 12px; 
}
.wthree_recent ul li ,.agile_cat_grid_tags ul li,.agile_cat_grid ul.categories li,.reply a  { 
    font-size: 0.9em;
} 
.agileits_three_comment_grid {
    padding: 1.5em 0;
} 
.w3ls_single_left_grid_right h3 {
    font-size: 1.3em;
}
}
@media(max-width:384px){
.agile-figcap h4 {
    margin: 1.2em 0 0;
}
.w3gallery-grids { 
    width: 90%; 
}

.features-grid-left {
    text-align: left;
    padding: 0 .5em;
}
.team-row-agileinfo {
    width: 74%;
}
.features h2.agileits-title {
    margin-bottom: 0.3em;
}
div#bs-example-navbar-collapse-1 { 
    margin: 0.6em 0 0; 
}
}
@media(max-width:375px){
.welcome-w3lsgrids {
    padding: 0; 
}
.numscroller {
    font-size: 1.5em; 
    width: 75px;
    height: 75px;
}
.stats-agileinfo h6 {
    letter-spacing: 3px;
    font-size: 1.2em;
    margin: 0.6em 0 0;
}
h3.agileits-title, h2.agileits-title { 
    margin-bottom: 0.5em; 
}
.contact-text {
    padding: 1.5em 2em; 
}
.about-w3right {
    padding: 0 1em;
}
.about h4 {
    font-size: 1.3em;
    letter-spacing: 2px;
}
.about-slid h4 {
    font-size: 2.2em;
    letter-spacing: 4px;
}
.about-slid h5 {
    font-size: 1.1em;
    letter-spacing: 2px; 
}
.welcome, .stats, .services, .about, .about-slid, .team, .contact, .gallery, .codes {
    padding: 2em 0;
}
.contact input[type="text"], .contact input[type="email"] {
    width: 100%;
    margin-bottom: 0.5em;
}
.contact input[type="submit"] {
    margin: 0.1em 0 0 0;
}
.w3_leave_comment {
    width: 100%;
}
}
@media(max-width:320px){
.w3llogo h1 {
    font-size: 2em; 
}
.w3llogo h1 a {
    margin-left: 0.5em;
}
.w3llogo h1 a span {
    letter-spacing: 7px; 
}
button.navbar-toggle {
    margin: 0.2em 1em 0 0;
	padding: 8px 9px;
}
.top-nav {
    padding: 1em 0 0.6em;
}
.banner-w3text {
    padding: 5em 0;
}
.banner-w3text #vertical-ticker li {
    font-size: 1em;
    margin: 0.6em
}
.banner-w3text #vertical-ticker {
    height: 39px !important;
}
.social-icon a {
    font-size: 0.85em;
    margin: 0 0.6em;
}
.w3ls-bnr-icons.social-icon {
    margin-top: 1em;
}
.effect-ruby h3 {
    font-size: 1.4em; 
}
.features-grid-left { 
    padding: 0;
}
h3.agileits-title, h2.agileits-title {
    font-size: 2.4em;
}
.services-grid.srvs-wthree-mdl, .services-grid {
    padding: 0;
    width: 50%;
}
.effect-ruby {
    height: 130px;
}
.effect-ruby {
    height: 130px;
}
.footer-grid {
    padding: 0;
}
.team-row-agileinfo {
    width: 92%;
}
.w3gallery-grids {
    width: 95%;
}
.about-w3lsbnr .banner-w3text h2 {
    font-size: 1.8em;
}
.w3ls_single_left_grid_right h5 {
    font-size: 0.85em;
    letter-spacing: 2px;
}
.w3ls_single_left_grid_right ul li {
    font-size: 0.85em;
}
.w3l_admin {
    margin: 1.5em 0;
}
.w3l_admin {
    padding: 1em; 
}
.w3l_admin p { 
    margin-bottom: 0.5em;
}
.wthree_recent h4, .agileits_three_comments h3, .w3_leave_comment h3, .agile_cat_grid h4, .agileits-tags h4 {
    font-size: 1.6em;
}
.agileits_tom_right {
    width: 100%;
    margin: 1em 0 0;
}
.agileits_tom i.fa {
    font-size: 1.5em;
}
.footer-agile {
    padding: 1.5em 0;
}

}
/*-- //responsive-design --*/
