
 body{
    font-size: 100%;
	font-size: 14px;
	font-family: 'Noto Serif', serif;
	background:#ffffff;
	margin: 0;
	overflow-x:hidden;
}
p,ul li,ol li{
	margin:0;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Noto Serif', serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
input[type="submit"],input[type="reset"],.w3l_team_grd,.agileits_w3layouts_features_gridr h4,.agile_feature_grid,.agile_services_grid_pos,a,.w3l_footer_grid,.w3_two_grid_right_grid1,.w3_two_grid_right_grid1 i{
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
}
/*-- header --*/
.header-w3ls-agileinfo{
    width: 100%;
    background: #fff;
}
.wthree_agile_top_header{
	    padding: 1em 3em;
    border-bottom: 1px solid #e6e6e6;
    /*background: #e53238;*/
}
.w3ls_banner_section{
	padding-top: 170px;
}
i.fa.fa-graduation-cap {
        font-size: 0.8em;
       color: #ffcc33;
   
    right: -11px;
    position: absolute;
    top: -9px;
}
.logo-agileits{
	float:left;
	position: relative;
}
.logo-agileits img{ 
width: 75%;
float: left;
}
.logo-agileits h1 a{
	font-size:1em;
	color:#000;
	text-decoration:none;
}
.logo-name h2 {
color: #ff7728;
font-size: 25px;
font-weight: 700;
margin-top: 3px;
line-height: 34px;
}
.site-name h2{
	color:#365097;
    font-size:55px;
	font-weight:700;
	margin-top:36px;
	}	
.logo-agileits h1 a span {
    color: #ffffff;
    display: inline-block;
    padding: 2px 10px;
    background: #000;
}
.agileits_w3layouts_sign_in {
float: right;
margin-top: 0.7em;
text-align: right;
}
.agileits_w3layouts_sign_in ul li{
	display: inline-block;
    color: #212121;
    margin-left: 0em;
	padding:4px;
	margin-top:18px;
}
.agileits_w3layouts_sign_in ul li a {
    display: inline-block;
    /*padding: .5em 2em;
    background: #000000;*/
    color: #fff;
    text-decoration: none;
	letter-spacing: 1px;
    text-transform: uppercase;
	width:37px;
}
.agileits_w3layouts_sign_in ul li a:hover,.agileits_w3layouts_sign_in ul li a.active{
	/*background: #0064d2;*/
}
.agileits_w3layouts_sign_in ul li span {
    font-size: 1.5em;
    color: #f62b2b;
}

.menu{
	background:#4066d0;
	}
/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    float: none !important;
    margin-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#fff;
    background-color: rgb(255, 119, 80);
}
.navbar-default .navbar-nav > li > a {
    color:#fff;
    /*font-weight: 600;*/
}
.navbar-nav > li > a {
    margin: 0;
    padding:18px 30px;
    line-height: 1em;
    text-transform: uppercase;
}

.has-dropdown {
    position: relative;
    display: inline-block;
}


/* Dropdown Content (Hidden by Default) */
.dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width:250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown li{
    text-decoration: none;
    display: block;
	padding: 12px 16px;
}
.dropdown li a{
	color:#fff;
	}

/* Change color of dropdown links on hover */
.dropdown :hover {
	background-color: rgb(255, 119, 80); 
	color:#000;
	}

/* Show the dropdown menu on hover */
.has-dropdown:hover .dropdown {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.has-dropdown:hover .dropdown {
    background-color: #304596;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	background-color: rgb(255, 119, 80);
}
nav.navbar.navbar-default {
    background: none;
    padding: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #212121;
    background: none;
}
.navbar-default .navbar-nav  > .active.open > a:focus {
	background: #0064d2;
	color: #fff;
}
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
	padding:0;
	border: none;
}
.agile_short_dropdown li a{
	text-transform:uppercase;
	color:#212121;
	font-size:13px;
	font-weight:600;
	padding: .8em 0;
}
.agile_short_dropdown > li > a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #f62b2b;
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color:#111;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0064d2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  color:#fff;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color:#fff;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*-- //nav --*/
.w3ls__agileinfo_search{
	float: right;
    width: 30%;
      margin-top: .9em;
}
.w3ls__agileinfo_search input[type="search"]{
       outline: none;
    width: 81%;
    background: #fff;
    color: #000000;
    padding: 10px;
    font-size: 14px;
    border: none;
    float: left;
    border: 1px solid #0064d2;
}
.w3ls__agileinfo_search input[type="submit"]{
    outline: none;
    width: 15%;
   background: #0064d2 url(../images/search.png) no-repeat 12px 9px;
    border: none;
    padding: 0;
    height: 42px;
    float: left;
}
/*-- //header --*/

