
body {
    margin: 0;
    background: #fff;
    font-family: 'Mukta Mahee', sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
    font-size: 1.15em;
    color: #999;
    line-height: 1.8em;
}

ul,
label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: none;
    text-decoration: none;
}

/*-- bottom-to-top --*/
form #website{ display:none; }
.list 
{
	width: 25%;
float: left;
margin: 1em 3em;
line-height: 2em;
color:#fff;

}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/

h5.main-w3l-title  span 
{
    color: red;
}
h5.main-w3l-title {
   font-size: 44px;
text-transform: capitalize;
text-align: center;
color: #000;
font-family: 'Quicksand', sans-serif;
font-weight: 400;
margin-top: 47px;
margin-bottom: 54px;
}
.stat-grids i {
    font-size: 2em;
    color: #f00;
    text-shadow: 2px 2px 9px #101010;
}
.stats_inner 
{
    text-align: center;
}
.stats-text {
    padding: 34px;
}
.stat-grids h3 {
    
    letter-spacing: 2px;
}


.w3_agile_logo {
    margin: 0;
}

.w3_agile_logo h1 a {
    font-size: 1.1em;
    color: #fff;
    position: relative;
    text-decoration: none;
    font-family: 'Righteous', cursive;
    text-transform: capitalize;
}
.w3_agile_logo  ul li {
float: right;
margin-top: -61px;
display: inherit;
font-size: 20px;
margin-right: 4px;
}
.w3_agile_logo h1 a span {
    display: block;
    line-height: 0;
    font-size: .35em;
    padding-left: 7.2em;
    color: rgba(12, 54, 234, 0.96);
    font-family: 'Raleway', sans-serif;
}
.auto img{
    
    margin:0px auto;
}
/*-- menu --*/
.agilee2 {
    margin-top: 3px;
margin-left: -125px;
}


.top-header-w3layouts {
    background-color: #f00 !important;
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 1em;
	margin-left: -106px;
}
.top-header-w3layouts .navbar-nav .active > .nav-link
{
	color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
    background: #f00;
    border: 2px solid rgba(255, 255, 255, 0.67);
    border-radius: 3px;

}
.top-header-w3layouts .navbar-nav .active{
	color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
    background: #f00;
    border: 2px solid rgba(255, 255, 255, 0.67);
    border-radius: 3px;
}
.top-header-w3layouts .navbar-nav .nav-link, .dropdown-item {
    color: #ffffff;
	font-size: 18px;
	letter-spacing: 0px;
	margin: 0em 0.5em;
	padding: 8px 3px;
    font-weight: 500;
    border: 2px solid transparent;
    text-shadow: 1px 1px 2px #000000;
}
.navbar-nav a{
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 0px;
	margin: 0em 7px;
	padding: 8px 3px;
    font-weight: 500;
    border: 2px solid transparent;
    text-shadow: 1px 1px 2px #000000;
}
.navbar-nav > li {
   display:inherit;
}
/*-- nav-effect --*/

.menu__list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu__link {
    display: block;
    padding: .5em;
}

/* Sebastian */

.menu--sebastian .menu__link {
    position: relative;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}

.menu--sebastian .menu__link:hover {
    color: #fff;
}

.menu--sebastian .menu__item--current .menu__link {
    color: #fff;
}

.menu--sebastian .menu__link::before,
.menu--sebastian .menu__link::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.38);
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

.menu--sebastian .menu__link::before {
    top: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.menu--sebastian .menu__link::after {
    bottom: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.menu--sebastian .menu__item--current .menu__link::before,
.menu--sebastian .menu__item--current .menu__link::after,
.menu__link:hover::before,
.menu__link:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

/* //Sebastian */

/*-- /banner --*/

/* .baner-info {
    padding-top: 15em;
    padding-left: 7em;
}

.baner-info h3 {
    font-size: 4.5em;
    padding: 10px 0;
    color: #fff;
    word-spacing: 4px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: capitalize;
}

.baner-info h3 span {
    color: #f4792c;
}

.baner-info h4 {
    font-size: 1.2em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
}

.baner-info p {
    margin: 0 0 2em;
    color: #fff;
    letter-spacing: 3px;
}

span.simply-word {
    font-size: 18px;
    font-weight: 500;
    margin-left: 5px;
    text-transform: uppercase;
    color: #02a388;
}

.baner-info span img {
    margin: 1em auto 0;
    text-align: center;
}

a.w3_play_icon1 {
    border: none;
    outline: none;
    background: #e96147;
    padding: 0.5em 1.5em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.9em;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

a.w3_play_icon1:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
 */
 #container {
    padding: 26px 0;
    margin: 0 auto;
	    background: url(../images/qq.jpg);

}
#banner {
    height: 450px;
    width: 920px;
    margin:58px auto;
    position: relative;
    background: #fff;
    border: 20px #fff solid;
}
/* .wrap {
    width: 1000px;
    margin: 0 auto;
} */
#slider3,#slider4  {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.rslides_tabs li {
  display: inline;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.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;
  width: 100%;
}
.rslides img {
    width: 99%;
    height:  441px;
    margin-top: 2px;
    margin-left: 6px;
    border: 0;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.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);
	top: 61%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 62px;
	width: 45px;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
a.callbacks_nav.callbacks1_nav.prev {
	background: transparent url("../images/themes.png") no-repeat 0px 0px;
  left: -3.1%;
}
.callbacks_nav.next {
	background: transparent url("../images/themes.png") no-repeat -46px 0px;
  left: 100%;
}
#slider3-pager a,#slider4-pager a  {
  display: inline-block;
}
#slider3-pager span,#slider4-pager span{
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a ,#slider4-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a {
  padding: 0;
}
#slider3-pager li, #slider4-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: -38px;
}
.rslides li{
  position: relative;
  display: block;
}

.callbacks_tabs{
	list-style: none;
	position: absolute;
    top:97%;
    z-index: 999;
    left: 43.5%;
	padding: 0;
	margin: 0;
}
ul.callbacks_tabs.callbacks2_tabs {
top: 73%;
left:46%;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../images/img-resources.png)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
}
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
  margin-left: 5px;
	display: inline-block;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}

.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
    height: 10px;
    width: 10px;
    border: 4px solid #fff;
    background: #000;
  display:inline-block;
  background:#444847;
  border-radius:100%;
}
.callbacks_here a:after{
    border: 4px solid #fff;
    background: #4A466B;	
}
a.callbacks_nav.callbacks2_nav.prev {
background: transparent url("../images/2.png") no-repeat left top;
width:23px;
height:23px;
}
a.callbacks_nav.callbacks2_nav.next{
background: transparent url("../images/2.png") no-repeat -29px 0px;
width:23px;
height:23px;
}
a.callbacks_nav.callbacks2_nav.prev {
left: 86% !important;
top: 9%;
}
a.callbacks_nav.callbacks2_nav.next {
right: 0% !important;
top: 9%;
}
/*-- Slider part Ends Here --*/
.cerrt p {
    text-align: center;
    width: 191%;
    margin: 13px auto;
    color: #2c1d1d;
    font-size: 19px;
}
.cerrt p {
    text-align: left;
    width: 97%;
    margin: 16px auto;
    color: #2c1d1d;
    font-size: 19px;
}
.cerrt h4 
{
	margin-top: 43px;
	color: #f00;
	text-align: center;
    font-size: 27px;
}
/*-- //banner --*/

/*-- /banner-bottom --*/

.w3_agilits_banner_bootm {
    padding: 0;
  /*   background: url(../images/nav.jpg) no-repeat center; */
}

.wthree_share_agile {
    float: right;
}

.wthree_agile_login {
    text-align: center;
    background: #e96147;
    padding: 1em 0;
    background: #192021;
}

a.login {
    background: #0c0d0d;
    color: #fff;
    padding: 0.5em 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-left: 3em;
}

a.login:hover {
    text-decoration: none;
    color: #02a388;
}

a.login.reg {
    margin-left: 0em;
}

.wthree_agile_login ul li {
    letter-spacing: 1px;
    list-style: none;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    margin-top: -5px;
    font-size: -1.1em;
}
.wthree_agile_login ul li span{
	font-size:20px;
}
.single-agile-shar-buttons ul li:nth-child(1) {
    vertical-align: top;
}

.single-agile-shar-buttons ul li {
    display: inline-block;
    vertical-align: text-top;
}

.wthree_agile_login ul li i {
    color: #f4792c;
    font-size: 1em;
    padding-right: 7px;
}

.wthree_agile_login ul li a {
    color: #fff;
}

.wthree_agile_login ul li a:hover {
    color: #f4792c;
    text-decoration: none;
}

.banner-bottom-girds {
    width: 72%;
    z-index: 1;
    position: absolute;
    top: -21%;
}

.service_grid {
    margin: 2% 0 0;
}

/* hover-effect */

.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ih-item a {
    color: #333;
}

.ih-item img {
    width: 100%;
    height: 100%;
}

.ih-item.circle {
    position: relative;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    display: inline-block;
}

.ih-item.circle .img {
    position: relative;
    width: 230px;
    height: 230px;
    border-radius: 50%;
}

.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle .img img {
    border-radius: 50%;
}

