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;
}
@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.woff2') format('woff2'),
        url('../fonts/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/Oswald-Bold.woff2') format('woff2'),
        url('../fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Medium';
    src: url('../fonts/Oswald-Medium.woff2') format('woff2'),
        url('../fonts/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


h1,h2,h3,h4,h5,h6{
	margin:0; 
	font-family: 'Oswald-Medium';
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover,body a:focus{
	text-decoration:none;
	outline: none;
}


.watermark{position:absolute; }
.next_page
{
	width:auto;
	font-size:14px;
	color:#000000;
	
	background:#fff; border: 1px solid #c3d92f;
	padding:10px 50px;
	display:inline-block;
	margin-top:20px;
}

.next_page:hover
{
	background:#c3d92f;
	color:#fff;
}


h3.title, h2.title {
    font-size: 3.5em;
    text-align: center;
    color: #FFFFFF; margin-bottom:40px;
}

/*--team-info--*/
.team-info {
    margin-top: 4em;
}
.about-team-grids {
    background: #FBFBFB;
    padding: 1em;
    margin-left: 5px;
    width: 32.8%;
}
.about-team-grids img {
	width: 100%;
}
.about-team-grids h4 {
    color: #4E5969;
    font-size: 1em;
    margin: 1.5em 0 0.8em;
}
.about-team-grids h4 span {
    font-size: 23px;
    color: #fff; background: #c3d92f;
    margin-right: 10px; padding: 5px 15px; margin-bottom: 15px;
}
.team-text p {
    font-size: 1.1em;
    color: #484848;
    line-height: 1.8em;
	text-align:justify;
}
.about-grid1 .thumb .caption {
    float: left;
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 13px 30px;
    text-align: center;
    background-color:rgba(81, 92, 142, 0.55);
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about-grid1 .thumb:hover .caption {
    height: 100%;
    padding: 40px 30px;
    opacity: 1;
    visibility: visible;
}
.caption {
    opacity: 0;
    top: 0%;
    position: absolute;
    background-color: #fff;
    width: 90%;
    text-align: center;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.about-team-grids:hover .caption{
	display:block;
	top: 51%;
	opacity:1;
}
.caption ul {
    padding: 1em 0 .5em;
}
.caption ul li{
	list-style-type:none;
	display:inline-block;
}
.caption ul li:nth-child(2) {
    margin: 0 0.3em;
}
.caption ul li a {
    background: url(../images/img-sp.png) no-repeat 0px 0px;
    display: block;
    height: 24px;
    width: 24px;
	transition:none;
}
.caption ul li a:hover {
    transform: rotateY(360deg);
    transition: .5s all;
}
.caption ul li a.f2 {
    background: url(../images/img-sp.png) no-repeat 0px -32px;
}
.caption ul li a.f3 {
    background: url(../images/img-sp.png) no-repeat 0px -62px;
}
/*--//about-team--*/
 
/*-- header --*/  
.headerw3-agile {
    background:#fff; 
}
/*-- header-top --*/
.header-w3top { 
    border-bottom: 1px solid #ccc;
}
.header-w3top ul li:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.header-w3top ul li {
    display: inline-block;
    color: #999;
    font-size: 0.9em;
    font-weight: 300;
    width: 33%;
    text-align: center;
    padding: 1em 0;
}
.header-w3top ul li i.fa {
    margin-right: 5px; 
}
.header-w3top ul li a {
    color: #999;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.header-w3top ul li a:hover {
    color: #84d700;
}
/*-- //header-top --*/
/*-- header-mdl --*/ 
.header-w3mdl {
    padding: 0; background: #c3d92f;
	position:relative;
	z-index:2;
}
/*-- logo --*/
.header-mdl.agileits-logo {
    text-align: center;
    margin: 2em 0 0.5em;
}
.agileits-logo h1 {
    font-size: 3em;
    display: inline-block;
    line-height: 1.3em;
}
.agileits-logo h1 a {
    color: #999;
    text-decoration: none;
    display: inline-block;
}
/*-- //logo --*/
/*-- social-icon --*/
.social-icon {
    padding-top:18px;
}
.social-icon a {
    display: inline-block;
    color: #000;
    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: #fff;
    -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);
} 
/*-- //social-icon --*/ 
/*-- //header-mdl --*/
/*-- top-nav --*/ 
.header-nav {
    
}
.text_slide
{
	width:100%;
	float:left;
	display:block;
	padding:10px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	background:#C3D92F;
	color:#000000;
	margin-bottom:50px;
}
.banner{
	
}
.carousel-caption
{
	text-shadow:none !important;
}
.carousel-caption h1
{
	font-size:42px;
	margin-bottom:15px;
}
.carousel-caption p
{
	font-size:14px;
	color:#fff;
}

.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: #84d700;
    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: #84d700;
}
.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 --*/ 
.w3ls-banner{ 
	background:url(../images/1.jpg)no-repeat center;
	-webkit-background-size:cover;
	-moz-background-size:cover; 
	background-size:cover;
	position: relative;
}
img.img-responsive {
    width: 100%;
border:solid 3px #4D7E00;
} 
.banner-text {
    text-align: center;
    padding: 12em 0;
}
.banner-text p {
    font-size: 2em;
    color: #fff;
    margin-bottom: 2em;
    letter-spacing: 15px; text-transform: uppercase;
}
.banner-text h2,.banner-text h3 {
    color: #fff;
    font-size: 6em;
}
.banner-text h5 {
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    
}
.banner-text span{
    font-size: 0.8em;
    color: #fff;
    margin: 3em 0;
	display: inline-block;
}
.banner-text span i.fa{
    margin: 0 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    transform: rotate(45deg);
} 
/*-- //banner --*/
/*-- services --*/
.services,.about,.news,.team,.subscribe,.products,.contact{
	padding:5em 0;
}
h3.w3title{
    font-size: 3.8em;
    text-align: center;
    color: #4d7e00;
} 
p {
    font-size: 1em;
    color: #484848;
    line-height: 1.8em;
}
.services-grids,.team-grids,.contact-grids{ 
    text-align: center;  
    margin-top: 4em; 
}  
.services-grids i.fa {
    font-size: 2.5em;
    color: #b1bfc6;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.services-grids h4 {
    color: #b1bfc6;
    font-size: 1.2em;
    margin:1.4em 0 .8em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
} 
.services-grids:hover i.fa {
    color: #84d700;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
    transform: scale(0.8);
}
.services-grids:hover h4 {
    color: #84d700;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
    transform: scale(1.2);
}  
/*-- //services --*/
/*-- about --*/
.about {
    background-image:url(../images/clint.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.about2
{
	width:100%;
	float:left;
	display:block;
	padding-bottom:100px;
}
.team {
    background-image:url(../images/clint2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.team2
{
	width:100%;
	float:left;
	display:block;
	padding-bottom:100px;
}
.about-text {
    text-align: center;
    padding: 0 7em;
}
.about-text h5 {
    font-size: 1em; 
    letter-spacing: 5px;
    color: #31940f;
    margin: 3em 0 0;
	font-family: 'Roboto', sans-serif;
}
.about-text h4 {
    font-size: 2.2em;
    margin: 0.7em 0;
    line-height: 1.5em;
    color: #84d700;
}
/*-- //about --*/
/*-- gallery --*/ 
.gallery-wthreegrids {
    padding: 0;
}
.gallery-grid a.agilefig{
    background: url(../images/g1.jpg) no-repeat center 0px;
    background-size: cover;  
	display: block;
    min-height: 238px;
}
.gallery-grid a.agilefig.gallery-img2{
    background: url(../images/g2.jpg) no-repeat center 0px; 
	background-size: cover;
}
.gallery-grid a.agilefig.gallery-img3{
    background: url(../images/g3.jpg) no-repeat center 0px; 
	background-size: cover; 
}
.gallery-grid a.agilefig.gallery-img4{
    background: url(../images/g4.jpg) no-repeat center 0px; 
	background-size: cover; 
} 



.gallery-grid a.agilefig.gallery-img5{
    background: url(../images/g5.jpg) no-repeat center 0px; 
	background-size: cover;
}

.gallery-grid a.agilefig.gallery-img6{
    background: url(../images/g6.jpg) no-repeat center 0px; 
	background-size: cover;
}

.margin{margin: 10px 0;}


.gallery-grid {
    padding: 0; 
}
.gallery-grid.gallery-grid3 {
    float: right;
}
.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
    padding: 4em 2em;
    background: #fff;
    position: relative;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}


.grey-bg{ background: #f5f5f5 !important;}

.gallery-grid-row h4 {
    font-size: 1.6em;
    color: #31940f;
    margin-bottom: 0.8em;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.gallery-grid p { 
    line-height: 2em;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.gallery-grid.gallery-text:before {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    top: 42%;
    left: -15px;
    position: absolute; 
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
} 
.gallery-grid.gallery-text3:before {
	content: ''; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
	top: 42%;
    right: -15px;
	z-index:9;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
} 
.gallery-grid-row:hover .gallery-grid{
    background: #c3d92f;
}
.gallery-grid-row:hover .gallery-grid h4{
    color: #000;
}
.gallery-grid-row:hover .gallery-grid p {
    color: #fbfbfb;
}
.gallery-grid-row:hover .gallery-grid.gallery-text:before {
    border-right-color:#c3d92f;
} 
.gallery-grid-row:hover .gallery-grid.gallery-text3:before {
    border-left-color:#c3d92f;
}
/*-- //services --*/
/*-- news --*/ 
.news h4 {
    font-size: 1.1em;
    margin-bottom: 1em;
    line-height: 1.6em;
    font-weight: 700;
}
.news h4 a{ 
    color: #333; 
	display:inline-block;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.news h4 a:hover{ 
    color: #31940f;  
}
.news-grid {
    margin-top: 3em;
}
.news-grid-left {
    padding: 0;
}
.news-grid-right ul li {
    display: inline-block;
    color: #999;
    font-size: 1em;
}
.news-grid-right ul li a {
    display: inline-block;
    color: #84d700;
    margin-left: 1.5em;
	font-weight: 300;
}
.news-grid-right ul li a:hover{ 
    color: #999; 
}
/*-- //news --*/
/*-- products --*/
.products {
    background: url(../images/1.jpg)no-repeat 0px 0px fixed;
    background-size: cover; 
}
.products-w3ls-row {
    width: 68%;
	margin: 0 auto;
}
.products h5 {
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    margin-top: 1em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
}
.c100 { 
    font-family: 'Cinzel Decorative', cursive;
}
/*-- //products --*/
/*-- team --*/  
.ch-item {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: default;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; 
}
.ch-img-1 {
    background: url(../images/t1.jpg) center top;
}
.ch-img-2 { 
	background:url(../images/t2.jpg) center top;
}
.ch-img-3 { 
	background:url(../images/t3.jpg) -9px 0px;
	background-size: cover;
}
.ch-img-4 { 
	background:url(../images/t4.jpg) -45px -15px;
}
.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);	
	-webkit-backface-visibility: hidden; /*for a smooth font */
}
.ch-info h3 {
    color: #fff;
    position: relative;
    letter-spacing: 1px;
    font-size: 1.5em;
    padding: 55px 0 0 0;
}
.ch-info p {
    color: #fff;
    padding: 10px 5px 0;
    font-style: italic;
    margin: 15px 30px 0;
    font-size: 1em;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.ch-item:hover {
	-webkit-box-shadow: inset 0 0 0 110px rgba(0, 173, 166, 0.75), inset 0 0 0 16px #607d8b, 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:inset 0 0 0 110px rgba(0, 173, 166, 0.75), inset 0 0 0 16px #607d8b, 0 1px 2px rgba(0,0,0,0.1);
	-o-box-shadow: inset 0 0 0 110px rgba(0, 173, 166, 0.75), inset 0 0 0 16px #607d8b, 0 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: inset 0 0 0 110px rgba(0, 173, 166, 0.75), inset 0 0 0 16px #607d8b, 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 0 110px rgba(0, 173, 166, 0.75), inset 0 0 0 16px #607d8b, 0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}
.ch-grid {
	margin:0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}
.ch-grid:after {
	clear: both;
}
.ch-grid li.ch-grid-item {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin:0 20px;
}
.team ul.social-icons {
    margin-top: 1em;
}
.team ul.social-icons li {
    display: inline-block;
} 
.team ul.social-icons li a.fa {
    font-size: 1em;
    color: #fff;  
	margin: 0 0.5em;
}
.team ul.social-icons li a.fa:hover {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/*-- //team --*/
/*-- contact --*/
.map_image
{
	width:100%;
	float:left;
	display:block;
}
.map{ 
	position:relative;
}
.map iframe {
    width: 100%;
    min-height: 579px;
    border: none;
} 
.contact {
    position: relative;
    width: 100%;
	float:left;
	display:block;
    top: 0;
	background:#FFFFFF;
} 

.contact h4 {
    font-size: 1.6em;
    color: #c3d92f;
    margin-bottom: 0.8em;
    font-weight: 700;
}
.w3ls-address p b {
    letter-spacing: 1px;
}
.w3ls-address p.cnt-p {
    width: 75%;
}
p.address {
    margin: 1em 0;
}
.w3ls-address p {
    color: #000000;
    font-weight: bold;
    line-height: 2.1em;
}
.w3ls-address p a {
    color: #c3d92f;
    text-decoration: none;
}
.w3ls-address p a:hover{
    color: #fff; 
}
.contact-w3ls-row {
    width: 70%;
    margin: 0 auto;
} 
.contact input[type="text"] {
    width: 48.5%;
    color: #000000;
    float: left;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .7em 1em;
    margin-bottom: 1.5em;
    border: solid 1px #000000;
    -webkit-appearance: none;
    display: inline-block;
}
.contact input.email {
    float: right;
}
.contact textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #000000;
    font-size: 1em;
    outline: none;
    padding: .6em .8em;
    border: solid 1px #000000;
    min-height: 10em;
    -webkit-appearance: none;
}
.contact input[type="submit"] {
    outline: none;
    color: #000000;
    padding: 0.8em 4em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #c3d92f;
	border: 2px solid #c3d92f;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    width: 100%;
}
.contact input[type="submit"]:hover {
    background: #31940f;
    color: #fff; 
}
.w3ls-address {
    text-align: left;
}
::-webkit-input-placeholder {
	color:#000000 !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#000000 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#000000 !important;
}
:-ms-input-placeholder {  
	color:#000000 !important;
}
.social-icon.contact-w3lsicns {
    margin-top: 1em;
}
/*-- //contact --*/
/*-- subscribe --*/ 
.sub-agileitsinfo{ 
	background: url(../images/1.jpg)no-repeat 0px 0px fixed;
    background-size: cover;
}
.subscribe{
    text-align: center;
    background: rgba(0, 173, 166, 0.48);  
}
.subscribe h4 {
    font-size: 2.8em;
    color: #fff;
    font-weight: 300;
}
.subscribe form {
    width: 50%;
    margin: 3em auto 0;
}
.subscribe input[type="email"] {
    width: 78%;
    padding: .8em 1em;
    font-size: 1em;
    float: left;
    color: #31940f;
    outline: none;
    border: 1px solid #fff;
    border-right: none;
    background: #fff;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.subscribe input[type="submit"] {
    float: left;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: .8em 2em;
    border: 1px solid #fff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
    background: none;
    font-weight: 600;
}
.subscribe form:hover input[type="email"] {
    border-color: #84d700;
}
.subscribe form:hover input[type="submit"] {
    border-color: #84d700;
    background:#84d700; 
	color: #fff;
}  
.subscribe ::-webkit-input-placeholder {
	color:#31940f !important;
}
.subscribe :-moz-placeholder { /* Firefox 18- */
	color:#31940f !important;
}
.subscribe ::-moz-placeholder {  /* Firefox 19+ */
	color:#31940f !important;
}
.subscribe :-ms-input-placeholder {  
	color:#31940f !important;
}
/*-- //subscribe --*/
/*-- copy-w3right --*/ 
.copy-w3right {
	width:100%;
	float:left;
	display:block;
    background: #191919;
    padding: 1.5em 0;
    text-align: center;
}
.copy-w3right p {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}
.copy-w3right p a{
    color: #84d700; 
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all; 
}
.copy-w3right p a:hover{
    color:#fff;  
}
/*-- //copy-w3right --*/
/*-- about-modal --*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.48);
}
.modal-body {
    padding: 0 2em 2.5em;
}
.modal-dialog {
    margin: 3em auto;
} 
.modal-body.modal-spa img {
    width: 100%;
}
.modal-body h4 {
    font-size: 1.6em;
    color: #84d700;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 1em 0 .3em;
}
.bnr-modal .modal-header {
    border: none;
    min-height: 2.5em;
    padding: 0.5em 2em 0;
}
.bnr-modal button.close {
    color: #84d700;
    opacity: .9;
    font-size: 2.5em;
	outline:none;
}
.modal-body p {
    font-weight: 300;
} 
/*-- //about-modal --*/
/*-- 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 --*/
/*-- responsive-design --*/ 
@media(max-width:1366px){
.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
    padding: 4em 2.5em; 
}
}
@media(max-width:1280px){
.navbar-default .navbar-nav > li > a { 
    padding: 1em 1.5em; 
}
.banner-text h2, .banner-text h3 { 
    font-size: 5em;
}
h3.w3title {
    font-size: 3.6em; 
}
.services, .about, .news, .team, .subscribe, .products, .contact {
    padding: 4em 0;
}
.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
    padding: 4em 2em;
}
.map iframe { 
    min-height: 550px; 
}
}
@media(max-width:1080px){
.agileits-logo h1 {
    font-size: 2.8em; 
}
.header-w3mdl {
    padding: 1.3em 0 1em;
}
.navbar-default .navbar-nav > li > a {
    padding: 1em 1.2em;
}
.banner-text { 
    padding: 11em 0;
}
.banner-text h5 { 
    font-size: 1.5em; 
}
.about-text { 
    padding: 0 3em;
}
.about-text h4 {
    font-size: 1.8em; 
}
.about-text h5 { 
    letter-spacing: 4px; 
}
.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
    padding: 3em 2em;
}
.ch-grid li.ch-grid-item {
    width: 200px;
    height: 200px; 
    margin: 0 10px;
}
.ch-info h3 { 
    font-size: 1.3em;
    padding: 49px 0 0 0;
}
.news-grid-right {
    padding-right: 0;
}
.news-grid-right ul li { 
    font-size: 0.9em;
}
.news-grid-right ul li a { 
    margin-left: 1em; 
}
.subscribe form {
    width: 60%;
    margin: 2em auto 0;
}
h3.w3title {
    font-size: 3.2em;
}
.w3ls-address p.cnt-p {
    width: 90%;
} 
}
@media(max-width:1024px){
.banner-text h2, .banner-text h3 {
    font-size: 4em;
}
.products h5 {
    font-size: 1.1em; 
}
}
@media(max-width:991px){
.banner-text span { 
    margin: 2em 0; 
}
.navbar-default .navbar-nav > li > a {
    padding: 1.1em 1.2em;
    font-size: 1em;
}
.header-w3mdl {
    padding: 1.3em 0 1.2em;
}
.banner-text p { 
    letter-spacing: 8px;
}
.services-grids {
    padding: 0;
}
.about-text {
    padding: 0 1em;
}
.about-text h4 {
    font-size: 1.4em;
}
.about-text h5 {
    letter-spacing: 3px;
	margin: 1em 0 0; 
}
.gallery-grid-row h4 {
    font-size: 1.4em; 
    margin-bottom: 0.6em; 
}
.gallery-grid a.agilefig { 
    min-height: 257px;
}
.ch-grid li.ch-grid-item {
    width: 167px;
    height: 167px;
    margin: 0 5px;
}
.services-grids, .team-grids, .contact-grids {
    text-align: center;
    margin-top: 3em;
}
.team ul.social-icons {
    margin-top: 0.5em;
}
.ch-info h3 { 
    padding: 38px 0 0 0;
} 
.products-grids {
    padding: 0;
}
.products h5 {
    font-size: 1em;
    letter-spacing: 1px;
} 
.subscribe form {
    width: 68%; 
}
.subscribe input[type="email"] {
    width: 75%; 
}
.w3ls-address {
    padding: 0;
}
.contact-form {
    padding: 0;
}
.map iframe {
    min-height: 530px;
}
.navbar-nav > li { 
    margin: 0 0.5em;
}
.products-w3ls-row {
    width: 80%; 
}
}
@media(max-width:800px){
.agileits-logo h1 {
    font-size: 2.5em;
}
.banner-text {
    padding: 9em 0 11em;
}
.banner-text h5 {
    font-size: 1.2em;
}
h3.w3title {
    font-size: 3em;
}
.services-grids i.fa {
    font-size: 2em; 
}
.about-text h4 {
    font-size: 1.2em;
}
.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
    padding: 3em 1.5em;
}
.contact h4 {
    font-size: 1.4em; 
    margin-bottom: 0.5em; 
}
.header-w3mdl {
    padding:0 0 1em 0;
}
.banner-text h2, .banner-text h3 {
    font-size: 3em;
}
.navbar-right { 
    margin-right: 0; 
}
.social-icon a { 
    margin: 0 0.3em; 
}
}
@media(max-width:767px){


.banner-text p { 
    margin-bottom: 1.5em; 
}
.modal-dialog {
    width: 80%;
}
}
@media(max-width:736px){
.header-w3top ul li { 
    font-size: 0.8em; 
}
.agileits-logo {
    float: left;
}
.navbar-right { 
    float: right;
}
.social-icon {
    padding-top: 0;
}
.services, .about, .news, .team, .subscribe, .products, .contact {
    padding: 3em 0;
}
h3.w3title {
    font-size: 2.6em;
}
.services-grids {
    padding: 0 3em;
}
.services-grids h4 { 
    margin: 1.2em 0 .6em; 
}
.about-grids img.img-responsive {
    width: 25%;
    margin: 0 auto;
}
.about-text {
    padding: 0 3em;
    margin: 2em 0;
}
.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
    padding: 4em 2em;
}
.gallery-grid a.agilefig {
    min-height: 229px;
}
.ch-grid li.ch-grid-item {
    width: 180px;
    height: 180px;
    margin: 0 3em;
}
.ch-grid li.ch-grid-item:nth-child(3) {
    margin-top: 1em;
}
.services-grids, .team-grids, .contact-grids { 
    margin-top: 2em;
}
.ch-info h3 {
    padding: 44px 0 0 0;
}
.subscribe input[type="email"] {
    width: 70%;
}
.subscribe h4 {
    font-size: 2.3em; 
}
.contact-form { 
    margin-top: 2em;
}
p.address {
    margin: 0.5em 0;
} 
.contact input[type="text"] {
    width: 49%; 
    font-size: 0.9em; 
    margin-bottom: 1em; 
}
.contact textarea { 
    font-size: 0.9em; 
    min-height: 8em; 
}
.map iframe {
    min-height: 720px;
}
.contact input[type="submit"] { 
    font-size: 0.9em;
    margin: 0.5em 0 0 0; 
}
}
@media(max-width:667px){
.header-w3top ul li { 
    width: inherit; 
    padding: 1em 3em;
}
.agileits-logo h1 {
    font-size: 2.2em;
}
.social-icon {
    padding-top: 0.3em;
}
.banner-text {
    padding: 8em 0 10em;
} 
.modal-body h4 {
    font-size: 1.3em; 
    margin: 1em 0 .3em;
}
.news h4 {
    font-size: 1em; 
}
.news-grid {
    margin-top: 1.5em;
}
.news h4 { 
    margin-bottom: 0.5em; 
}
.copy-w3right p { 
    letter-spacing: 1px;
}
}
@media(max-width:640px){
.subscribe form {
    width: 72%;
}
}
@media(max-width:600px){
.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
    padding: 3em 2em;
}
.header-w3top ul li { 
    padding: 1em 2em;
}
.products-w3ls-row {
    width: 85%;
    margin: 0 auto;
}
.banner-text h2, .banner-text h3 {
    font-size: 2.6em;
}
.banner-text h5 {
    font-size: 1.1em;
}
.banner-text p {
    letter-spacing: 5px;
    font-size: 0.9em;
}
.news-grid { 
    padding: 0 1em 0 0;
}
.news-grid-right ul li a {
    margin-left: 0.5em;
}
.news h4 {
    font-size: 0.9em;
}
.subscribe form {
    width: 80%;
}
}
@media(max-width:568px){
.header-w3top ul li {
    padding: 1em 1.8em;
}
.agileits-logo h1 {
    font-size: 2em;
}
.social-icon a { 
    margin: 0 0.1em;
    font-size: 0.85em; 
    width: 28px;
    height: 28px; 
    line-height: 2.1em; 
}
.gallery-grid a.agilefig {
    min-height: 227px;
}
.gallery-grid-row h4 {
    font-size: 1.3em; 
}
.ch-grid li.ch-grid-item { 
    margin: 0 2em;
}
.news-grid-right ul li {
    font-size: 0.85em;
}
.services, .about, .news, .team, .subscribe, .products, .contact {
    padding: 2.5em 0;
}
h3.w3title {
    font-size: 2em;
}
.map iframe {
    min-height: 705px;
}
.banner-text {
    padding: 6em 0 9em;
}
}
@media(max-width:480px){
.header-w3top ul li {
    padding: 1em 0.7em;
}
.services-grids {
    padding: 0 0.5em;
}
.services-grids h4 { 
    font-size: 1.1em; 
}
.services-grids i.fa {
    font-size: 1.5em;
}
.services-grids h4 {
    margin: 1em 0 .4em;
}
.about-text {
    padding: 0; 
}
.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
    padding: 3em 1.5em;
}
.ch-grid li.ch-grid-item {
    margin: 0 1em;
}
.products-w3ls-row {
    width: 95%; 
}
.products h5 {
    font-size: 0.9em;
    letter-spacing: 0px;
}
.news-grid {
    width: 100%;
    padding: 0;
}
.subscribe form {
    width: 90%;
}
.subscribe input[type="email"] { 
    font-size: 0.9em; 
}
.subscribe input[type="submit"] { 
    font-size: 0.9em; 
    padding: .8em 1.6em; 
}
.modal-dialog {
    width: 90%;
} 
}
@media(max-width:414px){
.header-w3top ul li {
    padding: 0.5em 0;
    display: block;
}
.header-w3top ul li:nth-child(2) {
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.banner-text h2, .banner-text h3 {
    font-size: 2.2em;
}
.banner-text p {
    margin-bottom: 1em;
}
.banner-text {
    padding: 5em 0 9em;
}
p {
    font-size: 0.9em; 
}
.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
    padding: 2em 1.5em;
}
.gallery-grid a.agilefig {
    min-height: 212px;
}
.ch-grid li.ch-grid-item,.ch-grid li.ch-grid-item:nth-child(3) {
    margin: 0.5em 1em 0;
}
.subscribe h4 {
    font-size: 2em;
}
.subscribe form { 
    margin: 1em auto 0;
}
.map iframe {
    min-height: 675px;
}
.social-icon.contact-w3lsicns {
    margin-top: 0.5em;
}
}
@media(max-width:384px){
.gallery-grid { 
    width: 100%;
} 
.gallery-grid a.agilefig {
    min-height: 200px;
}
.gallery-grid.gallery-text3:before, .gallery-grid.gallery-text:before {
    left: 46%;
    border: none;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    top: -10%;
    right: inherit;
}
.gallery-grid-row:hover .gallery-grid.gallery-text:before ,.gallery-grid-row:hover .gallery-grid.gallery-text3:before{
    border-color: transparent;
    border-bottom-color: #31940f;
}
.gallery-grid.gallery-grid3 {
    float: none;
}
.products-w3ls-row {
    width: 100%;
}
.subscribe h4 {
    font-size: 1.6em;
}
.subscribe form {
    width: 100%;
}
}
@media(max-width:375px){
.navbar-default .navbar-nav > li > a {
    font-size: 0.9em;
    padding: 0.8em 0.5em;
}
.agileits-logo h1 {
    font-size: 1.8em;
}
.banner-text { 
	padding: 4em 0 7em;
}
.banner-text h2, .banner-text h3 {
    font-size: 1.8em;
}
.banner-text h5{
	font-size: 0.9em;
}
.banner-text p {
    letter-spacing: 3px; 
}
.banner-text span {
    margin: 1.5em 0;
}  
.services-grids {
    float: none;
    width: 100%;
}
.about-text h4 {
    font-size: 1.1em;
}
.about-text h5 {
    letter-spacing: 1px;
    margin: 0;
    font-size: 0.9em;
}
.about-text { 
    margin: 1em 0;  
}
.subscribe input[type="submit"] { 
    padding: .8em 1.2em;
}
.about-grids img.img-responsive {
    width: 40%; 
}
.contact h4 {
    font-size: 1.1em; 
}
.contact input[type="text"] {
    width: 100%; 
}
.contact input.email {
    float: none;
}
.map iframe {
    min-height: 765px;
}
}
@media(max-width:320px){
.header-w3top ul li i.fa {
    margin-right: 3px;
}
.header-w3top ul li {
    padding: 0.4em 0; 
}
.header-w3mdl {
    padding: 0.6em 0;
}
.agileits-logo h1 {
    font-size: 1.6em;
}
.navbar-default .navbar-toggle { 
    font-size: 1.1em;
    padding: 9px 10px; 
}
.banner-text h2, .banner-text h3 {
    font-size: 1.5em;
}
.banner-text p {
    letter-spacing: 1px;
    font-size: 0.8em;
}
.banner-text span {
    font-size: 0.6em; 
}
.banner-text {
    padding: 3em 0 6em;
}
.services-grids {
    padding: 0 0; 
}
.about-grids img.img-responsive {
    width: 50%;
}
.gallery-grid.gallery-text3:before, .gallery-grid.gallery-text:before { 
    top: -9%; 
}
.services-grids, .team-grids, .contact-grids {
    margin-top: 1em;
}
.modal-body {
    padding: 0 1em 1.5em;
}
.modal-dialog {
    width: 94%;
    margin: 2em auto;
}
.bnr-modal .modal-header { 
    padding: 0.5em 1em 0;
}
.services, .about, .news, .team, .subscribe, .products, .contact {
    padding: 2em 0;
}
.subscribe input[type="email"] {
    width: 68%;
}
.subscribe input[type="submit"] {
    padding: .8em 1em;
}
h3.w3title {
    font-size: 1.8em;
}
.contact-form {
    margin-top: 1.5em;
}
.map iframe {
    min-height: 750px;
}
.social-icon a { 
    font-size: 0.8em;
    width: 25px;
    height: 25px;
    line-height: 2em;
}
.modal-body h4 {
    font-size: 1.1em; 
}
}
/*-- //responsive-design --*/














.sub_banner
{
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}

.sub_banner img
{
	width:100%;
	float:left;
}

.product_details
{
	width:100%;
	float:left;
	display:block;
	padding:100px 0;
}

.product_details img
{
	width:420px;
	float:left;
	display:block;
	padding:0 20px 20px 0;
}

.product_details h2
{
	font-size: 28px;
	color: #000000;
	margin-right: 10px;
	padding: 5px 15px;
	margin-bottom: 15px;
	border-left:solid 5px #0062BB;
	padding-left:20px;
	display:inline-block;
}

.specifications
{
	width:auto;
	float:left;
	display:block;
	padding-right:30px;
}

.specifications h3
{
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#000000;
	margin-top:20px;
	margin-bottom:10px;
	font-weight:bold;
}

.specifications h4
{font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #484848;
	line-height: 1.8em;
	margin-top:0px;
	/*****background-image:url(../images/tik.png);
	background-repeat:no-repeat;
	background-position:0 6px;
	padding: 0px 0 0px 21px;******/
}

.gallery-grids
{
	margin-bottom:40px;
}

.product_gallery
{
	width:100%;
	display:inline-block;
	text-align:center;
}

.product_gallery a
{
	width:auto;
	display:inline-block;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	background:#179541;
	padding:20px;
	font-weight:bold;
	letter-spacing:2px;
	margin-bottom:100px;
}

.product_gallery a:hover
{
	background:#C3D92F;
	color:#000000;
}

















.footer {
	width:100%;
	float:left;
	display:block;
    padding: 8em 0 6em;
    background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.footer-logo,.footer-nav{
    padding: 0;
}
.footer-logo h5 {
    font-size: 2.5em;
    margin: 0.55em 0 !important;
    height: 0;
    line-height: 0;
}
.footer-logo h5 a {
    color: #FFC000;
     font-family: 'Oswald-Medium';
    text-decoration: none;
}
.footer-logo h5 a:hover{
	color:#fff;
}
.footer-nav {
    text-align: right;
}
.footer-nav ul {
    margin-top: 0.6em;
}
.footer-nav ul li {
    display: inline-block;
    margin-left: 1.5em;
}
.footer ul li a {
    font-size: 1.1em;
    color: #fff;
}
.footer ul li a:hover{
    color:#339C0F;
}
.footer-row {
    padding-bottom: 1.5em;
}
.footer-bottom {
    border-top: 1px solid #fff;
    padding: 2.5em 0 0;
}
.footer-grids:nth-child(1) {
    padding-left: 0;
}
.footer-grids ul li {
    display: block;
    margin-bottom: 1em;
	color:#fff;
}
.footer-grids ul  li.phn {
    font-size: 1.1em;
}
.footer-grids i.fa{
    margin-right: 1em;
}
.footer p {
    font-size: 1.1em;
    color: #fff;
    line-height: 1.8em;
}
.footer-grids.footer-mdl {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.footer-grids:nth-child(3) {
    padding: 0 6em 0 4em;
}
.footer-grids h6 {
    font-size: 1.2em;
    color: #fff;
    margin-top: 1em;
}
.footer-grids h6 a,.footer p a{ 
	color: #FFC000;
}
.footer-grids h6 a:hover,.footer p a:hover{ 
	color: #fff;
}

.logo_f2 a h2
{
	color:#FFFFFF;
}



.title2
{
	font-size:14px;
	color:#000000;
	margin-bottom:0;
	margin-top:10px;
}

.logo_slide
{
	width:100%;
	float:left;
	display:block;
}

.logo_slide img
{
	width:100px !important; height:100px !important;
	background:#F4F4F4;
	padding:5px; margin:5px;
	
}






























.navigation
{
	width:100%;
	float:right;
	display:block;
	margin-right: -12px;
}

nav {
    width:auto;
    float:right;
  display: block;
}

.menu { display: block; margin-top:20px; }

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:first-child { margin-left: 0; }

.menu li a {
  font-weight: 400;
  text-decoration: none;
  padding: 7px 10px;
  display: block;
  color: #000;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover,
.menu li:hover>a {
  color: #fff;
  background: #179541;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 13px;
  font-weight: normal;
  display: block;
  color: #000;
  background: #fff;
  padding:13px 5px;
  border-bottom: solid 1px #C3D92F;
}

.menu ul li a:hover,
.menu ul li:hover>a {
  background: #179541;
  color: #fff;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #31940F;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #E95546;
  color: #fff;
  text-decoration: none;
}

a.homer { background: #179541; color:#fff !important; }
 @media (min-width: 768px) and (max-width: 979px) {

.mainWrap { width: 768px; }

.menu ul { top: 37px; }

.menu li a { font-size: 12px; }

a.homer { background: #E95546; }
}
 @media (max-width: 767px) {

.mainWrap {
  width: auto;
  padding: 50px 20px;
}

.menu { display: none; }

.responsive-menu { display: block; width:100%; }

.carousel-caption h1
{
    font-size:16px;
}

.carousel-caption p
{
  font-size:12px; 
  line-height: 16px;
}

.carousel-caption
{
    bottom:-20px;
}

.carousel-indicators
{
    display:none;
}

.footer-nav
{
    text-align:center;
    padding:5px;
    margin:0;
}

.footer-nav ul li
{
    margin-left:0;
    padding:5px;
}

.footer-grids:nth-child(3)
{
    padding:0;
    margin-top:20px;
}

.footer-grids.footer-mdl
{
    border:none;
    padding:0;
}

nav {
  margin: 0;
  background: none;
  width:100%;
}

.about-team-grids
{
    width:100%;
}

.navigation
{
    margin:0;
}

.navbar-right {
    width: 100%;
    float: none;
    display: inline-block;
    text-align: center;
}
.navbar-nav {
    margin: 7.5px -0;
}
.agileits-logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0;
}

.menu li {
  display: block;
  margin: 0;
}

.menu li a {
  background: #0664C4;
  color: #fff;
  border-bottom:solid 1px #fff;
}

.menu li a:hover,
.menu li:hover>a {
  background: #FC6D58;
  color: #fff;
}


.menu ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}

.menu ul ul {
  left: 0;
  transform: initial;
}

.menu li>ul ul:hover { transform: initial; }
}




































.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  position: fixed;
z-index: 9;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #a0cff1;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 0 0 0 0;
}
.bts-popup-container p {
	color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}






.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background: black;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}