.banner1{
	background:url(../images/slider_bg.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:220px;
	text-align: center;
}
.banner1 h2{
	color: #fff;
    padding-top:70px;
	}
.headerha
	{
	color: rgba(0,243,255,1.00);
	padding-top:20px;
	}
.w3ls_banner_section h2{
       color: #fff;
    text-transform: uppercase;
      font-size: 2.4em;
    letter-spacing: 3px;
}
.w3ls_banner_section h2 span{
	color: #0064d2;
}
.w3ls_banner_section p{
    color: #f5af02;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 9px;
    font-size: 0.9em;
    margin-top: 15px;
    background: rgba(0, 0, 0, 0.72);
    margin: 2% auto;
    width: 46%;
}

.wthree_banner_grids{
	padding:4em 0;
}
.wthree_banner_grid{
   /*text-align: center;
    background: #000;
    margin: 0 1%;
    float: left;
    width: 23%;*/
    padding: 2em 15px;
}
.wthree_banner_grid i{
       font-size: 2.5em;
       color: #e53238;
    float: left;
    width: 19%;
}
.wthree_banner_grid h4{
	    text-transform: capitalize;
    font-size: 1.2em;
    color: #fff;
    float: right;
    padding: 0 0em;
    width: 75%;
    text-align: left;
    line-height: 1.5em;
}
.agileits_more ul li{
	display:inline-block;
}
.agileits_more ul li a.hvr-icon-hang{
	padding:0.8em 2em 0.8em 2em;
	letter-spacing: 3px;
	color:#fff;
	font-weight:600;
	text-transform:capitalize;
	text-decoration:none;
	border:1px solid #fff;
	position: relative;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
	display: inline-block;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
a.w3ls_banner_more{
    background: #e53238;
	color:#fff !important;
	border:1px solid #e53238 !important;
}
.agileits_more ul li a.hvr-icon-hang:hover {
	background: #e53238;
	color:#fff;
	border:1px solid #e53238;
}
a.w3ls_banner_more:hover{
	border:1px solid #fff !important;
	color:#fff !important;
	background:none !important;
}
/*-- registration --*/
.signin-form {
	    padding: 0em 1em 1em 1em;
    text-align: center;
}
.signin-form h3,h3.agileinfo_sign  {
       font-size: 1.5em;
    color: #212121;
    font-weight: 700;
    margin: 1em 0 0.8em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h3.agileinfo_sign  {
	text-align:center;
}
.signin-form h3 span {
    color: #67e1ff;
}
.signin-form img {
    border-radius: 50%;
}
.login-form {
    margin: 1em 0 2.5em;
}
.signin-form input[type="email"],.signin-form input[type="text"], .signin-form input[type="password"] {
      width: 100%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
       margin: 0.5em 0;
    outline: none;
    color: #212121;
    border: none;
    border: 1px solid #ccc;
    letter-spacing: 1px;
    text-align: center;
}
.signin-form input[type="email"] {
    background: none;
    display: block;
}
.signin-form input[type="text"] {
    background: none;
    display: block;
}
.signin-form input[type="password"] {
     background: none;
    display: block;
}
::-webkit-input-placeholder{
	color:#212121 !important;
}
.signin-form input[type="submit"] {
    outline: none;
    padding: 0.8em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
    border: none;
    color: #FFFFFF;
	text-transform:uppercase;
    cursor: pointer;
    background: #0064d2;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
	
}
.signin-form input[type="submit"]:hover {
    color: #fff;
       background: #000;
    transition: .5s all;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.signin-form p a {
    font-size: 0.875em;
    color: #212121;
    letter-spacing: 1px;
}
.login-social-grids{
    margin: 1em 0;
}
.login-social-grids ul {
    padding: 0;
    margin: 0;
}
.login-social-grids ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
}
.login-social-grids ul li a {
    color: #FFFFFF;
    text-align: center;
}
.login-social-grids ul li a i.fa.fa-facebook, .login-social-grids ul li a i.fa.fa-twitter, .login-social-grids ul li a i.fa.fa-rss{
    height: 30px;
    width: 30px;
    border: solid 2px #212121;
    line-height: 29px;
    background: none;
    color: #212121;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.login-social-grids ul li a i.fa.fa-facebook:hover {
	border: solid 2px #3b5998;
	background:#3b5998;
    color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-twitter:hover{
	border: solid 2px #55acee;
	background:#55acee;
	color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-rss:hover{
	border: solid 2px #f26522;
	background:#f26522;
	color: #FFFFFF;
}
.modal-header .close{
	float:right!important;
}

.login-form textarea {
    display: block;
    width: 49%;
    outline: none;
    font-size: 1em;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
    outline: none;
    color: #212121;
    border: none;
    border: 1px solid #ccc;
    letter-spacing: 1px;
    -webkit-appearance: none;
    height:65px;
	float:left;
	    margin-right: 2%;
}
.login-form textarea:nth-child(2) {
	margin:0;
}
select.form-control {
    width: 49%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
    margin: 0.5em 0;
    outline: none;
        color: #585555;
    border: none;
    border: 1px solid #ccc;
    letter-spacing: 1px;
    text-align: center;
    float: left;
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    margin-right: 2%;
}
select.form-control.two {
	margin-right:0;
}
.address input[type="submit"],.address input[type="reset"] {
    outline: none;
    padding: 0.8em 0;
    width:49%;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
    border: none;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    background: #0064d2;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
	float:left;
	margin-right:2%;
	
}
.address input[type="reset"] {
	margin-right:0;
}
.form-control:focus {
    border: 1px solid #ccc;
    outline: 0;
	 box-shadow:none!important;
}
/*-- //registration --*/
/*-- //banner --*/
.wthree-counter-agile {
    width: 73%;
     
    margin: 8% auto 8%;
}
/*-- banner-bottom --*/
.banner-bottom{
	padding:5em 0;
}
.w3l_banner_bottom_left p{
	       margin: 2em 0 0;
    color: #efe4e4;
    line-height: 2.2em;
    letter-spacing: 1px;
}
.w3l_banner_bottom_left p span{
	    display: block;
    margin-top: 1em;
    color: #212121;
    font-style: italic;
    color: #f5af02;
    font-weight: 400;
    font-size: 1.1em;
    letter-spacing: 1px;
}
.w3l_banner_bottom_left {
       background: #0064d2;
       padding: 3em 5em;
       min-height: 412px;
}
.w3l_banner_bottom_right {
    padding: 0;
}
.w3l_banner_bottom_left h3 {
    color: #fff;
    font-size: 2em;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*-- //banner-bottom --*/
.w3ls-heading h3{
	text-align: left;
    color: #ff7728;
    margin: 0 0 .5em;
    font-size: 30px;
	font-weight:700;
	border-bottom: 2px solid #7682a5;
}
.w3ls-heading p.sub{
	     position: relative;
    text-align: center;
    color: #444;
    line-height: 1.8em;
    padding-bottom: 1.5em;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}
p.sub:after {
      content: '';
    background: #0064d2;
    height: 2px;
    position: absolute;
    bottom: 0%;
    left: 45%;
    width: 10%;
}
/*-- services --*/
.services{
	    background: url(../images/services.jpg)no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
    min-height:780px;
	padding-top:4em;
}
h3.h-two {
    color: #fff;
}
p.sub.two{
	color: #e53238;
}
.services-right-grid {
    text-align: center;
}
i.fa.fa-anchor, i.fa.fa-comment, i.fa.fa-heartbeat,i.fa.fa-magnet,i.fa.fa-thumbs-up {
    color: #82b62d;
    font-size: 2em;
}
.services-icon{
    width: 70px;
    height: 70px;
    text-align: center;
    border: solid 2px #fff;
    padding: 1.2em 0 0 0;
    margin: 0 auto;
}
.services-right-grid:hover .services-icon{
    border: solid 2px #0064d2;
}

.wthree_team_grid{
	background:#fff;
	}


/* Radial In */
.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
       background: #0064d2;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}
.services-right-grid:hover div.hvr-radial-in:before{
  -webkit-transform: scale(0);
  transform: scale(0);	
}
.services-right-grid:hover i.fa.fa-anchor,.services-right-grid:hover i.fa.fa-comment,.services-right-grid:hover i.fa.fa-heartbeat,.services-right-grid:hover i.fa.fa-magnet,.services-right-grid:hover  i.fa.fa-thumbs-up{
	color:#FFFFFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;	
}
.services-icon-info h5{
        color: #e53238;
    font-size: 1.4em;
    letter-spacing:1px;
    margin: 1em 0 0 0;
}
.services-right-grids:nth-child(2){
	margin: 3em 0 0 0;
}
.services-icon-info p{
	    color: #dedddd;
    font-size: .9em;
    margin: 1em 0 0 0;
    line-height: 1.9em;
	letter-spacing:1px;
}
.services-right-grid i {
    font-size: 2.2em;
    line-height: 27px;
    color: #0064d2;
}
.services-right-grid:hover  i{
	color:#fff;
}
.gallery-grid{
	width:25%;
	margin:15px 0px;
	padding-left: 5px;
    padding-right: 5px;
	}
/*-- flexisel --*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;
	margin-top:5px;
	margin-bottom: 10px;
	max-width:240px;
	max-height:240px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}
.nbs-flexisel-item p{
	padding:0px;
}
.nbs-flexisel-item p a{
	color:#000;
	font-size:1.2em;
}
.nbs-flexisel-item p a:hover{
	color:#6CC372;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 34px;
	height: 34px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:0em;
}
.nbs-flexisel-nav-left {
	left:-2em;
	background: url(../images/left.png) no-repeat 1px 1px ;
}
.nbs-flexisel-nav-right {
	right:-2em;
	background: url(../images/right.png) no-repeat 1px 1px ;
}
.banner-1 {
  margin: 0em 0.5em;
  border: 1px solid #BDBDBD;
  padding: 0.5em;
  
}
.fle-xsel {
  padding: 0em 0em;
  /*border: 1px solid #D8DADC;*/
}
/*-- flexisel --*/


.column div {
	position: relative;
	margin: 0;
	padding: 0;
}
.wthree_team_grid1 figure {	
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
}
.hover14 figure:hover::before,.wthree_team_grid:hover .hover14 figure::before{
	-webkit-animation: shine .75s;
	animation: shine .75s;
	-moz-animation: shine .75s;
	-o-animation: shine .75s;
	-ms-animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
ul.social-icons {
    margin-top: 1em;
}
ul.social-icons li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
ul.social-icons li i.fa {
    color: #fff;
   /* background:#0a0a0a;*/
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 31px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
ul.social-icons li i.fa:hover {
	  /* background: #0064d2;*/
}
/*-- //team --*/
/*-- news --*/
#news {
    padding: 5em 0;
}
.news-agileits-right {
       padding: 4.85em 3em;
       /*background: #0a0a0a;*/
	   -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
.news-agileits-right img {
    /*width: 58px;
    height: 58px;
   -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;*/
  height:65px;
}
.news-agileits-right i {
    color: #e53238;
    font-size: 15px;
    letter-spacing: 1px;
}
.news-agileits-right p {
       color: #fff;
    font-size: 1em;
    line-height: 45px;
    width: 80%;
    margin: 30px 0px 40px;
    letter-spacing: 1px;
}
.news-agileits-right h6 {
    font-size: 17px;
    display: inline-block;
    margin-left: 20px;
    color: #0064d2;
    font-style: italic;
    letter-spacing: 1px;
}
.news-agileits-left{
	/*background:url("../images/ab.jpg")no-repeat 0px 0px;
	background-size:cover;
	 margin-left: 130px;
    padding: 0;
	    min-height: 395px;
	position: relative;*/
}
.video2 {
    margin-left: 0!important;
	/*background: url(../images/ab1.jpg)no-repeat 0px 0px;
    background-size: cover;*/
}
.button a {
       padding: 16px 19px;
    position: absolute;
    top: 10em;
    left: 36.5em;
    display: inline-block;
    background: #0064d2;
    border: 2px solid #0064d2;
    color: #fff;
    outline: none;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.button a:hover {
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	transition:0.5s all;
}
.button span {
    font-size: 35px;
}
/*--// news --*/
/*-- team --*/
#team {
    padding-top: 5em;
}
.wthree_team_grids {
    margin: 3em 0 0;
}
.wthree_team_grid1{
    position: relative;
	background:#fff;
	box-shadow: 1px 1px 2px #888888;
}
.hover14{
     text-align:center;
	 padding:10px 0px;
}
.hover14 h4{
       text-align:left;
	   font-size:15px;
	   margin:10px;}
.wthree_team_grid1_pos{
	position: absolute;
    bottom:-6.5%;
    width: 80%;
    left: 10%;
	z-index: 9;
}
.wthree_team_grid1_pos h4{
	text-transform:uppercase;
	font-size:1em;
	color:#fff;
	background: #e53238;
    padding: .5em;
	position:relative;
	text-align: center;
}
.wthree_team_grid2{
	text-align: center;
    padding: 1.5em 0 1em;
    background:#FFFFFF;
}


/*-- Footer --*/
.footer {
       padding: 30px 0;
    font-size: 12px;
    color: white;
    background-color: rgba(48,69,150,1);
    line-height: 25px;
    margin-bottom: -11px;
}
.footerimg{
	width: 70px;
	height:70px;
    background-color: white;
    border-radius:50%;
    overflow: hidden;
    padding: 10px;
	margin-top:10px;
    display: inline-block;}
.ftr-grid h3 {
      color: #fff;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
.ftr-grid h3 a span {
       color: #ffffff;
    display: inline-block;
    padding: 6px 10px;
    background: #f12b24;
}
.ftr-grid h3 span{
	
}
.ftr-grid p {
    font-size:13px;
    color: #fff;
    line-height: 2em;
    margin-top:0%;
}
.ftr-grid.fg1 a {
    color: #fff;
    margin-top: 0.5em;
    display: inline-block;
    font-size: 1em;
}
.ftr-text p a {
        color: #0064d2;
}
.ftr-grid ul {
    padding: 0em;
    list-style: none;
}
.ftr-grid ul li {
    font-size: 0.95em;
    color: #fff;
    line-height: 1.8em;
}
.local {
    float: left;
    width:8%;
}
.ftr-text {
    float: right;
    width:92%;
}
.right-w3l.fotw3 {
    width: 100%;
    margin-top: 11%;
    text-align: left;
}
ul.top-links li {
	display:block;
	margin-bottom: 9px;
}
.right-w3l ul.top-links li a i.fa {
        color: #000;
    background-color: #fff;
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    vertical-align: text-bottom;
}
.right-w3l ul.top-links li a i.fa:hover {
	color: #fff;
    background-color: #0064d2;
}
.right-w3l {
    float: left;
    width:12%;
	margin-top: 1em;
}
.right-w3-2 {
    float: right;
    width:88%;
}
.right-w3-2 ul.text-w3 li a {
    color: #545353;
    font-size: 0.9em;
    margin: 13px 0px 0px;
    display: inline-block;
    letter-spacing: 1px;
    vertical-align: top;
}
.fotw3 ul.top-links li a i.fa:hover , .fotw33 ul.top-links li a i.fa:hover {
    background-color: #478bca;
}
.copyrights {
    margin-top:3em;
    text-align: center;
}
.copyrights p {
        font-size: 0.8em;
    color: #fff;
    letter-spacing: 2px;
    background: #1b1a1a;
    padding: 10px;
}
.copyrights p a {
        color: #f5af02;
}
/*-- //footer --*/
/*-- /Responsive--*/
@media (max-width:1440px){
	.news-agileits-right {
		padding: 2.4em 2em;
	}
	.news-agileits-left {
		margin-left: 130px;
		/*padding: 0;*/
		min-height: 340px;
		position: relative;
		/*width: 40%;*/
	}
	.button a {
		padding: 16px 19px;
		position: absolute;
		top: 10em;
		left: 30.8em;
	}
	.w3ls-heading h3 {
		/*font-size: 2em;*/
	}
	.wpf-demo-4 {
		background-color: #e53238;
		width: 100%;
		height: 275px;
	}
	.w3ls_banner_section h2 {
       font-size: 2.2em;
	}
	.w3ls_banner_section {
		/*min-height: 336px;
		padding: 9em 0 0;*/
	}
	.w3l_banner_bottom_left {
		padding: 3em 3em;
		min-height: 371px;
	}
	.w3l_banner_bottom_left h3 {
      font-size: 1.5em;
	}
}
@media (max-width:1366px){
	.button a {
		padding: 16px 19px;
		position: absolute;
		top: 10em;
		left: 28.91em;
	}
	.wpf-demo-4 {
		background-color: #e53238;
		width: 100%;
		height: 265px;
	}
	.wthree_banner_grid h4 {
		font-size: 1.1em;
		padding: 0 0em;
		width: 75%;
		line-height: 1.5em;
	}
	.w3l_banner_bottom_left {
		padding: 3em 3em;
		min-height: 351px;
	}
	.news-agileits-right {
		padding: 0em 2em;
	}
	.w3layouts-grids {
		margin: 2em 0 2em 0;
	}
	#contact {
		padding: 4em 0 1em 0;
	}
	#news {
		padding: 0em 0 0 0;
	}
	#team {
		padding-top:4em;
	}
	.footer {
		padding: 2em 0 3em 0;
	}
	.w3l_banner_bottom_left {
		padding: 3em 3em;
		min-height: 351px;
	}
}
@media (max-width:1280px){
	.w3l_banner_bottom_left {
		padding: 3em 3em;
		min-height: 355px;
	}
	.button a {
		padding: 16px 19px;
		position: absolute;
		top: 10em;
		left: 28.3em;
	}
	.news-agileits-right {
		padding: 3.43em 2em;
		width: 45%;
	}
	.wpf-demo-4 {
		background-color: #e53238;
		width: 100%;
		height: 248px;
	}
	.wpf-demo-4 .view-caption p {
		font-size: 0.9em;
		padding-right: 7px;
	}
	.wpf-demo-4:hover .view-caption {
		bottom: -6px;
	}
	.news-agileits-right p {
		font-size: 0.9em;
		line-height: 36px;
	}
	.news-agileits-right {
		padding: 4.29em 2em;
		width: 48%;
		float: right;
	}
   .news-agileits-right.news2 {
		padding: 1.29em 2em;
		width:100%;
		float:left;
		margin-top:5em;
	}
	.news-agileits-left {
		margin-left: 130px;
		min-height: 395px;
		position: relative;
		    width: 41.7%;
	}
	.news-agileits-left.video2{
		margin-left: 130px;
		
		min-height: 290px;
		position: relative;
	    width: 24.7%;
		margin-top:5em;
	}
	.gallery-grid {
		margin-top: 0em;
		padding: 0;
		margin: 1px 1px;
		width: 18.83%;
	}
	.w3l_banner_bottom_left {
		padding: 2em 3em;
		min-height: 329px;
	}
}
@media (max-width:1080px){
	#contact {
		padding: 3em 0 1em 0;
	}
	#news {
		padding:0em 0;
	}
	#team {
		padding-top:0em;
	}
	.footer {
		padding:0em 0 3em 0;
		margin-top: 0em;
	}
	.services {
		min-height: 752px;
		padding-top: 4em;
	}
	.navbar-nav > li > a {
		margin: 0;
		padding: 1.2em;
		line-height: 1em;
		text-transform: uppercase;
	}
	.w3ls__agileinfo_search {
		float: right;
		width: 30%;
		margin-top: .3em;
	}
	.w3ls_banner_section h2 {
		font-size: 2em;
	}
	.w3ls_banner_section p {
		letter-spacing: 9px;
		font-size: 0.9em;
		margin-top: 15px;
		background: rgba(0, 0, 0, 0.72);
		margin: 2% auto;
		width: 57%;
	}
	.wthree_banner_grid h4 {
		font-size: 1em;
		padding: 0 0em;
		width: 75%;
		line-height: 1.5em;
	}
	.w3l_banner_bottom_left h3 {
		font-size: 1.2em;
	}
	.w3l_banner_bottom_left p {
		margin: 1em 0 0;
		line-height: 1.9em;
		letter-spacing: 1px;
		font-size: 0.85em;
	}
	.button a {
		padding: 16px 19px;
		position: absolute;
		top: 10em;
		left: 22em;
	}
	.news-agileits-left {
		    margin-left: 87px;
		min-height: 395px;
		position: relative;
		width: 39.8%;
	}
	.news-agileits-right {
		padding: 4.29em 2em;
		width: 52%;
		float: right;
	}
	.news-agileits-left.video2 .button a {
		padding: 16px 19px;
		position: absolute;
		top: 10em;
		left: 22.9em;
	}
	.gallery-grid {
		margin-top: 0em;
		padding: 0;
		margin: 1px 1px;
		width: 17.8%;
	}
	.wpf-demo-4 {
		background-color: #e53238;
		width: 100%;
		height: 207px;
	}
	.w3l_banner_bottom_left p span {
		display: block;
		margin-top: 1em;
		font-weight: 400;
		font-size: 0.9em;
		letter-spacing: 1px;
	}
	.w3l_banner_bottom_left {
		padding: 2em 2em;
		min-height: 277px;
	}
	.contact-form input.email {
		margin: 0 0 0 1.4em;
	}
	.ftr-grid h3 {
		font-size: 1.1em;
		letter-spacing: 1px;
		margin-bottom: 0.5em;
	}
	.w3ls__agileinfo_search input[type="submit"] {
    outline: none;
    width: 18%;
	}
	.w3ls_banner_section {
		min-height: 307px;
		padding: 0em 0 0;
	}
	.card{
		width:305px;
	}
	.card:hover{
		width:305px;
		}
	.card_circle{
		width:472px;
		}
}
@media (max-width:1050px){
	.w3ls-heading h3 {
		font-size: 2em;
	}
	.w3l_banner_bottom_left p {
		margin: 1em 0 0;
		line-height: 1.9em;
		letter-spacing: 1px;
		font-size: 0.8em;
	}
	.w3l_banner_bottom_left {
		padding: 2em 2em;
		min-height: 269px;
	}
	.services-icon-info p {
       font-size: .85em;
	}
	.services-icon-info h5 {
      font-size: 1.3em;
	}
	.services {
		min-height: 714px;
		padding-top: 3.5em;
	}
	.w3ls-heading p.sub {
		line-height: 1.8em;
		padding-bottom: 1.5em;
		letter-spacing: 3px;
		font-size: 0.85em;
	}
	.wthree_team_grid1_pos h4 {
        font-size: 0.9em;
	}
	.news-agileits-right {
		padding: 4.29em 2em;
		width: 51.76%;
		float: right;
	}
	.button a {
		padding: 16px 19px;
		position: absolute;
		top: 10em;
		left: 21em;
	}
	.news-agileits-left.video2 .button a {
		padding: 16px 19px;
		position: absolute;
		top: 10em;
		left: 22.15em;
	}
	.wpf-demo-4 {
		background-color: #e53238;
		width: 100%;
		height: 202px;
	}
	.w3l_banner_bottom_left {
		padding: 2em 2em;
		min-height: 262px;
	}
}
@media (max-width:1024px){
	.w3ls_banner_section {
		min-height:264px;
		padding: 0em 0 0;
	}
	.w3ls_banner_section h2 {
		font-size: 1.7em;
	}
	.wthree_banner_grids {
		padding: 0em 0;
	}
	.news-agileits-right p {
		font-size: 0.8em;
		line-height: 36px;
	}
	.news-agileits-right {
		padding: 4.28em 2em;
		width:100%;
		float: right;
	}
	.button a {
		padding: 16px 19px;
		position: absolute;
		top: 10em;
		left: 20.6em;
	}
	.news-agileits-left.video2 .button a {
		padding: 16px 19px;
		position: absolute;
		top: 10em;
		left: 21.345em;
	}
	.wpf-demo-4 {
		background-color: #e53238;
		width: 100%;
		height: 196px;
	}
	.list-group-item{
		padding:6px 15px;
		margin-top:9px;
	}
	.card{
		width:298px;
	}
	.card_circle{
		width:100%;
	}
	.card:hover{
		width:298px;
		}
	.w3layouts-grids{
		margin-top:10px;
		}
	.site-name h2{
		font-size:46px;
	}
	.agileits_w3layouts_sign_in ul li{
		padding:0px;
	
	}
}
@media (max-width:991px){
	.w3ls_banner_section {
		min-height: 492px;
		padding: 0em 0 0;
	}
	.w3ls_banner_section p {
		letter-spacing: 9px;
		font-size: 0.85em;
		margin-top: 15px;
		margin: 2% auto;
		width: 70%;
	}
	span.simply-amount 
	{
      font-size: 2em;
	}
	.navbar-nav > li > a {
		margin: 0;
		padding: 10px 6px;
		line-height:0em;
		text-transform: uppercase;
		
	}
	.w3ls__agileinfo_search {
		float: none;
		width: 45%;
		margin-top: .3em;
		text-align: center;
		margin: 1% auto 0;
	}
	.navbar-nav {
		margin: 0.9em 0;
	}
	.w3layouts_agileits_nav_section {
		padding-top:0px;
	}
	.wthree_banner_grid {
		text-align: center;
		margin: 0 1%;
		float: left;
		width: 31%;
		padding: 2em 1em;
	}
	.wthree_banner_grid:nth-child(3),.wthree_banner_grid:nth-child(4) {
		/*margin-top:0.8em;*/
	}
	.w3l_banner_bottom_right {
		padding: 0;
		width: 100%;
		margin: 0;
	}
	.wthree_team_grid {
		float: left;
		width:50%;
	}
	.wthree_team_grid:nth-child(3),.wthree_team_grid:nth-child(4){
	   margin-top:1.2em;
	}
	.news-agileits-right.news2 {
		padding: 3em 2em;
		width: 100%;
		float: none;
	}
	.news-agileits-left {
		margin-left: 87px;
		padding: 0;
		min-height: 362px;
		position: relative;
		width:82%;
	}
	.news-agileits-left.video2 {
		margin-left: 130px;
		padding: 0;
		min-height:290px;
		position: relative;
		width:100%;
	}
	.news-agileits-right {
		padding: 3em 2em;
		width: 100%;
		float: right;
	}
	.news-agileits-left.video2 .button a {
		padding: 16px 19px;
		position: absolute;
		top: 10em;
		left: 26.345em;
	}
   .mid-gd {
		    margin: 1em 0 2em 0;
	}
	.newsletter-agile {
		width: 68%;
		position: absolute;
		top: -12%;
		left: 15%;
		padding: 10px 14px;
	}
	.contact-form {
		margin-top: 2em;
	}
	.services-icon-info h5 {
		font-size: 1em;
	}
	.gallery-grid {
		margin-top: 0em;
		padding: 0;
		margin: 1px 1px;
		width: 19%;
		float: left;
	}
	.w3l_banner_bottom_left {
		padding: 3em 2em;
		min-height: 260px;
	}
	.services {
		min-height: 714px;
		padding-top: 3em;
	}
	.wthree-counter-agile {
		width: 85%;
		margin: 8% auto 8%;
	}
	.w3l_banner_bottom_left p span {
		display: block;
		margin-top: 1em;
		font-weight: 400;
		font-size: 1em;
		letter-spacing: 1px;
	}
	.ftr-address i {
		font-size: 1em;
		margin-top: 38px;
	}
	.w3l_banner_bottom_left p span {
		display: block;
		margin-top: 1em;
		font-weight: 400;
		font-size: 1em;
		letter-spacing: 1px;
	}
	.psupdate img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	height:187px !important;
	width:300px !important;
	margin:10px 10px;
	float:left;
	border:1px solid #fefefe;		
}
	
}
@media (max-width:800px){
	.w3ls_banner_section {
		min-height: 251px;
		padding:0em 0 0;
	}
	.agileits_more ul li a.hvr-icon-hang {
		padding: 0.7em 1.5em 0.7em 1.5em;
		letter-spacing: 2px;
	}
	.news-agileits-left {
		margin-left: 93px;
		padding: 0;
		min-height: 362px;
		position: relative;
		width: 88%;
	}
	h6{
		font-size:19px;
	}
	.card:hover h6{
		margin-top:106px;
		}
	.force-overflow{
		min-height:0px;
	}
	.wthree_banner_grid{
		width:31%;
	}
	.card{
		width:230px;
	}
	.card:hover{
		width:230px;
	}	
	.card_circle{
		width:387px;
	}
	.psupdate img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	height:187px !important;
	width:300px !important;
	margin:10px 10px;
	float:left;
	border:1px solid #fefefe;
	margin-top:-17px;		
}
	
}