.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.circle.effect17 .info {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect17 .info span {
    color: #fff;
    position: relative;
    font-size: 3em;
    margin: 0 30px;
    padding: 60px 0;
    height: 115px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect17 .info h3 {
    color: #fff;
    position: relative;
    font-size: 25px;
    margin: 0 30px;
    padding: 55px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect17 .info p {
    color: #fff;
    padding: 15px 0;
    margin: 82px 30px 0;
    font-size: 1.8em;
    font-weight: 500;
    text-transform: capitalize;
    opacity: 0;
    line-height: 1.4;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect17:hover .img:before,
.serviceinfo_agile.ih-item.circle.colored.effect17.active .img:before {
    box-shadow: inset 0 0 0 120px rgba(233, 97, 71, 0.56), inset 0 0 0 16px rgba(233, 97, 71, 0.63), 0 1px 2px rgba(233, 97, 71, 0.44);
    box-shadow: inset 0 0 0 120px rgba(233, 97, 71, 0.56), inset 0 0 0 16px rgba(233, 97, 71, 0.63), 0 1px 2px rgba(233, 97, 71, 0.44);
}

.ih-item.circle.effect17:hover .info,
.serviceinfo_agile.ih-item.circle.colored.effect17.active .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item.circle.effect17:hover .info p,
.serviceinfo_agile.ih-item.circle.colored.effect17.active .info p {
    opacity: 1;
}

/* //hover-effect */

/*-- //banner-bottom --*/

.section-w3ls {
    padding: 5em 0;
}
h3.w3lss-title {
    color: #000;
    font-size:59px;
    text-transform: capitalize;
    text-align: center;
	margin-bottom: 47px;
	
}

h3.w3lss-title span {
    font-weight: bold;
    font-size: 61px;
    color: #f00;
}
/*-- about --*/

h3.w3ls-title {
    color: #000;
    font-size: 3em;
    text-transform: capitalize;
    text-align: center;
	margin-top: 31px;
}

h3.w3ls-title span {
    font-weight: bold;
    font-size: 2em;
    color: #f00;
}

div#about {
    padding-top: 4em;
    position: relative;
   
    padding-bottom: 4em;
}

.w3ls-row.alert.wthree-about-right img {
    border: 7px solid #f00;
	
}
.plug p 
{
	    text-align: center;
    width: 82%;
    font-size: 19px;
    margin-left: 120px;
    margin-bottom: 16px;
    color: black;

}
.section-w3lsss p {
  
width: 111%;
margin: -17px auto;
color: #2c1d1d;
font-size: 19px;
}
.w3ls-row img {
    border: 6px solid #f00;
	width: 163%;
}

.wthree-about-w3left,
.wthree-about-w3right {
    padding: 0;
    overflow: hidden;
}

.wthree-about h5 {
   
    font-size: 1.5em;
    font-weight: 800;
    letter-spacing: 1px;
    color: red;
    text-align: left;
margin: 1em 0em;
}
.cert h4 
{
	color:red;
}
p.about-bottom {
    margin-top: 0.6em;
}

/*.w3ls-about-left {
    padding: 0 5em 0 0;
}*/

.w3ls-row {
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
}

.wthree-about-right {
    position: absolute;
    right: 0;
    width: 50%;
    top: -107px;
    left: 38%;
}

img.img-responsive {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.wthree-about-agiletext {
    padding: 3.26em 3em;
}

.wthree-about-w3right h4 {
    font-size: 2.1em;
    color: #000;
    margin-bottom: 0.5em;
}

a.more {
    font-size: 1em;
    color: #fff;
    background: #00bcd4;
    padding: .6em 1.8em;
    display: inline-block;
    margin-top: 1.5em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 4px solid transparent;
}

a.more:hover {
    background: #00BCD4;
    border-bottom-color: #04a6bb;
}

a.close {
    opacity: .4;
    margin: -1.5em -.5em 0 0;
    outline: none;
}

.w3ls-row.alert:hover img.img-responsive {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.tabcontent-grids {
    padding-top: 1em;
}

.numscroller {
    font-size: 2.5em;
    font-weight: 600;
    color: #f4792c;
    margin-bottom: 0;
    line-height: 1em;
}

.stats-grid {
    padding: 2em 1em;
    background: #eee;
    width: 46%;
    text-align: center;
    margin: 1em;
}

.stats-info p {
    color: #000;
    font-size: 1.5em;
    text-transform: capitalize;
}

.stat2 {
    padding-left: 0;
}

/*-- //about --*/

/*-- gallery --*/

.w3_tab_img_left {
    padding: 0;
}

.agile-gallery-info {
    padding: 1em;
    background: #ffffff;
    -webkit-box-shadow: -1px 1px 2px #d0d0d0;
    -moz-box-shadow: -1px 1px 2px #d0d0d0;
    box-shadow: -1px 1px 2px #d0d0d0;
}

.agile-gallery-info h5 {
    color: #000000;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    margin: 0;
}

.agile-gallery-info p {
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: .5em 0 0 0;
}

.agile-gallery-info {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.w3_tab_img_left:hover .agile-gallery-info {
    background: #fc7e46;
    color: #FFFFFF;
}

.w3_tab_img_left:hover .agile-gallery-info p {
    color: #FFFFFF;
}

.gallery-w3layouts {
    margin-top: 50px;
}

/*-- //gallery --*/

/*-- team --*/

.team-w3ls {
    margin-top: 3em;
}

.team.agileits-w3layouts {
    background: #fff;
}

.team-grid {
    text-align: left;
    padding: 0 1.5em;
}

.stats-bg {
    background: url(../images/stat.jpg) no-repeat center;
    min-height: 409px;
	background-size:cover;
}
.wthree-about h4 {
    margin: 2em 0 1.2em;
        margin-left: 0px;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
    margin-left: 6px;
}
.cert p {
    text-align: center;
    width: 113%;
    margin: 13px auto;
    color: #2c1d1d;
    font-size: 19px;
}
.stats-info.agileits-w3layouts {
    background: #f00;
    padding: 5em 3em 2.9em;
}

.team .img-w3l {
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.agileits-team-bottom h5 {
    font-size: 1.6em;
    margin: 0.8em 0 .4em;
    color: #e96147;
    font-weight: 600;
    letter-spacing: 2px;
}

.agileits-team-bottom {
    padding: 1em;
}

img.img-w3l.t1-wthree.img-responsive {
    padding: 0;
}

.team-grid .social-icons {
    margin: 0 0 0;
    padding: 0;
    border-width: 1px 1px 1px 0px;
}

/*-- social-icons --*/

.social-icons ul li {
    display: block;
    text-align: center;
    margin: 0;
}

.social-icons ul li a.fa {
    font-size: 1em;
    color: #fff;
    line-height: 2.6em;
    margin: 0;
}

.icon-border {
    position: relative;
}

.icon {
    vertical-align: top;
    overflow: hidden;
    margin: 0 4px;
    width: 35px;
    height: 35px;
}

.social-icons ul li a.fa:hover {
    color: #3b5998;
}

a.fa.fa-google-plus.icon.icon-border.googleplus:hover {
    color: #d34836;
}

a.fa.fa-twitter.icon.icon-border.twitter:hover {
    color: #4099ff;
}

a.fa.fa-dribbble.icon.icon-border.dribbble:hover {
    color: #ec4a89;
}

a.fa.fa-twitter.icon.icon-border.twitter {
    margin: 0;
}

.icon-border::before,
.icon-border::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.icon-border::before {
    z-index: 1;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

/* facebook */

.icon-border.facebook::before {
    -webkit-box-shadow: inset 0 0 0 48px #3b5998;
    -moz-box-shadow: inset 0 0 0 48px #3b5998;
    -o-box-shadow: inset 0 0 0 48px #3b5998;
    -ms-box-shadow: inset 0 0 0 48px #3b5998;
    box-shadow: inset 0 0 0 48px #3b5998;
}

.icon-border.facebook:hover::before {
    -webkit-box-shadow: inset 0 0 0 4px #3b5998;
    -moz-box-shadow: inset 0 0 0 4px #3b5998;
    -o-box-shadow: inset 0 0 0 4px #3b5998;
    -ms-box-shadow: inset 0 0 0 4px #3b5998;
    box-shadow: inset 0 0 0 4px #3b5998;
}

/* twitter */

.icon-border.twitter::before {
    -webkit-box-shadow: inset 0 0 0 48px #4099ff;
    -moz-box-shadow: inset 0 0 0 48px #4099ff;
    -o-box-shadow: inset 0 0 0 48px #4099ff;
    -ms-box-shadow: inset 0 0 0 48px #4099ff;
    box-shadow: inset 0 0 0 48px #4099ff;
}

.icon-border.twitter:hover::before {
    -webkit-box-shadow: inset 0 0 0 4px #4099ff;
    -moz-box-shadow: inset 0 0 0 4px #4099ff;
    -o-box-shadow: inset 0 0 0 4px #4099ff;
    -ms-box-shadow: inset 0 0 0 4px #4099ff;
    box-shadow: inset 0 0 0 4px #4099ff;
}

/* google plus */

.icon-border.googleplus::before {
    -webkit-box-shadow: inset 0 0 0 48px #d34836;
    -moz-box-shadow: inset 0 0 0 48px #d34836;
    -o-box-shadow: inset 0 0 0 48px #d34836;
    -ms-box-shadow: inset 0 0 0 48px #d34836;
    box-shadow: inset 0 0 0 48px #d34836;
}

.icon-border.googleplus:hover::before {
    -webkit-box-shadow: inset 0 0 0 4px #d34836;
    -moz-box-shadow: inset 0 0 0 4px #d34836;
    -o-box-shadow: inset 0 0 0 4px #d34836;
    -ms-box-shadow: inset 0 0 0 4px #d34836;
    box-shadow: inset 0 0 0 4px #d34836;
}

/* dribbble */

.icon-border.dribbble::before {
    -webkit-box-shadow: inset 0 0 0 48px #ec4a89;
    -moz-box-shadow: inset 0 0 0 48px #ec4a89;
    -o-box-shadow: inset 0 0 0 48px #ec4a89;
    -ms-box-shadow: inset 0 0 0 48px #ec4a89;
    box-shadow: inset 0 0 0 48px #ec4a89;
}

.icon-border.dribbble:hover::before {
    -webkit-box-shadow: inset 0 0 0 4px #ec4a89;
    -moz-box-shadow: inset 0 0 0 4px #ec4a89;
    -o-box-shadow: inset 0 0 0 4px #ec4a89;
    -ms-box-shadow: inset 0 0 0 4px #ec4a89;
    box-shadow: inset 0 0 0 4px #ec4a89;
}

/* rss */

.icon-border.rss::before {
    -webkit-box-shadow: inset 0 0 0 48px #ee802f;
    -moz-box-shadow: inset 0 0 0 48px #ee802f;
    -o-box-shadow: inset 0 0 0 48px #ee802f;
    -ms-box-shadow: inset 0 0 0 48px #ee802f;
    box-shadow: inset 0 0 0 48px #ee802f;
}

.icon-border.rss:hover::before {
    -webkit-box-shadow: inset 0 0 0 4px #ee802f;
    -moz-box-shadow: inset 0 0 0 4px #ee802f;
    -o-box-shadow: inset 0 0 0 4px #ee802f;
    -ms-box-shadow: inset 0 0 0 4px #ee802f;
    box-shadow: inset 0 0 0 4px #ee802f;
}

/*-- social-icons --*/

/*-- //team --*/

/*-- testimonials --*/

.testimonials .h3-w3l {
    color: #fff;
}

/*--/test-monials --*/

.test-review {
    padding: 2em;
    background: #eee;
    border: 13px solid #e2dfdf;
}

.test-review p {
    line-height: 2.2em;
    color: #000;
}

.test-review img {
    margin: 0 auto;
}

.test-review img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
}

.w3_about_grid_left h6 {
    color: #EB4549;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
}

.test-monials h5 {
    font-size: 20px;
    text-align: center;
    color: #000;
    text-transform: none;
    margin-top: 1em;
}

.test-review i {
    color: #e96147;
    font-size: 2em;
    margin: 0 0.5em;
}

.sreen-gallery-cursual {
    margin-top: 3em;
}

.img-agile h6 {
    font-size: 1.2em;
    color: #fff;
    margin-top: 1em;
}

.img-agile img {
    margin: 0 auto;
    border: 5px solid #d66047;
}

.test-tooltip1:after {
    content: '';
    position: absolute;
    left: -31px;
    border-color: #e96147;
    top: 40%;
    border-left: 9px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid rgb(233, 97, 71);
    transform: rotate(90deg);
    -webkit-transform: rotate(-92deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

/*-- //testimonials --*/

/*--services--*/

.services-right {
    float: left;
    width: 50%;
    background: #eee;
    padding: 2em 1em;
}

/*-- Effect 1--*/

.sr-icon {
    padding: 0;
}

.services-grid span {
    font-size: 1.5em;
    color: #f00;
    display: inline-block;
    z-index: 1;
    padding: 1em 1.5em;
}

/*--//Effect 1--*/

.services-grid h5 {
    font-size: 1.4em;
    margin: 0.8em 0 0em;
    color: #192021;
    text-transform: capitalize;
}

.services-grid p {
    margin-top: 10px;
}

.services-left h4 {
    color: #000000;
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: 700;
}

.services-grid.agileits-w3layouts h5 {
    color: #142340;
    font-size: 1.3em;
}

.services-grid {
    margin-bottom: 0.5em;
}

.services-left {
    border: 3px solid #f00;
    padding: 2em;
    border-radius: 10px;
    width: 32%;
    margin: 1em 5em 0 9em;
    float: left;
}

.services-left h5 {
    color: #e96147;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0.2em 0 0.4em;
    letter-spacing: 3px;
}

p.data {
    margin: 1em 0;
}

/*-- //table-book --*/

/*-- services --*/

.w3ls-section.services h2 {
    color: #fff;
}

.services-grid i.fa {
    font-size: 3em;
    color: #00bcd4;
}

.services-grid .agileits-w3layouts h5 {
    font-size: 1.6em;
    margin: 0.8em 0 .4em;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
}

/*-- //services --*/

/*-- services --*/

.agile-service-left h5 {
    font-size: 2.8em;
    line-height: 1.2;
    color: #005498;
}

.w3-agileits-service-grids {
    outline: 1px dashed #005498;
}

.agile-service-left,
.agile-service-right {
    padding: 1em;
}
.ass-grid img {
   
border: 1px solid;
margin-top: 44px;
}
.auto 
{
	text-align: center;
margin-top: 50px;
}
.menu-bg {
    background: url(../images/g6.jpg) no-repeat center;
    background-size: cover;
    min-height: 271px;
    border-radius: 25px;
    border: 10px solid #f00;
    min-height: 271px;
	margin-left: 284px;
}

h3.agileits-title {
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 2em;
    font-size: 3em;
}

.w3l-s2 {
    margin: 0 1em;
}

ul.b-list {
    list-style-type: unset;
    color: #000;
    text-transform: capitalize;
}

.agile_service_bottom_grids {
    margin-top: 1em;
}

.agileits_service_left {
    padding: 1em;
}

.agileits_service_left i {
    font-size: 2em;
    color: #ffb600;
    border: 2px solid #fff;
    padding: 0.4em;
    outline: 1px dotted #fff;
}

.agileits_service_right h4 {
    font-size: 1.5em;
    color: #fff;
    margin: 0.8em 0;
}

p.agile-p {
    margin: 0.5em 0;
}

/*-- //services  --*/

/*-- contact--*/

div#contact h4 {
    color: #192021;
    text-transform: capitalize;
}

h3.title-contact {
    font-size: 2.5em;
    font-weight: 300;
    color: #dedede;
    margin-bottom: 20px;
}

.contact-right-w3l input[type="text"],
.contact-right-w3l input[type="email"] {
    border: none;
    border: 1px solid #777;
    outline: none;
    padding: 15px;
    width: 48%;
    margin: 1%;
    margin-bottom: 1em;
    color: #000;
    float: left;
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-top: 13px;
}

.contact-right-w3l input[type="text"]:nth-child(1),
.contact-right-w3l input[type="email"] {
    margin: 1%;
}

.contact-right-w3l textarea {
    width: 98%;
    padding: 10px 15px;
    outline: none;
    resize: none;
    height: 100px;
    margin: 1%;
    border: none;
    font-size: 1.1em;
    letter-spacing: 1px;
    border: 1px solid #777;
    color: #000;
}

.contact-right-w3l input[type="submit"] {
    background: #000;
    color: #FFF;
    padding: .9em 1.8em;
    margin-top: 1.3em;
    border: none;
    outline: none;
    font-size: 1.1em;
    letter-spacing: 2px;
    display: block;
    margin: 1em auto 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    margin-top: 118px;
}

.contact-right-w3l input[type="submit"]:hover {
    background: #e96147;
    color: #000;
}

.contact-main {
    padding-top: 3em;
}

.contact-w3-agileits h3.h3-w3l {
    color: #0087c9;
    font-weight: 500;
}

.contact-left-w3ls {
    padding: 2em 1em;
    background: #eee;
}

.contact-form-w3l h3:before {
    width: 35%;
}

.contact-left-w3ls .glyphicon {
    font-size: 1.5em;
    padding: 0.3em 0;
    color: #ffa100;
}

.contact-left-w3ls p {
    letter-spacing: 1px;
}

.contact-left-w3ls a {
    color: #777;
}

.contact-left-w3ls a:hover {
    color: #e8870b;
}

.contact-left-w3ls h4 {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.4em;
    margin: 0.3em 0 0.5em 0;
}

.contact-right-w3l {
    padding: 4em 0;
}

.map iframe {
    width: 100%;
    min-height: 362px;
    border: 10px solid #f00;
}

.contact-grid-agileinfo {
    padding: 1em 2em;
}

.contact-icon-wthree {
    float: left;
}

.contact-text-agileinfo {
    float: left;
    margin-left: 1em;
    text-align: left;
}

.contact-icon-wthree {
    float: left;
    padding: 0;
    margin-top: 5px;
}

/*-- //contact --*/

/*-- footer --*/
.w3l_footer {
    background: #0e0e0e;
    padding: 3em 0;
    margin-top: 65px;
}
.w3ls_footer_grid {
    margin: 0 auto;
    text-align: center;
}
.w3ls_footer_grid_left {
    width: 33.3%;
}
.w3ls_footer_grid_left h4 {
    font-size: 1.2em;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 1.6em;
    font-weight: 600;
}
.w3ls_footer_grid_left ul li {
    display: inherit;
    color: #9c9c9c;
    line-height: 34px;
}
.w3ls_footer_grid_left {
    width: 33.3%;
}
.w3ls_footer_grid_left p {
    color: #9c9c9c;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 34px;
	width: 98%;
}
.copy-right {
    padding: 15px 0;
    background: #020202;
}
.copy-right p {
    margin: 0px 0 0 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}
.copy-right p a {
    color:#f00;
}

/*-- //footer --*/

.popupContainer {
    position: absolute;
    width: 330px;
    height: auto;
    left: 45%;
    top: 80px;
    background: #FFF;
}

.btn {
    padding: 10px 20px;
    font-family: 'Mukta Mahee', sans-serif;
}

h3.other-nw {
    margin: 16px 0;
}

button.btn.btn-primary {
    background-color: #003b64;
    padding: 3px 16px 5px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    font-family: 'Mukta Mahee', sans-serif;
}

button.btn.btn-primary.btn-sm,
button.btn.btn-default.btn-sm {
    background-color: #e96147;
    padding: 7px 18px 7px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    width: 100%;
    outline: none;
    font-size: 1em;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color: #fff;
    font-family: 'Mukta Mahee', sans-serif;
}

button.btn.btn-primary.btn-sm:hover,
button.btn.btn-default.btn-sm:hover {
    color: #fff;
    background-color: #192021;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a.btn.btn-primary {
    background-color: #3a5795;
    font-family: 'Mukta Mahee', sans-serif;
    color: #fff;
    border: none;
}

a.btn.btn-danger {
    background-color: #e04006;
    border: none;
}

.btn-danger:hover {
    background-color: #e04006;
    border: none;
}

.modal-content {
    border-radius: 0;
    box-shadow: none;
}

.modal-dialog {
    margin: 16em auto 0;
}

.modal-header {
    padding: 1.5em 2em 2em;
}

.modal-body {
    padding: 2em 3em 3em;
}

h4.modal-title {
    color: #000;
    font-size: 2em;
    margin-top: 2em;
    text-transform: capitalize;
}

.newsletter h6 {
    font-size: 1.2em;
    line-height: 1.5;
    text-transform: capitalize;
    color: #000;
    margin: 0em 0 2em;
}

.btn_red:hover {
    background: #9F9F9F;
}

a.btn {
    text-align: center;
    text-decoration: none;
}

.one_half {
    width: 50%;
    display: block;
    float: left;
}

.one_half.last {
    width: 45%;
    margin-left: 5%;
}

/* Popup Styles*/

.popupHeader {
    font-size: 16px;
    text-transform: uppercase;
}

.popupHeader {
    background: #F4F4F2;
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #DDD;
    font-weight: bold;
}

.popupHeader .modal_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    background: #E4E4E2;
    cursor: pointer;
    color: #aaa;
    font-size: 16px;
}

.popupBody {
    padding: 20px;
}

/*-- about-bottom --*/

h3.h3-w3l,
h2.h3-w3l {
    text-align: center;
    font-size: 2.5em;
    color: #000;
    margin-bottom: 1.2em;
    text-transform: capitalize;
}

.about-w3right {
    background: url(../images/about.jpg) no-repeat center;
    background-size: cover;
    min-height: 333px;
}

.agileits-title {
    text-align: center;
}

.agileits-title h3 {
    font-size: 3.5em;
    color: #000;
    display: inline-block;
    padding: .1em 0.5em;
    margin: 0.3em 1.3em;
}

.about-w3right {
    padding: 0 2em;
}

.about-w3left img {
    width: 100%;
}

/*-- panel --*/
.textt-info img 
{
  
width: 30%;
}
.text-info img 
{
  
width: 30%;
}
.text-info p {
    width: 41%;
    float: left;
    line-height: 45px;
    color: #f3e8e8;
}
.textt-info p {
    width: 41%;
    float: left;
    color: #f3e8e8;
}
.text-info1 p {
    width: 41%;
    float: left;
    line-height: 45px;
    color: #f3e8e8;
}
.text-info2 p {
    width: 41%;
    float: left;
    line-height: 45px;
    color: #f3e8e8;
}
.text-info3 p {
    width: 41%;
    float: left;
    line-height: 45px;
    color: #f3e8e8;
}
.text-info4 p {
    width: 41%;
    float: left;
    line-height: 45px;
    color: #f3e8e8;
}
.text-info5 p {
    width: 41%;
    float: left;
    line-height: 45px;
    color: #f3e8e8;
}
.text-info6 p {
    width: 41%;
    float: left;
    line-height: 45px;
    color: #f3e8e8;
}
/*-- //panel --*/

/*-- timing --*/

.agile_timing_left {
    background: url(../images/7.jpg) no-repeat center;
    min-height: 379px;
}

.agile_timing_right {
    padding: 0 2em 2em;
}

.agile_timing_right a {
    color: #7fbb00;
    text-decoration: none;
    display: block;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 1em;
    line-height: 2em;
}

.agile_timing_right a:hover {
    color: #fff;
}

.agile_timing_right h4 {
    margin: 0 0 1em 0;
    color: #fff;
    font-size: 1.8em;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
}

.agile_timing_right ul li {
    list-style-type: none;
    margin-bottom: 1em;
    color: #eee;
    font-size: 1em;
    letter-spacing: 2px;
    word-spacing: 1px;
}

li.wthree-time-title {
    background: #7fbb00;
    padding: 0.2em 1em;
    display: inline-block;
}

.agile_timing_right ul li:last-child {
    margin-bottom: 0;
}

.agile_timing_right p a:hover {
    color: #212121;
}

/*-- //timing --*/

/* slide */

.slide {
    background: url(../images/b2.jpg) no-repeat center;
    background-size: cover;
    min-height: 350px;
    padding: 9em;
}

.slide h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 5em;
    text-shadow: 2px 6px 1px #000;
    font-weight: 600;
}

.slide p {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 10px;
    text-shadow: 0px 3px 2px #000;
    font-weight: 600;
    word-spacing: 8px;
}

/* //slide */

.grid {
    position: relative;
    margin: 2em auto;
    padding: 1em 0 4em;
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
}

.grid figure:nth-child(odd) {
    margin: 0 0 1em 0;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-transform: capitalize;
}

.grid figure figcaption::before,
.grid figure figcaption::after {}

.grid figure h4,
.grid figure p {
    margin: 0;
}

.grid figure h4 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

/***** Bubba *****/

/*---------------*/

figure.w3l-service-hover h4 {
    font-size: 0.9em;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 5% 0;
    background: #f00;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.w3l-service-hover p {
    padding: 1em 1em 0;
    color: #a79a9a;
    opacity: 0;
    font-size: 0.9em;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.w3l-service-hover:hover figcaption::before,
figure.w3l-service-hover:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.w3l-service-hover:hover h4,
figure.w3l-service-hover:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.grid figure img :hover {
    background: rgba(214, 96, 71, 0.76);
}
.maps {
    position: relative;
}
h2.contact-title {
    letter-spacing: 1px;
    font-size: 36px;
}
.maps iframe {
    outline: none;
    border: none;
        width: 151%;
    height: 250px;

}
.conta-posi-w3ls {
    background: linear-gradient(to left, #1371a7, #0a67aa);
   width: 117%;
position: absolute;
top: 28%;
right: -78%;
}
.conta-posi-w3ls h6 {
    font-size: 28px;
    letter-spacing: 1px;
    color:white;
    text-align: center;
}
.conta-posi-w3ls p {
    color: #efefef;
}
.conta-posi-w3ls p {
    color: #efefef;
}
.tabs-grids 
{
    margin-top: 39px;
}
.text-info 
{
     background: url(../images/nav.jpg) no-repeat center;
    background-size: cover; 
  
}
.textt-info 
{
     background: url(../images/nav.jpg) no-repeat center;
    background-size: cover; 
  
}
.top_spl_courses 
{
	 background: url(../images/nav.jpg) no-repeat center;
    background-size: cover; 
}
/*-- services --*/
.count {
    background: url(../images/banner44.jpg) no-repeat 0px 0px fixed;
        background-size: auto auto;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
    padding: 8em 0 5em;
	margin-bottom: -64px;
}
.t-head {
    text-align: center;
    margin-bottom: 3em;
}
h3.head {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: bold;
    color: #1f48a9;
    margin-bottom: 0.3em;
}
.vend 
{
	text-align:center;
	margin-top: 23px;
}
h3.white-color {
    color: #f00 !important;
}
p.white-color {
    color: #fff;
}
.agile_count_grid ul li {
    font-size: 1.5em;
    color: #fff;
    list-style-type: none;
    padding: 5px;
}
.agile_count_grid1 ul li {
    font-size: 1.5em;
    color: #000;
    list-style-type: none;
    padding: 5px;
}
.agile_count_grid ul li span {
    color: #EC7B16;
    margin-right: 15px;
}
.agile_count_grid1 ul li span {
    color: #EC7B16;
    margin-right: 15px;
}
.wthreee-about h5 {
    margin: 0em 0 1.2em;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 1px;
    color:red;
}
.section-w3lss p {
    text-align: center;
    width: 113%;
   
    color: #2c1d1d;
    font-size: 19px;
}
/* inner-bg*/
.section-w3ls p 
{
text-align: left;

margin: 1em 0em;
color: #2c1d1d;
font-size: 19px;
}
.w3ls-row span{
    color: #f00;
font-weight: 800;
font-size: 20px;
}
.aa  img 
{
   
}
table, tr, td, th {
    font-size: 1.1em;
}
table, tr, td {
    color: #000;
    padding: 6px;
    vertical-align: text-bottom;
}

th {
    color: red;
    font-size: 1.2em;
}
.footer-office-hour1{
    margin:20em 1em 4em 1em;
}
.footer-office-hour2{
    margin: 1em
}
.profile h5
{
	text-align: center;
margin: 33px auto;
font-size: 20px;
}
.inner-bg {
    background: url(../images/qq.jpg) no-repeat center;
    background-size: cover;
    min-height: 300px;
}

/* inner-bg */

.contact-icon-wthree span {
    color:#f00;
    font-size: 1.5em;
}

/* -- Responsive code -- */

@media screen and (max-width: 1600px) {
	.m_nav_item {
    margin: -2px 0em;
}
		
}

@media screen and (max-width: 1440px) {
	.m_nav_item {
    margin: -2px 0em;
}
		
    #m_nav_menu {
        right: 9.3%;
    }
    
    .banner-bottom-girds {
        width: 78%;
    }
    .banner-bottom-girds {
        width: 83%;
    }
    .stats-grid {
        width: 45%;
    }
    .stats-bg {
        min-height: 408px;
    }
}

@media screen and (max-width: 1366px) {
        .top-header-w3layouts {
  padding: 1em;

}
	.m_nav_item {
    margin: -2px 0em;
}
    #m_nav_menu {
        right: 7%;
    }
}

@media screen and (max-width: 1280px) {
        .top-header-w3layouts {
    padding: 0em;
    margin-left: -70px;
}
	.m_nav_item {
    margin: -2px 0em;
}
	#m_nav_container {
    top: 153px;
	}
    .banner-bottom-girds {
        width: 88%;
    }
    .stats-grid {
        width: 44%;
    }
}

@media screen and (max-width: 1080px) {
    .list {
    width: 32%;
    }
    .agilee2 {
    margin-left: -103px;
}
     .w3_agile_logo ul li {
   margin-top: -64px;
margin-right: -28px;
}
      .conta-posi-w3ls {
   top: 30%;
width: 53%;
right: 16%;
}
 .maps iframe 
    {
        width:155%;
        height: 267px;
    }
    conta-posi-w3ls {
    top: 37%;
}
  
       .top-header-w3layouts {
    padding: 0em;
    margin-left: -70px;
}
		.ass-grid img {
    margin-left: 10em;
	}
	.m_nav_item {
    margin: -2px 0em;
}
	#m_nav_container {
    top: 153px;
	}
    #m_nav_menu {
        right: 5%;
    }
    .baner-info {
        padding-top: 13em;
    }
    .baner-info h3 {
        font-size: 4.3em;
    }
    .banner-bottom-girds {
        width: 87%;
    }
    .grid figure figcaption {
        padding: 2em 1em;
    }
    .services-left {
        margin: 1em 5em 0 6em;
        width: 33%;
    }
    .agile_timing_right {
        padding: 0 1em 2em;
    }
    .wthree-about-right {
        top: -75px;
    }
    .wthree-about h5 {
        font-size: 1.4em;
    }
    .stats-grid {
        width: 43%;
    }
    .footer-office-hour1 {
   margin: 21em 0em 0em 1em;
}
}

@media screen and (max-width: 1050px) {
    .list {
    width: 32%;
    }
    .agilee2 {
    margin-left: -103px;
}
     .w3_agile_logo ul li {
   margin-top: -64px;
margin-right: -28px;
}
      .conta-posi-w3ls {
   top: 30%;
width: 53%;
right: 16%;
}
 .maps iframe 
    {
        width:155%;
        height: 267px;
    }
          .top-header-w3layouts {
    padding: 0em;
    margin-left: -55px;
}
		.ass-grid img {
    margin-left: 10em;
	}
	.m_nav_item {
    margin: -2px 0em;
}
	#m_nav_container {
    top: 153px;
	}
    .ih-item.circle .img,
    .ih-item.circle {
        width: 200px;
        height: 200px;
    }
    .ih-item.circle.effect17 .info p {
        margin: 66px 30px 0;
        font-size: 1.6em;
    }
    .banner-bottom-girds {
        width: 90%;
    }
    .footer-office-hour1 {
   margin: 21em 0em 0em 1em;
}
}

@media screen and (max-width: 1024px) {
    .list {
    width: 32%;
    }
    .agilee2 {
    margin-left: -103px;
}
     .w3_agile_logo ul li {
   margin-top: -64px;
margin-right: -28px;
}
     .conta-posi-w3ls {
   top: 30%;
width: 53%;
right: 16%;
}
 .maps iframe 
    {
        width:155%;
        height: 267px;
    }
        .top-header-w3layouts {
    padding: 0em;
    margin-left: -42px;
}
	.ass-grid img {
    margin-left: 10em;
	}
	.m_nav_item {
    margin: -2px 0em;
}
	#m_nav_container {
    top: 153px;
	}
	
    #m_nav_menu {
        right: 2.5%;
    }
    h3.w3ls-title span {
        font-size: 1.8em;
    }
    .slide {
        min-height: 286px;
        padding: 7em 0 0;
    }
    .slide h4 {
        font-size: 4.5em;
    }
    .footer-office-hour1 {
   margin: 21em 0em 0em 1em;
}
   
}

