/*--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', sans-serif;
}
body{
	background:#FFFFFF;
}
/*-- banner --*/
.banner{
    background: url(../images/55.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.banner-1{
    background: url(../images/55.jpg) no-repeat 0px 0px;
    background-size: cover;
/*	min-height:350px;*/
}

.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


 .whatsapp {position: fixed; bottom:160px; right:20px; z-index:1000; animation: whatsapp 1s infinite ease-in-out alternate;}
 @keyframes whatsapp {
  from { transform: scale(1); }
  to { transform: scale(1.2); }
}
 .calls {position: fixed; bottom:95px; right:20px; z-index:1000; transform-origin: top center;
	animation: calls 2s ease infinite;}
 

@keyframes calls {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

/*-- header-left --*/
.header {
    padding: 1em 2em;
    background: #212121;
    border-bottom: 1px solid #6d6d6d;
}
/*-- //header-left --*/
/*-- w3-header-bottom --*/
.w3-header-bottom {
	background: #fff;
    padding: 5px 2em;
	border-top:2px solid #025a99;
	border-bottom:2px solid #025a99;
}
.agileinfo-phone {
	float: left;
    margin: .5em 2em 0 0;
}
.agileinfo-phone p {
	color: #FFFFFF;
    font-size: .9em;
    margin: 0;
    font-weight: 600;
}
.agileinfo-map{
	margin-right:0;
}
.search-grid {
    float: right;
    width: 14%;
    border: 1px solid #fff;
}
.search-grid input[type="text"] {
    display: inline-block;
    background: none;
    border: none;
    border-right: solid 1px #ffffff;
    width: 84%;
    padding: .5em;
    outline: none;
    font-size: .9em;
    color: #FFFFFF;
}
.big-dog::-webkit-input-placeholder {
	color: #FFFFFF !important;
}
.search-grid i.fa.fa-paper-plane-o{
    color: #FFFFFF !important;
    font-size: 1.2em !important;
}
.search-grid button.btn1 {
    color: #ffffff;
    font-size: .9em;
	padding: 6px 6px;
    border: none;
	outline:none;
    text-align: center;
    text-decoration: none;
    background: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.search button:hover{
    border: solid 1px #212121;
    background: #212121;
}
.site-main1 {
    background:url(../images/aboutimg.jpg) fixed;
    background-size: cover;
}
.site-main2 {
    background:url(../images/aboutimg1.jpg) fixed;
    background-size: cover;
}
.search button:hover i.fa.fa-paper-plane-o{
    color: #FFFFFF !important;
}
.w3layouts-logo{
	text-align: center;
    float: left;
	padding-left:8%;
}
.w3layouts-logo h1 {
    margin: 0;
}
.w3layouts-logo h1 a {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*-- top-nav --*/
.top-nav{
	float: left;
    text-align: center;
    width: 65%;
    margin: 1.8em 0 0 0;
}
.navbar-default {
    border: none !important;
    background: none !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none !important;
}
.top-nav ul{
    padding: 0;
    margin: -10px;
    float: none;
	padding-left:19%;
}
.top-nav ul li{
    display: inline-block;
    float: none;
	
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    box-shadow: 1px 0px 0px 0px rgba(72, 72, 72, 0);
    outline: none;
    border-right: none;
}
.top-nav ul li a{
    color: #000 !important;
    font-size:13px;
    margin: 0 1em;
    padding: 0;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    border-right: none;
    text-transform: uppercase;
}
.top-nav ul li a.list-border{
	border-left: none;
}
.top-nav ul li a:hover{
   color: #ffffff !important;
    background: #035d9b;
}
.top-nav ul li a.active{
	color: #005a98 !important;
    background: none;
}

.navbar-default .navbar-nav > li > a:hover {color:#005a98 !important ;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color:#005790 !important; background::#000; } 
.navbar-nav > li > .dropdown-menu { padding-left:0px;}
ul.dropdown-menu {
    background: #fff;
    box-shadow: 0 0 0;
    border: none;
    margin: 0;
    top: 2.8em;
    left: 0px;
    min-width: 106px;
}
ul.dropdown-menu li{
    width: 100% !important;
    margin: 0 !important;
	border-bottom:1px solid #ccc;
}
ul.dropdown-menu li a { margin:0px; }
ul.dropdown-menu li:after{
	background:none !important;
}
.dropdown-menu > li > a {
    display: block;
    padding: .5em 1em !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: #FFFFFF;
	color:#fec303 !important
}
.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{
   
}
.agileinfo-social-grids ul{
	padding:0;
	margin:0;
}
.agileinfo-social-grids ul li{
    display: inline-block;
}
.agileinfo-social-grids ul li a {
	color: #FFFFFF;
    text-align: center;
}
.agileinfo-social-grids ul li a i.fa{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: #3b5998;
    width: 39px;
    height: 40px;
    line-height: 2.5em;
    border-radius: 50%;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook:hover {
	background:#363636;
}
.agileinfo-social-grids ul li a i.fa.fa-instagram{
	margin:0 1em; background: #ff6235;
}
.agileinfo-social-grids ul li a i.fa.fa-instagram:hover{
	background: #363636;
}
.agileinfo-social-grids ul li a i.fa.fa-linkedin{
	margin:0 1em 0 0; background: #0966c6;
}
.agileinfo-social-grids ul li a i.fa.fa-linkedin:hover{
	background: #363636;
}

.agileinfo-social-grids ul li a i.fa.fa-youtube{
	margin:0 1em 0 0; background: #FF0000;
}
.agileinfo-social-grids ul li a i.fa.fa-youtube:hover{
	background: #363636;
}

.agileinfo-social-grids ul li a i.fa.fa-vk:hover{
	background: #45668e;
}
/*-- w3-header-bottom --*/
/*-- banner-info --*/
.banner-info{
	padding: 14em 0;
}
.w3layouts-banner-info{
    text-align: center;
}
.w3layouts-banner-info h3 {
    color: #FFFFFF;
    font-size: 2.5em;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 4px;
}
.w3layouts-banner-info p{
    color: #FFFFFF;
    font-size: 1em;
    margin: 2em 0 0 0;
    line-height: 1.8em;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-weight: 800;
}
.w3ls-button {
    margin: 2em auto 1em;
}
.w3ls-button a {
	color: #212121;
    font-size: 1em;
    padding: .5em 2em;
    border: solid 2px #fec303;
    text-decoration: none;
    margin: 0;
    background: #fec303;
}
.w3ls-button a:hover {
    color: #FFFFFF;
    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: 106%;
    left: 47%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 999;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0;
}
/*----*/
/*--banner-*/

.jk-slider{
    width:100%;
	border-bottom: 2px solid #025a99;
}
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}
/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}


/*-- inner page styling --*/
.about-breadcrumb {
    padding: 0.5em 0;
    background: #035d9b;
color:#fff;
    text-align: center;
} 
.about-banner{ width:100%;}

<!----aboutus-->
.pull-right {
	float: right!important
}
.secInnerAbout {padding:25px 0;/* background:#fff;*/}
.contentabout {/* margin-top:55px; */ float: left;  width: 100%;}
.contentabout img {margin:0 0 15px 15px;  padding: 4px;}
.contentabout p { color: #000;margin: 0.3em; font-size:14px;text-align:justify; padding:7px 0;}
.panel-body p{ font-size:14px;text-align:justify; padding:7px 0;}
.panel-body ul li { font-size:14px;}
.contentabout p strong { font-size: 22px; font-weight: 900; color: #96732f; }
.contentabout h1 {color: #005790;font-size: 22px;padding-top: 10px;padding-bottom: 10px;}
.panel-default > .panel-heading {    color: #fff; background-color: #015b99; border-color: #ddd;cursor: pointer;}
.panel-title > a { text-decoration: none;}
.panel-body h1{color: #005790;font-size:18px;padding-top:0px;padding-bottom: 10px;}
.panel-body li { background:url(../images/icon-right.png) no-repeat; padding-left: 35px;line-height: 2em;}
.panel-body ul{padding-left:0px;}
.panel-body ul li {list-style: none;}
.secInnerProduct {padding:25px 0; background:#fff; padding-bottom:0px;} 
.contentproduct { /*margin-top:55px; */ float: left;  width: 100%;}
.contentproduct img {margin:0 20px 15px 0px;  padding: 4px;    border: 1px solid #ccc;    max-width:350px;}
.contentproduct p { color: #696969;margin: 0.3em; font-size:14px;text-align:justify;}
.contentproduct p strong { font-size:16px; font-weight: 900; color: #96732f; }
.contentproduct h1 {color: #FFF;font-size: 20px;padding-top: 10px;padding-bottom: 10px;}
.contentproduct h2 {color: #FFF;font-size: 20px;padding-top: 10px;padding-bottom: 10px;}
.contentproduct ul li {color: #FFF;    font-size:14px;}
.news-info1 p{font-size:14px; text-align:justify;}
.contentproduct li { background:url(../images/icon-right.png) no-repeat; padding-left: 44px;line-height: 2em;}
.contentproduct ul li {list-style: none;}
.contentproduct ul{padding-left:0px;}
.btnDownloadpdf { float: left; margin: 0px 0 0 0; width: 100%; }
.btnDownloadpdf a { text-decoration: none; border: 1px solid #ccc; font-size: 14px; padding: 8px 15px; border-radius: 2px; background: #8a0000; color: #fff;}
.btnDownloadpdf a {border: 0px solid #ccc;padding: 0;border-radius: px;/* background: #fff; */}
.btnDownloadpdf a img { width: 160px; margin: 0; }
.btnDownloadpdf h1{    color: #005790;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
} 
.bre_box{ background-color:#975b23; float: left; width: 100%; padding:0px;}
.sec_breadcrump {background-color: #015c8c;padding: 9px 0 9px;}
.sec_breadcrump h1,h2 { margin: 0; color: #fff;  font-size: 21px; }
.sec_breadcrump .breadcrumb { float: right; margin: 0px; padding: 0px 0px; background-color: rgba(245, 245, 245, 0); font-size:14px;}
.sec_breadcrump .breadcrumb a {text-decoration: none; color: #fff; }
.sec_breadcrump .breadcrumb>.active { color: #fff; }
.sub { padding-left:0px; padding-right:0px;}
.secInnercontact {padding:25px 0; background:#fff;} 
.contact-title { margin: 0 0 30px 0;}
.contact-title h3 { text-transform: uppercase; font-size: 16px; color: #035d9b; font-weight: bold; margin: 0 0 18px 0;line-height:5px;}
.contact_form label { color: #616161;    font-size: 14px;}
.contact_form .form-control { background-color: #fff !important; border-radius: 0;}
.contact_form .fa { color: #d8a000; padding-right: 5px;}
.contact_form .btn {font-size: 16px; font-weight: bold; color: #FFF; background: #035d9b; border: 1px solid #035d9b; padding: 7px 10px; text-decoration: none;
    display: block; min-width: 130px;}
.contact_form .btn:hover { color: #035d9b;  background: #ffffff;}
.contact-title { margin: 0 0 30px 0;}
.add_head {  margin-bottom: 15px; padding-bottom: 0px;}
.add_awards {  margin-bottom: 15px; padding-bottom: 0px;}
.add_awards img {width: 225px;height: 158px; margin: 0 auto;}
.add_awards1 p { color: #626262; margin-bottom: 6px; text-align:center;line-height: 1.4em;}
hr {border-bottom:1px solid #d7d6d6;}
.add_head h4 { margin: 0px 0px 15px; font-family: 'Bitter', serif; color: #d8a000; border-bottom: 1px solid #eaeaea; padding-bottom: 2px;font-size: 14px;
    font-weight: bold;}
.contact_desc p { color: #626262; margin-bottom: 6px; font-size:14px;}
.careers_desc p { color: #626262; padding-bottom: 15px; border-bottom:1px solid #d7d6d6;font-size:14px;text-align:justify;}
.careers_desc  h3 { color:#005790; font-size:18px;}
.article_contact .fa { color:#035d9b; padding-right: 5px;}
.article_contact, .title_bx { margin: 0 auto;}
.title_bx {margin: 0 auto 25px;}
.contact_form .btn_browse { background-color: #fff; border-color: #d8a000; width: 131px; border-radius: 0; color: #d8a000;display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px;border:1px solid #d8a000;text-align:center;}
.attach_cv p{ float: left; margin-right: 15px; padding-top: 6px;}
.sec_contactus .form-group { margin-bottom: 16px;}
.card { box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; padding: 25px; }
.card:hover {  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); }
.awards { box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; padding: 25px; height:280px; margin-bottom:20px; }
.awards:hover {  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); }
.pro li { list-style:none;float: left; background:#035d9b;padding:10px;border-radius:5px; color:#fff !important; margin:10px;}
.pro{padding:0px;}
.callbacks_tabs a{
 visibility: hidden;
}
.contentproduct1 img {margin:35px 0 15px 15px;  padding: 4px;    border: 1px solid #ccc;    max-width:450px;}
.contentproduct1 p {color:#fff!important;}
.product1{ padding-top:0px; padding-bottom:40px; background:#013252;  box-shadow: 10px 10px 8px #888888; border-bottom:1px solid #dadada; border-top:1px solid #dadada; color:#fff;}

.product2 {     padding-top: 10px;
    padding-bottom: 40px;}
.range { padding-left:0px; padding-right:0px;}
.range1 { padding-left:0px; padding-right:30px;}
.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: #fec303;
    border: 2px solid #fec303;
}

.bxbtndetails { width: 120px; margin: 0 auto 0px; padding-top:10px;}
.bxbtndetails a { text-decoration: none; color: #fff; padding: 7px; border: 1px solid #ccc; display: block;     background: #035d9b;}
.bxbtndetails a:hover { color: #fff; background: #1182a4;}
/*-- //slider --*/
/*-- //banner-info --*/
/*-- model --*/
.agileits-w3layouts-info img{
	width:100%;
}
.modal-header h4 {
    font-size: 2em;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
	color:#212121;
}
.modal-body p{
    margin: 1em 0 0 0;
    font-size: .875em;
    color: #999999;
    line-height: 1.8em;
}
/*-- //model --*/
/*-- news --*/ 
.news-info.news-agileinfo2 {
    margin-top: 3em;
}
.w3layouts-text {
  padding:0 0 0em;
}
.w3layouts-text h4 {
    float: left;
    color: #fff;
    font-size: 3em;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    padding: 0.3em .6em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    background: #025a99;
}
.w3layouts-text h4 span {
    font-size: .25em !important;
    letter-spacing: 2px;
    margin-left: 0.5em;
}
.w3layouts-text h6 {
    float: left;
    margin: 1.5em 0 0 1.5em;
}
.w3layouts-text h6 a {
    text-decoration: none;
    font-size: 1.3em;
    color:#333;
    margin: 0;
    text-transform: uppercase;
}
.w3layouts-text h6 a:hover{
	color: #fec303;
}
.w3layouts-text h6 a:focus{
	outline:none;
} 
/*-- //news --*/
.w3-news {
    padding: 5em 0;
}
.w3-news1 {
    padding: 25px 0;
}
.news-info {
    margin-top: 3em;
}
.news-info1 {
    margin-top: 0em;
}
.agileits-title {
    text-align: center;
}
.agileits-title h3,.agileits-title h2 {
    color: #025a99;
    margin: 0;
    font-size: 28px;
	    margin-bottom: 34px;
    font-weight: 600;
    position: relative;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.be-w3l { color:#fff;}
.agileits-title p {
    color: #999;
    font-size: .7em;
    margin: 1em 0 0 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}
p {
    color: #696969;
    font-size: 0.9em;
    line-height: 1.8em;
    margin: 0;
}
.panel-body ul li {    color: #696969;font-size: 0.9em;}
/*-- services --*/  
.services{
	padding:5em 0;
} 
.services-agileinfo {
    margin-top: 5em;
}
.services-w3grids{
    text-align: center;
} 
.services-w3grids i.fa{
    color: #f3b600;
    font-size: 2em;
}
.services-icon {
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 1.4em 0;
    margin: 0 auto 1em;
    border: 1px solid #f3b600;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
    border-radius: 50%;
}
.services-w3grids p {
    margin-top: 0.5em;
    padding: 0 4em;
}
.services-w3grids:nth-child(3) {
    margin-bottom: 4em;
}
/*-- Radial In --*/
.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #f3b600;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-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: #fff;
	border-radius: 100%;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	-webkit-transition-property: transform;
	-moz-transition-property: transform; 
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; 
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
	color:#fff;
}
.services-w3grids:hover div.hvr-radial-in:before{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);	
}
.services-w3grids:hover i.fa{
	color:#fff;
	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 --*/
/*-- stats --*/  
.stats {
    background: url(../images/stat.jpg)no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
	padding:6em 0;
}
.stats-grid {
    text-align: center;
}
.stats-img i.fa {
    font-size: 2.5em;
    color: #d2d2d2;
} 
.stats-agileinfo h6 {
    font-weight: 900;
    letter-spacing: 3px;
    margin: 1.5em 0 .5em;
    font-size: 1.3em;
    color: #fec303;
}
.numscroller {
    font-size: 3em;
    font-weight: 300;
    color: #fff;
}
/*-- //stats --*/ 
/*-- welcome --*/  
.welcome {
    padding: 5em 0;
}
.agileits-title {
    text-align: center;
}
.welcomerow-agileinfo {
    text-align: center;
    margin-top: 2em;
}
.welcomerow-agileinfo p{font-size:14px; color:#000000;}
.agileits-welcome-info p{font-size:14px;}
.welcomerow-agileinfo h5{
    font-size: 1.5em;
    color:#018a9d;
    margin-bottom: 1em;
    font-weight: 600;
    letter-spacing: 3px;
}
.w3l-welcome-grid {
    text-align: center;
    margin-top: 3em;
    padding: 1em;
    border: 1px solid #fff; 
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
	background:#fff;
}
.agileits-welcome-info h4 ,.services-grids h4{
    color: #015e9b;
    font-size: 1.1em;
    margin: 0.8em 0;
    letter-spacing: 1px;
    text-transform: capitalize;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
	cursor:pointer;
} 
.w3l-welcome-grid:hover {
    border-color: #ccc;
}
.w3l-welcome-grid:hover .agileits-welcome-info h4 {
    color: #000;
}
/*-- //welcome --*/
/*-- subscribe --*/ 
.sub-agileitsinfo{ 
	background: url(../images/555.jpg)no-repeat 0px 0px fixed;
    background-size: cover;
}
.subscribe {
    text-align: center;
    background: rgba(1, 1, 1, 0.69);
    padding: 5em 5em;
}
.subscribe h4 {
    font-size: 2.8em;
    color: #fff;
    font-weight: 300;
}
.subscribe form {
    width: 76%;
    margin: 3em auto 0;
}
.subscribe input[type="email"] {
    width: 64%;
    padding: .8em 1em;
    font-size: 1em;
    float: left;
    color: #fec303;
    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: #fec303;
}
.subscribe form:hover input[type="submit"] {
    border-color: #fec303;
    background:#fec303; 
	color: #fff;
}  
.subscribe ::-webkit-input-placeholder {
	color:#fec303 !important;
}
.subscribe :-moz-placeholder { /* Firefox 18- */
	color:#fec303 !important;
}
.subscribe ::-moz-placeholder {  /* Firefox 19+ */
	color:#fec303 !important;
}
.subscribe :-ms-input-placeholder {  
	color:#fec303 !important;
}
.sub-agileitsinfo h3 {
    color: #fff;
    font-size: 36px;
    margin: 0 0 1em;
}
 .sub-agileitsinfo p {
    color: #fff;
}
/*-- //subscribe --*/
/* footer */
.w3ls-footer-grids {
    background: #282828;
    padding: 1.3em 0;
}
.copy-left p{
	color: #ffffff;
    font-size: .9em;
    margin: 0;
}
.copy-left p a {
	color:#fec303;
	text-decoration:none;
}
.copy-left p a:hover{
	color:#FFFFFF;
}
.w3l-footer{
	float:left;
}
.w3l-footer h3{
    margin: 0 0 1em 0;
    color: #ffffff;
    font-size:14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
p.adam{
	float:right;
	color:#6F6E6E !important;
	font-size:13px !important;
	margin-top:20px;
}
.w3l-footer.one p{
	color: #d5cccc;
    line-height:21px;
    font-size: 14px;
}
.w3l-footer.two ul{
	margin:0;
	padding:0;
}
.w3l-footer ul {
    padding: 0;
    margin: 0;
}
.w3l-footer.two ul li{
	list-style-type:none;
	display:block;
    line-height: 1.5em;
	font-size:14px;
	margin:9px 0;
}
.w3l-footer.three {
    list-style-type: none;
	color:#d5cccc;
}
.w3l-footer.two ul li i {
    font-size: 14px;
    margin-right: 15px;
    width: 30px;
    text-align: center;
    color: #fff;
    background: #6E65F1;
    padding: 9px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    width: 30px;
    height: 30px;
}
.w3l-footer.two ul li i.fa.fa-facebook {
	background:#5d82d2;
}
.w3l-footer.two ul li i.fa.fa-twitter {
	background:#3bbef5;
}
.w3l-footer.two ul li i.fa.fa-google-plus {
	background:#ea5d4b;
}
.w3l-footer.two ul li i.fa.fa-dribbble {
	background:#f7659b;
}
.w3l-footer.two ul li i.fa.fa-pinterest-p {
	background:#e23139;
}
.w3l-footer.two ul li a{
	color: #908F8F;
    display: block;
    text-decoration: none;
    font-size: 14px;
}
.w3l-footer.three ul li {
    margin-bottom: .6em;
    display: block;
}
.w3l-footer.three ul li i {
    float: left;
    font-size:1em;
    color: #fff;
    line-height: 1.8em;
}
.w3l-footer.three ul li p {
    list-style-type: none;
    display: block;
    color: #d5cccc;
    font-size: 13px;
    line-height: 1.8em;
    float: left;
    margin-left: 0.9em;
}
.w3l-footer.three ul li span {
    display: block;
}
.w3l-footer.one {
    padding-right: 40px;
}
.tweet p {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-top: 15px;
}
.tweet ul li{
    display: block;
    font-size: 15px;
    color: #000;
}
.tweet ul li:nth-child(1) {
	border-bottom: 1px solid #404040;
	margin-bottom:12px;
	padding-bottom:12px;
}
.tweet ul li a{
	color: #828282;
    line-height: 25px;
    font-size: 14px;
    text-decoration: none;
}
.tweet ul li a i{
    color: #fec303;
    font-style: normal;
    display: block;
    margin: 2px 0;
}
.tweet ul li a i.fa {
    color: #3bbef5;
    font-style: normal;
    margin: 2px 0;
    font-size: 19px;
    float: left;
    display: block;
    width: 14%;
}
.tweet ul li span{
    display: block;
    color: #FFFFFF;
    font-size: 11px;
    margin-top: 5px;
}
.tweet p a {
    color: #55ACEE;
    margin-left: 5px;
}
.w3l-footer.three ul li a {
	display: block;
    color: #d5cccc;
    float: left;
    margin-lefT: 0.5em;
    font-size: 1em;
}
i.fa-envelope-o {
	float:left;
}
.copy-right-grids {
	padding:10px 0px;
    background: #211E1E;
}
.copy-left{
	text-align:center;
}
.copy-right ul li a:hover,.w3l-footer.three ul li a:hover{
    color: #fec303;
    text-decoration: none;
}
.w3l-footer.two ul li:nth-child(1) a:hover {
	color:#5D82D2;
}
.w3l-footer.two ul li:nth-child(2) a:hover {
	color:#3bbef5;
}
.w3l-footer.two ul li:nth-child(3) a:hover {
	color:#ea5d4b;
}
.w3l-footer.two ul li:nth-child(4) a:hover {
	color:#f7659b;
}
.w3l-footer.two ul li:nth-child(5) a:hover {
	color:#e23139;
}
/* //footer */
/*-- 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 --*/
/*-- gallery --*/
.gallery {
    padding: 5em 0;
}
.gallery-grids {
    margin-top: 5em;
}
.gallery-grid img {
    width: 100%;
    cursor: pointer;
}
.gallery-top-grids:nth-child(2){
	margin:2em 0;
}
.gallery-grid{
	position:relative;
	overflow: hidden;
}
.gallery-grid a{
	display:block;
}
.gallery-grid:hover .w3captn-agileits {
    bottom: 6%;
}
.w3captn-agileits {
    background: rgba(0, 0, 0, 0.62);
    padding: 1.5em;
    position: absolute;
    border: solid 1px #FFF;
    left: 6%;
    bottom: -125%;
    text-align: center;
    width: 225px;
    height: 145px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.w3captn-agileits h4 {
    font-size: 1.5em;
    color: #fff;
    margin: 0.8em 0 0 0;
    letter-spacing: 4px;
}
.w3captn-agileits p {
	margin: 0.5em 0 0 0;
    color: #fff; 
}
/*-- //gallery --*/
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    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: #000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 28px;
    color:#fec303 !important;
    margin: 30px 0 15px;
    font-weight: 600;
    letter-spacing: 2px;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 33px;
    color: #222222;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 1.5em 0;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.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%;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.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;
} 
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
ul.bs-glyphicons-list {
    padding: 0;
}
@media (max-width:991px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	.sec_breadcrump h2{    font-size: 15px;}
}
@media (max-width:768px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 25px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.icon-box {
		margin: 0;
	}
}
@media (max-width: 640px){
	.icon-box {
		float: left;
		width: 50%;
	}
}
@media (max-width: 480px){
	.bs-glyphicons li {
		width: 31%;
	}
}
@media (max-width: 414px){
	h3.agileits-icons-title {
		font-size: 23px;
	}
	h3.icon-subheading {
		font-size: 18px;
	}
	.bs-glyphicons li {
		width: 31.33%;
	}
}
@media (max-width: 384px){
	.icon-box {
		float: none;
		width: 100%;
	}
}
/*-- //icons --*/
.w3_wthree_agileits_icons.main-grid-border {
    padding: 5em 0;
}
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.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, h3.bars {
    margin-bottom: 1em;
    color:#fec303 !important;
    font-size: 30px;
    letter-spacing: 2px;
}
.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: #fb5710;
}
.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: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 25px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
.label {
	font-size: 60%;
}
.in-gp-tl {
	padding: 0 1em;
}
.in-gp-tb {
	padding-right: 1em;
}
}
@media (max-width:480px){
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	font-size: 1.2em;
}
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
	}
.table h3 {
	font-size: 20px;
}
.label {
	font-size: 53%;
}
.alert,p {
	font-size: 14px;
}
.pagination {
	margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
	margin-top: 25px;
}
}
@media (max-width: 320px){
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.6em;
}
.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;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
}
}
/*-- //typography --*/
.typo {
    padding: 5em 0;
}
/*-- contact --*/
.agile-contact-form-heading {
    text-align: center;
    margin-bottom: 4em;
}
.agile-contact-form input[type="text"],.agile-contact-form input[type="email"] {
	width: 49%;
    color: #999;
    background: none;
    outline: none;
    font-size: 1em;
    padding: 1em;
    margin: 0 .5em 1em 0;
    border-bottom: solid 2px #3C3C3C;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-appearance: none;
}

.agile-contact-form textarea {
    resize: none;
    width: 100%;
    color: #999;
    background: none;
    font-size: 1em;
    outline: none;
    padding: 1em;
    min-height: 150px;
    -webkit-appearance: none;
    border-bottom: solid 2px #3C3C3C;
    border-top: none;
    border-left: none;
    border-right: none;
}
.agile-contact-form form input[type="submit"] {
	border: solid 2px #ff9800;
    color: #ffffff;
    font-size: 1em;
    padding: .5em 2em;
    text-decoration: none;
    background: #ff9800;
    margin: 1em 0 0 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agile-contact-form form input[type="submit"]:hover {
    color: #353535;
    border: solid 2px #353535;
    background: none;
}
.w3agile-map{
    margin: 5em 0 0 0;
}
.w3agile-map iframe{
    border: none;
    min-height: 300px;
    width: 100%;	
}
.agile-contact-form {
    margin-top: 5em;
}
.contact {
    padding: 5em 0;
}
/*-- //contact --*/
/*-- about --*/
.w3ls-about-info img {
    width: 100%;
}
.w3ls-about-info p {
    color: #1e1e1e;
    margin:1em 0 0;
    font-size: .9em;
    line-height: 1.8em;
}
.w3l-about-top {
    padding: 1em 0;
}
.w3l-about-top h1{
   color:#005790;     font-size: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
} 
.w3l-about-top h4{
   color:#0091a9;     font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
} 
.w3ls-about-info-about p{
	
	    background: #015b99;
    padding: 10px;
    text-align: center;
    color: #fff;
	    margin-bottom: 10px;
}
.about {
	margin-bottom:20px;
		}

/*-- choose --*/
.w3-agileits-choose{
    background: url(../images/555.jpg) no-repeat 0px 0px;
	padding: 5em 0;
}
.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;
    font-size: 1.2em;
    margin: 1em 0;
}
.choose-info p{
	color:#FFFFFF;
	font-size:.9em;
	margin:0;
	line-height:1.8em;
}
.choose-icon i.fa {
 background: #fec303;
    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 --*/
.agile-team-grids{
    margin: 4em 0 0 0;
}
.team-grid {
    text-align: center;
}
.team-img {
    position: relative;
}
.team-img:hover .overlay {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -o-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}
.team-img .overlay {
   padding: 4em 0.5em;
    line-height: 24px;
}
.overlay {
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    -moz-transform: rotateY(180deg) scale(0.5,0.5);
    -ms-transform: rotateY(180deg) scale(0.5,0.5);
    -o-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}
.team-grid h5 {
    font-size: 1.2em;
    text-transform: capitalize;
}
.team-grid p {
    font-size: .9em;
    line-height: 1.8em;
    color: #eee;
}
.team-grid h4 {
	font-size: 1.2em;
    color: #212121;
    margin: .5em 0;
    text-transform: capitalize;
}
h3.tittle3 {
    font-size: 3.5em;
    text-align: center;
    color: #fff;
}
.team-grid span {
    font-size: 1em;
    color: #999999;
    margin: 0;
}
.w3l-social {
    margin: 1em 0 0 0;
}
.w3l-social ul{
	padding:0;
	margin:0;
}
.w3l-social ul li{
	display:inline-block;
}
.w3l-social ul li a {
	color: #333;
    text-align: center;
}
.w3l-social ul li a i.fa.fa-facebook,.w3l-social ul li a i.fa.fa-twitter,.w3l-social ul li a i.fa.fa-rss{
	height: 40px;
    width: 40px;
    background: #FFFFFF;
    line-height: 40px;
    color: #383838;
    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;
}
.w3l-social ul li a i.fa.fa-facebook:hover {
	background: #3b5998;
	color: #FFFFFF;
}
.w3l-social ul li a i.fa.fa-twitter:hover{
	background: #1da1f2;
	color: #FFFFFF;
}
.w3l-social ul li a i.fa.fa-rss:hover{
	background: #f26522;
	color: #FFFFFF;
}
/*-- //team --*/
h2.be-w3,p.be-w3l {
    color: #fff;
}
.team {
    padding: 5em 0;
}
.carousel{    position: inherit !important;}
/*-- //about --*/ 
/*-- responsive --*/
@media(max-width:1366px){
/*	.top-nav ul li a {
		margin: 0 1em;
	}*/
	.top-nav {
		width: 68%;
	}
}
@media(max-width:1280px){
	.top-nav {
		width: 65%;
	}
}
@media(max-width:1080px){
	.top-nav {
		width: 60%;
	}
	.top-nav ul li a {
		margin: 0 .5em;
	}
	.search-grid {
		width: 20%;
	}
	.offer-right {
		padding: 4em 4em 3em 4em;
	}
	.offer-left {
		min-height: 483px;
	}
	.gallery-bg-text:after {
		width: 320px;
		height: 135px;
	}
	.gallery-small-text:after {
		width: 135px;
		height: 135px;
	}
	.back {
		padding: 8em 1em 0;
	}
	.flip-container, .back {
		height: 308px;
	}
	.back h4 {
		letter-spacing: 2px;
	}
	.back {
		padding: 6em 1em 0;
	}
	.top-nav {
		width: 49%;
	}
	.top-nav ul li a {
		font-size: .9em;
	}
	.w3layouts-banner-info h3 span {
		font-size: 8em;
	}
	.w3layouts-banner-info h3 {
    font-size: 2.2em;
    letter-spacing: 2px;
}
.subscribe {
    padding: 5em 2em;
}
.subscribe form {
    width: 100%;
}
.subscribe input[type="email"] {
    width: 66%;
}
.w3captn-agileits {
    width: 185px;
    height: 117px;
}
.w3captn-agileits h4 {
    font-size: 1.1em;
}
.agile-contact-form input[type="text"], .agile-contact-form input[type="email"] {
    width: 48%;
}
}
@media(max-width:1024px){
	.offer-left {
		min-height: 508px;
	}
	.callbacks_tabs {
		top: 100%;
		left: 47%;
	}
	
	.w3layouts-logo { padding-left:0px !important;}
	.demo {padding-left:0px!important;}
}
@media(max-width:991px){
	.menu-toggle {margin-top: -83px;    width: 100%;background:none;}
	
	.w3layouts-logo {
		float: none;
		width: 78%;
		margin:0 0 1em 0;
	}
	.top-nav {
		width: 58%;
		text-align: left;
	}
	.w3layouts-banner-info h3 span {
		font-size: 5em;
	}
	.w3-welcome-grid {
		float: left;
		width: 50%;
	}
	.w3-welcome-grid:nth-child(3),.w3-welcome-grid:nth-child(4){
		margin:2em 0 0 0;
	}
	.about-bottom-right {
		margin: 2em 0 0 0;
	}
	.w3ls-about-bottom-grids {
		margin: 2em 0 0 0;
	}
	.gallery-bg-text:after {
		width: 240px;
		height: 95px;
	}
	.gallery-small-text:after {
		width: 95px;
		height: 95px;
	}
	.Works-grid {
		margin: 2em 0;
	}
	.back {
		padding: 6em .5em 0;
	}
	.back h4 {
		letter-spacing: 0px;
	}
	.back {
		padding: 4em .5em 0;
	}
	.flip-container, .back {
		height: 226px;
	}
	.blog-w3grid-img.blog-img-rght {
		float: none;
	}
	.blog-w3grid-text {
		margin: 2em 0 0 0;
	}
	.agileinfo-rate-grid-nfo {
		width: 80%;
	}
	.wthree-heading p {
		width: 95%;
	}
	.testimonial-grid-right {
		margin: 2em 0 0 0;
	}
	.w3l-footer {
		float: none;
		margin:2em 0 0 0;
	}
	.w3l-footer:nth-child(1){
		margin:0;
	}
	.styled-input {
		width: 48%;
	}
	.tweet ul li a i.fa {
		width: 5%;
	}
	.banner-info {
    padding: 6em 0;
}
.services {
    padding: 3em 0;
}
.services-agileinfo {
    margin-top: 3em;
}
.services-w3grids p {
    padding: 0 0em;
}
.stats {
    padding: 4em 0;
}
.stats-agileinfo h6 {
    letter-spacing: 2px;
    margin: 1.5em 0 .5em;
    font-size: 1.2em;
}
.welcome {
    padding: 3em 0;
}
.welcomerow-agileinfo {
    margin-top: 3em;
}
.subscribe {
    padding: 3em 2em;
}
.subscribe input[type="email"] {
    width: 79%;
}
.w3-news {
    padding: 3em 0;
}
.w3-news1 {
    padding: 1em 0;
}
.news-info {
    margin-top: 3em;
}
.news-info1 {
    margin-top: 0em;
}
.w3ls-footer-grids {
    padding: 3em 0;
}
.search-grid input[type="text"] {
    width: 81%;
}
.w3-agileits-choose {
    padding: 3em 0;
}
.w3l-about-top {
    padding: 3em 0;
}
.team {
    padding: 3em 0;
}
.agile-team-grids {
    margin: 3em 0 0 0;
}
.team-grid {
    float: left;
    width: 50%;
	margin-bottom:1.5em;
}
.team-img img {
    width: 100%;
}
.agile-choose-grids {
    margin: 3em 0 0 0;
}
.gallery {
    padding: 3em 0;
}
.gallery-grids-left {
    float: left;
    width: 50%;
    margin-bottom: 1.5em;
}
.w3captn-agileits {
    width: 296px;
    height: 188px;
}
.gallery-grids {
    margin-top: 3em;
}
.w3_wthree_agileits_icons.main-grid-border {
    padding: 3em 0;
}
.typo {
    padding: 3em 0;
}
.contact {
    padding: 3em 0;
}
.agile-contact-form {
    margin-top: 3em;
}
.w3agile-map {
    margin: 3em 0 0 0;
}
}
@media(max-width:900px){
	.top-nav {
		width: 100%;
		text-align: center;
		float: none;
		margin: 1em 0;
	}
	.agileinfo-social-grids {
		float: none;
		width: 100%;
		text-align: center;
	}
	.search-grid {
		width: 25%;
	}
	.Works-grid {
		margin: 2em 0 0 0;
	}
	.menu-toggle {margin-top: -83px;    width: 100%;background:none;}
}
@media(max-width:767px){
	.logo {height:80px;}
	
	.menu-toggle {margin-top: -83px;    width: 100%;background:none;}
	.navbar-toggle {
		float: none;
		margin-right: 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #fec303;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.top-nav ul li {
		display: block;
		float: none;
		margin: 1em 0;
	}
	.top-nav ul li a {
		margin: 0; color:#fff !important;
	}
	.top-nav ul li a.active {color:#fff !important ;}
	.top-nav ul { padding-left:0%; }
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color:#fff !important;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 100%;
		background: rgb(0, 88, 150);
		
		z-index: 9999;
	}
	.gallery-bg-text:after {
		width: 225px;
		height: 90px;
	}
	.gallery-small-text:after {
		width: 90px;
		height: 90px;
	}
	.team-grid {
		float: left;
		width: 50%;
		margin: 2em 0 0 0;
	}

	.flip-container, .back {
		height: 474px;
	}
	.address-grids {
		margin:2em 0;
	}
	.address-grids:nth-child(1){
		margin:0;
	}
	.subscribe input[type="email"] {
    width: 77%;
}
.services-w3grids:nth-child(3) {
    margin-bottom: 0em;
}
.services-w3grids {
    margin-bottom: 1.5em;
}
.stats-grid {
    margin-bottom: 1em;
}
.agile-choose-grid {
    margin-bottom: 1.5em;
}
.w3captn-agileits {
    width: 280px;
    height: 180px;
}
.contentproduct img { width:100%;height:auto;}
}
@media(max-width:667px){
	.w3layouts-banner-info h3 span {
		font-size: 7em;
	}
	.w3layouts-banner-info h3 {
		font-size: 1.5em;
		letter-spacing: 1px;
	}
	.w3-header-bottom {
		padding: 1em 1em;
	}
	.gallery-bg-text:after {
		width: 195px;
		height: 70px;
	}
	.gallery-small-text:after {
		width: 70px;
		height: 70px;
	}
	.flip-container, .back {
		height: 419px;
	}
	.back {
		padding: 9em .5em 0;
	}
	.search-grid {
    width: 28%;
}
.subscribe input[type="email"] {
    width: 74%;
}
.w3layouts-banner-info p {
    letter-spacing: 2px;
}
.w3captn-agileits {
    width: 248px;
    height: 163px;
}
}
@media(max-width:640px){
	.offer-left {
		min-height: 400px;
	}
	.agileits-title h3, .agileits-title h2 {
    font-size: 2.5em;
}
.w3captn-agileits {
    width: 235px;
    height: 156px;
}
}
@media(max-width:600px){
	.gallery-bg-text:after {
		width: 180px;
		height: 70px;
	}
	.effect-3:after {
		top: 22px;
		left: 22px;
	}
	.effect-2:after {
		top: 22px;
		left: 22px;
	}
	.flip-container, .back {
		height: 370px;
	}
	.agileinfo-rate-grid-nfo {
		width: 95%;
	}
	.back {
		padding: 8em .5em 0;
	}
	.search-grid {
		width: 30%;
	}
	.search-grid input[type="text"] {
    width: 79%;
}
.subscribe input[type="email"] {
    width: 72%;
}
.w3captn-agileits {
    width: 220px;
    height: 142px;
}
}
@media(max-width:568px){
	.gallery-bg-text:after {
		width: 165px;
		height: 65px;
	}
	.gallery-small-text:after {
		width: 65px;
		height: 65px;
	}
	.callbacks_tabs {
		left: 45%;
	}
	.wthree-heading h2, .wthree-heading h3 {
		font-size: 2em;
	}
	.flip-container, .back {
		height: 346px;
	}
	.subscribe input[type="email"] {
    width: 70%;
}
.agileinfo-phone {
    margin: .5em 1em 0 0;
}
.w3captn-agileits {
    width: 205px;
    height: 136px;
}
}
@media(max-width:480px){
	.years {display:none;}
	.search-grid {
	    width: 100%;
		float: left;
		text-align: center;
		margin: 1em 0 0 0;
	}
	.search-grid input[type="text"] {
		width: 91%;
	}
	.agileinfo-map {
		float: right;
	}
	.offer-left {
		min-height: 300px;
	}
	.offer-right {
		padding: 3em;
	}
	.gallery-bg {
		float: none;
		width: 100%;
	}
	.gallery-small {
		float: none;
		width: 100%;
	}
	.effect-2:after {
		top: 15px;
		left: 15px;
	}
	.gallery-bg-text:after {
		width: 400px;
		height: 190px;
	}
	.effect-3:after {
		top: 15px;
		left: 15px;
	}
	.gallery-small-text:after {
		width: 400px;
		height: 400px;
	}
	.flip-container, .back {
		height: 280px;
	}
	.back {
		padding: 5em .5em 0;
	}
	.subscribe input[type="email"] {
    width: 64%;
}
.agileits-welcome-info h4, .services-grids h4 {
    font-size: 1.3em;
}
.w3captn-agileits {
    width: 164px;
    height: 110px;
	padding: 0.8em;
}
.agile-contact-form input[type="text"], .agile-contact-form input[type="email"] {
    width: 100%;
	margin: 0 0em 1em 0;
}
}
@media(max-width:414px){
	.w3layouts-banner-info h3 span {
		font-size: 4em;
	}
	.w3layouts-banner-info p {
		letter-spacing: 4px;
	}
	.welcome, .about-bottom, .features, .gallery, .testimonial, .team, .blog, .contact, .rate {
		padding: 2em 0;
	}
	.w3-welcome-grids, .about-bottom-grids, .w3-agileits-gallery, .testimonial-grids, .agile-team-grids, .blog-agileinfo, .address, .agileinfo-rate-grids {
		margin: 2em 0 0 0;
	}
	.w3-welcome-grid {
		float: none;
		width: 100%;
	}
	.w3-welcome-grid:nth-child(2),.w3-welcome-grid:nth-child(3), .w3-welcome-grid:nth-child(4) {
		margin: 2em 0 0 0;
	}
	.wthree-heading h2, .wthree-heading h3 {
		font-size: 1.5em;
	}
	.offer-right {
		padding: 2em;
	}
	.offer-right h4 {
		font-size: .9em;
	}
	.gallery-bg-text:after {
		width: 335px;
		height: 155px;
	}
	.gallery-small-text:after {
		width: 335px;
		height: 335px;
	}
	.flip-container, .back {
		height: 230px;
	}
	.back {
		padding: 4em .5em 0;
	}
	.agileinfo-rate-grid ul li {
		padding: 1em 1em;
	}
	.agileinfo-rate-grid ul li {
		font-size: .9em;
		width: 49%;
	}
	.styled-input {
		width: 100%;
	}
	.styled-input.agile-styled-input-top {
		margin: 1em 0 1em 0em;
	}
	.styled-input {
		margin: 2em 0 1em 0em;
	}
	.agileits-w3layouts-map {
		margin: 2em 0 0 0;
	}
	.contact-form {
		margin: 0em 0 0 0;
	}
	.agileinfo-phone {
    margin: .5em 0em 0 0;
}
.banner-info {
    padding: 4em 0;
}
.w3l-welcome-grid {
    margin-top: 0em;
	width: 100%;
}
.subscribe input[type="email"] {
    width: 100%;
    margin-bottom: 1em;
}
.team-grid {
    width: 100%;
}
.gallery-grids-left {
    width: 100%;
}
.w3captn-agileits {
    width: 298px;
    height: 194px;
    padding: 3.8em;
}
}
@media(max-width:384px){
	.agileinfo-phone {
		margin: .5em 0em 0 0;
	}
	.callbacks_tabs {
		left: 42%;
	}
	.w3layouts-logo h1 a {
		font-size: 1em;
	}
	.offer-left {
		min-height: 235px;
	}
	.gallery-bg-text:after {
		width: 300px;
		height: 140px;
	}
	.gallery-small-text:after {
		width: 300px;
		height: 300px;
	}
	.team-grid {
		float: none;
		width: 100%;
	}
	.team-grid:nth-child(2){
		margin:2em 0 0 0 !important;
	}
	.flip-container, .back {
		height: 458px;
	}
	.w3layouts-banner-info p {
		letter-spacing: 3px;
	}
	.wthree-heading h2, .wthree-heading h3 {
		letter-spacing: 4px;
	}
	.back {
		padding: 9em .5em 0;
	}
	.w3ls-footer-grids {
		padding: 2em 0;
	}
.agileinfo-phone {
    margin: .5em 0em 0 0;
    width: 100%;
	text-align: center;
}
.stats-grid {
    margin-bottom: 1em;
    width: 100%;
}
.w3captn-agileits {
    width: 274px;
    height: 179px;
    padding: 3.8em;
}
.search-grid input[type="text"] {
    width: 87%;
}
}
@media(max-width:375px){
	.flip-container, .back {
		height: 448px;
	}
	.menu-toggle {margin-top: -83px;    width: 100%;background:none;}
}
@media(max-width:320px){
	.menu-toggle {margin-top: -71px;    width: 100%;background:none;}
	.agileinfo-phone {
		float: none;
		text-align: center;
		width: 100%;
	}
	.agileinfo-map {
	    margin: .5em 0 0 0!important;
	}
	.search-grid {
	    float: none;
		margin: .5em 0 0 0;
	}
	.w3layouts-logo h1 a {
		font-size: .8em;
	}
	.w3layouts-banner-info h3 {
		font-size: .8em;
		letter-spacing: 4px;
	}
	.w3layouts-banner-info p {
		letter-spacing: 1px;
		font-size: .8em;
	}
	.offer-left {
		min-height: 200px;
	}
	.gallery-bg-text:after {
		width: 245px;
		height: 110px;
	}
	.gallery-small-text:after {
		width: 245px;
		height: 245px;
	}
	.top-nav {
		margin: .5em 0;
	}
	.w3layouts-logo {
		margin: 0 0 .5em 0;
	}
	.banner-info {
		padding: 1em 0;
	}
	.callbacks_tabs {
		top: 92%;
	}
	.flip-container, .back {
		height: 366px;
	}
	.agileits-title h3, .agileits-title h2 {
    font-size: 2em;
}
.services-w3grids {
    width: 100%;
}
.services {
    padding: 2em 0;
}
.stats {
    padding: 2em 0;
}
.welcomerow-agileinfo h5 {
    font-size: 1.2em;
}
.welcomerow-agileinfo {
    margin-top: 1em;
}
.subscribe {
    padding: 2em 1em;
}
.subscribe form {
    margin: 2em auto 0;
}
.news-info {
    margin-top: 2em;
}
.news-info1 {
    margin-top: 1em;
}
.event-grids {
    padding: 0;
}
.w3layouts-text h6 {
    margin: 1.5em 0 0;
}
.w3l-about-top {
    padding: 2em 0;
}
.w3-agileits-choose {
    padding: 2em 0;
}
.w3-agileits-choose {
    padding: 2em 0;
}
.agile-choose-grid {
    padding: 0;
}
.gallery-grids {
    margin-top: 2em;
}
.gallery-grids-left {
    padding: 0;
}
.w3captn-agileits {
    width: 240px;
    height: 160px;
    padding: 2.8em;
}
.w3_wthree_agileits_icons.main-grid-border {
    padding: 2em 0;
}
.typo {
    padding: 2em 0;
}
.agile-contact-form {
    margin-top: 2em;
}
.w3agile-map {
    margin: 2em 0 0 0;
}
.w3ls-button a {
    font-size: 0.9em;
    padding: .4em 1em;
}
.w3ls-button {
    margin: 1em auto 1em;
}
.callbacks_tabs {
    left: 38%;
}
}
/*-- //responsive --*/