@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(easy-responsive-tabs.css);

html, body{
	margin:0;
	font-size: 100%;
	font-family: 'Montserrat', sans-serif;
	background: #fff;
}
body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
 text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Oswald', sans-serif;
    font-weight: 700;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
/*-- header --*/
.w3-logo {
    float: left;
    line-height: 5px;
	position:relative;
	z-index: 999;
}
.navbar {
	margin-bottom: 0;
}
.navbar-nav {
    float: left;
    margin: .8em 0 0 18em;
}
.w3-logo a {
    text-decoration: none;
}
header {
    padding: 35px 25px 20px;
    width: 100%;
}
.w3-slider {
	height: 700px;
	position: relative;
	width: 100%;
}
.w3layouts-header-title {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.w3layouts-header-title h2 {
    font-weight: 200;
    font-size: 3.5em;
    background: rgba(0, 0, 0, 0.47);
    padding: 25px;
    color: #fff;
    letter-spacing: 3px;
}
/* ******************************************************
	Basic Styling
*********************************************************/

.ayanEffects li a{
	position: relative;
	display: inline-block;
	outline: none;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
}
.ayanEffects a:hover,
.ayanEffects a:focus {
	outline: none;
}

/*--Effect 7: Bottom Line .ayanHoverEffect_7--*/

.ayanHoverEffect_7 a{
	padding:0 0 12px;	
}
.ayanHoverEffect_7 a::after {
  background-color: #25c621;
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -12px;
  left: 0;
  opacity: 0;
  transition: opacity 300ms ease, bottom 300ms ease;
}
.ayanHoverEffect_7 a:hover::after {
  opacity: 1;
  bottom: 0;
}
/*--//Effect 7: Bottom Line .ayanHoverEffect_7--*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    font-size: 16px!important;
    color: #fff!important;
    background: transparent;
    padding-bottom: 10px;
    font-weight: 600;
}
.navbar-nav > li {
    float: left;
    margin: 0 12px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #f17400!important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
	padding: 0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-nav > li > a {
    padding-top: 0!important;
    padding-bottom: 0;
}
 .navbar-nav > li > a.active {
    color: #f17400!important;
}
.dropdown-menu {
    top: 30px;
}

section {
  position: relative;
}
.header--innerr {
    float: right;
    padding: 7px;
    position: relative;
    width: 245px;
    background: rgba(255, 255, 255, 0.23);
}
/*-- //header --*/
.banner {
    background: url(../images/car.png)no-repeat 0px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
    min-height: 700px;
}
.banner-text {
    text-align: left;
    padding: 13em 9em 0 0;
    float: right;
    width: 47%;
}
/*-- Slider --*/
#slider {
	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;
	float: none;
	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;
    float: right;
    width: 90%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	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: 78%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height:34px;
    width:34px;
    background: url("../images/left.png") no-repeat 0px 0px;
}
.callbacks_nav.prev {
	 left: auto;
	   background: url("../images/back.png") no-repeat 0px 0px;
	left: 18em;
}
.callbacks_nav.next {
    left: auto;
    background: url("../images/next.png") no-repeat 0px 0px;
       right: 18em;
}
.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}
#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}
#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}
#slider-pager a {
	padding: 0;
}
#slider-pager li {
	display: inline-block;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}
.rslides li {
	position: relative;
	display: block;
	float: none;
}
.rslides img {
	height: auto;
	border: 0;
}
.callbacks_tabs li {
	display: inline-block;
	margin: 0.5em;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    width: 13px;
    height: 13px;
    display: inline-block;
    border: 4px solid rgb(255, 255, 255);
    background: #25c621;
    border-radius: 50px;
}
.callbacks_here a:after {
	background:#f17400;
}
p.sub-para {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
	font-weight: 300;
}
.slider-info img {
	width: 100px;
	margin: 0 auto;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: -8%;
    left: 114%;
    width: 24px;
    padding: 0;
    margin: 0 auto;
    z-index: 990;
    display: block;
    text-align: center;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
       display: inline-block;
  margin: 0 5px;
}
.slider-info h3 {
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 6px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.slider-info p {
    font-size: 15px;
    color: #000000;
    letter-spacing: 2px;
	word-spacing: 2px;
    font-weight: normal;
    text-transform: uppercase;
    /* padding: 0.5em; */
    line-height: 28px;
    margin-top: 10px;
    /* font-weight: bold; */
}
.slider-info {
    padding: 30px;
    background: rgba(37, 198, 33, 0.67);
}
/*-- //banner --*/
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  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;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/*// Icon Wobble Horizontal */
a.read-w3ls {
    text-decoration: none;
    color: #fff;
    padding: 10px 46px 10px 25px;
    background: #000000;
	margin-top: 1.5em;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
	font-size:16px;
}
a.read-w3ls:hover {
    background: #f17400;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*-- main --*/
h5.title-w3 {
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: .5em;
    color: #000;
    letter-spacing: 2px;
    word-spacing: 2px;
}
#horizontalTab,.about-head,.inst-grids,.content-pro-head1,.agileits_services_grids{
    margin-top: 3.5em!important;
}
h5.head{
	color:#fff;
}
p.head-w3-agileits {
    text-align: center;
    font-size: 17px;
    letter-spacing: 1px;
    color: #999;
}
.services-w3layouts,.wthree-main-content,.about,.services-inner-agileits,.services,.single{
    padding: 100px 0px;
}
/*--// main --*/
/*--about--*/
.about {
    background: #191818;
}
.about h5 {
    color: #fff;
}
.ab-head h5{
	font-size: 1em;
    text-transform: uppercase;
    line-height: 1.7em;
    color: #f17400;
    font-weight: 900;
	letter-spacing:.5px;
}
.ab-head p{
	font-size: 0.9em;
    color: #999;
    line-height: 2em;
    margin: 0.5em 0;
}
.ab-head ul li{
	display: block;
    font-size: 0.9em;
    color: #25c621;
    line-height: 2.3em;
    list-style: none;
}
.ab-head ul li i{
	color:#f17400;
    margin-right: 2%;
}

.item {
	text-align:center;
	float: none;
    margin: 0;
	position:relative;			
}
.item,
.item-hover,
.item-hover .mask,
.item-img,
.item-type-move .item-info {
	width: 255px;
    height: 245px;		
}

.item-hover,
.item-hover .mask,
.item-img { 
	position:absolute;
	top:0;
	left:0;			
}			

.item-type-move .item-hover {	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;	
	opacity:0;
	/*cursor:pointer;	*/	
	z-index:100;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.4);
}			
.item-type-move .item-info {
	z-index:10;
	color:#ffffff;
	position:relative;
	z-index:5;			
	overflow:hidden;			
}