@media screen and (max-width: 991px) {
    .list {
    width: 32%;
    }
           .text-info p {
  width: 45%;
line-height: 35px;
}
.text-info img {
    width: 31%;
}
.textt-info img {
    width:27%;
}
.textt-info p {
    width: 44%;
}
    .agilee2 {
   margin-top: -108px;
margin-left: 151px;
}
    .w3_agile_logo ul li {
    margin-top: -50px;
    margin-right: -66px;
}
     .conta-posi-w3ls {
   top: 30%;
width: 41%;
right: 16%;
}
 .maps iframe 
    {
        width:68%;
        height: 267px;
    }
    .conta-posi-w3ls {
    top: 38%;
    width: 42%;
}
      .top-header-w3layouts {
    padding: 0em;
    margin-left: -136px;
}
  
	.cerrt p {
    width: 101%;
}
	.ass-grid img {
    margin-left:14em;
    margin-top: 44px;
} 
	.menu-bg {
    margin-left: 162px;
}
.panel-title a.pa_italic.collapsed {
    width: 100%;
}
.panel-title a {
    width: 100%;
}
.panel-body {
    width: 100%;
}
	.w3ls_footer_grid_left {
    width: 98.3%;
}
iframe {
	width: 57%;
}
		#m_nav_container {
    top:117px;
	}
	.w3_agile_logo h1 a img {
        width:88%;
    }
    #m_nav_menu {
        right: 12%;
    }
    #m_nav_menu {
        top: 3%;
    }
    .m_nav_item {
        margin: 0 0.8em;
    }
    .w3_agile-footer1.f2 {
        padding: 2em 0;
    }
    h3.h3-w3l,
    h2.h3-w3l {
        font-size: 2.3em;
        margin-bottom: 1em;
    }
    .section-w3ls {
        padding: 4em 0;
    }
    figure.col-md-3.col-xs-6.w3l-service-hover:nth-child(3) {
        clear: both;
    }
    .agile_timing_right {
        margin: 3em 0 1em;
    }
    .services-right {
        float: none;
        width: 100%;
    }
    .services-left {
        margin: 3em 0 0;
        width: 100%;
        float: none;
    }
    .wthree-about-right {
        position: inherit;
        top: 0;
        left: 0;
    }
    .wthree-about-left {
        width: 39%;
    }
    .w3ls-row {
        margin: 3em 0 0;
    }
    .team-grid {
        width: 50%;
    }
    .social-icons ul li {
        float: left;
    }
    .agileits-team-bottom h5 {
        margin: 0 0 .4em;
    }
    .team-grid:nth-child(even) {
        margin-bottom: 2em;
    }
    .baner-info h3 {
        font-size: 4em;
    }
    .banner-bottom-girds {
        width: 87%;
        left: 7%;
        top: -13%;
    }
    .ih-item.circle .img,
    .ih-item.circle {
        width: 190px;
        height: 190px;
    }
    .baner-info {
        padding-top: 9em;
    }
    .service_grid {
        width: 24%;
    }
    .footer-office-hour1 {
    margin: 0em;
}
}