@media (max-width:768px){
	.newsletter-agile {
		width: 94%;
		position: absolute;
		top: -12%;
		left: 3%;
		padding: 10px 14px;
	}
	.news-agileits-left {
		margin-left: 93px;
		padding: 0;
		min-height: 362px;
		position: relative;
		width: 87%;
	}
	.wthree_banner_grid{
		width:31%;
	}
	.card{
		width:230px;
	}
	.card:hover{
		width:230px;
	}	
	.card_circle{
		width:387px;
	}
	h6{
		font-size:19px;
		}
	.gallery-grid{
		width:19%;
	}
	.footer{
		padding: 0em 0 3em 0;
    margin-top: 0em;
	}	
}
@media (max-width:768px){
	.navbar-nav {
		margin: 0!important;
		margin-top: 1em;
	}
	.navbar-header.navbar-left {
		float: right;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #000000;
	}
	.navbar-default .navbar-toggle {
		border-color: #000;
	}
	.w3ls__agileinfo_search {
		    float: left;
		width: 42%;
		margin-top: 0.3em;
		text-align: center;
		margin: 0.7% auto 0;
	}
	.w3ls__agileinfo_search input[type="submit"] {
		outline: none;
		width: 18%;
		background: #0064d2 url(../images/search.png) no-repeat 8px 9px;
	}
	.navbar-right {
		float: right!important;
		margin-right: 0;
		width: 60%;
		text-align: center;
	}
	.wthree_agile_top_header {
      padding: 10px
	}
	.navbar-toggle {
	position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -80px;
    margin-right: 5px;
    margin-bottom: 8px;
    background: #000;
    background-image: none;
    border: 1px solid white;
    border-radius: 0!important;
    margin-left: 4px;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 4px;
		border-radius: 0!important;
	}
	.w3layouts_agileits_nav_section {
		padding-bottom: 0px;
	}
	.w3ls_banner_section {
		min-height: 399px;
		padding: 0em 0 0;
	}
	.services-right-grid {
		text-align: center;
		float: left;
		width: 100%;
		margin-bottom: 1em;
	}
	.services-right-grids:nth-child(2) {
		margin: 1em 0 0 0;
	}
	.services {
		min-height: 714px;
		padding-top: 3em;
		padding-bottom: 2em;
	}
	.services-icon-info h5 {
		font-size: 1.2em;
	}
	.wpf-demo-4 {
		width: 100%;
		height: 186px;
	}
	.w3layouts_agileits_nav_section {
    padding-top: 0px;
	}
	.wthree_banner_grid{
		width:30%;
	}
	.card{
		width:220px;
	}
	.card:hover{
		width:220px;
	}	
	.card_circle{
		width:375px;
	}
}
@media (max-width:768px){
	.wthree_team_grid {
		float: left;
		/*width: 49%;*/
	}
	.news-agileits-left {
		margin-left: 81px;
		padding: 0;
		min-height: 362px;
		position: relative;
		width: 87%;
	}
	.w3ls_banner_section p {
		letter-spacing: 9px;
		font-size: 0.8em;
		margin-top: 15px;
		margin: 2% auto;
		width: 78%;
	}
	.wpf-demo-4 {
		width: 100%;
		height: 169px;
	}
	.w3ls__agileinfo_search {
		float: left;
		width: 48%;
		margin-top: -0.7em;
		text-align: center;
		margin: 1% auto 0;
	}
	.navbar-right {
		float: right!important;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.wthree_banner_grid{
		width:31%;
	}
	.card{
		width:317px;
	}
	.card:hover{
		width:317px;
	}	
	.card_circle{
		width:100%;
	}
}
@media (max-width:640px){
	  .news-agileits-left.video2 .button a {
		padding: 16px 19px;
		position: absolute;
		top: 10em;
		left: 30.65em;
	}
	.button a {
		padding: 16px 19px;
		position: absolute;
		top: 10em;
		left: 0em;
	}
	.w3layouts-grids {
		margin: 2em 0 0 0;
	}
	.wthree_banner_grid{
		text-align: center;
    margin: 0 1%;
    float: left;
    width: 100%;
    padding: 1em 1em;
	}
	p.sub:after {
		bottom: 0%;
		left: 41%;
		width: 17%;
	}
	.wpf-demo-4 {
		width: 100%;
		height: 163px;
	}
	.ftr-address i {
		font-size: 1em;
		margin-top: 34px;
	}
	.w3ls_banner_section h2 {
		font-size: 1.4em;
	}
	.w3ls_banner_section {
		min-height: 165px;
		padding: 0em 0 0;
	}
	.list-group{
		padding-right:15px;
	}
	.news-agileits-left.video2{
		width:100%;
		margin-top:10px;
		min-height: 300px;
		}
	.contact input[type="text"], .contact input[type="email"] {
     width: 100%;
	}
	.contact-form input.email {
		margin: 0 0 1.1em 0;
	}
	.newsletter-agile input[type="email"] {
		width: 50%;
	}
	.newsletter-agile input[type="submit"] {
    width: 27%;
	}
	.navbar-nav > li > a {
		margin: 0;
		padding: 1em 1em;
		line-height: 1em;
		font-size: 0.9em;
	}
	#team {
    padding-top: 0em;
	}
	#news {
    padding: 0em 0;
	}
	.footer{
		padding: 0em 0 3em 0;
    margin-top: 0em;
	}
	.gallery-grid{
		width:19%;
		}
}
@media (max-width:600px){
	.wthree_banner_grid h4 {
		font-size: 0.95em;
		padding: 0 0em;
		width: 64%;
		line-height: 1.5em;
	}
	.news-agileits-left {
		margin-left: 74px;
		padding: 0;
		min-height: 362px;
		position: relative;
		width: 87%;
	}
	.news-agileits-left.video2 .button a {
		padding: 16px 19px;
		position: absolute;
		top: 10em;
		left: 28.4em;
	}
	.gallery-grid {
		margin-top: 0em;
		padding: 0;
		margin: 1px 1px;
		width: 19%;
		float: left;
	}
}
@media (max-width:568px){
	.w3ls_banner_section p {
		letter-spacing: 7px;
		font-size: 0.8em;
		margin-top: 15px;
		margin: 2% auto;
		width: 81%;
	}
	span.simply-amount {
		font-size: 1.8em;
	}
	span.simply-word {
		font-size: 10px;
		letter-spacing: 2px;
	}
	.wthree_banner_grids {
		padding: 2em 0;
	}
	.news-agileits-left {
		margin-left: 70px;
		padding: 0;
		min-height: 362px;
		position: relative;
		width: 87%;
	}
	.news-agileits-left.video2 .button a {
		padding: 16px 19px;
		position: absolute;
		top: 10em;
		left: 26.5em;
	}
	.footer {
		padding: 0em 0 3em 0;
		margin-top: 0em;
	}
	.w3ls__agileinfo_search {
		float: left;
		width: 52%;
	}
	
}
@media (max-width:480px){
	.logo-agileits h1 a {
       font-size: 0.85em;
	}
	.w3ls_banner_section h2 {
		font-size: 1.2em;
		letter-spacing: 2px;
		line-height: 1.6em;
	}
	.w3ls_banner_section p {
		letter-spacing: 6px;
		font-size: 0.75em;
		margin-top: 15px;
		margin: 2% auto 0;
		width: 88%;
	}
	.wthree-counter-agile {
		width: 85%;
		margin: 2% auto 6%;
	}
	section.examples {
		margin-top: 3em;
	}
	.w3ls_banner_section {
		min-height: 329px;
		padding: 0em 0 0;
    }
	.wthree_banner_grid h4 {
		font-size: 0.95em;
		padding: 0 0em;
		width: 70%;
		line-height: 1.5em;
	}
	.news-agileits-left.video2 .button a {
		padding: 16px 19px;
		position: absolute;
		top: 10em;
		left: 21.5em;
	}
	.news-agileits-left {
		margin-left: 59px;
		padding: 0;
		min-height: 362px;
		position: relative;
		width: 87%;
	}
	.contact-form {
		margin-top: 2em;
		padding: 0;
	}
	.contact-left {
		padding: 0;
	}
	.w3ls-heading p.sub {
		line-height: 1.8em;
		padding-bottom: 1.5em;
		letter-spacing: 2px;
		font-size: 0.8em;
	}
	.ftr-address i {
		font-size: 1em;
		margin-top: 24px;
	}
	.w3ls-heading h3 {
		font-size: 1.8em;
	}
	#news {
		padding: 2em 0;
	}
	#team {
		padding-top: 2em;
	}
	.contact-form textarea {
		min-height: 8em;
	}
}

