代码拉取完成,页面将自动刷新
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;
}
.place{
width:70%;
height:100px;
padding-left:10%;
padding-right:auto;
margin-left:auto;
margin-right:auto;
}
table tr :hover{
background:#ECEACF;
}
h1,h2,h3,h4,h5,h6{
margin:0;
font-family: 'Bigshot One', cursive;
}
p{
margin:0;
}
ul,label{
margin:0;
padding:0;
}
body a:hover,body a:focus{
text-decoration:none;
outline: none;
}
/*-- banner --*/
.w3ls-banner{
background:url(../images/1.jpg)no-repeat center 0px;
-webkit-background-size:cover;
-moz-background-size:cover;
background-size:cover;
position: relative;
}
.header {
background: rgba(34, 41, 51, 0.22);
border-bottom: 2px solid #636b75;
}
/*-- header-top --*/
.header-top {
padding: 1em 0;
border-bottom: 1px solid rgba(205, 220, 57, 0.47);
}
.agile-hdleft ul {
padding-top: 1em;
}
.header-top ul li {
display: inline-block;
color: #fff;
font-size: 1em;
font-weight: 300;
margin-right: 3em;
}
.header-top ul li i.fa {
margin-right: 5px;
}
.header-top ul li a {
color: #fff;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
transition: .5s all;
}
.header-top ul li a:hover {
color: #CDDC39;
}
.agile-hdmdl.nav.navbar-nav {
width: 30%;
margin-left: 7em;
}
.agile-hdmdl form {
position: relative;
}
.agile-hdmdl input[type="search"] {
width: 100%;
padding: 0.7em 3em .7em 1.5em;
font-size: 1em;
color: #fff;
outline: none;
border: 1px solid #fff;
background: none;
-webkit-appearance: none;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
transition: 0.5s all;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-o-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
}
.agile-hdmdl button.btn.btn-default {
border: none;
position: absolute;
top: 0px;
right: 5px;
width: 43px;
height: 42px;
outline: none;
box-shadow: none;
background: none;
padding: 0;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-o-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
}
.agile-hdmdl span.glyphicon {
font-size: 1.2em;
color: #fff;
padding: 5px;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
transition: 0.5s all;
}
.agile-hdmdl form:hover input[type="search"],.agile-hdmdl form:focus input[type="search"] {
border-color: #CDDC39;
}
.agile-hdmdl form:hover span.glyphicon,.agile-hdmdl form:focus span.glyphicon{
color: #CDDC39;
}
.social-icon {
padding-top: 0.5em;
}
.social-icon a {
display: inline-block;
color: #fff;
margin: 0 0.5em;
font-size: 0.9em;
border: 2px solid;
width: 30px;
height: 30px;
text-align: center;
line-height: 2.2em;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
transition: 0.5s all;
}
.social-icon a:hover {
color: #CDDC39;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
transition: 0.5s all;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
/*-- //header-top --*/
/*-- logo --*/
.header-mdl.agileits-logo {
text-align: center;
margin: 2em 0 0.5em;
}
.agileits-logo h1 {
font-size: 7em;
display: inline-block;
}
.agileits-logo h1 a {
color: #fff;
text-decoration: none;
display: inline-block;
}
/*-- //logo --*/
/*-- top-nav --*/
.header-nav ul.nav.navbar-nav {
float: none;
width: 100%;
text-align: center;
}
.navbar-default {
background: none;
border: none;
margin: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #99abd5;
background: none;
}
.navbar-nav > li {
display: inline-block;
float:none;
margin: 0 2em;
}
.navbar-default .navbar-nav > li > a {
color: #fff;
font-size: 1.2em;
padding:1.3em 0.5em;
position: relative;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active {
color: #CDDC39;
}
.navbar-default .navbar-nav > li > a:before {
content: '';
position: absolute;
bottom: -2px;
background: #CDDC39;
height: 3px;
width: 0;
left: 0;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
transition:.5s all;
}
.navbar-default .navbar-nav li a:hover:before,.navbar-default .navbar-nav li a.active:before{
width: 100%;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background: none;
color: #CDDC39;
}
.navbar-right .dropdown-menu {
left: 0;
right: auto;
min-width: inherit;
top: 102%;
font-size: 13px;
}
.dropdown-menu > li > a {
padding: 7px 20px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active {
color: #fff !important;
text-decoration: none;
background-color: #cddc39;
}
.w3header form {
margin: 1.1em 0 0;
position: relative;
padding-left: 2em;
}
.w3header input[type="search"] {
width: 100%;
padding: 0.6em 3.5em .6em .8em;
font-size: 1em;
color: #fff;
outline: none;
border: 1px solid #0696a9;
background: none;
-webkit-appearance: none;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
transition: 0.5s all;
}
.w3header button.btn.btn-default {
border: none;
position: absolute;
top: 0px;
right: 0px;
width: 40px;
height: 39px;
outline: none;
box-shadow: none;
background: #cddc39;
padding: 0;
border-radius: inherit;
-webkit-appearance: none;
-webkit-transition:.5s all;
-moz-transition:.5s all;
transition:.5s all;
}
.w3header form:hover input[type="search"]{
border-color:#ca5a00;
}
.w3header form:hover .btn.btn-default{
background: #CDDC39;
}
.w3header span.glyphicon {
font-size: 1em;
color: #fff;
padding: 3px;
}
.w3header ::-webkit-input-placeholder {
color: #ccc;
}
.w3header :-moz-placeholder { /* Firefox 18- */
color: #ccc;
}
.w3header ::-moz-placeholder { /* Firefox 19+ */
color: #ccc;
}
.w3header :-ms-input-placeholder {
color: #ccc;
}
/*-- //top-nav --*/
/*-- //header --*/
/*-- banner-text --*/
.banner-text {
padding: 12em 0;
}
.banner-w3lstext {
width: 60%;
margin: 0 0 0 auto;
text-align: right;
}
.banner-w3lstext h2, .banner-w3lstext h3 {
font-size: 5em;
color: #fff;
font-weight: 100;
}
.banner-w3lstext h2 a,.banner-w3lstext h2 a:hover{
color: #fff;
text-decoration:none;
}
.banner-w3lstext p {
font-size: 1em;
color: #fff;
line-height: 2em;
width: 96%;
margin: 1em 0 0 auto;
font-weight: 300;
font-style: italic;
letter-spacing: 2px;
}
/*-- //banner --*/
/*-- welcome --*/
.welcome,.services,.about,.gallery,.team,.contact,.single,.codes{
padding:5em 0;
}
p {
margin: 0;
font-size: 1em;
color: #999;
line-height: 2em;
}
.welcome h4 {
font-size: 2.5em;
color: #333;
}
.welcome-w3left p {
margin-top:2em;
}
.welcome-w3left ul li {
display: block;
font-size: 1em;
color: #999;
margin-top: 1em;
}
.welcome-w3left ul li span.glyphicon {
padding-right: 6px;
}
.welcome-w3right img {
width: 100%;
}
/*-- button style --*/
.button {
display: inline-block;
margin-top: 1.5em;
padding: 0.6em 1.5em;
background: none;
color: #8a9800;
vertical-align: middle;
position: relative;
z-index: 1;
-webkit-backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
border: 1px solid #CDDC39;
overflow: hidden;
font-size: 1em;
-webkit-transition: .6s all;
-moz-transition: .6s all;
transition: .6s all;
-webkit-transition-delay: .3s;
-moz-transition-delay: .3s;
transition-delay: .3s;
-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: #CDDC39;
-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: #CDDC39;
}
.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 --*/
/*-- //welcome --*/
/*-- services --*/
.services {
background: url(../images/bg3.jpg)no-repeat center 0px fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
h3.agileits-title {
font-size: 4em;
color: #CDDC39;
text-align: center;
margin-bottom: 1em;
font-weight: 300;
}
.services-grid-left {
text-align: right;
}
.services-grid-bottom {
margin-top: 3em;
}
.services span.glyphicon {
font-size: 1.8em;
color: #fff;
display: inline-block;
text-decoration: none;
z-index: 1;
padding: 0.9em .7em;
-webkit-transition: .5s linear;
-moz-transition: .5s linear;
transition: .5s linear;
border: 8px solid #fff;
}
.services-grid-right h4 {
font-size: 1.8em;
color: #fff;
margin-bottom: .3em;
}
.services-grid-right p {
color: #fff;
font-weight: 300;
letter-spacing: 2px;
}
.services-grid:hover span.glyphicon {
color: #CDDC39;
border-color: #CDDC39;
-webkit-transform: rotatey(360deg);
-moz-transform: rotatey(360deg);
-o-transform: rotatey(360deg);
-ms-transform: rotatey(360deg);
transform: rotatey(360deg);
}
/*-- //services --*/
/*-- features --*/
.features i.fa {
font-size: 4em;
color: #c3bfbf;
-webkit-transition: .5s linear;
-moz-transition: .5s linear;
transition: .5s linear;
}
.features-w3lright p {
line-height: 1.4em;
}
.features-w3grid:hover i.fa {
color: #CDDC39;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
/*-- //features --*/
/*-- Testimonials --*/
.testi-img{
background: url(../images/bg1.jpg)no-repeat center 0px;
background-size: cover;
padding:5em 0;
min-height: 500px;
text-align: right;
}
.testi-img.testi-img2{
background: url(../images/bg2.jpg)no-repeat center 0px;
background-size: cover;
}
.testi-img h4.agileits-rs {
font-size: 2em;
color: #cddc39;
margin-top: 1em;
}
p.w3ls-speech {
width: 50%;
margin: 0 0 0 auto;
padding: 2em 3em;
position: relative;
background-color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
transition:.5s all;
}
p.w3ls-speech:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: 46px;
bottom: -21%;
border: 19px solid;
border-color: #fff transparent transparent #fff;
}
.testi-img h6 {
font-family: 'Roboto', sans-serif;
font-size: 1em;
color: #fff;
font-weight: 300;
margin-top: 1em;
letter-spacing: 1px;
}
.flexslider.flexslider1 ol.flex-control-nav.flex-control-paging {
bottom: 22%;
right: 41%;
left: inherit;
top: inherit;
}
.flexslider.flexslider1 .flex-control-nav li {
display: inline-block;
margin: 0 1em;
}
/*-- //Testimonials --*/
/*-- footer --*/
.footer {
background: #333;
padding: 4em 0;
}
.footer h3 {
font-size: 2em;
color: #cddc39;
margin-bottom: 0.8em;
font-weight: 400;
}
.footer-grid li {
display: block;
margin-bottom: 1em;
}
.footer-grid li a {
font-size: 1em;
color: #fff;
display: inline-block;
text-decoration: none;
font-weight: 300;
outline: none;
}
.footer-grid li a:hover {
margin-left: 1em;
}
.footer-grid li a i.glyphicon {
margin-right: 0.6em;
}
.footer-grid.footer-tags li {
display: inline-block;
}
.footer-grid.footer-tags li a {
padding: .4em 1em;
background: #272626;
margin-right: 12px;
border: 1px solid #272626;
}
.footer-grid.footer-tags li a:hover {
margin-left: 0;
background-color: transparent;
color: #cddc39;
}
.footer-grid.footer-review {
padding-right: 0;
}
.footer-grid.footer-tags {
padding-left: 0;
}
.footer-grid form {
position: relative;
}
.footer-grid p {
color: #fff;
margin-bottom: 1em;
font-weight: 300;
}
.footer-grid input[type="search"] {
width: 100%;
padding: 0.8em 2.8em .8em .8em;
font-size: 1em;
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;
}
.footer-grid button.btn.btn-default {
border: none;
position: absolute;
top: 1px;
right: 1px;
width: 43px;
height: 42px;
outline: none;
box-shadow: none;
background: none;
padding: 0;
}
.footer-grid span.glyphicon {
font-size: 1.2em;
color: #fff;
padding: 5px;
}
.copy-right {
padding: 2em 1em;
background: #272626;
}
.copy-right p {
text-align: center;
color: #fff;
}
.copy-right p a{
color: #cddc39;
text-decoration:none;
}
.copy-right p a:hover{
color: #fff;
}
/*-- //footer --*/
/*-- slider-up-arrow --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 6%;
right: 3%;
overflow: hidden;
width: 32px;
height: 32px;
border: none;
text-indent: 100%;
background: url("../images/move-up.png") no-repeat 0px 0px;
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
-o-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85);
-webkit-transition:.5s all;
-moz-transition:.5s all;
transition:.5s all;
}
#toTop:hover {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
#toTopHover {
width: 32px;
height: 32px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
transform: scale(1);
}
/*-- //slider-up-arrow --*/
/*-- about --*/
.aboutw3ls-banner .banner-text {
padding: 3em 0;
}
.aboutw3ls-banner .agileits-logo h1 {
font-size: 4em;
}
.aboutw3ls-banner .banner-w3lstext h2{
font-size: 3em;
}
/*-- about-us --*/
.banner.about-banner {
min-height: 250px;
}
.banner.about-banner .banner-text h2 {
font-size: 4em;
font-weight: 900;
color: rgba(255, 255, 255, 0.52);
}
.banner.about-banner .banner-text{
margin-top: 8%;
}
.about .w3ls-title h3 {
width: 18%;
}
/*-- img-hovers --*/
.pic {
position: relative;
overflow: hidden;
display: block;
animation: anima 2s;
-webkit-animation: anima 2s;
-moz-animation: anima 2s;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.pic .pic-image, .pic-caption, .pic:hover .pic-caption, .pic:hover img {
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
.pic-image {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.stack img {
width: 100%; height: auto;
vertical-align: bottom;
border: 15px double #cddc39;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.stack:last-of-type { margin-right: 0; }
/* Third stack example (One stack element rotated in the opposite direction) */
.stack.twisted:before {
-webkit-transform: rotate(4deg);
-moz-transform: rotate(4deg);
transform: rotate(4deg);
-moz-transform: rotate(4deg);
-o-transform: rotate(4deg);
}
.stack.twisted:after {
-webkit-transform: rotate(-4deg);
-moz-transform: rotate(-4deg);
transform: rotate(-4deg);
-ms-transform: rotate(-4deg);
-o-transform: rotate(-4deg);
}
/* Reset all rotations on hover */
.stack:hover:before, .stack:hover:after,.team-grid:hover .stack:before,.team-grid:hover .stack:after{
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
}
/* Stacks creted by the use of generated content */
.stack:before, .stack:after {
content: "";
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 100%; height: 100%;
position: absolute;
border: 8px double #cddc39;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-webkit-transition: 0.3s all ease-out;
-moz-transition: 0.3s all ease-out;
transition: 0.3s all ease-out;
-o-transition: 0.3s all ease-out;
-ms-transition: 0.3s all ease-out;
}
.stack:before { top: 4px; z-index: -10; } /* 1st element in stack (behind image) */
.stack:after { top: 8px; z-index: -20; } /* 2nd element in stack (behind image) */
.stack { float: none; width: 92%;
margin:3% 0% 8% 4%; position: relative; z-index:998; }
/*-- //img-hovers --*/
.about h5 {
font-size: 1.8em;
color: #333;
margin-top: 0.5em;
}
.about-right p {
text-align: left;
margin-top: 1em;
}
/*-- panel-accordion --*/
.w3ls-about h3.title-agile {
margin-bottom: 0.8em;
}
.panel-group {
margin: 1.5em 0 0;
}
.panel-heading {
padding: 10px 5px;
}
.panel-default span.glyphicon {
color: #cddc39;
margin-right: 1em;
}
.panel-title {
font-size: 1.3em;
color: #333;
text-transform: capitalize;
text-decoration: none;
}
a.pa_italic:focus {
text-decoration: none;
}
.panel-default {
border-color: #FFF;
}
.panel-default > .panel-heading {
border-color: #FFF;
color:#212121;
background-color: #fff;
}
.panel-body {
padding: 1em 1em 0.5em;
font-size: 1em;
line-height: 1.8em;
color: #999;
}
a.pa_italic label {
cursor: pointer;
font-weight:500;
}
.panel-default > .panel-heading {
border-bottom: 1px solid #ccc;
}
/*-- //about-us --*/
/*-- stats --*/
.stats {
background: url(../images/1.jpg)no-repeat center fixed;
background-size: cover;
}
.stats-info {
text-align: center;
}
.stats-img i.fa {
font-size: 5em;
color: #fff;
}
.numscroller {
font-size: 3em;
font-weight: 700;
color: #cddc39;
margin-bottom: 0;
}
.stats-info p {
font-weight: 400;
color: #EEE;
letter-spacing: 6px;
margin-top: 1em;
}
/*-- //stats --*/
/*-- team --*/
.team-grids .team-agileimg {
overflow: hidden;
position: relative;
display: block;
}
.captn h4 {
color: #fff;
font-size: 2.1em;
margin-top: 2px;
}
.captn p {
font-size: 1em;
margin-top: 0.5em;
color:#fff;
line-height:1.8em;
}
.team-grids .captn {
display: inline-block;
height: 100%;
width: 100%;
position: absolute;
top: -100%;
right: 0;
background-color: rgba(0, 0, 0, 0.65);
text-align: center;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.captn-top {
padding: 22% 10%;
}
.team-agileimg:hover .captn {
width: 100%;
top: 0%;
}
img.img-responsive {
width: 100%;
}
.team .social-icon {
background: rgba(205, 220, 57, 0.76);
padding: 1.5em 1em;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: 1s all;
-moz-transition: 1s all;
transition: 1s all;
}
.team-agileimg:hover .social-icon {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
/*-- //team --*/
/*-- gallery --*/
/*-- jzBox-lightbox --*/
#jzBox {
top: 0;
left: 0;
z-index: 10000;
position: fixed;
background-color: rgba(30, 30, 30, 0.9);
margin: 0 !important;
text-align: center;
width: 100%;
height: 100%;
display: none;
color: #fff;
overflow-y: auto;
}
#jzBoxTargetImg {
margin:4% 0 1% 0;
max-width: 96%;
max-height: 73%;
cursor: pointer;
}
#jzBoxTitle {
font-size: 1.1em;
font-weight: 300;
margin-bottom: 1em;
}
#jzBoxCounter {
margin-bottom: 1%;
font-size: 12px;
}
#jzBox i:hover {
cursor: pointer;
color: #cddc39;
}
#jzBoxBottom { margin-bottom: 2em;}
#jzBoxNextBig, #jzBoxPrevBig {
cursor: pointer;
top: 0;
left: 0;
width: 35%;
position: fixed;
z-index: 10001;
height: 100%;
}
#jzBoxNextBig { left: 69%; }
i#jzBoxPrev, i#jzBoxNext {
font-size: 2em;
padding: 0.2em;
border: 1px solid;
z-index: 99999;
-webkit-transition:.5s all;
-moz-transition:.5s all;
transition:.5s all;
}
i#jzBoxClose {
font-size: 3em;
vertical-align: bottom;
margin-left: 7em;
-webkit-transition:.5s all;
-moz-transition:.5s all;
transition:.5s all;
z-index:999999999;
}
/*-- //jzBox-lightbox --*/
.gallery-w3grid {
padding: 0;
}
.wpf-demo-4{
padding: 1em;
}
.wpf-demo-4 a.item-hover {
position: relative;
display: block;
overflow: hidden;
}
img.img-responsive {
width: 100%;
background: #fff;
}
.view-w3lcap {
position: absolute;
top: -40%;
width: 100%;
text-align: center;
background: rgba(0, 0, 0, 0.57);
padding: 1em;
-webkit-transition:.5s all;
-moz-transition:.5s all;
transition:.5s all;
}
.wpf-demo-4:hover .view-w3lcap {
top: 0;
}
.view-w3lcap p {
color: #fff;
font-size: 1.2em;
font-weight: 400;
letter-spacing: 3px;
}
/*-- //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;
border: solid 1px #ccc;
-webkit-appearance: none;
display: inline-block;
}
.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: #CDDC39;
border: 2px solid #CDDC39;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
transition: 0.5s all;
}
.contact input[type="submit"]:hover {
background: none;
color: #CDDC39;
}
.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.6em;
color: #333;
line-height: 1.6em;
}
.contact-text {
padding: 2em;
border: 10px double rgba(158, 158, 158, 0.18);
-webkit-box-shadow: 0px 0px 5px 2px #ccc;
-moz-box-shadow: 0px 0px 5px 2px #ccc;
box-shadow: 0px 0px 5px 2px #ccc;
}
.contact-text p {
margin-top: 0.8em;
text-align: left;
}
.contact-text p a{
color:#CDDC39;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
transition: 0.5s all;
}
.contact-text p a:hover{
color:#999;
}
.contact-text p i.fa {
margin-right: 5px;
}
.map iframe {
width: 100%;
min-height: 400px;
border: none;
}
/*-- //contact --*/
/*-- single --*/
.w3ls_single_left_grid_left{
float: left;
width: 15%;
text-align: center;
border: 1px solid #cddc39;
}
.w3ls_single_left_grid_left h3{
font-size:1.5em;
color:#212121;
}
.w3ls_single_left_grid_left h3 i,.w3ls_single_left_grid_left h3 span{
padding:.5em;
display:block;
}
.w3ls_single_left_grid_left h3 i{
font-style: normal;
background: #cddc39;
color: #fff;
}
.w3ls_single_left_grid_right{
float:right;
width:75%;
}
.w3ls_single_left_grid_right h3{
font-size:1.5em;
color:#212121;
line-height:1.5em;
text-transform:capitalize;
margin: .5em 0;
}
.w3ls_single_left_grid_right ul li{
display:inline-block;
margin-right:1.5em;
font-size:14px;
}
.w3ls_single_left_grid_right ul li span{
padding-right:1em;
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:#cddc39;
}
.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 0;
}
.w3ls_single_left_grid1_left{
float:left;
}
.w3ls_single_left_grid1_left h4{
color: #cddc39;
font-size: 1.2em;
text-transform: uppercase;
margin-top: .8em;
}
.w3ls_single_left_grid1_right{
float:left;
margin-left:2em;
}
.w3ls_single_left_grid1_right .social-icon a {
color: #555;
}
.w3ls_single_left_grid1_right .social-icon a:hover{
color: #cddc39;
}
.w3l_admin {
padding: 2em;
background: #333;
margin:3em 0 0;
}
.w3l_admin p {
color: #f5f5f5;
line-height: 1.8em;
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:#cddc39;
font-size: 1em;
text-decoration: none;
}
.w3l_admin a:hover{
color:#fff;
}
.wthree_recent h4, .agileits_three_comments h3, .w3_leave_comment h3 {
font-size: 2em;
color: #cddc39;
margin: 0;
text-transform: capitalize;
}
.wthree_recent ul{
padding:2em 0 0;
}
.wthree_recent ul li{
list-style-type: none;
font-size: 14px;
color: #999;
padding: 1em 0;
border-bottom: 1px dashed #C1C1C1;
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;
}
.wthree_recent ul li span {
display: block;
font-size: 13px;
padding-left: 3.5em;
color: #cddc39;
margin: .5em 0 0;
}
.wthree_recent ul li span i {
left: -1em;
}
.wthree_recent {
margin: 3em 0;
}
.wthree_recent ul li a i {
padding-right: 1em;
}
.wthree_recent ul li:last-child {
border-bottom: none;
}
.agile_tags_cate{
padding: 3em 0;
border-top: 1px dashed #adadad;
border-bottom: 1px dashed #adadad;
margin:5em 0;
}
.agile_cat_grid{
text-align: center;
}
.agile_cat_grid h4 {
color: #333;
font-size: 2em;
margin: 0;
}
.agile_cat_grid h4 span {
font-size: 1.5em;
color: #cddc39;
}
.agile_cat_grid ul {
padding: 2em 0 0;
}
.agile_cat_grid ul.categories li {
list-style-type: none;
margin-top: 1em;
font-size: 14px;
margin-bottom:.5em;
}
.agile_cat_grid ul.categories li a {
color: #999;
border: 1px solid #ccc;
padding: .5em 1em;
text-decoration: none;
display: block;
}
.agile_cat_grid ul.categories li a:hover,.agile_cat_grid_tags ul li a:hover{
color: #fff;
background-color: #cddc39;
border-color:#cddc39;
}
.agile_cat_grid_tags ul li{
display:inline-block;
margin:5px;
font-size:14px;
}
.agile_cat_grid_tags ul li a{
padding:5px 10px;
border: 1px solid #ccc;
text-decoration:none;
color:#999;
display: block;
}
.agileits_three_comment_grid{
padding:3em 0;
border-bottom: 1px dashed #ccc;
width: 100%;
}
.agileits_tom {
float: left;
border: 1px solid #ccc;
text-align: center;
padding: 1em 1.5em;
}
.agileits_tom i.fa {
font-size: 5em;
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:#cddc39;
color: #fff;
font-size: 14px;
text-decoration: none;
}
.reply a:hover{
background:#212121;
}
.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:#cddc39;
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{
margin:5em 0 0;
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;
background: #f5f5f5;
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:#cddc39;
border:none;
padding:10px 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;
}
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: 11px!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: 1em;
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 auto 1em auto;
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;
}
.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;
}
@media (max-width:1080px){
.icon-box {
padding: 8px 9px;
}
}
@media (max-width:768px){
.grid_5 {
padding: 0 0 1em;
}
.grid_3 {
margin-bottom: 0em;
}
}
@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;
}
}
@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%;
}
}
@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){
.agileits-logo h1 {
font-size: 6em;
}
.header-mdl.agileits-logo {
margin: 1em 0 0em;
}
}
@media(max-width:1080px){
.agile-hdmdl.nav.navbar-nav {
margin-left: 2em;
}
.banner-w3lstext {
width: 75%;
}
p.w3ls-speech {
width: 55%;
}
.testi-img {
min-height: 450px;
}
.footer {
padding: 3em 0;
}
.welcome, .services, .about, .gallery, .team, .contact, .single, .codes {
padding: 4em 0;
}
.captn h4 {
font-size: 1.8em;
}
.captn-top {
padding: 15% 10%;
}
.map iframe {
min-height: 300px;
}
}
@media(max-width:1024px){
.banner-w3lstext h2, .banner-w3lstext h3 {
font-size: 4em;
}
.banner-text {
padding: 10em 0;
}
.w3ls_single_left_grid_right {
width: 82%;
}
.stats-img i.fa {
font-size: 4em;
}
}
@media(max-width:991px){
.header-top ul li {
margin-right: 1em;
}
.social-icon a {
margin: 0 0.2em;
}
.agileits-logo h1 {
font-size: 4.5em;
}
.navbar-nav > li {
margin: 0 1.5em;
}
.banner-w3lstext {
width: 86%;
}
.welcome-w3right {
margin: 1.5em 0 0;
}
.services-grid:nth-child(2),.services-grid-bottom {
margin-top: 2em;
}
h3.agileits-title {
margin-bottom: 0.6em;
}
.welcome, .services, .about, .gallery, .team, .contact, .single, .codes {
padding: 3em 0;
}
.wthree-features-row {
width: 60%;
margin: 0 auto;
}
.features-w3grid:nth-child(2) {
margin: 2em 0;
}
.welcome h4 {
font-size: 2em;
}
.features i.fa {
font-size: 3.5em;
}
.testi-img {
min-height: 390px;
padding: 4em 0;
}
.flexslider.flexslider1 ol.flex-control-nav.flex-control-paging {
bottom: 8%;
}
p.w3ls-speech {
width: 70%;
}
.footer-grid.footer-tags,.footer-grid.footer-review{
margin-top: 1em;
}
.w3ls_single_left_grid1 {
margin: 1em 0;
}
.w3ls_single_left_grid1 p {
margin: 1em 0;
}
.w3l_admin {
margin: 2em 0 0;
}
.wthree_recent ul {
padding: 1em 0 0;
}
.agile_tags_cate {
margin: 0em 0 3em;
}
.agile_cat_grid ul {
padding: 1em 0 0;
}
.agile_cat_grid:nth-child(2) {
margin: 3em 0;
}
.agileits_three_comment_grid:nth-child(2) {
margin: 3em 0 0;
}
.agileits_tom_right p.lorem {
margin: 0;
}
.agileits_tom_right {
width: 78%;
}
.agileits_three_comment_grid1 {
padding-left: 3em;
}
.aboutw3ls-banner .banner-w3lstext h2 {
font-size: 2.5em;
}
.aboutw3ls-banner .agileits-logo h1 {
font-size: 3.5em;
}
.aboutw3ls-banner .banner-text {
padding: 2em 0;
}
.w3_leave_comment {
margin: 3em 0 0;
width: 70%;
}
.w3_leave_comment form {
margin: 2em 0 0;
}
.banner-w3lstext h2, .banner-w3lstext h3 {
font-size: 3em;
}
.about-left {
width: 50%;
margin: 0 auto;
}
.panel-group {
margin: 1em 0 0;
}
.stats-info p {
letter-spacing: 3px;
}
.numscroller {
font-size: 2.5em;
}
.agile-hdmdl.nav.navbar-nav {
margin-left: 1.5em;
}
.captn-top {
padding: 4% 8%;
}
.captn h4 {
font-size: 1.6em;
}
.team .social-icon {
padding: 0.7em 1em;
}
.team-grids {
padding: 0 .5em;
}
.stats-img i.fa {
font-size: 3.5em;
}
.copy-right {
padding: 1.5em 0;
}
.footer h3 {
margin-bottom: 0.5em;
}
h3.agileits-title {
font-size: 3.5em;
}
.wpf-demo-4 {
padding: 0.5em;
}
.view-w3lcap {
top: -100%;
}
.contact-right.wthree {
margin-top: 2em;
}
.welcome-w3left p {
margin-top: 1em;
}
.footer-grid.footer-tags {
padding: 0 1em;
}
.footer-grid.footer-review {
padding: 0 2em 0 1em;
}
}
@media(max-width:800px){
.navbar-right {
margin-right: 0;
}
.navbar-default .navbar-nav > li > a {
font-size: 1.1em;
}
}
@media(max-width:768px){
.testi-img {
min-height: 330px;
padding: 3em 0;
}
.banner-w3lstext p {
letter-spacing: 1px;
}
.dropdown-menu > li > a {
padding: 5px 20px;
}
.dropdown-menu {
font-size: 13px;
}
.header-mdl.agileits-logo {
margin: 0.8em 0 0em;
}
.aboutw3ls-banner .banner-w3lstext h2 {
font-size: 2em;
}
}
@media(max-width:767px){
.navbar-nav {
margin: 0;
float: left;
}
.header-top ul li {
font-size: 0.9em;
}
.agileits-hdright.navbar-right {
float: right;
}
.header-mdl.agileits-logo {
margin: 0.5em 0 .8em;
position: absolute;
z-index: 9999;
}
.agileits-logo h1 {
font-size: 4em;
}
button.navbar-toggle {
margin: 1.6em 1em;
background: #CDDC39;
}
.navbar-default .navbar-toggle {
border-color: #CDDC39;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #CDDC39;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #616060;
}
div#bs-example-navbar-collapse-1 {
position: absolute;
width: 100%;
background: rgba(0, 0, 0, 0.85);
z-index: 999;
padding-bottom: .5em;
}
.navbar-nav > li {
margin: 0;
display: block;
}
.navbar-default .navbar-nav > li > a {
font-size: 1em;
padding: 1em 0.5em;
}
ul.dropdown-menu {
text-align: center;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #fff;
font-size: .9em;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
background-color: #cddc39;
}
.stats-grid:nth-child(3),.stats-grid:nth-child(4){
margin-top: 2em;
}
}
@media(max-width:736px){
.footer-grid:nth-child(2) {
margin-top: 1.5em;
}
.footer-grid.footer-tags li {
margin: 0;
}
.footer-grid.footer-tags, .footer-grid.footer-review {
margin-top: 1.5em;
}
.footer h3 {
font-size: 1.8em;
}
p.w3ls-speech {
width: 75%;
padding: 2em;
}
.stats-info p {
margin-top: 0.5em;
}
.stats-img i.fa {
font-size: 3em;
}
.team-grids {
padding: 0 1em;
}
.team-row.agileits-w3layouts {
width: 65%;
margin: 0 auto;
}
.team-grids:nth-child(3),.team-grids:nth-child(4){
margin-top: 2em;
}
.captn-top {
padding: 18% 8%;
}
.gallery-w3grid {
float: left;
width: 33.33%;
}
.agileits_tom_right {
width: 81%;
margin-left: 1.5em;
}
.agileits_three_comment_grid1 {
padding-left: 2em;
}
.agileits_three_comment_grid {
padding: 2em 0;
}
.w3_leave_comment textarea {
min-height: 150px;
}
.w3ls_single_left_grid_right ul li span {
padding-right: 0.8em;
}
.map iframe {
min-height: 250px;
}
}
@media(max-width:667px){
.agile-hdmdl input[type="search"] {
padding: 0.6em 2em .6em 1em;
font-size: 0.9em;
}
.agile-hdmdl span.glyphicon {
font-size: 1.1em;
}
.agile-hdmdl button.btn.btn-default {
right: 1px;
width: 34px;
height: 33px;
}
.agile-hdmdl.nav.navbar-nav {
margin-left: 0.5em;
}
.header-top ul li {
margin-right: 0.5em;
}
.social-icon {
padding-top: 0em;
}
.agile-hdleft ul {
padding-top: 0.6em;
}
.agileits-logo h1 {
font-size: 3.5em;
}
button.navbar-toggle {
margin: 1.3em 1em;
}
.banner-text {
padding: 7em 0;
}
.banner-w3lstext h2, .banner-w3lstext h3 {
font-size: 2.5em;
}
.banner-w3lstext p {
letter-spacing: 0px;
font-size: 0.9em;
width: 100%;
}
.welcome h4 {
font-size: 1.65em;
}
.welcome-w3left p {
margin-top: 0.5em;
}
.button {
margin-top: 0.5em;
padding: 0.6em 1.5em;
font-size: 0.9em;
}
.services-grid-right h4 {
font-size: 1.6em;
}
.agileits_tom i.fa {
font-size: 4em;
}
.about h5 {
font-size: 1.6em;
}
.team-row.agileits-w3layouts {
width: 72%;
}
.social-icon {
padding-top: 0.2em;
}
.social-icon a {
margin: 0 0.1em;
width: 28px;
height: 28px;
font-size: 0.8em;
}
p.w3ls-speech {
width: 85%;
padding: 1.5em;
}
.contact input[type="text"], .contact input[type="email"] {
width: 49%;
margin-bottom: 1em;
}
.contact-text {
padding: 1.5em;
}
h3.agileits-title {
font-size: 3.2em;
}
}
@media(max-width:600px){
.agile-hdmdl.nav.navbar-nav {
margin-left: 5em;
width: 38%;
}
.agileits-hdright.navbar-right {
width: 100%;
text-align: center;
margin-top: 1em;
}
.testi-img {
min-height: 300px;
}
.testi-img h4.agileits-rs {
font-size: 1.8em;
}
.footer {
padding: 2em 0;
}
.team-row.agileits-w3layouts {
width: 80%;
}
.w3l_admin {
padding: 1.5em;
}
.w3l_admin p i.fa.fa-quote-left {
margin-left: -2em;
margin-right: 1em;
}
.w3l_admin p {
padding-left: 2em;
margin-bottom: 0;
}
.w3ls_single_left_grid1_left h4 {
margin-top: .4em;
}
.wthree_recent {
margin: 2em 0;
}
.wthree_recent ul {
padding: 0.5em 0 0;
}
.agile_tags_cate {
padding: 2em 0;
}
.agileits_tom_right {
width: 77%;
}
.panel-title {
font-size: 1.2em;
}
}
@media(max-width:568px){
.agile-hdmdl.nav.navbar-nav {
margin-left: 3em;
width: 38%;
}
.header-top ul li {
margin-right: 1em;
}
.banner-text {
padding: 6em 0;
}
.banner-w3lstext h2, .banner-w3lstext h3 {
font-size: 2em;
}
.welcome, .services, .about, .gallery, .team, .contact, .single, .codes {
padding: 2em 0;
}
.about-right {
padding: 0;
}
.about h5 {
font-size: 1.5em;
}
.panel-group {
margin: 0;
}
.team-row.agileits-w3layouts {
width: 85%;
}
h3.agileits-title {
font-size: 2.8em;
}
.contact input[type="submit"] {
margin: 0.5em 0 0 0;
padding: 0.6em 3em;
}
.w3ls_single_left_grid_right h3 {
font-size: 1.3em;
}
.w3ls_single_left_grid_right ul li {
font-size: 13px;
}
}
@media(max-width:480px){
.agile-hdmdl.nav.navbar-nav {
margin-left: 0em;
width: 38%;
}
.navbar-nav {
margin: 0;
float: none;
width: 100%;
text-align: center;
}
.agile-hdmdl.nav.navbar-nav {
width: 63%;
margin: 1em auto 0;
}
.header-top {
padding: 0.5em 0 1em;
}
.agileits-logo h1,.aboutw3ls-banner .agileits-logo h1 {
font-size: 3em;
}
button.navbar-toggle {
margin: 1em 1em;
}
.agile-hdmdl input[type="search"] {
font-size: 0.8em;
}
.services-grid-right {
padding: 0;
}
.services-grid-right p {
letter-spacing: 1px;
}
.services span.glyphicon {
font-size: 1.5em;
}
.features i.fa {
font-size: 3em;
}
.wthree-features-row {
width: 65%;
}
p.w3ls-speech {
width: 85%;
padding: 1em;
}
.testi-img h4.agileits-rs {
font-size: 1.6em;
}
.testi-img h6 {
letter-spacing: 0px;
}
.about h5 {
font-size: 1.3em;
}
.about-right p {
margin-top: 0.5em;
}
.panel-heading {
padding: 6px 5px;
}
.panel-title {
font-size: 1.1em;
}
.stats-img i.fa {
font-size: 2.5em;
}
.numscroller {
font-size: 2.2em;
}
.stats-info p {
letter-spacing: 1px;
}
.team-grids {
padding: 0 0.5em;
}
.team-grids:nth-child(3), .team-grids:nth-child(4) {
margin-top: 1em;
}
.team-row.agileits-w3layouts {
width: 94%;
}
.footer-grid,.footer-grid.footer-tags {
padding: 0;
}
.footer h3 {
font-size: 1.5em;
margin-bottom: 0.8em;
}
.footer-grid.footer-review {
padding: 0 2em 0 0;
}
.footer-grid.footer-tags li a {
margin-right: 8px;
}
.contact-right h4 {
font-size: 1.4em;
}
.w3ls_single_left {
padding: 0;
}
.w3ls_single_left_grid_right h3 {
font-size: 1.2em;
}
.w3ls_single_left_grid_right ul li span {
padding-right: 0.5em;
font-size: .9em;
}
.w3ls_single_left_grid_right ul li {
margin-right: 1em;
}
.agileits_tom i.fa {
font-size: 3em;
}
.reply {
margin-left: 6em;
}
.reply a {
padding: 6px 20px;
font-size: 13px;
}
.w3_leave_comment {
width: 95%;
margin: 2em 0 0;
}
.w3_leave_comment form {
margin: 1em 0 0;
}
.w3_leave_comment input[type="text"], .w3_leave_comment input[type="email"], .w3_leave_comment textarea {
padding: .6em 1em;
}
.button {
margin: .5em 0;
}
i#jzBoxClose {
margin-left: 4em;
}
}
@media(max-width:414px){
.welcome-w3left {
padding: 0;
}
.welcome h4 {
font-size: 1.3em;
}
.button {
font-size: 0.85em;
}
p {
font-size: 0.9em;
}
.services span.glyphicon {
padding: 1.1em .7em;
border-width: 3px;
}
.services-grid-left {
text-align: left;
padding: 0;
}
.services-grid-right h4 {
font-size: 1.3em;
}
.wthree-features-row {
width: 78%;
}
.testi-img {
min-height: 271px;
}
.footer-grid li a {
font-size: 0.9em;
}
.footer-grid.footer-tags li a {
margin-right: 2px;
}
.w3ls_single_left_grid_left {
float: none;
width: 35%;
}
.w3ls_single_left_grid_right {
width: 100%;
}
.agile_cat_grid_tags ul li {
font-size: 13px;
}
.wthree_recent h4, .agileits_three_comments h3, .w3_leave_comment h3 {
font-size: 1.8em;
}
.agile_tags_cate {
margin: 0em 0 2em;
}
.banner-text {
padding: 5em 0;
}
.team-grids {
padding: 0;
width: 100%;
float: none;
}
.team-row.agileits-w3layouts {
width: 65%;
}
.captn-top {
padding: 26.2% 6%;
}
.team-grids:nth-child(2) {
margin-top: 1em;
}
.gallery-w3grid {
float: none;
width: 100%;
}
.contact-form.wthree {
padding: 0;
}
.contact input[type="text"], .contact input[type="email"] {
width: 100%;
float: none;
font-size: 0.9em;
}
.contact input.email {
float: none;
}
.agileits_tom {
float: none;
display: inline-block;
padding: 0.8em 1.2em;
}
.agileits_three_comment_grid {
text-align: center;
}
.agileits_tom_right {
width: 100%;
text-align: left;
margin:1.5em 0 0;
float: none;
}
.w3_leave_comment input[type="text"], .w3_leave_comment input[type="email"], .w3_leave_comment textarea {
font-size: 0.9em;
}
.agileits_tom i.fa {
font-size: 2em;
}
.agile_cat_grid ul.categories li {
font-size: 13px;
}
.agile_cat_grid:nth-child(2) {
margin: 2em 0;
}
.contact-text {
padding: 1em;
}
.wthree_recent ul li {
font-size: 13px;
}
#jzBoxTitle {
font-size: 0.9em;
margin-bottom: 2em;
padding: 0 1em;
}
i#jzBoxPrev, i#jzBoxNext {
font-size: 1.5em;
}
i#jzBoxClose {
font-size: 2.8em;
}
}
@media(max-width:384px){
.agileits-logo h1, .aboutw3ls-banner .agileits-logo h1 {
font-size: 2.5em;
}
.navbar-toggle .icon-bar {
width: 18px;
}
button.navbar-toggle {
margin: 0.8em 0;
padding: 7px 10px;
}
.banner-w3lstext p {
font-size: 0.85em;
width: 100%;
}
.banner-w3lstext {
width: 90%;
}
.banner-text {
padding: 4em 0;
}
.wthree_recent h4, .agileits_three_comments h3, .w3_leave_comment h3 {
font-size: 1.5em;
}
.footer-grid.footer-tags li {
margin-bottom: 0.5em;
}
.captn-top {
padding: 23.5% 6%;
}
.services-grid-right p {
letter-spacing: 0px;
}
.services-grid {
padding: 0;
}
.panel-body {
font-size: 0.9em;
}
}
@media(max-width:320px){
.agile-hdmdl.nav.navbar-nav {
width: 80%;
}
.header-top {
padding: 0.2em 0 0.8em;
}
.navbar-default .navbar-nav > li > a {
font-size: 0.9em;
}
.banner-w3lstext h2, .banner-w3lstext h3 {
font-size: 1.6em;
}
.banner-text {
padding: 3em 0;
}
.banner-w3lstext {
width: 95%;
}
.features-w3grid {
padding: 0;
}
.features i.fa {
font-size: 2.5em;
}
.wthree-features-row {
width: 76%;
}
p.w3ls-speech {
width: 100%;
font-size: .8em;
}
.testi-img h4.agileits-rs {
font-size: 1.5em;
}
.testi-img h6 {
font-size: 0.9em;
}
.w3ls_single_left_grid_left h3 {
font-size: 1.2em;
}
.w3ls_single_left_grid_right ul li {
font-size: 12px;
}
.w3l_admin {
margin: 1em 0 0;
}
.w3l_admin {
padding: 1em;
}
.w3ls_single_right {
padding: 0;
}
.wthree_recent ul li span {
font-size: 12px;
}
.agile_cat_grid ul {
padding: 0;
}
.wthree_recent h4, .agileits_three_comments h3, .w3_leave_comment h3 {
font-size: 1.4em;
}
.agileits_three_comment_grid:nth-child(2) {
margin: 2em 0 0;
}
.w3_leave_comment {
width: 100%;
}
.w3_leave_comment textarea {
min-height: 100px;
}
.w3_leave_comment input[type="submit"] {
font-size: 0.9em;
}
.copy-right {
padding: 1em 0;
}
.footer-grid input[type="search"] {
font-size: 0.9em;
}
.aboutw3ls-banner .banner-w3lstext h2 {
font-size: 1.5em;
}
.aboutw3ls-banner .banner-text {
padding: 1.5em 0;
}
.about-left {
width: 90%;
}
.numscroller {
font-size: 1.8em;
}
.team-row.agileits-w3layouts {
width: 79%;
}
.captn-top {
padding: 23% 6%;
}
h3.agileits-title {
font-size: 2.2em;
}
}
/*-- //responsive-design --*/
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。