@media screen and (max-width: 900px) {
    .list {
    width: 32%;
    }
           .text-info p {
  width: 45%;
line-height: 35px;
}
.text-info img {
    width: 31%;
}
.textt-info img {
    width:27%;
}
.textt-info p {
    width: 44%;
}
    .agilee2 {
   margin-top: -108px;
margin-left: 151px;
}
    .w3_agile_logo ul li {
    margin-top: 0px;
    font-size: 18px;
    margin-right:313px;
}
#container {
    padding: 26px 0;
}
     .conta-posi-w3ls {
   top: 30%;
width: 41%;
right: 16%;
}
 .maps iframe 
    {
        width:68%;
        height: 267px;
    }
      .top-header-w3layouts {
    padding: 0em;
    margin-left: -90px;
    margin-top: 26px;
}
	.cerrt p {
    width: 101%;
}
	.ass-grid img {
    margin-left:14em;
    margin-top: 44px;
} 
	.menu-bg {
    margin-left: 162px;
}
.panel-title a.pa_italic.collapsed {
    width: 100%;
}
.panel-title a {
    width: 100%;
}
.panel-body {
    width: 100%;
}
	.w3ls_footer_grid_left {
    width: 96.3%;
}
iframe {
	width: 60%;
}
	.callbacks_tabs {
    top: 93%;
left: 46.5%;

}
.rslides img {
    width: 98%;
height: 358px;
}
 #banner {
    height: 348px;
    width: 94%;
     border: 10px #fff solid; 
}
		#m_nav_container {
    top:117px;
	}
	.w3_agile_logo h1 a img {
        width:88%;
    }
    #m_nav_menu {
        right: 8%;
    }
    #m_nav_container {
        text-align: left;
    }
    .m_nav_item {
        margin: 0 0.5em 0 2em;
    }
    #m_nav_container {
        width: 100%;
     
    }
    .baner-info h3 {
        font-size: 3.6em;
    }
    .ih-item.circle .img,
    .ih-item.circle {
        width: 180px;
        height: 180px;
    }
    .ih-item.circle.effect17 .info p {
        margin: 57px 30px 0;
        font-size: 1.5em;
    }
    .contact-left-w3ls h4 {
        font-size: 1.2em;
    }
    .map iframe {
        min-height: 343px;
    }
    .w3_agile_logo h1 a {
        font-size: 1.05em;
    }
   
    .agile-gallery-info h5 {
        font-size: 1.1em;
        letter-spacing: 3px;
    }
    .wthree-about h5 {
        margin: 1em 0 0.8em;
    }
    .footer-office-hour1 {
    margin: 0em;
}
}