.item-type-move .item-info .headline,
.item-type-move .item-info .date-month {
	width: 100%;
	position:absolute;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;	
	padding:0 10px;															
}				

.item-type-move .item-info .headline {
	font-size: 20px;
    top: 10px;
    color: #fff;							
}

.item-type-move .item-info .date-month {
	font-size:14px;
	font-style:italic;
	bottom:10px;																		
}
				
.item-type-move .item-info .line {
	 height:1px;
	 width:85%;
	 margin:10px auto 0 auto;
	 background-color:#ffffff;		 
}				

.item-type-move .item-hover .mask {
	background-color:rgba(0, 0, 0, 0.67);
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);					
	z-index:0;
}

.item-type-move .item-hover:hover {
	opacity:1;
}				

.item-type-move .item-hover:hover .item-info .headline {
	top:37%;
}				

.item-type-move .item-hover:hover .item-info .date-month {
	bottom:31%;
}	
.item-img {			
	background-color:#f17400;
	z-index:0;			
}
/*--//about--*/
/*--google reviews--*/
#map {
  width: 500px;
  height: 300px;
}
.review {
  float: right;
  width: calc(100% - 510px);
  padding: 5px 10px 5px 5px;
  font-size: 0.8em;
  height: 300px;
  overflow: auto;
}
.review-list {
  margin: 0;
}
.review-list li+li {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid black;
}
.review-list em{
	display:block;margin:0.3em 0;
}
.rating {
	padding-left: 5px;
}
/*--//google reviews--*/
/*--services--*/
/*--faq --*/
.services-right-agileits {
    /* margin-top: 1em; */
    padding: 2em 0 0 5em;
}
.services-right-agileits ul {
    padding: 0;
    list-style: none;
}
.services-right-agileits h4 {
    color: #080808;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 1em;
}
.faq li {
    margin-top: 0.5em;
}
.faq li:nth-child(1) {
    margin: 0;
}
.faq li a {
    padding: 0.5em 1em;
    width: 100%;
    display: block;
    position: relative;
    color: #999;
    font-size: 1.1em;
    text-decoration: none;
    border-bottom: 1px solid #25c621;
}
.faq li a:hover, .faq li a.active {
    color: #000;
    background: #d9dadb;
}
.faq span.glyphicon {
    margin-right: .5em;
    vertical-align: middle;
    font-size: 1em;
	color:#f17400;
}
.faq li a.active span.glyphicon {
	-webkit-transform: rotatex(180deg);
	transform: rotatex(180deg);
	-moz-transform: rotatex(180deg);
	-o-transform: rotatex(180deg);
	-ms-transform: rotatex(180deg);
}
.faq li ul {
    width: 100%;
    border-bottom: 3px solid #25c621;
    padding: 10px 20px;
    margin-top: .5em;
}
.faq li ul li p {
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 30px;
    color: #555;
}
/*-- //faq --*/
/*-- services-tabs --*/
.tab2 ,.tab3{
    text-align: center;
}
.tab2 h5, .tab3 h5 {
    color: #080808;
    font-size: 23px;
    letter-spacing: 1px;
    margin: 25px 0 10px;
}
.tab2 h6,.tab3 h6 {
    font-size: 17px;
    width: 80%;
    margin: 0 auto;
    line-height: 28px;
    letter-spacing: .5px;
    color: rgba(241, 116, 0 0.72);
}
.tab2 p,.tab3 p {
    color: #777;
    font-size: 16px;
    line-height: 45px;
    width: 65%;
    margin: 0 auto;
    padding: 20px 0 30px;
}
/*-- //services-tabs  --*/
.services-img-w3-agile{
	background: url(../images/tinting.png) no-repeat 0px 0px;
	min-height:376px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}
.services-img-w3-agile2{
	background: url(../images/ppfInstall.png) no-repeat 0px 0px;
	min-height:376px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}
.services-img-w3-agile3{
	background: url(../images/detail.png) no-repeat 0px 0px;
	min-height:376px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}
.services-img-agileits{
	background: url(../images/truckbed.png) no-repeat 0px 0px;
	min-height:376px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}
.work-row-grids {
    text-align: left;
}
.work-row-grids h4 {
    font-size: 16px;
    color: #080808;
    margin: 0.5em 0 .2em;
    /* line-height: 1.6em; */
    letter-spacing: 1px;
}
.caption.work-captn {
    float: left;
    width: 182px;
    margin-left: 10px;
}
.work-row-grids p {
    font-size: 15px;
    text-align: left;
    color: #999;
    line-height: 1.5em;
    margin: 0 auto;
}
.work-grids-img img {
    border: 1px solid #555;
    padding: 16px;
    border-radius: 68px;
}
.work-grids-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #25c621;
    margin: 0 auto;
    text-align: center;
    position: relative;
    float: left;
}
.work-row-grids span.glyphicon {
    font-size: 1.4em;
    text-align: center;
    padding: 0.68em .8em;
    color: #f17400;
}
.work-grids-img span{
  position: relative;
  z-index: 100;
  transition: all 0.3s ease 0s;
}
.work-grids-img:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #25c621;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.work-row-grids:hover .work-grids-img span {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.work-row-grids:hover .work-grids-img:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.work-row-grids:hover .glyphicon {
    color: #fff;
}

/*--//services--*/

/*-- about-inner --*/
.about-banner-w3ls {
    background: url(../images/shop.png)no-repeat 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 260px!important;
}
.about-banner-w3ls h2 {
    color: #fff;
    text-align: center;
    margin-top: 1.1em;
    font-size: 35px;
    letter-spacing: 3px;
}

