/*--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
html, body{
font-size: 100%;
font-family: 'Roboto Condensed', sans-serif;
}
body{
background:#FFFFFF;
}
/*-- banner --*/
.banner{
background: url(../images/1.jpg) no-repeat 0px 0px;
background-size: cover;
padding: 0em 0 4em;
}
/*-- header-left --*/
.header {
background: #ffffff;
padding: 1em 0;
}
.header-left{
float: left;
}
.w3layouts-logo {
margin: 1.5em 0 0 0;
}
.w3layouts-logo h1 {
margin: 0;
}
.w3layouts-logo h1 a {
color: #2f2f2f;
font-size: 1em;
text-decoration: none;
font-weight: 900;
font-family: 'Raleway', sans-serif;
text-transform: uppercase;
letter-spacing: 3px;
}
.w3layouts-logo h1 a span{
color: #82b62d;
font-size: .5em;
text-decoration: none;
font-family: 'Crimson Text', serif;
font-style: italic;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0;
}
/*-- //header-left --*/
.header-right{
float: right;
margin: 1.4em 0 0 0;
}
.w3-header-top{
text-align: right;
}
.w3-header-top ul{
padding:0;
margin:0;
}
.w3-header-top ul li{
display:inline-block;
color:#999999;
font-size:.9em;
}
.w3-header-top ul li:nth-child(2){
margin:0 0 0 1em;
}
.w3-header-top ul li a{
color:#999999;
text-decoration:none;
}
.w3-header-top ul li a:hover{
color:#82b62d;
}
/*-- top-nav --*/
.top-nav{
margin: .5em 0 0 0;
float: left;
}
.top-nav ul{
padding: 0;
margin: 0;
}
.top-nav ul li{
display: inline-block;
margin: 0 1em;
float: left;
}
.top-nav ul li:nth-child(6){
margin-right:0;
}
ul.nav.navbar-nav {
float: right;
}
.navbar-default{
background: none;
border: none;
margin: 0;
}
.navbar {
min-height: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background: none !important;
box-shadow: 1px 0px 0px 0px rgba(72, 72, 72, 0);
}
.top-nav ul li a{
color: #2f2f2f !important;
font-size: 1em;
margin: 0;
text-decoration: none;
padding: 0;
font-weight: 600;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 1px;
}
.top-nav ul li a:hover{
color: #82b62d !important;
}
.top-nav ul li a.active{
color: #82b62d !important;
}
ul.dropdown-menu {
background: rgb(255, 255, 255);
box-shadow: 0 0 0;
border: none;
margin: 0;
top: 3em;
left: 0;
min-width: 90px;
}
.dropdown-menu > li > a {
display: block;
padding: 0px 0px !important;
clear: both;
margin: .2em 0 !important;
font-weight: normal;
line-height: 1.42857143;
color: #FFF !important;
border: none !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
background: none;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 103%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-width: 5px 0 5px 5px;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #fff;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
/*-- //top-nav --*/
/*-- social-icons --*/
.agileinfo-social-grids{
float: right;
margin-left: 3em;
}
.agileinfo-social-grids ul{
padding:0;
margin:0;
}
.agileinfo-social-grids ul li{
display: inline-block;
}
.agileinfo-social-grids ul li a {
color: #333;
text-align: center;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook{
color: #2f2f2f;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook:hover {
color: #3b5998;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter{
margin:0 1em;
color: #2f2f2f;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter:hover{
color: #55acee;
}
.agileinfo-social-grids ul li a i.fa.fa-rss{
margin:0 1em 0 0;
color: #2f2f2f;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-rss:hover{
color: #f26522;
}
.agileinfo-social-grids ul li a i.fa.fa-vk{
color: #2f2f2f;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-vk:hover{
color: #45668e;
}
.agileinfo-social-grids ul li:nth-child(2){
margin:.5em 0;
}
.agileinfo-social-grids ul li:nth-child(3){
margin:0 0 .5em 0;
}
/*-- //social-icons --*/
.w3layouts-banner-slider {
margin: 9em 0;
}
.agileits-banner-info {
text-align:center;
}
.agileits-banner-info h6{
color: #FFFFFF;
font-size: 1em;
margin: 0 0 1em 0;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 7px;
}
.agileits-banner-info h3{
color: #FFFFFF;
font-size: 5em;
margin: 0;
font-family: 'Raleway', sans-serif;
font-weight: 900;
}
.agileits-banner-info p{
color: #FFFFFF;
font-size: .9em;
margin: 1em auto 0;
line-height: 1.8em;
width: 43%;
}
.w3-button{
margin: 2em 0 1em 0;
}
.w3-button a{
color: #FFFFFF;
font-size: 1em;
text-decoration: none;
padding: .5em 2em;
background: #82b62d;
text-align: center;
border: solid 2px #82b62d;
}
.w3-button a:hover{
background:none;
border: solid 2px #FFFFFF;
}
/*--slider--*/
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
float: left;
width: 100%;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
}
.callbacks img {
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
left: 0;
right: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
top: 10%;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
bottom: 109px;
left: 0;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
width: 50px;
height: 50px;
background: transparent url(../images/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
left: auto;
background-position: right top;
right: 0;
}
.callbacks_nav.prev {
right: auto;
background-position: left top;
left: 0;
}
#slider3-pager a {
display: inline-block;
}
#slider3-pager span{
float: left;
}
#slider3-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a {
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a {
padding: 0;
}
#slider3-pager li{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display:none;
width: 100%;
left: 0;
top: 0;
}
.rslides li{
position: relative;
display: block;
float: left;
}
.rslides img {
height: auto;
border: 0;
}
.callbacks_tabs{
list-style: none;
position: absolute;
top: 124%;
left: 48%;
padding: 0;
margin: 0;
display: block;
z-index: 999;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
display: inline-block;
margin: 0;
}
/*----*/
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
height: 10px;
width: 10px;
display: inline-block;
background: #ffffff;
border: 2px solid #ffffff;
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
}
.callbacks_here a:after{
background: #82b62d;
border: 2px solid #82b62d;
}
/*-- //slider --*/
/*-- welcome --*/
.welcome,.services,.news,.newsletter,.footer,.block,.typography,.gallery,.contact,.demo{
padding:4em 0;
}
.w3l-heading h2,.w3l-heading h3,.agileits-about-top-heading h3{
color: #212121;
font-size: 2.5em;
font-weight: 700;
letter-spacing: 4px;
margin: 0;
text-align: center;
text-transform: uppercase;
font-family: 'Josefin Sans', sans-serif;
}
.w3-welcome-grids,.agileits-services,.wthree-news-grids,.w3-agileits-newsletter,.agileinfo-top-grids{
margin: 4em 0 0 0;
}
.w3-welcome-left h5{
color: #000000;
font-size: 1em;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 4px;
margin: 0;
}
.w3-welcome-left p{
color:#999999;
font-size:.9em;
line-height:1.8em;
margin:1em 0 0 0;
}
.w3-welcome-left p span{
display:block;
margin:1em 0 0 0;
}
.w3l-button {
margin: 2em 0 1em 0;
}
.w3l-button a {
color: #FFFFFF;
font-size: .9em;
text-decoration: none;
padding: .5em 2em;
background: #82b62d;
text-transform: uppercase;
font-weight: 600;
text-align: center;
border: solid 1px #82b62d;
}
.w3l-button a:hover {
background: none;
border: solid 1px #212121;
color: #212121;
}
.w3l-button a:focus{
outline:none;
}
.w3ls-welcome-img1 img{
width:100%;
}
.w3-welcome-bottom{
margin:3em 0 0 0;
}
/*-- //welcome --*/
/*-- services --*/
.services{
background:#f0f5f8;
}
.services-right-grid {
text-align: center;
}
i.fa.fa-anchor, i.fa.fa-comment, i.fa.fa-heartbeat,i.fa.fa-magnet,i.fa.fa-thumbs-up {
color: #82b62d;
font-size: 2em;
}
.services-icon{
width: 70px;
height: 70px;
text-align: center;
border: solid 2px #f1f1f1;
padding: 1.2em 0 0 0;
margin: 0 auto;
}
/* Radial In */
.hvr-radial-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
background: #82b62d;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-radial-in:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #ffffff;
border-radius: 100%;
-webkit-transform: scale(2);
transform: scale(2);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
color: white;
}
.services-right-grid:hover div.hvr-radial-in:before{
-webkit-transform: scale(0);
transform: scale(0);
}
.services-right-grid:hover i.fa.fa-anchor,.services-right-grid:hover i.fa.fa-comment,.services-right-grid:hover i.fa.fa-heartbeat,.services-right-grid:hover i.fa.fa-magnet,.services-right-grid:hover i.fa.fa-thumbs-up{
color:#FFFFFF;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.services-icon-info h5{
color: #2f2f2f;
font-size: 1em;
font-weight: 600;
margin: 1em 0 0 0;
}
.services-right-grids:nth-child(2){
margin: 3em 0 0 0;
}
.services-icon-info p{
color: #999999;
font-size: .9em;
margin: 1em 0 0 0;
line-height: 1.8em;
}
/*-- //services --*/
/*-- news --*/
.agile-news-left img{
width:100%;
}
.admin {
float: left;
}
.time {
float: left;
margin-left: 5em;
}
.admin a {
color: #2f2f2f;
font-size: .875em;
margin: 0;
text-decoration: none;
}
.admin a:hover{
color: #82b62d;
}
.time p {
color: #383838;
font-size: .875em;
margin: 0;
}
.w3-agile-news-info{
margin: 2em 0 1em 2em;
}
.w3-agile-news-info a{
color: #212121;
font-size: 2.5em;
font-weight: 700;
margin: 0;
font-family: 'Josefin Sans', sans-serif;
text-decoration: none;
line-height: 1.2em;
}
.w3-agile-news-info a span{
display:block;
}
.w3-agile-news-info a:hover{
color: #999999;
}
/*-- //news --*/
/*-- newsletter --*/
.jarallax {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.newsletter {
background: url(../images/5.jpg) no-repeat 0px 0px;
background-size: cover;
text-align: center;
}
.newsletter-heading h3{
color:#FFFFFF;
}
.subscribe-grid{
text-align: center;
width: 75%;
margin: 0 auto;
}
.subscribe-grid input[type="text"] {
display: inline-block;
background: #FFFFFF;
border: solid 1px #FFFFFF;
width: 50%;
outline: none;
padding: 1em;
font-size: .9em;
color: #999999;
}
.subscribe-grid i.fa.fa-paper-plane-o{
color: #FFFFFF !important;
font-size: 1.2em !important;
}
.subscribe-grid button.btn1 {
color: #ffffff;
font-size: .9em;
border: solid 1px #82b62d;
width: 60px;
height: 51px;
text-align: center;
text-decoration: none;
background: #82b62d;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
button.btn1:hover{
border: solid 1px #ffffff;
background: none;
}
button.btn1:hover i.fa.fa-paper-plane-o{
color: #FFFFFF !important;
}
/*-- //newsletter --*/
/*-- footer --*/
.footer{
background: #51616b;
}
.agile-footer-grid h4{
color: #212121;
font-size: 1.3em;
font-weight: 600;
margin: 0 0 1em 0;
letter-spacing: 1px;
}
.agile-footer-grid p{
color: #bbbbbb;
font-size: .9em;
line-height: 1.8em;
margin: 0;
}
.agile-footer-grid p span {
display: block;
margin: 1em 0 0 0;
}
.agile-footer-grid ul{
padding:0;
margin:0;
}
ul.w3agile_footer_grid_list li {
list-style-type: none;
color: #bbbbbb;
line-height: 1.8em;
margin-bottom: 1em;
font-size:.9em;
}
ul.w3agile_footer_grid_list li:last-child {
margin-bottom: 0;
}
ul.w3agile_footer_grid_list li a {
color: #82b62d !important;
text-decoration: none;
}
ul.w3agile_footer_grid_list li a:hover{
color: #212121 !important;
}
ul.w3agile_footer_grid_list li span {
display: block;
margin: 1em 0 0;
}
ul.w3agile_footer_grid_list i.fa.fa-twitter{
margin-right:1em;
}
.agile-footer-grid ul{
padding:0;
margin:0;
}
.agile-footer-grid ul li{
display: block;
margin-bottom: .5em;
color: #8a8a8a;
font-size: .9em;
}
.agile-footer-grid ul li a {
color: #212121;
text-decoration: none;
margin-left: .5em;
}
.agile-footer-grid ul li a:hover{
color:#82b62d;
}
/*-- //footer --*/
/*-- copyright --*/
.agileits-w3layouts-copyright{
padding:1em 0;
background:#0f1215;
text-align:center;
}
.agileits-w3layouts-copyright p{
color:#FFFFFF;
}
.agileits-w3layouts-copyright p a{
color:#82b62d;
}
.agileits-w3layouts-copyright p a:hover{
color:#FFFFFF;
}
/*-- //copyright --*/
/*-- about --*/
.about-banner{
padding: 0 !important;
}
.w3ls-heading{
padding:2em 0;
}
.w3ls-heading h2{
color: #FFFFFF;
font-size: 2.5em;
font-weight: 700;
letter-spacing: 7px;
margin: 0;
text-align: center;
text-transform: uppercase;
font-family: 'Josefin Sans', sans-serif;
}
/*-- about-top --*/
.agileits-about-top{
padding:4em 0;
background:#FFFFFF;
}
.agileits-about-top-heading{
text-align:center;
}
.wthree-top-grid h4{
color: #000000;
font-size: 1.2em;
margin: 1em 0;
font-weight: 600;
letter-spacing: 1px;
text-transform: capitalize;
}
.wthree-top-grid p{
color: #999999;
font-size: .9em;
line-height: 1.8em;
margin: 0;
}
.wthree-top-grid img{
width:100%;
}
/*-- //about-top --*/
/*-- choose --*/
.w3-agileits-choose{
padding: 4em 0;
background: url(../images/5.jpg) no-repeat 0px 0px;
background-size: cover;
}
.agileits-w3layouts-choose-heading h3{
color:#FFFFFF !important;
}
.agile-choose-grids{
margin:4em 0 0 0;
}
.agile-choose-grid{
text-align:center;
}
.choose-info h4{
color:#FFFFFF;
}
.choose-info p{
color: #FFFFFF;
font-size: .9em;
line-height: 1.8em;
}
.choose-icon i.fa.fa-user,.choose-icon i.fa.fa-cogs,.choose-icon i.fa.fa-thumbs-o-up {
background: #82b62d;
padding: .9em 0 0 0;
width: 90px;
height: 90px;
color: #FFFFFF;
font-size: 2em;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
/*-- //choose --*/
/*-- team --*/
.team{
padding:4em 0;
background:#FFFFFF;
}
.team-grids {
margin: 4em 0 0 0;
}
.ih-item.circle {
position: relative;
width: 220px;
height: 220px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
margin: 0 auto;
}
.ih-item.circle .img {
position: relative;
width: 220px;
height: 220px;
border-radius: 50%;
}
.ih-item.circle .img:before {
position: absolute;
display: block;
content: '';
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
border-radius: 50%;
width: 100%;
}
.ih-item.circle .info {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
border-radius: 50%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.ih-item.circle.effect10 .img {
z-index: 11;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10.colored .info {
background: #1a4a72;
}
.ih-item.circle.effect10 .info {
background: #82b62d;
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10 .info h3 {
color: #fff;
text-transform: uppercase;
position: relative;
text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect10 .info p {
color: #bbb;
font-style: italic;
font-size: 12px;
border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect10:hover .info {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.ih-item.circle.effect10.top_to_bottom .info h3 {
margin: 0 30px;
padding: 25px 0 0 0;
height: 78px;
}
.ih-item.circle.effect10.top_to_bottom .info p {
margin: 0 30px;
padding: 5px;
}
.ih-item.circle.effect10.top_to_bottom:hover .img {
-webkit-transform: translateY(50px) scale(0.5);
-moz-transform: translateY(50px) scale(0.5);
-ms-transform: translateY(50px) scale(0.5);
-o-transform: translateY(50px) scale(0.5);
transform: translateY(50px) scale(0.5);
}
.ih-item.circle.effect10.bottom_to_top .info h3 {
margin: 6.5em 0 1em 0;
font-size: 1.2em;
color: #FFF;
}
.ih-item.circle.effect10.bottom_to_top .info p {
margin: 0 30px;
padding: 5px;
}
.ih-item.circle.effect10.bottom_to_top:hover .img {
-webkit-transform: translateY(-50px) scale(0.5);
-moz-transform: translateY(-50px) scale(0.5);
-ms-transform: translateY(-50px) scale(0.5);
-o-transform: translateY(-50px) scale(0.5);
transform: translateY(-50px) scale(0.5);
}
.team-icons ul{
padding:0;
margin:0;
}
.team-icons ul li{
display:inline-block;
}
.team-icons ul li:nth-child(2){
margin:0 1em;
}
.team-icons ul li a{
color: #FFFFFF;
text-align: center;
}
.team-icons ul li a:hover{
opacity:.5;
}
/*-- //team --*/
/*-- //about --*/
/*-- icons --*/
.about-heading{
padding:4em 0 0 0;
}
.about-heading h2 {
color: #b3bf06;
font-size: 3em;
margin: 0;
font-family: 'Playball', cursive;
text-align: center;
}
.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: 1em;
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: #82b62d;
text-decoration: none;
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: 1.5em;
color: #212121 !important;
margin: 30px 0 15px;
text-transform: uppercase;
font-family: 'Josefin Sans', sans-serif;
}
h3.agileits-icons-title {
text-align: center;
font-size: 2em;
margin: 0;
letter-spacing: 1px;
color: #212121 !important;
text-transform: uppercase;
font-family: 'Josefin Sans', sans-serif;
font-weight: 700;
}
.icons a {
color: #999;
text-decoration: none;
}
.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;
}
ul.bs-glyphicons-list {
padding: 0;
margin: 0;
}
/*-- //icons --*/
/*-- typography --*/
h3.hdg {
font-size: 1.5em;
color: #212121 !important;
margin: 30px 0 15px;
text-transform: uppercase;
font-family: 'Josefin Sans', sans-serif;
}
.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:2em;
}
.xs h3, h3.m_1{
color:#000;
font-size:1.7em;
font-weight:300;
margin-bottom: 1em;
}
.grid_3 p{
color: #555;
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;
padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg {
margin-bottom:1em;
color: #333;
}
.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: 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: #555;
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;
}
.nav-tabs {
margin-bottom: 1em;
}
.alert {
font-size: 0.85em;
}
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;
}
.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;
}
@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: 10px;
}
.well {
font-size: 14px;
margin-bottom: 10px;
}
h2.typoh2 {
font-size: 1.5em;
}
}
@media (max-width:480px){
.table h1 {
font-size: 26px;
}
.table h2 {
font-size: 23px;
}
.table h3 {
font-size: 20px;
}
.label {
font-size: 53%;
}
.alert,p {
font-size: 14px;
}
.pagination {
margin: 20px 0 0px;
}
}
@media (max-width: 320px){
.grid_4 {
margin-top: 18px;
}
.alert, p,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: 14px;
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: 12px!important;
}
.codes .row {
margin: 0;
}
}
/*-- //typography --*/
/*-- gallery --*/
.grid {
position: relative;
clear: both;
margin: 0 auto;
max-width: 1000px;
list-style: none;
text-align: center;
}
/* Common style */
.grid figure {
position: relative;
overflow: hidden;
margin: 10px 0;
height: auto;
text-align: center;
cursor: pointer;
}
.grid figure img {
position: relative;
display: block;
width: 100%;
opacity: 0.8;
}
.grid figure figcaption {
padding: 7em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.grid figure h3 {
word-spacing: -0.15em;
font-size: 1.5em;
margin-top: 18%;
color: #FFF;
font-weight: 600;
}
.grid figure h2 span {
font-weight: 800;
}
.hikkaduwa-image-box{
height: 600px;
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure.effect-apollo img {
opacity: 0.95;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}
figure.effect-apollo figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
content: '';
-webkit-transition: -webkit-transform 0.6s;
transition: transform 0.6s;
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.effect-apollo:hover img {
opacity: 0.6;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
figure.effect-apollo:hover figcaption::before {
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.effect-apollo:hover p {
opacity: 1;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
/*-- //gallery --*/
/*-- contact --*/
.contact{
background: #f7f7f7;
}
.w3layouts-contact-form-top h3,.contact-form-top h3,.w3agile-map h3 {
color: #212121;
font-size: 1.5em;
margin: 0 0 1em 0;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
font-family: 'Josefin Sans', sans-serif;
}
.w3layouts-contact-form-top p{
font-size: .9em;
color: #999;
margin: 1em 0 0;
line-height: 1.8em;
}
.agileits-contact-address{
margin: 3em 0 0 0;
}
.w3layouts-contact-form-top p{
margin:2em 0;
}
.agileits-contact-address ul {
padding: 0;
margin: 0;
}
.agileits-contact-address ul li {
display: block;
margin: 1em 0;
}
.agileits-contact-address ul li i.fa.fa-phone,.agileits-contact-address ul li i.fa.fa-map-marker {
height: 40px;
width: 40px;
background: #82b62d;
line-height: 40px;
text-align: center;
color: #FFF;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.agileits-contact-address ul li span {
color: #999999;
font-size: .875em;
margin-left: 1em;
}
.agileits-contact-address ul li span a {
color: #999999;
text-decoration: none;
}
.agileits-contact-address ul li span a:hover{
color: #82b62d;
}
.agileinfo-contact-form-grid{
margin: 2em 0 0 0;
}
.agileinfo-contact-form-grid input[type="text"],.agileinfo-contact-form-grid input[type="email"] {
display: inline-block;
background: none;
border: 1.5px solid #BBBBBB;
width: 100%;
outline: none;
padding: 10px 15px 10px 15px;
font-size: .9em;
color: #BBBBBB;
margin-bottom: 1.5em;
}
.agileinfo-contact-form-grid textarea {
background: none;
border: 1.5px solid #BBBBBB;
width: 100%;
display: block;
height: 150px;
outline: none;
font-size: 0.9em;
color: #BBBBBB;
resize: none;
padding: 10px 15px 10px 15px;
margin-bottom: 1em;
}
.agileinfo-contact-form-grid button.btn1{
color: #FFFFFF;
font-size: .9em;
text-decoration: none;
padding: .5em 2em;
background: #82b62d;
text-transform: uppercase;
font-weight: 600;
text-align: center;
border: solid 1px #82b62d;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.agileinfo-contact-form-grid button.btn1:hover{
background: none;
border: solid 1px #212121;
color: #212121;
}
.w3agile-map {
margin: 4em 0 0 0;
}
.w3agile-map iframe{
border: none;
min-height: 300px;
width: 100%;
margin:2em 0 0 0;
}
/*-- //contact --*/
/*-- single --*/
.agileits-single-img img{
width:100%;
}
.agileits-single-img h4{
color: #000000;
font-size: 1.2em;
margin: 1em 0;
font-weight: 600;
line-height: 1.5em;
text-transform: capitalize;
}
.agileinfo-single-icons{
margin:2em 0;
}
.agileinfo-single-icons ul{
padding:0;
margin:0;
}
.agileinfo-single-icons ul li{
display: inline-block;
color: #999999;
font-size: .9em;
margin-right: 1.5em;
}
.agileinfo-single-icons ul li:last-child{
margin-right:0;
}
.agileinfo-single-icons ul li a{
color: #999999;
text-decoration:none;
}
.agileinfo-single-icons ul li span{
margin-left: .5em;
}
.agileinfo-single-icons ul li span:hover{
color: #82b62d;
}
.agileits-single-img p{
color: #999999;
font-size: .9em;
line-height: 1.8em;
margin: 0;
}
/*-- comments --*/
.agileits_three_comments{
margin: 4em 0;
}
.agileits_three_comment_grid{
padding:3em 0;
border-bottom: 1px solid #dddddd;
width: 100%;
}
.agileits_tom {
float: left;
border: 1px dotted #353535;
padding: .5em;
width: 10%;
}
.agileits_tom img{
width:100%;
}
.agileits_tom_right{
float: left;
width: 70%;
margin-left: 3em;
}
.hardy {
float: left;
}
.reply {
float: left;
margin-left: 10em;
margin-top: .5em;
}
.reply a {
background: #82b62d;
border: solid 2px #82b62d;
padding: .5em 2em;
color: #fff;
font-size: .9em;
text-decoration: none;
}
.reply a:hover{
background:none;
color:#212121;
border: solid 2px #212121;
background:none;
}
.agileits_tom_right p.lorem {
color: #999999;
font-size: .9em;
line-height: 1.8em;
margin: 1em 0 0 0;
}
.agileits_three_comments h3,.w3_leave_comment h3{
text-align: left;
color: #212121;
font-size: 1.5em;
margin: 1em 0;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
font-family: 'Josefin Sans', sans-serif;
}
.hardy h4 {
font-size: 1.2em;
color: #000000;
margin: 0;
font-weight: 600;
}
.hardy p {
color: #999999;
margin: .5em 0 0;
font-size: .9em;
}
.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;
}
/*-- //comments --*/
/*-- leave-comments --*/
.w3_leave_comment {
width: 70%;
}
.w3_leave_comment form {
margin: 3em 0 0;
}
.w3_leave_comment input[type="text"], .w3_leave_comment input[type="email"], .w3_leave_comment textarea {
background: none;
border: 1.5px solid #BBBBBB;
width: 100%;
outline: none;
padding: 10px;
font-size: .9em;
color: #BBBBBB;
}
.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"] {
background: #82b62d;
border: solid 2px #82b62d;
padding: .5em 2em;
color: #fff;
font-size: .9em;
text-decoration: none;
text-transform: uppercase;
font-weight: 600;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.w3_leave_comment input[type="submit"]:hover {
border: solid 2px #212121;
color: #212121;
background: none;
text-transform: uppercase;
font-weight: 600;
}
/*-- //leave-comments --*/
/*-- //single --*/
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: 2%;
overflow: hidden;
z-index: 999;
width: 40px;
height: 40px;
border: none;
text-indent: 100%;
background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
width: 40px;
height: 40px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- responsive --*/
@media(max-width:1080px){
.icon-box {
padding: 8px 5px;
}
}
@media(max-width:991px){
.header-left {
width: 33%;
}
.header-right {
width: 67%;
}
.agileinfo-social-grids {
margin-left: 1em;
}
.top-nav ul li {
margin: 0 .5em;
}
.agileinfo-social-grids {
margin-left: .5em;
}
.agileits-banner-info p {
width: 65%;
}
.w3ls-welcome-img2 {
margin: 0 0 2em 0 !important;
}
.agile-news-right {
margin: 2em 0 0 0;
}
.w3-agile-news-info a span {
display: inline-block;
}
.agile-footer-grid{
margin:2em 0 0 0;
}
.agile-footer-grid:nth-child(1){
margin:0;
}
.gallery-grid {
width: 50%;
float: left;
}
.contact-form-right {
margin: 2em 0 0 0;
}
}
@media(max-width:736px){
.header-left {
width: 34%;
}
.header-right {
width: 65%;
}
.top-nav {
width: 70%;
}
.navbar-toggle {
float: none;
margin-right: 0;
margin-top: 0;
}
ul.nav.navbar-nav {
float: none;
}
.navbar-header {
text-align: center;
}
.top-nav ul li {
margin: .5em 0;
float: none;
display: block;
text-align: center;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
background: rgba(0, 0, 0, 0.74);
position: absolute;
width: 100%;
z-index: 99;
}
.top-nav ul li a {
color: #ffffff !important;
}
.callbacks_nav.next {
right: 0;
}
.services-right-grid:nth-child(2){
margin:2em 0;
}
.wthree-top-grid:nth-child(2),.agile-choose-grid:nth-child(2),.team-grid:nth-child(2){
margin:2em 0;
}
}
@media(max-width:667px){
.header-left {
width: 40%;
}
.header-right {
width: 60%;
}
.top-nav {
width: 66%;
}
.reply {
margin-left: 6em;
}
}
@media(max-width:600px){
.w3layouts-logo h1 a {
font-size: .9em;
}
.top-nav {
width: 48%;
}
.agileits-banner-info h3 {
font-size: 4em;
}
.banner {
padding: 0em 0 1em;
}
.w3layouts-banner-slider {
margin: 5em 0;
}
.callbacks_tabs {
top: 108%;
left: 46%;
}
.reply {
margin-left: 6em;
}
}
@media(max-width:568px){
.header-left {
width: 42%;
}
.header-right {
width: 58%;
}
}
@media(max-width:480px){
.header-left {
width: 100%;
float: none;
text-align: center;
}
.w3layouts-logo {
margin: 0;
}
.header-right {
width: 100%;
float: none;
}
.navbar-header {
text-align: left;
}
.top-nav {
width: 60%;
margin: 0;
}
.w3-header-top {
text-align: center;
}
.w3-agile-news-info a {
font-size: 1.5em;
}
.agileits-banner-info p {
width: 75%;
}
.welcome, .services, .news, .newsletter, .footer, .codes, .typography, .gallery, .contact, .single {
padding: 2em 0;
}
.w3-welcome-grids, .agileits-services, .wthree-news-grids, .w3-agileits-newsletter, .agileinfo-top-grids {
margin: 2em 0 0 0;
}
.w3l-heading h2, .w3l-heading h3, .agileits-about-top-heading h3 {
font-size: 2em;
}
.subscribe-grid {
width: 90%;
}
.agileits-about-top,.w3-agileits-choose,.team {
padding: 2em 0;
}
.agile-choose-grids,.team-grids,.w3agile-map {
margin: 2em 0 0 0;
}
h3.agileits-icons-title {
font-size: 1.5em;
}
.agileits_three_comment_grid1 {
padding-left: 1em;
}
.agileits_tom {
width: 20%;
}
.agileits_tom_right {
margin-left: 1em;
}
.agileits_three_comments {
margin: 2em 0;
}
.w3_leave_comment {
width: 100%;
}
}
@media(max-width:414px){
.agileits-banner-info h3 {
font-size: 3em;
}
.w3layouts-banner-slider {
margin: 3em 0;
}
.agileits-banner-info p {
width: 77%;
}
.banner {
background: url(../images/1.jpg) no-repeat -197px 0px;
background-size: cover;
}
.about-banner {
padding: 0 !important;
background: url(../images/1.jpg) no-repeat 0px 0px !important;
background-size: cover !important;
}
.subscribe-grid input[type="text"] {
padding: .5em;
}
.subscribe-grid button.btn1 {
width: 50px;
height: 37px;
}
.w3l-heading h2, .w3l-heading h3, .agileits-about-top-heading h3 {
font-size: 1.5em;
}
.icons .bs-glyphicons li {
width: 31.33%;
}
.w3ls-heading h2 {
font-size: 2em;
}
.w3agile-map iframe {
margin: 0em 0 0 0;
}
}
@media(max-width:384px){
.callbacks_nav {
bottom: 6px;
}
.agileits-banner-info p {
width: 95%;
}
.w3-agile-news-info {
margin: 1em 0 1em 2em;
}
h3.hdg {
margin: 0px 0 15px;
}
.agileits-contact-address {
margin: 2em 0 0 0;
}
.w3layouts-contact-form-top h3, .contact-form-top h3, .w3agile-map h3 {
letter-spacing: 2px;
}
.agileits_three_comments h3, .w3_leave_comment h3 {
font-size: 1.2em;
}
.reply {
margin-left: 1em;
}
}
@media(max-width:375px){
.gallery-grid {
width: 100%;
float: none;
}
}
@media(max-width:320px){
.w3layouts-logo h1 a {
font-size: .8em;
}
.top-nav {
width: 54%;
}
.agileits-banner-info h3 {
font-size: 2em;
}
.w3layouts-banner-slider {
margin: 2em 0;
}
.agileits-banner-info p {
width: 100%;
margin: .5em auto 0;
}
.callbacks_tabs {
top: 102%;
left: 42%;
}
.agileits-banner-info h6 {
margin: 0 0 .5em 0;
}
.w3ls-welcome-img2 {
padding: 0;
}
.w3-welcome-left {
padding: 0;
}
.services-right-grid {
text-align: center;
padding: 0;
}
.w3ls-welcome-img1 {
padding: 0;
}
.agile-news-left {
padding: 0;
}
.w3l-heading h2, .w3l-heading h3, .agileits-about-top-heading h3 {
font-size: 1.2em;
letter-spacing: 6px;
}
.w3ls-heading h2 {
font-size: 1.5em;
}
.w3layouts-contact-form-top h3, .contact-form-top h3, .w3agile-map h3 {
font-size: 1.2em;
}
.w3agile-map iframe {
min-height: 200px;
}
.reply a {
padding: .4em 1em;
}
.agileits_three_comment_grid1 {
padding-left: 0em;
}
.agileits_three_comments h3, .w3_leave_comment h3 {
letter-spacing: 2px;
}
.w3_leave_comment form {
margin: 1em 0 0;
}
.agileits-single-img h4 {
font-size: 1em;
}
}
/*-- //responsive --*/
.demo{ background: #f0f5f8; }
.testimonial{
background: #fff;
text-align: center;
padding: 30px 30px 50px;
margin: 0 15px 100px;
position: relative;
}
.testimonial:before,
.testimonial:after{
content: "";
border-top: 40px solid #fff;
border-right: 125px solid transparent;
position: absolute;
bottom: -40px;
left: 0;
}
.testimonial:after{
border-right: none;
border-left: 125px solid transparent;
left: auto;
right: 0;
}
.testimonial .icon{
display: inline-block;
font-size: 80px;
color: #ced6f6;
margin-bottom: 20px;
opacity: 0.6;
}
.testimonial .description{
font-size: 15px;
color: #777;
text-align: left;
margin-bottom: 30px;
opacity: 0.8;
}
.testimonial .testimonial-content{
width: 100%;
position: absolute;
left: 0;
}
.testimonial .pic{
display: inline-block;
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 0 0 2px 2px #daad86;
overflow: hidden;
z-index: 1;
position: relative;
}
.testimonial .pic img{
width: 100%;
height: auto;
}
.testimonial .title{
font-size: 15px;
font-weight: bold;
color: #000;
text-transform: capitalize;
margin: 0 0 5px 0;
}
.testimonial .post{
display: block;
font-size: 14px;
color: #82b62d;
}
.owl-theme .owl-controls{
margin-top: 0;
}
.owl-theme .owl-controls .owl-page span{
width: 32px;
height: 10px;
background: #fff;
border: 2px solid #bd986b;
margin: 5px;
opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
background: #82b62d;
border-color: #fff;
}
@media only screen and (max-width: 650px) and (min-width: 400px){
.testimonial:before{ border-right: 325px solid transparent; }
.testimonial:after{ border-left: 325px solid transparent; }
} |