@media screen and (max-width: 800px) {
    .list {
    width: 32%;
    }
         .text-info p {
  width: 45%;
line-height: 35px;
}
.text-info img {
    width: 31%;
}
.textt-info img {
    width:27%;
}
.textt-info p {
    width: 44%;
}
    .agilee2 {
   margin-top: -108px;
margin-left: 151px;
}
      .w3_agile_logo ul li {
    margin-top: 0px;
    font-size: 18px;
    margin-right:313px;
}
#container {
    padding: 26px 0;
}
     .conta-posi-w3ls {
   top: 30%;
width: 41%;
right: 16%;
}
 .maps iframe 
    {
        width:68%;
        height: 267px;
    }
      .top-header-w3layouts {
    padding: 0em;
    margin-left: -40px;
    margin-top: 26px;
}
	.cerrt p {
    width: 101%;
}
		.plug p {
    width: 98%;
    font-size: 18px;
    margin-left: 5px;
}
	.ass-grid img {
    margin-left:14em;
    margin-top: 44px;
} 
	.menu-bg {
    margin-left: 162px;
}
.panel-title a.pa_italic.collapsed {
    width: 100%;
}
.panel-title a {
    width: 100%;
}
.panel-body {
    width: 100%;
}
	.w3ls_footer_grid_left {
    width: 96.3%;
}
iframe {
	width: 59%;
}
	.callbacks_tabs {
    top: 92%;
    left: 44.5%;

}
.rslides img {
    width: 98%;
height: 254px;
}
 #banner {
    height: 244px;
    width: 94%;
     border: 10px #fff solid; 
}
		#m_nav_container {
    top:117px;
	}
	.w3_agile_logo h1 a img {
        width:88%;
    }
    #m_nav_menu {
        right: 3%;
    }
    #m_nav_menu {
        top: 3%;
    }
    .m_nav_item {
        margin: 0 0.5em 0 1.5em;
    }
    .inner-bg {
        min-height: 245px;
    }
    .contact-right-w3l {
        padding: 3em 0;
    }
    .slide h4 {
        font-size: 4.2em;
    }
    .slide {
        min-height: 260px;
    }
    .agileits-team-bottom h5 {
        font-size: 1.5em;
        letter-spacing: 1px;
    }
    .baner-info h3 {
        font-size: 3.4em;
    }
    .banner-bottom-girds {
        width: 98%;
        left: 1%;
    }
    .footer-office-hour1 {
    margin: 0em;
}
}

@media screen and (max-width: 768px) {
    .list {
    width: 88%;
}
         .text-info p {
    width: 106%;
    line-height: 36px;
}
.text-info img {
    width: 72%;
}
.textt-info img {
    width: 72%;
}
.textt-info p {
    width: 108%;
}
    .agilee2 {
   margin-top: -108px;
margin-left: 151px;
}
      .w3_agile_logo ul li {
    margin-top: 0px;
    font-size: 18px;
    margin-right:261px;
}
#container {
    padding: 26px 0;
}
     .conta-posi-w3ls {
   top: 30%;
width: 41%;
right: 16%;
}
 .maps iframe 
    {
        width:68%;
        height: 267px;
    }
    .top-header-w3layouts {
    padding: 0em;
    margin-left: -24px;
    margin-top: 25px;
}
  
	.cerrt p {
    width: 101%;
}
		.plug p {
    width: 98%;
    font-size: 18px;
    margin-left: 5px;
}
.section-w3lsss p {
    width: 104%;
	}
		.section-w3lss p {
    width: 104%;
	}
		.cert p {
    width: 104%;
	}
	.ass-grid img {
    margin-left:14em;
    margin-top: 44px;
} 
	.menu-bg {
    margin-left: 162px;
}
.panel-title a.pa_italic.collapsed {
    width: 100%;
}
.panel-title a {
    width: 100%;
}
.panel-body {
    width: 100%;
}
	.w3ls_footer_grid_left {
    width: 95.3%;
}
iframe {
	width: 60%;
}
	.callbacks_tabs {
    top: 92%;
    left:46.5%;

}
.rslides img {
    width: 98%;
height: 254px;
}
 #banner {
    height: 244px;
    width: 94%;
     border: 10px #fff solid; 
}
		#m_nav_container {
    top:117px;
	}
	.w3_agile_logo h1 a img {
        width:88%;
    }
    .m_nav_item {
        margin: 0 0.5em 0 1.3em;
    }
    h4.modal-title {
        font-size: 1.8em;
    }
    .newsletter h6 {
        font-size: 1.15em;
    }
    h3.w3ls-title span {
        font-size: 1.6em;
    }
    .agile-gallery-info {
        padding: 12px 0;
    }
    .footer-office-hour1 {
    margin: 0em;
}
}


@media screen and (max-width: 736px) {
    .list {
    width: 88%;
}
        .text-info p {
    width: 106%;
    line-height: 36px;
}
.text-info img {
    width: 72%;
}
.textt-info img {
    width: 72%;
}
.textt-info p {
    width: 108%;
}
    .agilee2 {
   margin-top: -108px;
margin-left: 151px;
}
      .w3_agile_logo ul li {
    margin-top: 0px;
    font-size: 18px;
    margin-right:261px;
}
#container {
    padding: 26px 0;
}
        .conta-posi-w3ls {
   top: 30%;
width: 41%;
right: 16%;
}
 .maps iframe 
    {
        width:68%;
        height: 267px;
    }
      .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}
