
h1,h2,h3,h4,h5,h6{
	font-family: 'Lato', sans-serif;
}
ul ,ol {
	 padding:0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
.layouts {
  
}
/*--top-bar--*/
.top-search-bar {
    width: 100%;
    z-index: 99999999999;
    position: absolute;
    background: #000;
}
.header-top-nav {
    margin-top: 0.5em;
    padding: 0.5em 0em;
    float: right;
    width: 24%;
}
.header-top-nav ul li{
	display:inline-block;
}
.header-top-nav ul li a{
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	padding-right: 11px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color:#888;
}
.header-top-nav ul li a i {
    padding-right: 5px;
	color: #6a67ce;
}



/*--top-bar--*/
/* -- header --*/

/*-- top-nav --*/
/* Underline From Center */
.hvr-underline-from-center {
  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;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #6a67ce;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #99abd5;
   background:none!important;
}
.navbar-nav > li {
   margin: 0 0.5em;
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
	font-size: 1em;
    position: relative;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active {
    color:#6a67ce !important;
	background:none!important;
}
.navbar-right {
    float: right!important;
    margin: 0 !important;
    padding: 0 !important;
	width: 85%;
}
.navbar-collapse {
    padding: 0!important;
}
.top-nav {
    position: absolute;
    width: 100%;
    top: 6%;
    z-index: 999;
}
.navbar {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}
/*-- //top-nav --*/
/* -- navigation --*/
.ban-top-con {
    position: absolute;
    bottom: 9px;
    left: 27%;
}
.navbar-default {
    background-color:black !important;/*rgba(0, 0, 0, 0.76)*/
    border-color: transparent !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color:transparent !important;
}
.navbar-nav {
    float: left;
    margin: 0;
    width: 90%;
}

.search input[type="submit"]{
	outline: none;
    padding:9px 0;
    width: 13%;
    display: inline-block;
    color: #fff;
    background:url(../images/search.png) no-repeat 11px 7px #6a67ce;
    border: none;
}
/* --//navigation --*/



/*-- footer --*/
.footer{
	background:#212121;
}
.agileinfo_footer_grid h4 {
	font-size: 2em;
    color:#fff;
    font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-bottom: 1em;
	text-transform:uppercase;
}
.agileinfo_footer_grid ul li{
	list-style-type: none;
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 1.8em;
    color: #999;
}
.mid-w3l ul li{
	float:left;
	width:50%
}
.agileinfo_footer_grid ul li span{
	left:-1em;
}
.agileinfo_footer_grid ul li a{
	color:#999;
	text-decoration:none;
}
.agileinfo_footer_grid ul li a:hover{
	color:#6a67ce;
}
.nav2 ul li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9em;
}
.agileinfo_footer_grid1{
	float:left;
	width:31.45%;
	margin:0 0.3em .3em 0em;
}
.w3agile_footer_copy{
	padding:2em 0;
	border-top:1px solid #606060;
	text-align:center;
	margin-top:3em;
}
.w3agile_footer_copy p{
	font-size:14px;
	color:#8F8F8F;
	margin:0;
	line-height:1.8em;
	letter-spacing: 2px;
}
.w3agile_footer_copy p a{
	color:#fff;
	text-decoration:none;
}
.w3agile_footer_copy p a:hover{
	color:#8F8F8F;
}
.agileinfo_footer_grid:nth-child(1) {
    padding: 0 2em 0 0;
}
.agileinfo_footer_grid p{
	color:#999;
	line-height:2em;
}
.agileinfo_footer_grid p span{
	display:block;
	margin:1em 0 0;
}
/*-- //footer --*/
/*--bottom-to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/arrow-up-.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //bottom-to-top --*/

/*-- Responsive --*/
@media (max-width: 1680px){
	.header-top-nav {
		width: 23%;
	}
	.header {
		min-height: 646px;
	}
	.slider-info {
		margin: 21% auto 0;
	}
	.right-agile {
		padding: 3.62em 3em;
	}
	.top-nav {
		top: 7%;
	}
	.search {
		top: 8%;
	}
}
@media(max-width:1440px){
.top-nav {
    top: 9%;
}
.slider-info h6 {
    width: 53%;
}
.slider-info {
    margin: 22% auto 0;
}
.right-agile {
    padding: 1.8em 2.8em;
}
.header-top-nav {
    width: 25%;
}
.search {
    width: 22%;
    right: 5%;
	top: 9%;
}
.navbar-nav {
    width: 92%;
}
.header {
    min-height: 537px;
}
.portfolio-modal .modal-content h3 {
    letter-spacing: 1px;
}
.slider-info p {
    font-size: 1.8em;
}
.slider-info h3 a {
    font-size: 1.2em;
}
.slider-info h6 {
    font-size: 1.6em;
}
}
@media(max-width:1366px){
.slider-info h6 {
    font-size: 1.6em;
    width: 52%;
}
.right-agile h5 {
    margin-bottom: 0.7em;
}
.right-agile p {
    padding-bottom: 1em;
}
.right-agile {
    padding: 1.6em 2.8em;
}
figure.effect-jazz p {
    letter-spacing: 1px;
}
figure.effect-jazz h4 {
    margin-top: 3em;
}
.about h1, .services h3, #gallery h3, .team h3, .gallery h3, .event h3, .contact-agile h3 {
    font-size: 2.8em;
}
.review h3{
	font-size: 2.8em;
}
.agileinfo_footer_grid h4 {
    font-size: 1.8em;
}
.header-top-nav {
    width: 26%;
}
.navbar-nav {
    width: 94%;
}
.slider-info h3 a {
    font-size: 1.2em;
}
.slider-info p {
    font-size: 1.8em;
}
.slider-info {
    margin: 23% auto 0;
}
.search input[type="submit"] {
    background: url(../images/search.png) no-repeat 9px 7px #6a67ce;
}
.col-md-2.services-gd.text-center {
    margin-left: 2.7em;
}
.header {
    min-height: 510px;
}
}
@media(max-width:1280px){
.header {
    min-height: 510px;
}
.search {
    right: 4%;
	top: 10.5%;
}
.search input[type="submit"] {
    background: url(../images/search.png) no-repeat 7px 7px #6a67ce;
}
.nav>li>a {
    padding: 13px 10px !important;
}	
.slider-info h6 {
    width: 57%;
}
.slider-info {
    margin: 23% auto 0;
}

.about h2 {
    font-size: 1.8em;
}
.about h1, .services h3, #gallery h3, .team h3, .gallery h3, .event h3, .contact-agile h3 {
    font-size: 2.7em;
    margin-bottom: 0.8em;
}
.right-agile p {
    padding-bottom: 0.3em;
}
figure.effect-jazz h4 {
    letter-spacing: 1px;
	margin-top: 2.7em;
}
figure.effect-jazz p {
    padding: 0.5em 1em;
}
.review h3 {
    font-size: 2.7em;
}
.agileinfo_footer_grid h4 {
    font-size: 1.7em;
}
.map h4 {
    font-size: 1.8em;
    top: 37%;
}
.top-nav {
    top: 9.7%;
}
}
@media (max-width: 1080px){
.header-top-nav {
    width: 29%;
}	
.search input[type="search"] {
    padding:6.05px 10px;
}
.header-top-nav ul li a {
    font-size: 0.9em;
    padding-right: 8px;
}
.search input[type="submit"] {
    padding: 7.2px 0;
	background-size: 1.5em;
}
.navbar-nav {
    width: 95%;
}
.navbar-default .navbar-nav > li > a {
    letter-spacing: 0px;
}
.navbar-nav > li {
    margin: 0 0.2em;
}
.search {
    width: 27%;
	top: 11%;
}
.slider-info p {
    font-size: 1.8em;
    letter-spacing: 1px;
}
.slider-info {
    width: 65%;
    margin: 31% auto 0;
}
.slider-info h6 {
    width: 66%;
    font-size: 1.6em;
}
.services, #gallery, .about, .team, .gallery, .contact-agile, .event, .review, .footer {
    padding: 2.5em 0em;
}
.about h1, .services h3, #gallery h3, .team h3, .gallery h3, .event h3, .contact-agile h3 {
    font-size: 2.6em;
    margin-bottom: 0.5em;
}
.service-box h5 {
    font-size: 1.3em;
}
.service-box p {
    font-size: 0.9em;
}
.button, .button2 {
    padding: 6px 23px;
}
.button h5, .button2 h5 {
    font-size: 1.1em;
}
.right-agile h5 {
    font-size: 1.6em;
}
.about-info img {
    width: 100%;
}
.right-agile {
    width: 100%;
}
.about-info {
    margin-top: 1em;
}
.right-agile {
    padding: 2em 4em;
}
.right-agile p {
    padding-bottom: 1em;
}
.col-md-2.services-gd.text-center {
    margin-left: 1.8em;
}
.services-gd h4 {
    margin-left: 1.3em;
	margin-top: 3px;
	font-size: 23px;
}
.services-gd p {
    margin-left: 2.3em;
}
figure.effect-jazz h4 {
    font-size: 1.2em;
	letter-spacing: 0px;
    margin-top: 1.4em;
}
figure.effect-jazz p {
    padding: 0.5em 0em;
    letter-spacing: 0px;
}  
.team_gd1 h4 {
    font-size: 1.4em;
}
.eve-sub1 img {
    width: 100%;
}
.eve-sub1 h4 {
    margin-top: 1.5em;
}
.eve-sub1 p {
    font-size: 0.9em;
}
.eve-w3lleft h6 {
    padding: 6px 7px;
    font-size: 1em;
    margin: 4px 4px;
}
.eve-w3lright h5 {
    padding: 7px 12px;
    font-size: 1em;
    margin: 4px 77px;
}
.review h3 {
    margin-bottom: 0.8em;
}
.map h4 {
    right: 29%;
}
.agileinfo_footer_grid h4 {
    font-size: 1.6em;
}
.portfolio-modal .close-modal {
    width: 48px;
}
}
@media (max-width: 1024px){
.header-top-nav {
    width: 29%;
}	
.search input[type="search"] {
    padding:6.05px 10px;
}
.header-top-nav ul li a {
    font-size: 0.9em;
    padding-right: 8px;
}
.search input[type="submit"] {
    padding: 7.2px 0;
	background-size: 1.5em;
}
.navbar-nav {
    width: 95%;
}
.navbar-default .navbar-nav > li > a {
    letter-spacing: 0px;
}
.navbar-nav > li {
    margin: 0 0.2em;
}
.search {
    width: 27%;
	top: 11%;
}
.slider-info p {
    font-size: 1.8em;
    letter-spacing: 1px;
}
.slider-info {
    width: 65%;
    margin: 31% auto 0;
}
.slider-info h6 {
    width: 66%;
    font-size: 1.6em;
}
.services, #gallery, .about, .team, .gallery, .contact-agile, .event, .review, .footer {
    padding: 2.5em 0em;
}
.about h1, .services h3, #gallery h3, .team h3, .gallery h3, .event h3, .contact-agile h3 {
    font-size: 2.6em;
    margin-bottom: 0.5em;
}
.service-box h5 {
    font-size: 1.3em;
}
.service-box p {
    font-size: 0.9em;
}
.button, .button2 {
    padding: 6px 23px;
}
.button h5, .button2 h5 {
    font-size: 1.1em;
}
.right-agile h5 {
    font-size: 1.6em;
}
.about-info img {
    width: 100%;
}
.right-agile {
    width: 100%;
}
.about-info {
    margin-top: 1em;
}
.right-agile {
    padding: 2em 4em;
}
.right-agile p {
    padding-bottom: 1em;
}
.col-md-2.services-gd.text-center {
    margin-left: 1.8em;
}
.services-gd h4 {
    margin-left: 1.3em;
	margin-top: 3px;
	font-size: 23px;
}
.services-gd p {
    margin-left: 2.3em;
}
figure.effect-jazz h4 {
    font-size: 1.2em;
	letter-spacing: 0px;
    margin-top: 1.4em;
}
figure.effect-jazz p {
    padding: 0.5em 0em;
    letter-spacing: 0px;
}  
.team_gd1 h4 {
    font-size: 1.4em;
}
.eve-sub1 img {
    width: 100%;
}
.eve-sub1 h4 {
    margin-top: 1.5em;
}
.eve-sub1 p {
    font-size: 0.9em;
}
.eve-w3lleft h6 {
    padding: 6px 7px;
    font-size: 1em;
    margin: 4px 4px;
}
.eve-w3lright h5 {
    padding: 7px 12px;
    font-size: 1em;
    margin: 4px 77px;
}
.review h3 {
    margin-bottom: 0.8em;
}
.map h4 {
    right: 29%;
}
.agileinfo_footer_grid h4 {
    font-size: 1.6em;
}
.portfolio-modal .close-modal {
    width: 40px;
    height: 40px;
}
.portfolio-modal .close-modal .lr {
    height: 40px;
}
.portfolio-modal .close-modal .lr .rl {
    height: 40px;
}
}
@media (max-width: 991px){
.search {
    right: 3%;
}
.navbar-nav {
    width: 97%;
}
.slider-info {
    width: 67%;
    margin: 30% auto 0;
}
.slider-info p {
    font-size: 1.7em;
}	
.slider-info h3 a {
    font-size: 1.1em;
}
.slider-info h6 {
    width: 63%;
    font-size: 1.5em;
}
.about h1, .services h3, #gallery h3, .team h3, .gallery h3, .event h3, .contact-agile h3 {
    font-size: 2.5em;
}
.about h2 {
    font-size: 1.65em;
    width: 100%;
}
.service-box {
    float: left;
    width: 33%;
}
.service-box p {
    letter-spacing: 0px;
}
.button h5, .button2 h5 {
    font-size: 1em;
}
.services-gd.text-center {
    float: left;
    width: 16%;
}
.grid.slideanim {
    float: left;
    width: 33.33%;
}
.grid.grid-wi.slideanim {
    float: left;
    width: 25%;
}
figure.effffect-jazz h4 {
    font-size: 1em;
}
figure.effect-jazz p {
    font-size: 0.8em;
}
.team_gd1.wow.zoomIn {
    float: left;
    width: 25%;
}
a.face_one i {
    font-size: 1.2em;
    line-height: 1.8;
}
.team_info a i.fc2, .team_info a i.fc3, .team_info a i.fc1 {
    width: 31px;
    height: 31px;
}
.team_gd1 h4 {
    font-size: 1.3em;
    letter-spacing: 0px;
}
.team_gd1 p {
    font-size: 0.9em;
}
.eve-agile {
    float: left;
    width: 33%;
}
.eve-sub1 h4 {
    margin-top: 1.4em;
    letter-spacing: 0px;
    font-size: 1.25em;
}
.eve-w3lleft h6 {
    padding: 6px 5px;
    margin: 4px 3px;
}
.eve-sub1 p {
    letter-spacing: 0px;
}
.eve-w3lright h5 {
    padding: 6px 11px;
    margin: 4px 41px;
    width: 50%;
}
.review h3 {
    font-size: 2.5em;
}
.test-review p {
    font-size: 15px;
}
.test-monials h5 {
    font-size: 19px;
}
.map h4 {
    font-size: 1.7em;
}
.contact-form1 {
    width: 50%;
    float: left;
}
.agileinfo_footer_grid {
    float: left;
    width: 50%;
}
.col-md-4.agileinfo_footer_grid.mid-w3l.nav2 {
    float: right;
    width: 50%;
}
.agileinfo_footer_grid:nth-child(3) {
    float: left;
    width: 100%;
	margin-top: 1em;
}
.contact-me textarea {
    min-height: 241px;
}
.agileinfo_footer_grid h4 {
    font-size: 1.5em;
}
.eve-w3lleft h6 {
    padding: 6px 6px;
    font-size: 0.9em;
}
.header {
    min-height:451px;
}
.portfolio-modal .close-modal {
    top: 15px;
    right: 15px;
}
}
@media (max-width:800px){
.header-top-nav {
    width: 35%;
}
.header-top-nav ul li a {
    padding-right: 5px;
}	
.navbar-default .navbar-nav > li > a {
    font-size: 0.9em;
}
.nav>li>a {
    padding: 14px 4px !important;
}
.search {
    width: 29%;
    top: 12%;
    right: 4%;
}
.search input[type="search"] {
    padding: 5px 10px;
}
.search input[type="submit"] {
    padding: 6px 0;
    background: url(../images/search.png) no-repeat 5px 6px #6a67ce;
    background-size: 19px;
}
.slider-info p {
    font-size: 1.6em;
}
.slider-info h3 a {
    font-size: 1em;
}
.slider-info {
    width: 72%;
    margin: 37% auto 0;
}
.header {
    min-height: 462px;
}
.slider-info h6 {
    width: 73%;
    font-size: 1.5em;
}
.callbacks_nav {
    left: 42px;
}
.callbacks_nav.next {
    right: 20px;
}
.services-gd.text-center {
    width: 33%;
}
.col-md-2.services-gd.text-center {
    margin-left: 0em;
}
.services-gd h4 {
    margin-left: 0em;
}
.services-gd p {
    margin-left: 0em;
}
.button, .button2 {
    margin: 32px 6px;
}
figure.effect-jazz h4 {
    margin-top: 0.3em;
}
.contact-form1 {
    width: 100%;
}
.contact-form1:nth-child(3) {
    margin-top: 1.2em;
}
.agileinfo_footer_grid h4 {
    font-size: 1.3em;
}
.right-agile {
    padding: 1em 3em;
}
.contact-form1 {
    padding: 0 !important;
}
.map h4 {
    right: 25%;
}
.top-nav {
    top: 10.7%;
}
}
@media (max-width: 768px){
.top-nav {
    top: 10.5%;
}
.navbar-nav {
    width: 99%;
}
.search {
    width: 31%;
    top: 12.5%;
    right: 3%;
}
.navbar-nav > li {
    margin: 0 0.1em;
}
.slider-info {
    width: 75%;
    margin: 38% auto 0;
}
.about h1, .services h3, #gallery h3, .team h3, .gallery h3, .event h3, .contact-agile h3 {
    font-size: 2.3em;
}
.about h2 {
    font-size: 1.5em;
}
.right-agile p {
    font-size: 1.35em;
}
.right-agile h5 {
    font-size: 1.5em;
}
figure.effect-jazz p {
    padding: 0em 0em;
	line-height: 1.8;
}
figure.effect-jazz h4 {
    margin-top: 0em;
}
.team_info a i.fc2, .team_info a i.fc3, .team_info a i.fc1 {
    width: 28px;
    height: 28px;
}
a.face_one i {
    font-size: 1em;
    line-height: 1.9;
}
.eve-w3lright h5 {
    margin: 4px 46px;
}
.navbar-toggle {
    float: left !important;
    margin-left: 31px !important;
}
.portfolio-modal .close-modal {
    top: 24px;
    right: 17px;
    width: 60px;
    height: 60px;
}
.modal-body {
    margin-top: 4em !important;
}
}
@media (max-width: 767px){
.top-nav {
    top: 8%;
}	
ul.nav.navbar-nav.navbar-right li{
    text-align: center;
}
.search {
    top: 10%;
}
}
@media (max-width: 736px){
.header-top-nav {
    width: 38%;
}
.search {
    width: 36%;
    right: 4%;
}	
.slider-info h6 {
    width: 72%;
    font-size: 1.4em;
}
.slider-info p {
    font-size: 1.5em;
    letter-spacing: 0px;
}
.slider-info {
    width: 73%;
    margin: 40% auto 0;
}
.about h1, .services h3, #gallery h3, .team h3, .gallery h3, .event h3, .contact-agile h3 {
    font-size: 2.25em;
}
.about h2 {
    font-size: 1.4em;
}
.service-box h5 {
    font-size: 1.25em;
}
.about-info {
    margin-top: 0em;
}
.right-agile {
    margin-bottom: 0em;
}
.right-agile p {
    font-size: 1.3em;
}
.right-agile p {
    padding-bottom: 0.4em;
}
.team_gds {
    margin-top: 37px;
}
.eve-w3lleft h6 {
    padding: 6px 5px;
}
.eve-w3lright h5 {
    margin: 4px 39px;
    padding: 5px 9px;
}
.review h3 {
    font-size: 2.3em;
}
.map h4 {
    font-size: 1.6em;
    right: 25%;
    padding: 14px 28px;
}
.agileinfo_footer_grid p {
    line-height: 1.9em;
}
.agileinfo_footer_grid h4 {
    font-size: 1.25em;
}
.services, #gallery, .about, .team, .gallery, .contact-agile, .event, .review, .footer {
    padding: 2em 0em;
}
.header {
    min-height: 457px;
}
.search {
    top: 11.8%;
}
.search input[type="submit"] {
    padding: 6px 0;
    background: url(../images/search.png) no-repeat 6px 6px #6a67ce;
    background-size: 20px;
}
.contact-me textarea {
    min-height: 204px;
}
.top-nav {
    top: 10%;
}
}
@media (max-width: 667px){
.header-top-nav {
    width: 42%;
}
.search {
    width: 38%;
    right: 5%;
}	
.slider-info p {
    font-size: 1.4em;
}
.slider-info h6 {
    width: 79%;
    font-size: 1.35em;
}
.slider-info h3 a {
    letter-spacing: 1px;
}
.slider-info {
    margin: 49% auto 0;
}
.grid.slideanim {
    width: 100%;
}
.grid.grid-wi.slideanim {
    width: 50%;
}
figure.effect-jazz p {
    padding: 0.5em 1.8em;
    line-height: 2;
    font-size: 0.85em;
}
figure.effect-jazz h4 {
    font-size: 1.7em;
    margin-top: 3em;
}
.slider-info {
    margin: 46% auto 0;
}
.eve-w3lright h5 {
    margin: 4px 35px;
    padding: 5px 7px;
}
.test-monials h5 {
    font-size: 17px;
}
.contact-me textarea {
    min-height: 193px;
}
.contact-form1 input[type="text"], .contact-form1 input[type="email"], .contact-me textarea {
    padding: 8px;
}
.header {
    min-height: 533px;
}
.search {
    top: 12%;
}
.header {
    min-height: 460px;
}
.eve-w3lleft h6 {
    padding: 6px 3px;
}
}
@media (max-width: 640px){
.search {
    width: 40%;
    right: 4%;
}
.header-top-nav {
    width: 43%;
}
.slider-info h3 a {
    letter-spacing: 0px;
    font-size: 0.95em;
}
.slider-info h6 {
    font-size: 1.3em;
}
.header {
    min-height: 451px;
}
.map iframe {
    height: 233px;
}
.slider-info {
    margin: 47% auto 0;
}
.about h1, .services h3, #gallery h3, .team h3, .gallery h3, .event h3, .contact-agile h3 {
    font-size: 2.2em;
}
.about h2 {
    font-size: 1.35em;
}
.service-box h5 {
    font-size: 1.2em;
}
.button, .button2 {
    padding: 5px 18px;
}
.right-agile {
    padding: 1em 2em;
}
.right-agile p {
    padding-bottom: 0em;
}
.grid.grid-wi.slideanim {
    width: 100%;
}
figure.effect-jazz h4 {
    font-size: 2em;
    margin-top: 5em;
}
figure.effect-jazz p {
    font-size: 1em;
}
.team_gd1.wow.zoomIn {
    width: 50%;
}
.team_info a i.fc2, .team_info a i.fc3, .team_info a i.fc1 {
    width: 50px;
    height: 50px;
}
a.face_one i {
    font-size: 1.5em;
    line-height: 2.5;
}
.team_gd1.wow.zoomIn:nth-child(3), .team_gd1.wow.zoomIn:nth-child(4) {
    margin-top: 1.2em;
}
.team_gd1 h4 {
    margin: 21px 0 6px;
}
.eve-agile{
    float: left;
    width: 50%;
}
.e3 {
    margin-top: 2em;
}
.eve-w3lleft h6 {
    padding: 7px 10px;
}
.eve-w3lright h5 {
    margin: 4px 70px;
    padding: 5px 10px;
	width: 40%;
}
}
@media (max-width: 600px){
.header-top-nav ul li a {
    padding-right: 3px;
}
.header-top-nav {
    width: 45%;
}
.slider-info h6 {
    font-size: 1.2em;
    width: 80%;
}
.slider-info h3 a {
    font-size: 0.93em;
}
.header {
    min-height: 407px;
}
.slider-info {
    margin:50% auto 0;
    padding: 1.5em 0em;	
}
.service-box {
    width: 100%;
}
.service-box h5 {
    font-size: 1.3em;
}
.service-box p {
    letter-spacing: 1px;
    width: 81%;
    margin: 0 auto;
}
.service-box.wow.bounceIn.animated {
    margin-top: 1.4em;
}
.button, .button2 {
    margin: 44px 6px 38px;
}
.right-agile h5 {
    margin-bottom: 0.5em;
}
.right-agile h5 {
    font-size: 1.4em;
}
figure.effect-jazz h4 {
    font-size: 1.5em;
    margin-top: 4.7em;
}
.team_info a i.fc2, .team_info a i.fc3, .team_info a i.fc1 {
    width: 45px;
    height: 45px;
}
a.face_one i {
    font-size: 1.4em;
    line-height: 2.3;
}
.test-review p {
    padding: 22px 16px;
}
.search input[type="submit"] {
    padding: 5.9px 0;
    background-size: 19px;
}
.search {
    top: 12.5%;
}
}
@media (max-width: 568px){
.header-top-nav {
    width: 48%;
}
.search {
    width: 44%;
}
.callbacks_nav {
    left: 23px;
}
.callbacks_nav.next {
    right: 1px;
}
.slider-info h6 {
    width: 84%;
}	
.about h1, .services h3, #gallery h3, .team h3, .gallery h3, .event h3, .contact-agile h3 {
    font-size: 2.15em;
}
.specialty-grids-top {
    margin-top: 1.4em;
}
.service-box p {
    width: 100%;
}
.right-agile p {
    font-size: 1.25em;
}
.right-agile {
    padding: 1em 1.5em;
}
.hi-icon-wrap {
    padding: 1em 0 1em;
}
figure.effect-jazz h4 {
    margin-top: 4em;
}
figure.effect-jazz p {
    font-size: 0.85em;
}
.team_info a i.fc2, .team_info a i.fc3, .team_info a i.fc1 {
    width: 42px;
    height: 42px;
}
a.face_one i {
    line-height: 2.2;
}
.eve-w3lright h5 {
    margin: 4px 61px;
    padding: 5px 8px;
    width: 42%;
}
.test-review p {
    padding: 22px 5px;
}
.test-monials h5 {
    font-size: 16px;
}
.map h4 {
    right: 18%;
}
.eve-agile {
    width: 100%;
}
.e2,.e3{
    margin-top: 2em;
}
.eve-w3lright h5 {
    margin: 4px 169px;
    padding: 5px 13px;
    width: 25%;
}
.search input[type="search"] {
    font-size: 14px;
}
.search input[type="submit"] {
    padding: 5.6px 0;
}
.search {
    top: 13%;
}
}
@media (max-width: 480px){
.header-top-nav {
    width: 56%;
}
.header-top-nav ul li a {
    padding-right: 2px;
}
.header-top-nav {
    margin-top: 0.6em;
    padding: 0.4em 0em;	
}
.search {
    width: 50%;
}
.slider-info p {
    font-size: 1.25em;
}
.slider-info h3 a {
    font-size: 0.9em;
}
.slider-info h6 {
    width: 90%;
    font-size: 1.1em;
}
.header {
    min-height: 378px;
}
.slider-info {
    margin: 62% auto 0;
    padding: 1.4em 0em;
	width: 76%;
}
.about h1, .services h3, #gallery h3, .team h3, .gallery h3, .event h3, .contact-agile h3 {
    font-size: 2em;
}
.services, #gallery, .about, .team, .gallery, .contact-agile, .event, .review, .footer {
    padding: 1.5em 0em;
}
.service-box h5 {
    font-size: 1.2em;
}
.service-box p {
    letter-spacing: 0px;
}
.button, .button2 {
    padding: 4px 13px;
}
.button h5, .button2 h5 {
    font-size: 0.95em;
}
.button, .button2 {
    margin: 39px 6px 36px;
}
.right-agile p {
    font-size: 1.15em;
}
.right-agile h5 {
    font-size: 1.3em;
}
.right-agile {
    padding: 0.9em 1.2em;
}
.services-gd.text-center {
    width: 50%;
}
.hi-icon {
    margin: 9px 30px;
}
.services-gd h4 {
    margin-top: 0px;
}
.grid figure figcaption {
    padding: 3em;
}
figure.effect-jazz h4 {
    margin-top: 3em;
    font-size: 1.4em;
}
figure.effect-jazz p {
    font-size: 0.8em;
}
figure.effect-jazz p {
    padding: 0.5em 0em;
}
.team_info a i.fc2, .team_info a i.fc3, .team_info a i.fc1 {
    width: 37px;
    height: 37px;
}
a.face_one i {
    line-height: 2.3;
    font-size: 1.2em;
}
.eve-w3lleft h6 {
    padding: 7px 12px;
    margin: 4px 5px;
}
.eve-w3lright h5 {
    margin: 4px 131px;
    padding: 5px 12px;
    width: 28%;
}
.test-review p {
    padding: 15px 10px;
}
.map h4 {
    font-size: 1.5em;
    right: 13%;
    padding: 13px 19px;
}
.agileinfo_footer_grid {
    width: 100%;
}
.col-md-4.agileinfo_footer_grid.mid-w3l.nav2 {
    width: 100%;
	padding:0;
}
.w3agile_footer_copy p {
    line-height: 2.5;
}
.w3agile_footer_copy {
    padding: 1em 0;
    margin-top: 2em;
}
.callbacks_nav {
    width: 45px;
}
.callbacks_nav {
    left: 4px;
}
.contact-me textarea {
    min-height: 152px;
}
}
@media (max-width: 414px){
.header-top-nav ul li a {
    padding-right: 1px;
}	
.header-top-nav {
    width: 65%;
}
.top-nav {
    top: 11%;
}
.search input[type="submit"] {
    width: 17%;
	padding: 5.7px 0;
}
.search input[type="search"] {
    width: 82%;
}
.slider-info p {
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.7;
}
.callbacks_nav.next {
    right: 0px;
}
.slider-info h6 {
    width: 94%;
    font-size: 0.9em;
}
.slider-info {
    margin: 73% auto 0;
    padding: 1em 0em;
    width: 82%;
}
.contact-me textarea {
    min-height: 125px;
}
.contact-me {
    margin-bottom: 0.5em;
}
.contact-form1:nth-child(3) {
    margin-top: 1em;
}
.contact-form1 h4, .contact-me h4 {
    font-size: 0.9em;
}
.about h1, .services h3, #gallery h3, .team h3, .gallery h3, .event h3, .contact-agile h3 {
    font-size: 1.9em;
}
.about h2 {
    font-size: 1.3em;
    line-height: 1.8;
}
.service-box h5 {
    font-size: 1.1em;
}
.right-agile p {
    line-height: 1.8em;
}
.right-agile h5 {
    font-size: 1.25em;
}
.services-gd h4 {
    font-size: 22px;
}
.services-gd p {
    font-size: 0.9em;
}
figure.effect-jazz h4 {
    margin-top: 2.7em;
    font-size: 1.25em;
}
.team_info a i.fc2, .team_info a i.fc3, .team_info a i.fc1 {
    width: 34px;
    height: 34px;
}
a.face_one i {
    line-height: 2.2;
    font-size: 1.1em;
}
.team_gd1 h4 {
    font-size: 1.2em;
}
.review h3 {
    font-size: 1.9em;
}
.test-review p {
    padding: 13px 9px;
}
.test-review p {
    font-size: 0.9em;
}
.test-monials h5 {
    margin-top: 0.95em;
}
.map h4 {
    font-size: 1.4em;
    right: 12%;
    padding: 13px 18px;
}
.contact-grids1 input[type="submit"] {
    font-size: 1em;
}
.agileinfo_footer_grid h4 {
    font-size: 1.2em;
}
.agileinfo_footer_grid:nth-child(1) {
    padding: 0em;
}
.agileinfo_footer_grid ul li {
    margin-bottom: 0.7em;
}
.agileinfo_footer_grid:nth-child(3) {
    margin-top: 0.3em;
}
.w3agile_footer_copy {
    margin-top: 1em;
}
.eve-w3lleft h6 {
    padding: 6px 11px;
}
.eve-w3lleft h6 {
    margin: 4px 4px;
}
.navbar-toggle .icon-bar {
    width: 16px !important;
    height: 1px !important;
}
.callbacks_nav {
    width: 35px;
}
.eve-w3lright h5 {
    margin: 4px 109px;
    padding: 5px 12px;
    width: 32%;
}
h1{
    margin-top: 13px !important;
}
}
@media (max-width: 384px){
.header-top-nav ul li a {
    font-size: 0.85em;	
}
.header-top-nav ul li a {
    padding-right: 0px;
}
.header-top-nav {
    margin-top: 0.5em;
    padding: 0.3em 0em;
}
.search input[type="search"] {
    width: 80%;
}
.search input[type="submit"] {
    width: 19%;
}
.slider-info p {
    font-size: 1em;
    line-height: 1.8;
}
.slider-info h3 a {
    font-size: 0.85em;
}
h1 {
    margin-top: 4px !important;
}
.slider-info h6 {
    font-size: 1em;
	padding: 0.5em 0em;
}
.slider-info {
    margin: 79% auto 0;
}
.header {
    min-height: 378px;
}
figure.effect-jazz h4 {
    margin-top: 1.5em;
    font-size: 1.15em;
}
.team_gd1.wow.zoomIn {
    width: 100%;
}
.team_info a i.fc2, .team_info a i.fc3, .team_info a i.fc1 {
    width: 50px;
    height: 50px;
}
a.face_one i {
    line-height: 2.4;
    font-size: 1.5em;
}
.col-md-3.team_gd1.wow.zoomIn:nth-child(2) {
    margin-top: 1.2em;
}
.eve-w3lright h5 {
    margin: 4px 96px;
    padding: 5px 10px;
    width: 33%;
}
.w3agile_footer_copy p {
    letter-spacing: 1px;
}
.callbacks_nav {
    width: 29px;
}
.callbacks_nav {
    left: -3px;
}
.slider-info {
    width: 86%;
}
.top-nav {
    top: 10%;
}
.search {
    top: 12%;
}
}
@media (max-width: 375px){
.header-top-nav {
    width: 67%;
}
.about h2 {
    font-size: 1.2em;	
}
.button h5, .button2 h5 {
    font-size: 0.9em;
}
.right-agile p {
    font-size: 1.1em;
}
.team_info a i.fc2, .team_info a i.fc3, .team_info a i.fc1 {
    width: 47px;
    height: 47px;
}
a.face_one i {
    line-height: 2.4;
    font-size: 1.4em;
}
.eve-w3lright h5 {
    margin: 4px 90px;
    padding: 5px 10px;
    width: 34%;
}
.map h4 {
    right: 10%;
}
.agileinfo_footer_grid p {
    font-size: 0.95em;
}
.nav2 ul li a {
    letter-spacing: 0px;
}
.callbacks_nav.next {
    left: auto;
    background: url(../images/right.png) no-repeat 3px 3px;
    background-size: 27px;
}
.callbacks_nav {
    left: -4px;
    width: 27px;
    background-size: 26px;
}
.slider-info {
    width: 89%;
}
.search input[type="submit"] {
    padding: 5.4px 0;
}
.search {
    top: 12%;
}
}
@media (max-width: 320px){
.header-top-nav ul li a i {
    padding-right: 4px;
}	
.header-top-nav ul li a {
    font-size: 0.8em;
}
.header-top-nav {
    width: 74%;
}
.top-nav {
    top: 9%;
}
.search input[type="search"] {
    width: 78%;
	padding: 5px 9px;
    font-size: 0.9em;
}
.search input[type="submit"] {
    padding: 4.2px 0;
    width: 21%;
	background-size: 18px;
}
.slider-info p {
    font-size: 0.95em;
    letter-spacing: 0px;
}
.slider-info h3 a {
    font-size: 0.75em;
}
.slider-info h6 {
    font-size: 0.85em;
}
.slider-info {
    margin: 93% auto 0;
    width: 87%;
}
.about h1, .services h3, #gallery h3, .team h3, .gallery h3, .event h3, .contact-agile h3 {
    font-size: 1.8em;
}
.services, #gallery, .about, .team, .gallery, .contact-agile, .event, .review, .footer {
    padding: 1em 0em;
}
.about h2 {
    font-size: 1.15em;
}
.service-box h5 {
    font-size: 1.05em;
}
.button, .button2 {
    margin: 25px 3px;
    padding: 1px 10px;
}
.button h5, .button2 h5 {
    font-size: 0.85em;
}
.right-agile {
    padding: 0.5em 1em;
}
.right-agile p {
    font-size: 1.05em;
}
.right-agile h5 {
    font-size: 1.1em;
}
.hi-icon {
    margin: 9px 12px;
}
div#gallery {
    padding: 1em 0em;
}
.grid figure figcaption {
    padding: 2em;
}
figure.effect-jazz h4 {
    margin-top: 2em;
    font-size: 1em;
}
.team_gds {
    margin-top: 24px;
}
.team_info a i.fc2, .team_info a i.fc3, .team_info a i.fc1 {
    width: 41px;
    height: 41px;
}
a.face_one i {
    line-height: 2.3;
    font-size: 1.3em;
}
.eve-w3lleft h6 {
    padding: 6px 9px;
}
.eve-w3lright h5 {
    margin: 4px 65px;
    padding: 5px 9px;
    width: 41%;
}
.eve-sub1 h4 {
    margin-top: 1.2em;
    font-size: 1.2em;
}
.eve-sub1 h6 {
    margin-bottom: 1.5em;
    letter-spacing: 0px;
}
.test-review p {
    font-size: 0.85em;
}
.review h3 {
    font-size: 1.8em;
}
.test-monials h5 {
    margin-top: 0.85em;
}
.map h4 {
    font-size: 1.3em;
    right: 9%;
    padding: 12px 10px;
}
.nav2 ul li a {
    font-size: 0.9em;
}
.agileinfo_footer_grid ul li {
    font-size: 0.9em;
}
.w3agile_footer_copy p {
    line-height: 2.1;
}
.navbar-toggle {
    padding: 8px 9px !important;
}
}
/*-- //Responsive --*/