/*-- //about-inner --*/

/*--services-inner --*/
/*--flexisel--*/
#flexiselDemo1 {
	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: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	/*cursor: pointer;*/
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:47px;
	height:47px;
	/*border:1px dashed #fff;
	border-radius:100px;*/
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
    right: -5em;
    top: 80% !important;
    background: url(../images/arrow_left.png) no-repeat 15px 15px #25c621;
}
.nbs-flexisel-nav-right {
    right: -10em;
    top: 80% !important;
    background: url(../images/arrow_right.png) no-repeat 15px 15px #25c621;
}
/*--//flexisel--*/

.flex-info{
	background:#25c621;
	padding:1em;
}
.flex-info1{
	background:rgba(37, 198, 33, 0.89);
}
.flex-info2{
	background:rgba(37, 198, 33, 0.82);
}
.flex-info3{
	background:rgba(37, 198, 33, 0.72);
}
.flex-info h4 {
    color: #242627;
    font-size: 1.4em;
    margin-bottom: 10px;
}
.flex-info p {
    color: #fff;
    line-height: 1.8em;
    font-size: .94em;
    margin-top: 0.3em;
}
.content-pro-head h3 {
    color: #f17400;
    margin-bottom: 13px;
    letter-spacing: 0.5px;
	font-size: 24px;
}
.content-pro-head p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #777;
}
/*-- services-mid --*/
.services {
    background: rgba(37, 198, 33, 0.08);
}
.agileits_services_grid_left h4 {
    font-size: 24px;
    color: #25c621;
    line-height: 1.8em;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.agileits_services_grid_left p {
    margin: 1em 0 1em;
    color: #777;
    line-height: 30px;
    letter-spacing: .5px;
    font-size: 16px;
}
.agileits_services_grid_right{
	background:url(../images/special.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:296px;
}
.m2 a {
    /* text-align: center; */
    margin: 0px!important;
}
/*-- //services-mid--*/
/*-- //services-inner --*/
.map-w3-agileits iframe {
    border: none;
    width: 100%;
    height: 320px;
}
/*-- footer --*/
/*-- footer --*/
.w3l_footer {
    background: #000;
    padding: 3em 0;
}
.w3l_footer form{
	width: 45%;
    margin: 3em auto 0;
}
.w3ls_footer_grid {
    margin: 0 auto;
    text-align: center;
}
.w3ls_footer_grids p.agileits_w3layouts_est{
	color:#fff;
	line-height:2em;
	margin:2em auto 5em;
	width:65%;
	text-align:center;
}
.w3ls_footer_grid_leftl{
	float:right;
	width:55px;
	height:55px;
	/*border-radius:50px;*/
	text-align:center;
	background:#25c621;
}
.w3ls_footer_grid_leftl i {
    color: #fff;
    font-size: 1.3em;
    line-height: 2.7em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3ls_footer_grid_leftr{
    float: left;
    width: 80%;
    text-align: left;
}
.w3ls_footer_grid_leftr h4{
	font-size: 1.2em;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: .5em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.w3ls_footer_grid_leftr p{
	color:#999;
	line-height:1.5em;
	font-size:16px;
}
.w3ls_footer_grid_leftr a{
	color:#999;
	text-decoration:none;
	font-size:14px;
}
.w3ls_footer_grid_leftr a:hover{
	color:#25c621;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl{
	background:#fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl i{
	color:#f17400;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftr h4{
	color:#25c621;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.w3ls_footer_grid_left {
    background: #2e2e2e;
    float: left;
    width: 28%;
    margin: 0 30px;
    padding: 20px 20px;
}
.footer {
    text-align: center;
   background: #191818;
    padding: 20px 0px;
}
.botttom-nav-agileits ul  {
   text-align: center;
}
.botttom-nav-agileits {
    background: #000000;
    border-top: 2px solid #2e2e2e;
    padding: 3px 0px;
}
.botttom-nav-agileits ul li {
    list-style: none;
    display: inline-block;
    margin: 10px 20px;
}
.botttom-nav-agileits ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.botttom-nav-agileits ul li:hover a {
    color: #25c621!important;
}
/*-- //footer --*/
.resp-tab-content {
    padding-bottom: 0px!important;
}
/*-- Copyright --*/
.copyright-wthree {
    background: #1b1b1b;
    padding: 23px 0px;
}
.copyright-wthree p {
    color: #fff;
    font-size: 13px;
    letter-spacing: 3px;
    word-spacing: 1px;
    text-align: center;
}

.copyright-wthree a {
	    color: #25c621;
	text-decoration: none;
}
.copyright-wthree a:hover {
    color: #ffffff;
}
/*-- //Copyright --*/
/*-- //Footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/arr.png") no-repeat 0px 0px;
	background-size: 40px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--responsive--*/
@media(max-width:1600px){
	.banner-text {
		width: 50%;
	}
}
@media(max-width:1440px){
	.navbar-nav > li {
		margin: 0 6px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 14.5px!important;
	}
	.navbar-nav {
		margin: .8em 0 0 15em;
	}
	.tab2 p, .tab3 p {
		width: 64%;
	}
}
@media(max-width:1366px){
	.header--innerr {
		width: 200px;
	}
	.nav > li > a {
		padding: 10px 13px;
	}
	.slider-info h3 {
		font-size: 1.42em;
		letter-spacing: 5px;
	}
	.slider-info p {
		letter-spacing: 3px;
		word-spacing: 1px;
	}
	.banner-text {
		padding: 9em 8em 0 0;
	}
	.banner {
		min-height: 600px;
	}
	.item-type-move .item-info .headline {
		font-size: 17px;
	}
	h5.title-w3 {
		font-size: 32px;
	}
	.navbar-nav {
		margin: .8em 0 0 14em;
	}
}
@media(max-width:1280px){
	.navbar-nav {
		margin: .8em 0 0 9em;
	}
	.faq li a {
		font-size: 1em;
	}
	.faq li ul li p {
		font-size: .85em;
	}
	.work-row-grids p {
		font-size: 14px;
	}
	.about-banner-w3ls {
		min-height: 245px!important;
	}
}
@media(max-width:1080px){
	.w3-logo a {
		font-size: 29px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 13.5px!important;
	}
	.navbar-nav > li {
		margin: 0 4px;
	}
	.navbar-nav {
		margin: .8em 0 0 3.5em;
	}
	header {
		padding: 30px 15px 20px;
		width: 100%;
	}
	.header--innerr {
		width: 183px;
		padding:5px;
	}
	.banner-text {
		width: 60%;
	}
	.banner-text {
		padding: 7em 8em 0 0;
	}
	.banner {
		min-height: 530px;
	}
	.slider-info h3 {
		font-size: 1.2em;
	}
	.slider-info p {
		line-height: 26px;
		margin-top: 6px;
		font-size: 12px;
	}
	a.read-w3ls {
		font-size: 14px;
	}
	.callbacks_tabs {
		top: -11%;
	}
	.caption.work-captn {
		width: 155px;
		margin-left: 5px;
	}
	.work-row-grids span.glyphicon {
			font-size: 1.2em;
			padding: 0.65em .8em;
	}
	.work-grids-img {
		width: 51px;
		height: 51px;
		 margin: 2px auto 0;
	}
	.resp-tabs-list li {
		padding: 12px 9px 7px;
	}
	.work-row-grids p {
		font-size: 13px;
	}
	.work-row-grids h4 {
		font-size: 15px;
		margin: 0em 0 .5em;
	}
	.tab2 h6, .tab3 h6 {
		font-size: 16px;
		width: 95%;
	}
	.tab2 p, .tab3 p {
		width: 85%;
		font-size: 15px;
		line-height: 38px;
		padding: 8px 0 0px;
	}
	.services-right-agileits {
		padding: 1.5em 0 0 2em;
	}
	p.head-w3-agileits {
		font-size: 14px;
	}
	.ab-head {
		width: 60%;
	}
	.ab-head1 {
		width: 40%;
	}
	.ab-head1:nth-child(2) {
		margin-bottom: 1.5em;
	}
	.about-head {
		width: 80%;
		margin: 0 auto;
	}
	#toTop {
		bottom: 24px;
		right: 2%;
		width: 34px;
		height: 34px;
		background-size: 33px;
	}
	.date-w3 h4 {
		font-size: 1.2em;
	}
	.date-w3 {
		bottom: 46px;
		right: 24px;
	}
	.w3ls_footer_grid_leftr h4 {
		font-size: 1em;
	}
	.w3ls_footer_grid_leftr p {
		font-size: 14px;
	}
	.w3ls_footer_grid_left {
		width: 28%;
		margin: 0 25px;
	}
	.w3ls_footer_grid_leftr {
		width: 75%;
	}
	h5.title-w3 {
		font-size: 30px;
	}
	.services-w3layouts, .wthree-main-content, .about, .services-inner-agileits, .services, .single {
		padding: 80px 0px;
	}
	.resp-tab-content {
		min-height: 377px;
	}
	.services-img-w3-agile , .services-img-w3-agile2, .services-img-w3-agile3, .services-img-agileits{{
		min-height: 347px;
	}
	.ab-head h5 {
		letter-spacing: 2px;
	}
	.item {
		margin-right: 12px;
	}
	.flex-info p {
		font-size: .8em;
		letter-spacing:1px;
	}
	.flex-info h4 {
		font-size: 1.2em;
	}
	.content-pro-head p {
		font-size: 14px;
		line-height: 28px;
	}
	.nbs-flexisel-nav-left {
		right: -9em;
		top: 85% !important;
	}
	.nbs-flexisel-nav-right {
		right: -13em;
		top: 85% !important;
	}
	.agileits_services_grid_left h4 {
		font-size: 21px;
	}
	.agileits_services_grid_left p {
		font-size: 14px;
	}
	.agileits_services_grid_right {
		min-height: 310px;
	}
	.ab-head p {
		line-height: 2.3em;
	}
	.header--innerr {
		margin-top: 3px;
	}
	.w3ls_single_left_grid_right {
		float: right;
		width: 82%;
	}
	.w3ls_single_left_grid_right ul li {
		margin-right: 1em;
	}
}
@media(max-width:1050px){
	.nav > li > a {
		padding: 10px 10px;
	}
	.w3-logo a {
		font-size: 28px;
	}
	.banner-text {
		padding: 5em 7em 0 0;
	}
	.banner {
		min-height: 480px;
	}
	.services-right-agileits {
		padding: 0.5em 0 0 2em;
	}
	h5.title-w3 {
		font-size: 28px;
	}
	.icon-box {
		width:30%;
	}
	.about-banner-w3ls h2 {
		margin-top: 1em;
		font-size: 30px;
	}
	.about-banner-w3ls {
		min-height: 235px!important;
	}
}
@media(max-width:1024px){
	.w3-logo a {
		font-size: 25px;
	}
	.w3-logo h1 {
		 margin-top: 0px;
	}
	#horizontalTab, .about-head, .inst-grids, .content-pro-head1,.agileits_services_grids {
		margin-top: 3em!important;
	}
	.map-w3-agileits iframe {
		height: 280px;
	}
	.w3ls_footer_grid_leftl {
		width: 50px;
		height: 50px;
	}
	.w3ls_footer_grid_leftl i {
		line-height: 2.4em;
	}
	.agileits_services_grid_left h4 {
		font-size: 18px;
	}
}
@media(max-width:991px){
	.w3-logo a {
		font-size: 23px;
	}
	.navbar-nav {
		margin: .8em 0 0 3em;
	}
	.slider-info h3 {
		font-size: 1em;
	}
	.slider-info p {
		line-height: 23px;
	}
	.banner-text {
		padding: 4em 5em 0 0;
	}
	.callbacks_tabs {
		left: 108%;
	}
	.banner {
		min-height: 460px;
	}
	.work-grids-img {
		margin: 0px auto 0;
		float: none;
	}
	.caption.work-captn {
		width: 100%;
		margin-left: 0;
		text-align: center;
		float: none;
	}
	.work-row-grids h4 {
		margin: .5em 0 .5em;
	}
	.work-row-grids p {
		text-align: center;
	}
	.resp-tab-content {
		min-height: 758px;
	}
	.services-right-agileits {
		padding: 02em 0 0 0em;
	}
	.about-head {
		width: 100%;
	}
	.ab-head,.ab-head1 {
		float: left;
	}
	.last{
		margin-bottom:0;
	}
	.right-contact-w3ls {
		width: 72%;
	}
	p.number-w3 {
		font-size: 13px;
	}
	.right-contact-w3ls a {
		font-size: 13px;
	}
	.right-contact-w3ls span {
		font-size: 13px;
	}
	p.work-w3 {
		font-size: 12px;
	}
	.span-sub-w3ls {
		margin-top: 3px;
	}
	.w3ls_footer_grid_leftl {
		width: 42px;
		height: 42px;
	}
	.w3ls_footer_grid_leftr h4 {
		font-size: 0.92em;
	}
	.w3ls_footer_grid_leftr p {
		font-size: 12px;
	}
	.w3ls_footer_grid_left {
		width: 31%;
		margin: 0 8px;
	}
	.w3ls_footer_grid_leftl i {
		line-height: 2.3em;
		font-size: 1.2em;
	}
	.botttom-nav-agileits ul li a {
		font-size: 11px;
		letter-spacing: 2px;
	}
	.copyright-wthree p {
		letter-spacing: 2.4px;
	}
	.about-banner-w3ls h2 {
		margin-top: 1.5em;
		font-size: 28px;
	}
	.item {
		width: 45%;
		float: left;
	}
	.agile {
		margin-bottom: 0;
	}
	.nbs-flexisel-inner {
		margin: 0px auto 5em;
	}
	.nbs-flexisel-nav-left {
		right: 8em;
		top: 104% !important;
	}
	.nbs-flexisel-nav-right {
		right: 2em;
		top: 104% !important;
	}
	.agileits_services_grid_right {
		margin: 2em 0 0;
	}
	.resp-tab-content {
		min-height: auto;
	}
	.tab2 p, .tab3 p {
		width: 100%;
		font-size: 14px;
	}
	.tab2 h6, .tab3 h6 {
		font-size: 14px;
		width: 100%;
	}
	.faq li ul li p {
		font-size: .8em;
	}
	.icon-box {
		width: 50%;
		margin: .5em 0 .5em 0;
	}
	.right-contact-w3ls h6 {
		font-size: 14px;
	}
	p.work-w3 {
		font-size: 11.5px;
	}
	.owl-pagination {
		bottom: -11px;
	}
	.w3ls_search1 {
		margin-top: 2em;
	}
	.wthree_recent h4 {
		text-align: center;
	}
	.agile_tags_cate {
		margin: 0em 0;
		 padding: 3em 0 0;
	}
	.agile_cat_grid ul {
		padding: .5em 0 2em;
	}
	.agileits_three_comments {
		margin-top: 2em;
	}
	.w3ls_single_left_grid_right h3 {
		font-size: 1.3em;
	}
	.w3ls_single_left_grid1 p {
		font-size: 14px;
	}
	.w3l_admin p {
		font-size: 14px;
	}
	.w3ls_search1 input[type="search"] {
		font-size: 15px;
	}
	.wthree_recent h4, .agileits_three_comments h3, .w3_leave_comment h3 {
		font-size: 1.5em;
	}
	.agile_cat_grid h4 {
		font-size: 1.3em;
	}
	.agileits_tom_right p.lorem {
		font-size: 13.5px;
	}
	.w3_leave_comment {
		margin: 3em 0 0;
		width: 100%;
	}
	.w3_leave_comment form {
		margin: 1em 0 0;
	}
	.resp-tab-content {
		padding-bottom: 0px!important;
	}
	.services-w3layouts, .wthree-main-content, .about,  .services-inner-agileits, .services, .single {
		padding: 60px 0px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 13px!important;
	}
}
@media(max-width:900px){
	h5.title-w3 {
		font-size: 25px;
	}
	.w3-logo a {
		font-size: 21px;
		letter-spacing: 2px;
	}
	.navbar-nav {
		margin: .8em 0 0 1em;
	}
	.header--innerr {
		width: 150px;
	}
	.banner-text {
		padding: 2.5em 5em 0 0;
	}
	.banner {
		min-height: 430px;
	}
	.resp-tab-content {
		min-height: auto!important;
	}
	.faq li a {
		font-size: .9em;
	}
	.copyright-wthree p {
		letter-spacing: 2.2px;
	}
	#map {
		width: 400px;
	}
	.review {
		width: calc(100% - 410px);
	}
}
@media(max-width:800px){
	.navbar-nav {
		float: right;
	}
	.navbar-nav {
		margin: 0.8em 0 0 0em;
	}
	.header--innerr {
		width: 185px;
		margin-right: 18.2em;
	}
	.slider-info h3 {
		font-size: .97em;
	}
	.banner-text {
		width: 65%;
	}
	.banner-text {
		padding: 1em 5em 0 0;
	}
	.slider-info {
		padding: 22px;
	}
	a.read-w3ls {
		font-size: 13px;
		padding: 6px 39px 6px 16px;
	}
	.slider-info p {
		letter-spacing: 2px;
		word-spacing: 0px;
		font-size: 11px;
	}
	.callbacks_tabs li {
		line-height: 20px;
	}
	.callbacks_tabs {
		top: -7%;
	}
	.tab2 h5, .tab3 h5 {
		font-size: 20px;
	}
	
	.w3ls_footer_grid_leftr h4 {
		font-size: 0.9em;
		letter-spacing: 2px;
	}
	.copyright-wthree p {
		font-size: 12px;
	}
	.copyright-wthree {
		padding: 18px 0px;
	}
	.resp-tab-content {
		min-height: 780px;
	}
	.banner {
		min-height: 400px;
	}
	.services-w3layouts, .wthree-main-content, .about,  .services-inner-agileits, .services, .single {
		padding: 45px 0px;
	}
	#horizontalTab, .about-head, .inst-grids, .content-pro-head1, .agileits_services_grids {
		margin-top: 2em!important;
	}
}
@media(max-width:768px){
	h2.resp-accordion:first-child {
		border-top: none !important;
	}
	h2.resp-accordion {
		display: inline-block;
		width: 43%;
		margin: 0 16em .3em;
		text-align: center;
		border: none;
		border-bottom: 3px solid #d8d8d8;
	}
	h2.resp-tab-active {
		background-color: rgba(217, 218, 219, 0.60)!important;
	}
	h2.resp-tab-active {
		border-bottom: 3px solid #f17400 !important;
	}
	h2.resp-tab-active span.resp-arrow {
		border-bottom: 12px solid #f17400;
	}
	.resp-arrow {
		border-top: 12px solid #25c621;
	}
	.work-row-grids span.glyphicon {
		padding: 0.9em .8em 0;
	}
	.resp-tab-content {
		min-height: 745px;
	}
	.resp-tab-content:nth-child(8),.resp-tab-content:nth-child(4) {
		min-height: 340px;
	}
	.img-box img {
		width: 100%;
	}
	.work-row-grids p {
		letter-spacing: .5px;
	}
	.about-banner-w3ls h2 {
		margin-top: 0;
		font-size: 28px;
		padding-bottom: 1em;
	}
	.about-banner-w3ls {
		min-height: 210px!important;
	}
	#map {
		width: 100%;
	}
	.review {
		width: 100%;
	}
}
@media(max-width:767px){
	.navbar-nav {
		float: none;
	}
	.navbar-default .navbar-toggle {
		border-color: #ffffff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #25c621;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	}
	.dropdown-menu {
		text-align: center;
		background:transparent;
		float: none;
		width: 100%;
	}
	.dropdown-menu > li > a {
		color: #f5f5f5!important;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		color: #f17400!important;
	}
	div#bs-example-navbar-collapse-1 {
		background: rgba(0, 0, 0, 0.83);
		margin: 0;
		padding: 2px 0;
		position: absolute;
		width: 100%;
		z-index: 999;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		text-align: center;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
			padding: 5px 0px 5px 0px;
		}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #25c621;
	}
	.navbar-nav > li {
		float:none;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.header--innerr {
		float: none;
		margin-right: 0;
		margin: 0 auto 0.8em;
		width: 240px;
	}
	.resp-tab-content {
		min-height: 780px;
	}
	.date-w3 {
		right: 35px;
	}
	header {
		padding: 15px 15px 15px;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	.banner-text {
		padding: 2em 5em 0 0;
	}
	.banner {
		min-height: 355px;
	}
	.about-banner-w3ls {
		min-height: 195px!important;
	}
	.about-banner-w3ls h2 {
		margin-top: 1em;
		font-size: 24px;
	}
	.ayanHoverEffect_7 a::after {
		height: 2px;
	}
	.navbar-default .navbar-nav > li > a {
		padding-bottom: 7px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 12.3px!important;
	}
	.dropdown-menu {
		font-size: 12.3px;
	}
	.content-pro-head h3 {
		font-size: 21px;
	}
	.icon-box {
		float: left;
	}
	.dropdown-menu {
		border: none;
		box-shadow:none;
	}
}
@media(max-width:736px){
	#horizontalTab, .about-head, .inst-grids, .content-pro-head1, .agileits_services_grids {
		margin-top: 2.5em!important;
	}
	h5.title-w3 {
		font-size: 23px;
	}
	h2.resp-accordion {
		margin: 0 15em .3em;
	}
	#horizontalTab, .about-head, .inst-grids, .content-pro-head1, .agileits_services_grids {
		margin-top: 1.8em!important;
	}
	.date-w3 {
		right: 41px;
	}
	.w3ls_footer_grid_left {
		width: 32%;
		margin: 0 4px;
	}
	.botttom-nav-agileits ul li a {
		font-size: 10px;
	}
	.botttom-nav-agileits ul li {
		margin: 10px 16px;
	}
	#Choco_right_arrow {
		left: 17%!important;
	}
	#Choco_left_arrow {
		left: -17%!important;
	}
	.bs-glyphicons li {
		width: 23%;
	}
	textarea {
		height: 80px;
	}
	.content-pro-head h3 {
		font-size: 18px;
	}
	.agileits_services_grid_left h4 {
		font-size: 16px;
	}
	.banner-text {
		width: 75%;
	}
}
@media(max-width:667px){
	.ab-head,.ab-head2 {
		width: 100%;
		float: none;
		margin-bottom: 1em;
	}
	.ab-head1 {
		width: 100%;
	}
	h2.resp-accordion {
		margin: 0 14em .3em;
	}
	.right-contact-w3ls {
		width: 68%;
		padding: 0px 0px 0px 13px;
	}
	.w3ls_footer_grid_left {
		width: 49%;
		margin: 0 auto;
		float: none;
		margin-bottom: 1em;
	}
	.w3ls_footer_grid_left:nth-child(3) {
		margin-bottom: 0;
	}
	.slider-info h3 {
		font-size: .9em;
		letter-spacing: 3px;
	}
	p.head-w3-agileits {
		font-size: 13px;
	}
	.copyright-wthree p {
		letter-spacing: 2px;
	}
	h5.title-w3 {
		font-size: 21px;
	}
	.owl-theme .owl-controls .owl-page span {
		width: 11px!important;
		height: 11px!important;
	}
	.flex-info h4 {
		font-size: 1.05em;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		width: 40px;
		height: 40px;
	}
	.nbs-flexisel-nav-left {
		background: url(../images/arrow_left.png) no-repeat 12px 11px #25c621;
	}
	.nbs-flexisel-nav-right {
		background: url(../images/arrow_right.png) no-repeat 13px 11px #25c621;
	}
	.nbs-flexisel-nav-left {
		right: 6em;
	}
}
@media(max-width:640px){
	.banner-text {
		padding: 1em 5em 0 0;
		width: 70%;
	}
	.banner {
		min-height: 330px;
	}
	h2.resp-accordion {
		margin: 0 13em .3em;
	}
	.date-w3 {
		right: 26px;
	}
	.right-contact-w3ls span {
		font-size: 11px;
		margin-right: 1px;
	}
	.map-w3-agileits iframe {
		height: 230px;
	}
}
@media(max-width:600px){
	.banner-text {
		width: 73%;
	}
	.slider-info {
		padding: 11px 15px;
	}
	.callbacks_tabs a:after {
		width: 11px;
		height: 11px;
		border: 3.95px solid rgb(255, 255, 255);
	}
	.callbacks_tabs li {
		line-height: 12px;
	}
	.callbacks_tabs {
		top: -1%;
	}
	.banner {
		min-height: 310px;
	}
	p.head-w3-agileits {
		line-height: 25px;
	}
	h2.resp-accordion {
		margin: 0 12em .3em;
	}
	.ab-head h5 {
		font-size: .9em;
	}
	.ab-head p {
		font-size: 0.85em;
	}
	.ab-head ul li {
		font-size: 0.8em;
	}
	.right-contact-w3ls {
		width: 40%;
		padding: 15px 0px 0px 23px;
	}
	.copyright-wthree p {
		font-size: 11.5px;
	}
	.content-pro-head p {
		font-size: 13px;
	}
	.agileits_services_grid_left p {
		font-size: 13px;
	}
	#horizontalTab, .about-head, .inst-grids, .content-pro-head1, .agileits_services_grids {
		margin-top: 2em!important;
	}
	.bs-glyphicons li {
		height: 127px;
	}
	.about-banner-w3ls {
		min-height: 175px!important;
	}
}
@media(max-width:568px){
	img.img-r {
		bottom: -26px;
		right: -10px;
		width: 90px;
		height: 90px;
	}
	.copyright-wthree p {
		letter-spacing: 1.5px;
	}
	.w3ls_single_left_grid_right h3 {
		font-size: 1.1em;
	}
	.w3ls_single_left_grid_right ul li {
		font-size: 13px;
	}
	.w3ls_single_left_grid1 {
		margin: 1em 0;
	}
	.social-agileits-w3layouts {
		padding: 20px 20px 20px 100px;
	}
	.agileits_three_comment_grid1 {
		padding-left: 0;
	}
	.agileits_three_comment_grid:nth-child(2) {
		margin: 2em 0 0;
	}
	.w3ls_search1 input[type="submit"] {
		font-size: .9em;
	}
	.resp-tab-active:before {
		top: 102%;
	}
}
@media(max-width:480px){
	header {
		padding: 13px 6px 13px;
	}
	.banner-text {
		width: 82%;
		padding: 1em 4em 0 0;
	}
	.banner {
		min-height: 300px;
	}
	h2.resp-accordion {
		margin: 0 8em .3em;
		width: 55%;
	}
	.services-w3layouts, .wthree-main-content, .about,  .services-inner-agileits, .services, .single {
		padding: 55px 0px;
	}
	h5.title-w3 {
		font-size: 20px;
	}
	#horizontalTab, .about-head, .inst-grids, .content-pro-head1, .agileits_services_grids {
		margin-top: 1.5em!important;
	}
	.date-w3 {
		right: 39px;
	}
	.right-contact-w3ls {
		width: 54%;
		padding: 2px 0px 0px 23px;
	}
	.w3ls_footer_grid_left {
		width: 65%;
	}
	.botttom-nav-agileits ul li {
		margin: 10px 12px;
	}
	.copyright-wthree {
		padding: 18px 30px;
	}
	.copyright-wthree p {
		line-height: 26px;
	}
	.flex-info{
		padding:1.5em 1.2em;
	}
	.resp-tab-content {
		min-height: 660px;
	}
	.about-banner-w3ls h2 {
		font-size: 21px;
	}
	h3.hdg {
		font-size: 1.8em;
	}
	a.read-w3ls {
		font-size: 12px;
	}
	.services-img-w3-agile , .services-img-w3-agile2, .services-img-w3-agile3, .services-img-agileits{{
		min-height: 231px;
	}
	.social-agileits-w3layouts {
		padding: 20px 20px 20px 55px;
	}
	.agileits_tom_right {
		width: 75%;
		margin-left: 1em;
	}
	.w3ls_single_left_grid_left h3 {
		font-size: 1.3em;
	}
	.w3ls_single_left_grid1_left h4 {
		font-size: 1.1em;
		margin-top: 1em;
	}
	.wthree_recent h4, .agileits_three_comments h3, .w3_leave_comment h3 {
		font-size: 1.3em;
	}
	.wthree_recent h4, .agileits_three_comments h3, .w3_leave_comment h3 {
		font-size: 1.1em;
	}
}
@media(max-width:414px){
	.w3-logo a {
		font-size: 19px;
	}
	.slider-info h3 {
		font-size: .8em;
	}
	.slider-info p {
		letter-spacing: 1.5px;
		font-size: 10px;
	}
	.banner-text {
		width: 100%;
		padding: 1em 3em 0 0;
	}
	.callbacks_tabs {
		left: 103%;
		top: 1%;
	}
	.navbar-toggle {
		padding: 7px 7px;
	}
	.callbacks_tabs a:after {
		width: 10px;
		height: 10px;
	}
	h2.resp-accordion {
		margin: 0 5em .3em;
		width: 63%;
	}
	.botttom-nav-agileits ul li a {
		letter-spacing: 1px;
	}
	.botttom-nav-agileits ul li {
		margin: 7px 9px;
	}
	.about-banner-w3ls h2 {
		font-size: 18px;
	}
	.about-banner-w3ls {
		min-height: 150px!important;
	}
	.services-w3layouts, .wthree-main-content, .about,  .services-inner-agileits, .services, .single {
		padding: 35px 0px;
	}
	h5.title-w3 {
		font-size: 18px;
	}
	.services-img-w3-agile, .services-img-agileits {
		min-height: 201px;
	}
	.resp-tab-content {
		min-height: 630px;
	}
	.icon-box {
		width: 95%;
		margin: .5em auto;
		float: none;
	}
	.bs-glyphicons li {
		width: 31%;
	}
	.w3ls_footer_grid_left {
		width: 80%;
	}
	.w3ls_single_left_grid_right h3 {
		font-size: 1em;
		margin: 0;
	}
	.w3ls_single_left_grid1_left h4 {
		font-size: 1em;
		margin-top: 0.5em;
	}
	.w3ls_single_left_grid1_right ul li a i {
		font-size: 15px;
		padding-top: 1px;
	}
	.w3ls_single_left_grid1_right ul li a i.fa.fa-facebook,.w3ls_single_left_grid1_right ul li a i.fa.fa-twitter,.w3ls_single_left_grid1_right ul li a i.fa.fa-rss  {
		height: 33px;
		width: 33px;
	}
	.w3ls_single_left_grid1_right {
		margin-left: 1em;
	}
	.w3ls_single_left_grid1_right ul li {
		margin-top: 0;
	}
	.w3ls_search1 input[type="submit"] {
		padding: 6px 0;
		width: 33%;
	}
	.agileits_tom {
		float: none;
		padding: .5em;
		width: 24%;
	}
	.agileits_tom_right {
		width: 100%;
		margin-left: 0;
		float: none;
		margin-top: 1em;
	}
	.agileits_three_comment_grid {
		padding: 2em 0;
	}
	.social-agileits-w3layouts {
		padding: 15px 20px 15px 53px;
	}
	.w3ls_single_left_grid1 p {
		font-size: 13px;
	}
	.w3l_admin p {
		font-size: 13px;
	}
	.wthree_recent ul li a {
		font-size: 13px;
	}
	.agile_cat_grid ul.categories li a {
		font-size: 13px;
	}
	.agile_cat_grid_tags ul li a {
		font-size: 13px;
	}
	.agileits_three_comment_grid:nth-child(2) {
		margin: 1em 0 0;
	}
	.agileits_tom_right p.lorem {
		font-size: 13px;
	}
	.nbs-flexisel-nav-left {
		right: 12em;
	}
	.nbs-flexisel-nav-right {
		right: 6em;
	}
	.agileits_services_grid_right {
		min-height: 200px;
	}
	.navbar-nav > li {
		margin-bottom: 5px;
	}
	#horizontalTab, .about-head, .inst-grids, .content-pro-head1, .agileits_services_grids {
		margin-top: 1em!important;
	}
}
@media(max-width:384px){
	.banner-text {
		width: 103%;
		padding: 0.5em 3em 0 0;
	}
	a.read-w3ls {
		margin-top: 1em;
	}
	.banner {
		min-height: 280px;
	}
	h2.resp-accordion {
		margin: 0 4.4em .3em;
		width: 70%;
	}
	.resp-tab-content {
		display: none;
		padding: 15px;
	}
	.services-right-agileits h4 {
		font-size: 18px;
	}
	.resp-tab-content {
		min-height: 590px;
	}
	.tab2 p, .tab3 p {
		font-size: 13px;
	}
	.botttom-nav-agileits ul li {
		display: block;
		margin: 5px 0px;
	}
	.botttom-nav-agileits {
		padding: 6px 0px;
	}
	.navbar-default .navbar-nav > li > a {
		padding-bottom: 3px;
	}
	.tab2 h5, .tab3 h5 {
		font-size: 17px;
	}
	.copyright-wthree p {
		font-size: 11px;
	}
	.w3-logo a {
		font-size: 18px;
	}
	.nbs-flexisel-nav-left {
		right: 11em;
	}
	.resp-tab-content {
		min-height: 620px;
	}
	.w3ls_single_left_grid1_right {
		margin-left: 0.5em;
	}
	.social-agileits-w3layouts {
		padding: 15px 20px 15px 45px;
	}
}
@media(max-width:375px){
	.slider-info h3 {
		font-size: .72em;
	}
	.slider-info p {
		margin-top: 0px;
	}
	.banner-text {
		padding: 0em 3em 0 0;
	}
	.banner {
		min-height: 265px;
	}
	.right-contact-w3ls {
		width: 65%;
		padding: 2px 0px 0px 15px;
	}
	h2.resp-accordion {
		margin: 0 4.3em .3em;
	}
	.resp-tab-content {
		min-height: 620px;
	}
	.date-w3 h4 {
		font-size: 1.1em;
	}
	.date-w3 {
		right: 32px;
	}
	.head-w3-agileits {
		font-size: 12.5px;
	}
	.nbs-flexisel-nav-left {
		right: 10em;
	}
	.agileits_services_grid_right {
		min-height: 166px;
	}
}
@media(max-width:320px){
	.w3-logo a {
		font-size: 16px;
	}
	.banner-text {
		width: 104%;
		padding: 0em 2.3em 0 0;
	}
	header {
		padding: 10px 0px 10px;
	}
	.banner {
		min-height: 255px;
	}
	h2.resp-accordion {
		margin: 0 2.1em .3em;
		width: 85%;
	}
	.faq li a {
		font-size: .82em;
	}
	.resp-tab-content {
		padding: 15px 0 15px;
	}
	.services-img-w3-agile, .services-img-agileits {
		min-height: 165px;
	}
	.resp-tab-content {
		min-height: 570px;
	}
	.date-w3 h4 {
		font-size: 1em;
	}
	.map-w3-agileits iframe {
		height: 200px;
	}
	.w3ls_footer_grid_left {
		width: 85%;
		padding: 15px;
	}
	.w3ls_footer_grid_leftl i {
		line-height: 2.5em;
		font-size: 1.01em;
	}
	.nbs-flexisel-nav-right {
		right: 4em;
	}
	.nbs-flexisel-nav-left {
		right: 8em;
	}
	.bs-glyphicons li {
		width: 48%;
		height: 112px;
	}
	.w3ls_single_left_grid_left {
		float: none;
		width: 45%;
		margin: 0 auto 1em;
	}
	.w3ls_single_left_grid_right {
		float: none;
		width: 100%;
	}
	.w3ls_single_left_grid_right ul li {
		margin-right: 2.2em;
	}
	.w3ls_single_left_grid1_left h4 {
		font-size: .9em;
	}
	.social-agileits-w3layouts {
		padding: 15px;
	}
	.w3ls_single_left_grid1_right ul li {
		margin: 0 3px;
	}
	.w3_leave_comment input[type="submit"] {
		padding: 7px 0;
		font-size: 14px;
	}
	.w3ls_search1 input[type="search"] {
		padding: 8px;
	}
	.w3ls_single_left_grid_right h3 {
		font-size: .95em;
	}
}
/*--responsive--*/