.navbar-nav {
    text-align: center;
}
li.nav-item {
    margin-top: 0.2em;
}
.nav-link, .dropdown-item {
    display: inline-block;
}

	.navbar-light .navbar-toggler {
    border: 2px solid rgb(190, 237, 247);
    background: rgba(255, 255, 255, 0.30);
	}
     .top-header-w3layouts {
    padding: 1em;
    margin-left: -15px;
    margin-top: 26px;
}
	.cerrt p {
    width: 101%;
}
		.plug p {
    width: 98%;
    font-size: 18px;
    margin-left: 5px;
}
	.section-w3lsss p {
    width: 104%;
	}
		.section-w3lss p {
    width: 104%;
	}
		.cert p {
    width: 104%;
	}
	.ass-grid img {
    margin-left:14em;
    margin-top: 44px;
}
	.menu-bg {
    margin-left: 162px;
}
.panel-title a.pa_italic.collapsed {
    width: 100%;
}
.panel-title a {
    width: 100%;
}
.panel-body {
    width: 100%;
}
	.w3ls_footer_grid_left {
    width: 96.3%;
}
iframe {
    width: 47%;
}
	.callbacks_tabs {
    top: 92%;
    left: 43.5%;

}
.rslides img {
    width: 98%;
height: 254px;
}
 #banner {
    height: 244px;
    width: 94%;
     border: 10px #fff solid; 
}
		#m_nav_container {
    top:117px;
	}
	.w3_agile_logo h1 a img {
        width:88%;
    }
    .banner-bottom-girds {
        width: 100%;
        left: 0%;
    }
    .baner-info {
        padding-top: 7em;
        padding-left: 6em;
    }
    input#email1.form-control {
        margin-bottom: 1em;
    }
    #m_nav_menu {
        right: 1%;
    }
    .m_nav_item {
        margin: 0 0.5em 0 1.1em;
    }
    .modal-dialog {
        width: 72%;
        margin: 13em auto 0;
    }
    .contact-right-w3l input[type="text"],
    .contact-right-w3l input[type="email"] {
        padding: 10px 15px;
    }
    .contact-right-w3l textarea {
        height: 150px;
    }
    h3.h3-w3l,
    h2.h3-w3l {
        font-size: 2em;
        margin-bottom: 0.5em;
    }
    .slide h4 {
        font-size: 3.8em;
    }
    h3.agileits-title {
        margin-bottom: 1.5em;
        font-size: 2.7em;
    }
    .wthree-about-right {
        width: 100%;
    }
    .wthree-about-left {
        width: 45%;
        float: left;
    }
    .w3ls-about-left {
        padding: 0 1em;
    }
    .wthree-about h5 {
        padding: 0 1em;
    }
    .test-review {
        padding: 1em;
    }
    .img-agile {
        float: none;
    }
    .test-review {
        width: 100%;
        float: none;
    }
    .test-tooltip1:after {
        left: 44px;
        top: -22%;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    .w3_agile-footer1.f1 p {
        font-size: 1em;
    }
}

@media screen and (max-width: 667px) {
    .list {
    width: 88%;
}
        .text-info p {
    width: 106%;
    line-height: 36px;
}
.text-info img {
    width: 100%;
}
.textt-info img {
    width: 100%;
}
.textt-info p {
    width: 108%;
}
    .agilee2 {
   margin-top: -108px;
margin-left: 151px;
}
     .w3_agile_logo ul li {
    margin-top: 0px;
    font-size: 18px;
    margin-right:261px;
}
#container {
    padding: 26px 0;
}
      .conta-posi-w3ls {
   top: 30%;
width: 52%;
right: -1%;
}
 .maps iframe 
    {
        width: 86%;
        height: 267px;
    }
     .top-header-w3layouts {
    padding: 1em;
    margin-left: -15px;
    margin-top: 25px;
}
	.cerrt p {
    width: 101%;
}
		.plug p {
    width: 98%;
    font-size: 18px;
    margin-left: 5px;
}
	.section-w3lsss p {
    width: 104%;
	}
		.section-w3lss p {
    width: 104%;
	}
		.cert p {
    width: 104%;
	}
	.ass-grid img {
    margin-left:10em;
    margin-top: 44px;
}
	.menu-bg {
    margin-left: 114px;
}
.panel-title a.pa_italic.collapsed {
    width: 100%;
}
.panel-title a {
    width: 100%;
}
.panel-body {
    width: 100%;
}
	.w3ls_footer_grid_left {
    width: 96.3%;
}
iframe {
    width: 47%;
}
	.callbacks_tabs {
    top: 92%;
    left: 39.5%;

}
.rslides img {
    width: 97%;
height: 254px;
}
 #banner {
    height: 244px;
    width: 94%;
     border: 10px #fff solid; 
}	
	#m_nav_container {
    top:117px;
	}
	.w3_agile_logo h1 a img {
        width:88%;
    }
    .m_nav_item {
        margin: 0 0 0 0.3em;
    }
    .baner-info h3 {
        font-size: 3.3em;
    }
    .service_grid {
        width: 43%;
    }
    .banner-bottom-girds {
        width: 78%;
        left: 17%;
    }
  
    .w3_agile-footer1.f1 h2 a {
        font-size: 1.2em;
    }
    h4.modal-title {
        font-size: 1.6em;
    }
    .inner-bg {
        min-height: 210px;
    }
    .w3_tab_img_left {
        width: 50%;
        float: left;
    }
    .slide {
        min-height: 230px;
        padding: 6em 0 0;
    }
    .services-left h4 {
        font-size: 2.3em;
    }
    h3.agileits-title {
        margin-bottom: 1.3em;
        font-size: 2.6em;
    }
    .stats-info.agileits-w3layouts {
        padding: 2em 3em;
    }
    .stats-grid {
        width: 45%;
    }
    .stats-bg {
        min-height: 375px;
    }
    .footer-office-hour1 {
    margin: 0em;
}
}

@media screen and (max-width: 640px) {
    .list {
    width: 88%;
}
        .text-info p {
    width: 106%;
    line-height: 36px;
}
.text-info img {
    width: 100%;
}
.textt-info img {
    width: 100%;
}
.textt-info p {
    width: 108%;
}
    .agilee2 {
   margin-top: -108px;
margin-left: 151px;
}
     .w3_agile_logo ul li {
    margin-top: 0px;
    font-size: 18px;
    margin-right:261px;
}
#container {
    padding: 26px 0;
}
      .conta-posi-w3ls {
   top: 30%;
width: 52%;
right: -1%;
}
 .maps iframe 
    {
        width: 86%;
        height: 267px;
    }
     .top-header-w3layouts {
    padding: 1em;
    margin-left: -15px;
    margin-top: 21px;
}
	.cerrt p {
    width: 101%;
}
		.plug p {
    width: 98%;
    font-size: 18px;
    margin-left: 5px;
}
.section-w3lsss p {
    width: 105%;
	}
		.section-w3lss p {
    width: 105%;
	}
		.cert p {
    width: 105%;
	}
	.ass-grid img {
    margin-left:10em;
    margin-top: 44px;
}
	.menu-bg {
    margin-left: -1px;
}
.panel-title a.pa_italic.collapsed {
    width: 100%;
}
.panel-title a {
    width: 100%;
}
.panel-body {
    width: 100%;
}
		.w3ls_footer_grid_left {
    width: 101.3%;
}
iframe 
{
	width: 59%;
}
	.callbacks_tabs {
    top: 92%;
    left: 43.5%;

}
.rslides img {
    width: 97%;
height: 254px;
}
 #banner {
    height: 244px;
    width: 94%;
     border: 10px #fff solid; 
}
		#m_nav_container {
    top:117px;
	}
	.w3_agile_logo h1 a img {
        width:88%;
    }
    .m_nav_item {
        margin: 0 0 0 0em;
    }
    .baner-info h3 {
        font-size: 3.1em;
    }
    .modal-header {
        padding: 1.5em 1em 2em;
    }
    h3.w3ls-title {
        font-size: 2.8em;
    }
    .section-w3ls {
        padding: 3em 0;
    }
    .w3_agile_logo h1 a {
        font-size: 1em;
    }
    .w3_agile_logo {
        padding: 5px 0;
    }
    .services-left h4 {
        font-size: 2.2em;
    }
    .stats-grid {
        width: 44%;
    }
    .footer-office-hour1 {
    margin: 0em;
}
}

@media screen and (max-width: 600px) {
    .list {
    width: 88%;
}
        .text-info p {
    width: 106%;
    line-height: 36px;
}
.text-info img {
    width: 100%;
}
.textt-info img {
    width: 100%;
}
.textt-info p {
    width: 108%;
}
    .agilee2 {
   margin-top: -108px;
margin-left: 151px;
}
       .w3_agile_logo ul li {
    margin-top: 0px;
    font-size: 18px;
    margin-right:219px;
}
#container {
    padding: 26px 0;
}
      .conta-posi-w3ls {
   top: 30%;
width: 52%;
right: -1%;
}
 .maps iframe 
    {
        width: 86%;
        height: 267px;
    }
     .top-header-w3layouts {
    padding: 1em;
    margin-left: -15px;
    margin-top: 19px;
}
	.cerrt p {
    width: 101%;
}
		.plug p {
    width: 98%;
    font-size: 18px;
    margin-left: 5px;
}
	.section-w3lsss p {
    width: 105%;
	}
		.section-w3lss p {
    width: 105%;
	}
	.cert p {
    width: 105%;
	}
	
.ass-grid img {
    margin-left:8em;
    margin-top: 44px;
}
	.menu-bg {
    margin-left: -1px;
}
.panel-title a.pa_italic.collapsed {
    width: 100%;
}
.panel-title a {
    width: 100%;
}
.panel-body {
    width: 100%;
}
	.w3ls_footer_grid_left {
    width: 99.3%;
}
iframe 
{
width: 61%;
}
	.callbacks_tabs {
    top: 92%;
    left:42.5%;

}
.rslides img {
    width: 97%;
height: 254px;
}
 #banner {
    height: 244px;
    width: 94%;
     border: 10px #fff solid; 
}
		#m_nav_container {
    top:117px;
	}
	.w3_agile_logo h1 a img {
        width:88%;
    }
    #m_nav_list {
        margin: 0 auto;
        width: 70%;
        padding: 2.2em 0 1em;
    }
    #m_nav_container {
        height: auto;
    }
    .m_nav_item {
        display: block;
        text-align: center;
        margin: 0 0 10px;
    }
    .banner-bottom-girds {
        width: 78%;
        left: 15%;
    }
    .baner-info p {
        letter-spacing: 2px;
    }
    .baner-info {
        padding-top: 6em;
        padding-left: 5em;
    }
    .banner-bottom-girds {
        top: -10%;
    }
    .modal-dialog {
        width: 78%
    }
    .contact-right-w3l input[type="submit"] {
        padding: .7em 1.8em;
    }
    h3.w3ls-title span {
        font-size: 1.5em;
    }
    .contact-grid-agileinfo {
        padding: 1em;
    }
    .w3_agile_logo h1 a {
        font-size: 0.95em;
    }
    .slide h4 {
        font-size: 3.5em;
    }
    .grid figure:nth-child(odd) {
        margin: 0;
    }
    .wthree-about h5 {
        font-size: 1.3em;
    }
    .wthree-about-left {
        width: 50%;
    }
    .stats-bg {
        min-height: 350px;
    }
    .stats-info.agileits-w3layouts {
        padding: 2em 2em;
    }
    .stats-grid {
        padding: 1em;
    }
    .footer-office-hour1 {
    margin: 0em;
}
}

