



/*-- Slider --*/
.w3-oneimg{  background: url(../img/slider/slider1.jpg);}
.w3-twoimg{  background: url(../img/slider/slider2.jpg);}
.w3-threeimg{ background: url(../img/slider/slider3.jpg);}
.w3-oneimg,.w3-twoimg,.w3-threeimg{ 
background-repeat: no-repeat;
    background-position: center;
-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}
.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: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
/*-- //banner Slider --*/
.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  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;
  }

a {
  color: #fff;
  text-decoration: none;
  }

/* Callback example */
/*.events {
  list-style: none;
  }*/

.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
    height: 240px
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

/*.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }*/
 .slider-info{
    background:rgba(0, 0, 0, 0);
    color: #fff;
	z-index: 999;
    text-align: left;
	margin-top: 6em;
}
 .slider-info h4{
	 font-weight:600;
    color: #fff;
    font-size: 6em;
    letter-spacing: 3px;
}
 .slider-info p{
    font-size: 24px;
    letter-spacing: 0px;
    padding-left: 37px;
    color: #fff;
     text-shadow: 3px 0px #000000;
}
.w3layouts_more-buttn {
    padding-left: 33px;
}
.w3layouts_more-buttn a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    background-color:#156193;
    outline: none;
    padding: 10px 22px;
}
.w3layouts_more-buttn a:hover {
    background: #fff;
    color: #000;
}
span.home-banner{
    color: rgb(44, 190, 255);
	font-weight:100;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
    height: 53px;
    width: 53px;
  background:rgba(230, 230, 230, 0) url("../img/left-arrow.png") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
   background:rgba(230, 230, 230, 0)  url("../img/right-arrow.png") no-repeat 0px 0px;
  background-position: right top;
  right: 0;
  }

/*#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}--*/
/*-- modal-- */
/*

img {
    width: 100%;
}
*/



/*-- //Stats --*/






@media(max-width:1280px){
	.slider-info h4 {
    font-size: 5em;
	}
	
.slider-info {
    padding-left:30px;
}
}
@media(max-width:1080px){

.w3-oneimg, .w3-twoimg, .w3-threeimg {
    min-height: 578px;
}
.slider-info {
    margin-top: 16em;
}

.slider-info h4 {
    font-size: 4.5em;
}
.banner-agileits-btm {
    min-height: 459px;
}
.white-shadow{
    padding-left: 37px;
}
span.banner-icon {
    font-size: 44px;
    line-height: 94px; 
    width: 102px;
    height: 102px;
}
}

@media(max-width:1024px){
.w3-oneimg, .w3-twoimg, .w3-threeimg {
    min-height: 554px;
}
.slider-info h4 {
    font-size: 4.2em;
}
.slider-info p {
    font-size: 22px;
	padding: 14px 0px;
}
	
}
@media(max-width:991px){

.cd-header-buttons {
    right: 0px;
}
.w3layouts_more-buttn a {
    padding: 9px 18px;
}
.banner-agileits-btm {
    margin: 32px 0px 0px;
}

}
@media(max-width:900px){
	.slider-info h4 {
    font-size: 3.7em;
}
.w3-oneimg, .w3-twoimg, .w3-threeimg {
    min-height: 522px;
}
.slider-info {
    margin-top: 15em;
}
.slider-info p {
    font-size: 19px;
}

}
@media(max-width:800px){
	.w3-oneimg, .w3-twoimg, .w3-threeimg {
    min-height: 495px;
	}
.about-top-grid h2 {
    font-size: 27px;
}
.title {
    font-size: 51px;
	margin-bottom: 25px;
}

}


@media(max-width:767px){
	
.slider-info h4 {
    font-size: 3.2em;
}

}
@media(max-width:736px){
	.w3-oneimg, .w3-twoimg, .w3-threeimg {
    min-height: 457px;
}
.slider-info h4 {
    font-size: 3em;
}
.w3layouts_more-buttn a {
    font-size: 13px;
	padding:7px 12px;
}
.slider-info {
    margin-top: 4em;
}
.slider-info {
    text-align: center;
}

}
@media(max-width:667px){
	.w3-oneimg, .w3-twoimg, .w3-threeimg {
    min-height: 443px;
}

}
@media(max-width:640px){
	.w3-oneimg, .w3-twoimg, .w3-threeimg {
    min-height: 428px;
}
.slider-info h4 {
    font-size: 2.7em;
}
.slider-info p {
    font-size: 17px;
}

}
@media(max-width:600px){
	

.callbacks_nav {
    top: 61%;
}
}
@media(max-width:568px){

.slider-info h4 {
    font-size: 2.4em;
}
.slider-info p {
    padding: 12px 0px;
}

}
@media(max-width:480px){
	
	.slider-info h4 {
    font-size: 2em;
}
.slider-info p {
    letter-spacing: 2px;
}
.about-top-grid p {
    line-height: 28px;
}
.banner-agileits-btm {
    margin: 41px 0px 0px;
	  min-height: 351px;
}
 
}
@media(max-width:440px){
.callbacks_nav.next, .callbacks1_nav.prev {
    background-size: 30px;
}	
.slider-info p {
    font-size: 15px;
}
.slider-info h4 {
    font-size: 1.6em;
}

}



@media(max-width:320px){

.slider-info h4 {
    letter-spacing: 4px;
	    line-height: 28px;
}
.slider-info {
    margin-top: 11em;
}

}
.slider{
/*    width: 700px;*/
}
/*--//responsive--*/