@media (max-width:420px){
.wthree_team_grid {
    float: left;
     width: 100%; 
}
}
@media (max-width:414px){
	.agileits_w3layouts_sign_in ul li a {
		display: inline-block;
		padding: .5em 1em;
	}
	.agileits_w3layouts_sign_in{
		margin-right:0;
	}
	.wthree-counter-agile {
		width: 100%;
		margin: 2% auto 6%;
	}
	span.simply-amount {
		font-size: 1.6em;
	}
	.w3ls_banner_section p {
		letter-spacing: 5px;
		font-size: 0.7em;
		margin-top: 15px;
		margin: 2% auto 0;
		width: 100%;
	}
	.agileits_more ul li a.hvr-icon-hang {
		padding: 0.6em 1em 0.6em 1em;
		letter-spacing: 1px;
	}
	section.examples {
		margin-top: 2em;
	}
	.w3ls_banner_section {
		min-height: 280px;
		padding: 0em 0 0;
	}
	.wthree_banner_grid h4 {
		font-size: 0.9em;
		padding: 0 0em;
		width: 79%;
		line-height: 1.5em;
	}
	.w3ls__agileinfo_search {
		float: left;
		width: 63%;
	}
	.wthree_banner_grid i {
		font-size: 1.8em;
		float: left;
		width: 16%;
	}
	.wthree_banner_grid h4 {
		font-size: 0.8em;
		padding: 0 0em;
		width: 76%;
		line-height: 1.5em;
	}
	.wthree_banner_grid {
		margin: 0 1%;
		float: left;
		width: 100%;
		padding: 1.4em 1em;
	}
	.wthree_team_grid {
		float: left;
		width: 77%;
		margin-bottom: 1em;
		margin-left: 11%;
	}
	.wthree_team_grid:nth-child(3), .wthree_team_grid:nth-child(4) {
		margin-top: 0;
	}
	.news-agileits-left {
		margin-left: 28px;
		padding: 0;
		min-height: 362px;
		position: relative;
		    width: 93%;
	}
	.news-agileits-left.video2 .button a {
		padding: 16px 19px;
		position: absolute;
		top: 10em;
		left: 17.79em;
	}
	.wpf-demo-4 {
		width: 100%;
		height: 155px;
	}
	#contact {
		padding: 2em 0 1em 0;
	}
	.footer {
		padding: 0em 0 2em 0;
		margin-top:0em;
	}
	.copyrights {
      margin-top: 1em;
	}
	select.form-control {
    width: 100%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
	}
	.login-form textarea {
    display: block;
	    width: 100%;
		    margin-right: 0;
    margin-bottom: 3%;
	}
	.address input[type="submit"], .address input[type="reset"] {
		outline: none;
		padding: 0.8em 0;
		width: 100%
	}
	.news-agileits-right p {
		font-size: 0.8em;
		line-height: 33px;
		width: 100%;
		margin: 10px 0px 19px;
		letter-spacing: 1px;
	}
	.copyrights p {
		font-size: 0.8em;
		padding: 10px 5px;
		line-height: 1.7em;
	}
	.signin-form h3,h3.agileinfo_sign {
		font-size: 1.2em;
		margin: 0em 0 0.8em 0;
	}
	.psupdate img {
		margin: 10px 0px;
	}
}
@media (max-width:384px){
	.wthree_banner_grid {
		margin: 0 1%;
		float: left;
		width:100%;
		padding: 1.4em 0.5em;
	}
	.w3ls-heading p.sub {
		line-height: 1.8em;
		padding-bottom: 1.5em;
		letter-spacing: 2px;
		font-size: 0.7em;
	}
	.news-agileits-left.video2 .button a {
		padding: 16px 19px;
		position: absolute;
		top: 10em;
		left: 16.05em;
	}
	.news-agileits-left {
		margin-left: 25px;
		padding: 0;
		min-height: 362px;
		position: relative;
		width: 93%;
	}
	.wpf-demo-4 {
		width: 100%;
		height: 142px;
	}
	.newsletter-agile input[type="submit"] {
		width: 37%;
	}
	.logo-agileits h1 a {
		font-size: 0.8em;
	}
	.agileits_w3layouts_sign_in ul li a {
		display: inline-block;
		padding: .4em 0.9em;
		font-size: 0.9em;
	}
	i.fa.fa-graduation-cap {
		font-size: 0.8em;
		right: -7px;
		top: -4px;
	}
	.w3l_banner_bottom_left h3 {
		font-size: 1em;
	}
	.w3ls-heading h3 {
		font-size: 1.6em;
	}
	.news-agileits-right.news2 {
		padding: 2em 1em;
		width: 100%;
		float: none;
	}
	.news-agileits-right {
		padding: 2em 1em;
		width: 100%;
		float: right;
	}
	.ftr-grid h3 {
      font-size: 1em;
	}
}
@media (max-width:375px){
	span.simply-amount {
		font-size: 1.2em;
	}
	span.simply-word {
		font-size: 10px;
		letter-spacing: 1px;
	}
	section.examples {
		margin-top: 1em;
	}
	.w3ls_banner_section h2 {
		font-size: 1.1em;
		letter-spacing: 2px;
		line-height: 1.6em;
	}
	.w3ls_banner_section {
		min-height: 225px;
		padding: 0em 0 0;
	}
	.news-agileits-left.video2 .button a {
		padding: 10px 15px;
		position: absolute;
		top: 6.5em;
		left: 16.05em;
	}
	.news-agileits-left.video2 {
		/*min-height: 267px;*/
	}
	.news-agileits-left {
		margin-left: 25px;
		padding: 0;
		min-height: 267px;
		position: relative;
		width: 93%;
	}
	.button a {
	padding: 10px 15px;
		position: absolute;
		top: 6.5em;
		left: 0em;
	}
	.agileits_more ul li a.hvr-icon-hang {
		padding: 0.6em 1em 0.6em 1em;
		letter-spacing: 1px;
		font-size: 0.85em;
	}
	.wpf-demo-4 {
		width: 100%;
		height: 137px;
	}
	.w3l_banner_bottom_left {
		padding: 2em 1em;
		min-height: 260px;
	}
	.services-icon-info p {
		font-size: .8em;
	}
	.services {
		min-height: 714px;
		padding-top: 2em;
		padding-bottom: 1em;
	}
	.w3ls-heading h3 {
		font-size: 1.5em;
	}
	.newsletter-agile p {
		font-size: 0.9em;
		letter-spacing: 1px;
		margin: 1em 0em 1em;
	}
	.card{
		width:320px;
	}
	.card:hover{
		width:320px;
	}
	.card_circle{
		width: 488px;
	}
}
@media (max-width:320px){
	span.simply-amount {
		font-size: 1em;
	}
	.logo-agileits h1 a {
		font-size: 0.65em;
	}
	.wthree_agile_top_header {
		padding:0.5em 0.5em;
	}
	.agileits_w3layouts_sign_in ul li a {
		display: inline-block;
		padding: .4em 0.9em;
		font-size: 0.8em;
	}
	.agileits_w3layouts_sign_in {
		float: right;
		margin-top: 0.5em;
	}
	.wthree_banner_grid h4 {
		font-size: 0.7em;
		padding: 0 0em;
		width:81%;
		line-height: 1.5em;
	}
	.wthree_banner_grids {
		padding: 1.5em 0;
	}
	.wthree_banner_grid i {
		font-size: 1.2em;
		float: left;
		width: 13%;
	}
	.w3ls_banner_section p {
		letter-spacing: 3px;
		font-size: 0.7em;
		margin-top: 15px;
		margin: 2% auto 0;
		width: 100%;
	}
	.w3ls__agileinfo_search {
		float: left;
		width: 82%;
	}
	i.fa.fa-graduation-cap {
		font-size: 0.8em;
		right: -4px;
		top: 3px;
	}
	.w3ls_banner_section h2 {
		font-size: 0.9em;
		letter-spacing: 2px;
		line-height: 1.6em;
	}
	span.simply-word {
		font-size: 10px;
		letter-spacing: 1px;
		margin-left: 1px;
	}
	.w3ls_banner_section {
		min-height: 200px;
		padding: 0.5em 0 0;
	}
	.news-agileits-left {
      margin-left: 20px;
	}
	.news-agileits-left.video2 .button a {
		padding: 10px 15px;
		position: absolute;
		top: 6.5em;
		left: 13.0em;
	}
	.wpf-demo-4 {
		width: 100%;
		height: 108px;
	}
	.w3ls-heading h3 {
		font-size: 1.4em;
	}
	.ftr-text {
		float: right;
		width: 88%;
	}
	.ftr-address i {
		font-size: 1em;
		margin-top: 15px;
	}
	.right-w3-2 {
		float: right;
		width: 83%;
	}
		.card
		{
			width:286px;
	}
	.card:hover{
		width:286px;
	}
	.card_circle{
		width: 450px;
	}
	.wthree_team_grid{
		width:100%;
		margin-left:0px;
	}
	.gallery-grid{
		width:25%;
	}
}