@media screen and (max-width: 568px) {
    .list {
    width: 88%;
}
        .text-info p {
    width: 106%;
    line-height: 36px;
}
.text-info img {
    width: 100%;
}
.textt-info img {
    width: 100%;
}
.textt-info p {
    width: 108%;
}
    .agilee2 {
   margin-top: -108px;
margin-left: 151px;
}
      .w3_agile_logo ul li {
    margin-top: 0px;
    font-size: 18px;
    margin-right:219px;
}
#container {
    padding: 26px 0;
}
    .aa img {
    margin-left: 5em;
}
        .conta-posi-w3ls {
   top: 30%;
width: 52%;
right: -1%;
}
 .maps iframe 
    {
        width: 86%;
        height: 267px;
    }
     .top-header-w3layouts {
    padding: 1em;
    margin-left: -15px;
    margin-top: 21px;
}
	.cerrt p {
    width: 101%;
}
		.plug p {
    width: 98%;
    font-size: 18px;
    margin-left: 5px;
}
	.section-w3lsss p {
    width: 105%;
	}
		.section-w3lss p {
    width: 105%;
	}
		.cert p {
    width: 105%;
	}
	.auto img 
{
	width: 97%;
}
.ass-grid img {
    margin-left:8em;
    margin-top: 44px;
}
	.menu-bg {
    margin-left: -1px;
}
.panel-title a.pa_italic.collapsed {
    width: 100%;
}
.panel-title a {
    width: 100%;
}
.panel-body {
    width: 100%;
}
	.w3ls_footer_grid_left {
    width: 97.3%;
}
iframe 
{
	width: 71%;
}
		.callbacks_tabs {
    top: 92%;
    left: 43.5%;

}
.rslides img {
    width: 97%;
height: 254px;
}
 #banner {
    height: 244px;
    width: 96%;
     border: 10px #fff solid; 
}
	#m_nav_container {
    top:117px;
	}
	.w3_agile_logo h1 a img {
        width:88%;
    }
    .modal-dialog {
        width: 80%;
    }
    .banner-bottom-girds {
        top: -8%;
        width: 86%;
        left: 12%;
    }
    h3.h3-w3l,
    h2.h3-w3l {
        font-size: 1.8em;
    }
    .wthree-about h5 {
        letter-spacing: 0.5px;
    }
    .wthree-about-left {
        width: 53%;
    }
    .test-review i {
        font-size: 1.3em;
    }
    .footer-office-hour1 {
    margin: 0em;
}
}

@media screen and (max-width: 480px) {
    .list {
    width: 88%;
}
        .text-info p {
    width: 106%;
    line-height: 36px;
}
.text-info img {
    width: 100%;
}
.textt-info img {
    width: 100%;
}
.textt-info p {
    width: 108%;
}
    .agilee2 {
    margin-top: 7px;
    margin-left: -20px;
}
     .w3_agile_logo ul li {
    margin-top: 0px;
    font-size: 18px;
    margin-right:174px;
}
#container {
    padding: 26px 0;
}
    .aa img {
    margin-left: 5em;
}
        .conta-posi-w3ls {
    top: 32%;
      width: 68%;
    right: -3%;

}
 .maps iframe 
    {
        width: 100%;
    }
    .conta-posi-w3ls {
    top: 36%;
    width: 54%;
}
     .top-header-w3layouts {
    padding: 1em;
    margin-left: -15px;
    margin-top: 21px;
}
	.cerrt p {
    width: 101%;
}
		.plug p {
    width: 98%;
    font-size: 18px;
    margin-left: 5px;
}
	.section-w3lsss p {
    width: 105%;
	}
		.section-w3lss p {
    width: 105%;
	}
		.cert p {
    width: 105%;
	}
	.auto img 
{
	width: 97%;
}
.ass-grid img {
    margin-left:3em;
    margin-top: 44px;
}
	.menu-bg {
    margin-left: -1px;
}
.panel-title a.pa_italic.collapsed {
    width: 100%;
}
.panel-title a {
    width: 100%;
}
.panel-body {
    width: 100%;
}
	.w3ls_footer_grid_left {
    width: 99.3%;
}
iframe 
{
	width: 71%;
}
	.callbacks_tabs {
top: 89%;
left: 42.5%;
}
.rslides img {
    width: 97%;
height: 188px;
}
 #banner {
    height: 177px;
    width: 96%;
     border: 10px #fff solid; 
}
	#m_nav_container {
    top: 89px;
	}
	.w3_agile_logo h1 a img {
        width:88%;
    }
    .footer-nav li {
        margin: 0 0.8em 0 0;
    }
    .baner-info h3 {
        font-size: 2.8em;
    }
    .banner-bottom-girds {
        width: 95%;
        left: 5%;
    }
    .baner-info {
        padding-top: 4em;
        padding-left: 3em;
    }
    .modal-dialog {
        width: 95%;
    }
    .contact-right-w3l input[type="text"],
    .contact-right-w3l input[type="email"] {
        width: 100%;
    }
    .contact-right-w3l {
        padding: 2em 0;
    }
    .contact-left-w3ls,
    .map {
        width: 100%;
    }
    .map {
        margin-top: 2em;
    }
    .w3_agile_logo h1 a {
        font-size: 0.9em;
    }
    #m_nav_menu {
        top: 2%;
    }
    .contact-right-w3l textarea {
        width: 100%;
    }
    .gallery-w3layouts {
        margin-top: 30px;
    }
    .slide h4 {
        font-size: 3.2em;
    }
    .wthree-about h5 {
        font-size: 1.25em;
        line-height: 1.5;
    }
    .w3ls-row.alert.wthree-about-right {
        float: left;
        padding: 0 1em;
        width: 62%;
    }
    .wthree-about-left {
        width: 62%;
        padding: 0 1em;
    }
    .stats-grid {
        width: 43%;
    }
    .team-grid {
        width: 100%;
    }
    .team-grid:nth-child(even) {
        margin: 2em 0;
    }
    .team-grid:nth-child(4) {
        margin-bottom: 0;
    }
    .img-agile {
        width: 100%;
    }
    .test-tooltip1:after {
        left: 169px;
        top: -17%;
    }
}
@media screen and (max-width: 440px) {
    .list {
    width: 88%;
}
        .text-info p {
    width: 106%;
    line-height: 36px;
}
.text-info img {
    width: 100%;
}
.textt-info img {
    width: 100%;
}
.textt-info p {
    width: 108%;
}
    .agilee2 {
    margin-top: 7px;
    margin-left: -20px;
}
     .w3_agile_logo ul li {
    margin-top: 0px;
    font-size: 18px;
    margin-right:147px;
}
#container {
    padding: 26px 0;
}
    .aa img {
    margin-left: 5em;
}
        .conta-posi-w3ls {
    top: 32%;
      width: 68%;
    right: -3%;

}
 .maps iframe 
    {
        width: 100%;
    }
    .conta-posi-w3ls {
    top: 34%;
}
    .maps iframe {
    height: 300px;
}
    .conta-posi-w3ls h5 {
    font-size: 26px;
}
     .top-header-w3layouts {
    padding: 1em;
    margin-left: -15px;
}
.navbar-light .navbar-toggler {
    padding: 7px 11px;
}
.footer-office-hour1 {
    margin: 0em;
}
}
@media screen and (max-width: 414px) {
    .list {
    width: 88%;
}
       .text-info p {
    width: 106%;
    line-height: 36px;
}
.text-info img {
    width: 100%;
}
.textt-info img {
    width: 100%;
}
.textt-info p {
    width: 108%;
}
    .agilee2 {
    margin-top: 7px;
    margin-left: -20px;
}
      .w3_agile_logo ul li {
    margin-top: 0px;
    font-size: 18px;
    margin-right:147px;
}
#container {
    padding: 26px 0;
}
    .aa img {
    margin-left: 5em;
}
        .conta-posi-w3ls {
    top: 32%;
      width: 68%;
    right: -3%;

}
 .maps iframe 
    {
        width: 100%;
    }
     .top-header-w3layouts {
    padding: 1em;
    margin-left: -15px;
    margin-top: 21px;
}
	.cerrt p {
    width: 101%;
}
	.plug p {
    width: 98%;
    font-size: 18px;
    margin-left: 5px;
}
	.section-w3lsss p {
    width: 105%;
	}
		.section-w3lss p {
    width: 105%;
	}
		.cert p {
    width: 105%;
	}
	.auto img 
{
	width: 97%;
}
.ass-grid img {
    margin-left:3em;
    margin-top: 44px;
}
	.menu-bg {
    margin-left: -1px;
}
.panel-title a.pa_italic.collapsed {
    width: 106%;
}
.panel-title a {
    width: 107%;
}
.panel-body {
    width: 107%;
}
	.w3ls_footer_grid_left {
    width: 100.3%;
}
iframe {
	width: 73%;
}
	.callbacks_tabs {
top: 89%;
left: 40.5%;
}
.rslides img {
    width: 96%;
height: 188px;
}
 #banner {
    height: 177px;
    width: 94%;
     border: 10px #fff solid; 
}
	#m_nav_container {
    top: 89px;
	}
	.w3_agile_logo h1 a img {
        width:88%;
    }
    #m_nav_menu {
        right: 2%;
    }
    .baner-info h3 {
        font-size: 2.6em;
    }
    .baner-info {
        padding-top: 4em;
        padding-left: 1.5em;
    }
    .baner-info p {
        letter-spacing: 1px;
    }
    .banner-bottom-girds {
        width: 100%;
        left: 0%;
    }
    .service_grid {
        width: 48%;
    }
    .w3_agile-footer1.f1 h2 a {
        font-size: 1.1em;
    }
    ul.footer-nav li a {
        padding: 1em 0.8em;
    }
    .footer-nav li{
        margin: 0;
    }
    h4.modal-title {
        font-size: 1.35em;
    }
    .newsletter h6 {
        font-size: 1.1em;
    }
    .inner-bg {
        min-height: 185px;
    }
    h3.w3ls-title {
        font-size: 2.6em;
    }
    #m_nav_menu {
        top: 1.5%;
    }
    figure.col-md-3.col-xs-6.w3l-service-hover {
        width: 100%;
    }
    h3.agileits-title {
        margin-bottom: 1em;
        font-size: 2.3em;
    }
    .services-grid span {
        padding: 1em;
    }
    .slide h4 {
        font-size: 3em;
    }
    .slide p {
        letter-spacing: 8px;
    }
    .slide {
        min-height: 200px;
        padding: 5em 0 0;
    }
    .stats-bg {
        min-height: 275px;
    }
    .stats-grid {
        width: 41%;
        padding: 0.8em;
    }
    .numscroller {
        font-size: 2.2em;
    }
    .test-tooltip1:after {
        left: 138px;
    }
    ul.footer-nav li a {
        font-size: 1.07em;
    }
    .footer-office-hour1 {
    margin: 0em;
}
}

@media screen and (max-width: 384px) {
    .list {
    width: 88%;
}
      .text-info p {
    width: 108%;
    line-height: 36px;
}
.text-info img {
    width: 100%;
}
.textt-info img {
    width: 100%;
}
.textt-info p {
    width: 108%;
}
    .agilee2 {
    margin-top: 7px;
    margin-left: -20px;
}
     .w3_agile_logo ul li {
    margin-top: 0px;
    font-size: 18px;
    margin-right:123px;
}
#container {
    padding: 26px 0;
}
    .aa img {
    margin-left: 5em;
}
      .conta-posi-w3ls {
    top: 32%;
      width: 68%;
    right: -3%;

}
 .maps iframe 
    {
        width: 100%;
    }
     .top-header-w3layouts {
    padding: 1em;
    margin-left: -15px;
    margin-top: 20px;
}
	.cerrt p {
    width: 101%;
}
	.plug p {
    width: 98%;
    font-size: 18px;
    margin-left: 5px;
}
		.section-w3lsss p {
    width: 105%;
}
	.section-w3lss p {
    width: 105%;
	}
	.cert p {
    width: 105%;
	}
	.auto img 
{
	width: 97%;
}
.ass-grid img {
    margin-left:1em;
    margin-top: 44px;
}
	.menu-bg {
    margin-left: -1px;
}
.panel-title a.pa_italic.collapsed {
    width: 106%;
}
.panel-title a {
    width: 107%;
}
.panel-body {
    width: 107%;
}
	.w3ls_footer_grid_left {
    width: 100.3%;
}
	iframe {
		width: 81%;
	}
	.callbacks_tabs {
top: 89%;
left: 40.5%;
}
.rslides img {
    width: 96%;
height: 188px;
}
 #banner {
    height: 177px;
    width: 94%;
     border: 10px #fff solid; 
}
	#m_nav_container {
    top: 52px;
	}
	.w3_agile_logo h1 a img {
        width:88%;
    }
    .footer-nav li a {
        padding: 1em 0.8em;
    }
    .ih-item.circle .img,
    .ih-item.circle {
        width: 160px;
        height: 160px;
    }
    .ih-item.circle.effect17 .info p {
        margin: 48px 30px 0;
        font-size: 1.4em;
    }
    .w3_agile_logo h1 a {
        font-size: 0.85em;
    }
    .contact-main {
        padding-top: 2em;
    }
    .baner-info h3 {
        font-size: 2.4em;
    }
    .w3_tab_img_left {
        width: 100%;
    }
    h3.agileits-title {
        font-size: 2.1em;
    }
    .agile_timing_right {
        padding: 0;
        margin: 3em 0;
    }
    .grid {
        margin: 1em auto;
    }
    .services-grid p {
        font-size: 1.05em;
    }
    figure.w3l-service-hover h4 {
        padding: 3% 0;
    }
    .slide h4 {
        font-size: 2.8em;
    }
    ul.footer-nav li a {
        padding: 1em 0.5em;
    }
    .footer-office-hour1 {
    margin: 0em;
}
}

@media screen and (max-width: 375px) {
    .list {
    width: 88%;
}
    .text-info p {
    width: 110%;
    line-height: 36px;
}
.text-info img {
    width: 100%;
}
.textt-info img {
    width: 100%;
}
.textt-info p {
    width: 108%;
}
    .agilee2 {
    margin-top: 7px;
    margin-left: -20px;
}
    .w3_agile_logo ul li {
    margin-top: 0px;
    font-size: 18px;
    margin-right:123px;
}
#container {
    padding: 26px 0;
}
    .aa img {
    margin-left: 5em;
}
    
    .conta-posi-w3ls {
    top:42%;
      width: 68%;
    right: -3%;

}
    .maps iframe 
    {
        width: 86%;
    }
  
    .top-header-w3layouts {
    padding: 1em;
    margin-left: -15px;
    margin-top: 21px;
}
	.cerrt p {
    width: 101%;
}
	.section-w3lsss p {
    width: 105%;
}
	.plug p {
    width: 98%;
    font-size: 18px;
    margin-left: 5px;
}
	.section-w3lss p {
    width: 105%;
}
.cert p {
    width: 105%;
}
	.auto img 
{
	width: 97%;
}
.ass-grid img {
    margin-left:1em;
    margin-top: 44px;
}
	.menu-bg {
    margin-left: -1px;
}
.panel-title a.pa_italic.collapsed {
    width: 106%;
}
.panel-title a {
    width: 107%;
}
.panel-body {
    width: 107%;
}
	.w3ls_footer_grid_left {
    width: 96.3%;
}

	.callbacks_tabs {
top: 89%;
left: 39.5%;
}
.rslides img {
    width: 96%;
height: 188px;
}
 #banner {
    height: 177px;
    width: 94%;
     border: 10px #fff solid; 
}
	#m_nav_container {
    top: 51px;
	}
    .baner-info h3 {
        font-size: 2.3em;
    }
    .footer-nav li a {
        padding: 1em 0.7em;
    }
    .inner-li {
        width: 100%;
        float: none;
    }
    .inner-li:nth-child(2) {
        margin: 2em 0;
    }
    .section-w3ls {
        padding: 2em 0;
    }
    h3.w3ls-title {
        font-size: 2.45em;
    }
    .w3_agile_logo h1 a img {
        width:88%;
    }
    .panel-title {
        font-size: 1.1em;
    }
    .panel-title a {
        padding: 12px 33px;
    }
    .agile_timing_right ul li {
        letter-spacing: 1.2px;
    }
    .services-left h4 {
        font-size: 2em;
    }
    .services-right {
        padding: 1em 0em;
    }
    .slide {
        min-height: 185px;
    }
    .slide h4 {
        font-size: 2.6em;
    }
    .slide p {
        letter-spacing: 6px;
        word-spacing: 2px;
    }
    .stats-grid {
        margin: 13px;
    }
    .test-tooltip1:after {
        left: 127px;
        top: -15%;
    }
    .ih-item.circle.effect17 .info p {
        margin: 40px 30px 0;
    }
    .footer-office-hour1 {
    margin: 0em;
}
}

@media screen and (max-width: 320px) {
    
    .baner-info h3 {
        font-size: 2em;
    }
    .baner-info h4 {
        font-size: 1.1em;
        letter-spacing: 4px;
    }
    .ih-item.circle .img,
    .ih-item.circle {
        width: 144px;
        height: 144px;
    }
    .baner-info p {
        letter-spacing: 1px;
        font-size: 1.05em;
    }
    a.w3_play_icon1 {
        padding: 0.3em 1.3em;
        letter-spacing: 2px;
    }
    .service_grid {
        width: 50%;
        padding: 0;
    }
    .footer-nav li a {
        padding: 0.7em 0;
        display: block;
    }
    .w3_agile-footer-grids {
        padding: 2em 0 2em;
    }
    .agile_timing_right ul li {
        letter-spacing: 1.2px;
    }
    h4.modal-title {
        margin-top: 1em;
    }
    .wthree_agile_login ul li {
        margin-top: 7px;
    }
    .wthree_agile_login {
        padding: 0.5em 0;
    }
    .contact-right-w3l {
        padding: 1em 0;
    }
    .w3_agile_logo h1 a {
        font-size: 0.8em;
    }
    .inner-bg {
        min-height: 150px;
        margin-top: 21px;
    }
    .w3_agile_logo h1 a img {
        width: 93%;
    }
    h3.agileits-title {
        font-size: 1.8em;
    }
    .timing-col {
        padding: 0;
    }
    .services-grid span {
        padding: 1em 0.5em;
    }
    .services-grid h5 {
        font-size: 1.3em;
    }
    .services-left h4 {
        font-size: 1.8em;
    }
    .slide h4 {
        font-size: 2.4em;
    }
    .slide p {
        letter-spacing: 5px;
        word-spacing: 1px;
    }
    .wthree-about h5 {
        font-size: 1.11em;
    }
    .w3ls-about-left p {
        font-size: 1.05em;
    }
    .stats-bg {
        min-height: 240px;
    }
    .stats-info.agileits-w3layouts {
        padding: 2em 1em;
    }
    .stats-grid {
        width: 45%;
        margin: 6px;
    }
    .stats-info p {
        font-size: 1.3em;
    }
    .w3ls-row {
        margin: 2em 0 0;
    }
    
    .test-tooltip1:after {
        left: 102px;
        top: -13%;
    }
    .baner-info {
        padding-top: 3em;
    }
    ul.footer-nav li a {
        padding: 1em 0.35em;
    }
    .test-review p {
        line-height: 2.2em;
        color: #000;
        font-size: 1.05em;
    }
	#m_nav_container {
    top: 50px;
	}
		.callbacks_tabs {
top: 89%;
left: 36.5%;
}
.rslides img {
    width: 96%;
height: 188px;
}
 #banner {
    height: 177px;
    width: 94%;
     border: 10px #fff solid; 
}
.w3ls_footer_grid_left {
    width: 104.3%;
} 
iframe {
	width: 81%;
}
.menu-bg {
    margin-left: -1px;
}
.panel-title a.pa_italic.collapsed {
    width: 106%;
}
.panel-title a {
    width: 107%;
}
.panel-body {
    width: 107%;
}
.auto img 
{
	width: 97%;
}
.ass-grid img {
    margin-left: 0em;
    margin-top: 44px;
}
.section-w3lss p {
    width: 105%;
}
.section-w3lsss p {
    width: 105%;
}
.cert p {
    width: 105%;
}
.plug p {
    width: 98%;
    font-size: 15px;
    margin-left: 5px;
}
.cerrt p {
    width: 101%;
}
.top-header-w3layouts {
    margin-left: -15px;
    margin-top: 17px;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: black;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.maps iframe {
    height: 270px;
    width: 88%;
}
.conta-posi-w3ls {
  top: 39%;
width: 76%;
right: 0%;
}
.aa img {
    margin-left: 5em;
}
.w3_agile_logo ul li {
    margin-top: 0px;
    font-size: 18px;
    margin-right: 92px;
}
#container {
    padding: 26px 0;
}
.footer-office-hour1 {
    margin: 0em;
}
.agilee2 {
    margin-top: 7px;
    margin-left: -20px;
}
.text-info p {
    width: 112%;
    line-height: 36px;
}
.text-info img {
    width: 100%;
}
.textt-info img {
    width: 100%;
}
.textt-info p {
    width: 108%;
}
.list {
    width: 88%;
}
}

/* -- //Responsive code -- */