@media (min-width:1600px){
.news-agileits-right{
      padding: 2.85em 3em;
	}
}

@media (min-width:2400px){

.list-group-item{
margin-top: 22px;
font-size: 24px;
	}
.news-agileits-right{
	padding:30px 3em;
	}	
.w3layouts-grids{
	margin:0;}	
}
/*-- //Responsive--*/

.scrollbar
{
	float: left;
	height:320px;
	width: 100%;
	background: #F5F5F5;
	overflow-y: scroll;
	overflow-x:hidden;
	margin-bottom: 25px;
	padding:15px;
}
.scrollbar p{
    padding:20px 15px;
}
.scrollbar ul li{
	display:block;
	}
.force-overflow
{
	min-height: 200px;
}

 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	/*border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
	background-color: #062787;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #062787;
}

.card_grid{
		
}
.w3-card-4{
	background:#fff;
	box-shadow: 1px 1px 2px #888888;}
.card-heading h3{
	text-align: left;
    color: #ff7728;
    margin:10px 0 .5em;
    font-size: 23px;
	border-bottom: 1px solid rgba(153, 153, 153, 0.19);
}
.card-header h1{
	background: #0054a4;
    padding: 7px 0px;
    color: #fff;
    text-align: center;
	font-size:18px;
}
.card-logo{
	 width:75px;
	 margin:auto;
	 padding:10px 0px;
 }
 .card-date h5{
	 text-align:center;
	 font-size:17px;
	 color:#ff7728;
}
.card-details p{
	background:none;
	width:100%;
	color: #000;
    line-height: 1.5em;
    font-size: 15px;
    margin-top: 15px;
	letter-spacing:normal;
	text-transform:none;
	text-align:justify;
	padding:0px 10px;
	margin-bottom:17px;
}

.card-readmore{
 width:100px;
 height:39px;
 margin:auto;
}

.card-readmore span a{
	font-size:15px;
	padding:7px 8px;
	text-align:center;
	color:#fff;
	background-color: #ff7728;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #fff;
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.card-banner-section{
	margin:2em 0;
	}
.view-detail{
	background: #ff7728;
    width:115px;
    margin: auto;
    padding: 7px;
	font-size:17px;
	text-align:center;
	}	
.view-detail a{
	color:#fff;
}
.news-agileits-left h5 {
    background: #0054a4;
    padding: 5px 0px;
    color: #fff;
    text-align: center;
}
.w3ls-title h3{
	text-align: left;
    color: #ff7728;
    margin: 0 0 .5em;
    font-size:25px;
    font-weight: 700;
	text-transform:uppercase;
    border-bottom: 2px solid #7682a5;
	}

.side-nav li{
	display:block;
	}
.nav-list ul li a{
	margin-top:2px;
	}
.prg-content p{
	text-align:justify;
	margin-bottom:20px;
	line-height:26px;
	color:#000;
	}
.table {
	background:#fff;
	border:none;
	}
.psupdate img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	height:137px;
	width:245px;
	margin:10px 10px;
	float:left;
	border:1px solid #fefefe;		
}
.psupdate img:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.caption {
    background: rgb(48, 69, 150);
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 5px;
    text-align: center;
	height:150px;s
}

.caption h4{
	color:#fff;
	font-size:15px;
	border-bottom: 1px solid #fff;
    padding-bottom: 5px;
	}
.caption p{
	color:#fff;
	font-size:12px;
	text-align:center;
	padding-top: 6px;
}
.caption p b{
	color:#fff;
}

.thumb-card{
	display:block;
	}	
.side-logo ul li{
	display:block;
	margin-top:12px;
	}
.wthree_grid_card{
	margin:2em 0;
}

@media screen and (max-width:659px) and (min-width:300px) {

.psupdate img {
    margin: 10px 0px;
}
}	
@media screen and (max-width:587px) and (min-width:464px) {

.logo-name h2 {
    font-size: 15px;
    margin-top: 10px;
}
}	

@media screen and (max-width:991px) and (min-width:588px) {

.logo-name h2 {
    font-size: 15px;
    margin-top: 10px;
}
.thumb-card {
    width: 33%;
    float: left;
}
.psupdate img {
    margin: 10px 0px;
    width: 50% !important;
}
}
@media screen and (max-width:991px) and (min-width:768px) {
.wthree_agile_top_header {
    padding: 1em 0em;
}
.logo-name h2 {
    font-size: 22px;
    margin-top: 10px;
}
.logo-agileits {
    width: 21%;
}
.logo-name{
	float: left;
    width: 52%;
}
.navbar-nav > li > a {
    padding: 10px 11px;
    font-size: 12px;
}
}
@media screen and (max-width:1199px) and (min-width:1081px) {
.navbar-nav > li > a {
    padding: 18px 19px;
}

}				
/*footer*/
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px;
  padding-bottom: 10px;
}
.site-footer a
{
  color:whitesmoke;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:whitesmoke;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:10px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
.img-asslogo{
	width: 230px;
	padding: 20px 0;
}
/* .scrollstyl{
    background: #f15225;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	height: 40px;
	width: 100%;
	margin-top: 5px;
	padding: 5px 0;
	display: block;
	white-space: nowrap;
    overflow: hidden;
} */
.marquee-container {
	width: 100%;
	overflow: hidden;
	background: #f15225;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	width: 100%;
	margin-top: 5px;
	padding: 5px 0;
}

.marquee-text {
	display: inline-block;
	padding-left: 100%;
	animation: scroll-left 43s linear infinite;
	white-space: nowrap;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 120px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/top-up.png) no-repeat 0px 0px;
    background-size: 32px;
}
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
.venueimgstyl{
	max-width:500px;
}

@keyframes scroll-left {
	from { transform: translateX(0%); }
	to { transform: translateX(-100%); }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.logo-agileits {
		margin-left: -20px;
		width: 80%;
	}
	.socialicons{
		display: none;
	}
	.w3ls_banner_section {
        padding-top: 110px;
    }
	#toTop {
    	right: 10%;
	}
	.dropdown {
		width: 100%;
	}
	.venueimgstyl{
		max-width:100%;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		color: #fff;
		background: none;
	}
	.impdatedata{
		font-size: 12px;
	}
}