/*-- banner --

}*/
.wthree-different-dot {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
.wthree-different-dot1 {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
	  min-height:300px;
}
.banner_text{
    text-align: center;
    padding: 18em 0 19em;
   /* min-height:800px;*/
}
.banner1 h2 {
    text-align: center;
    padding-top: 4em;
    font-size: 50px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}
.banner_text h3,.banner_text h2 {
    color: #FFFFFF;
    font-size: 3em;
    margin: 0 auto;
    width:60%;
    /*margin-top: .4em;*/
   /* letter-spacing: 10px;*/
    margin-bottom: .5em;
    font-weight: 700;
    line-height:1.3em;
   /* text-transform: uppercase;*/
    text-shadow: 2px 2px 2px rgba(16, 16, 16, 0.8);
}
.banner_text span {
    background: #F7912C;
    padding: 0.5em 2em;
    color: #fff;
    font-size: 1em;
    padding: .5em 2em;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.banner_text .title-customers {
    background: #F7912C;
    padding: 0.5em 2em;
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 6px; 
    display: block;
    width: 40%;
    margin: 0 auto;
    margin-top:6%;

}

.banner_text .text-customers{
  font-size:24px;
  color:#fff;
  line-height:40px;
  width:700px;
  margin:0 auto; 
  margin-top:6%;
  text-shadow: 2px 2px 2px rgba(16, 16, 16, 0.8);
}

.more-button a {
    padding: 8px 38px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border:2px solid #ffffff;
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: capitalize;
}
.w3-button a:hover{
    color: #212121;
    background: #FFC107;
    border: solid 2px #FFC107;
}
.w3-button a:focus{
	outline:none;
}
.w3-button {
    position: relative;
    margin: 1em 0;
    padding: 1em;
    z-index: 1;
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: none;
  color: #fff;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#F7912C;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover,.hvr-bounce-to-bottom:focus,.hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before,.hvr-bounce-to-bottom:focus:before,.hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
ul.nav.navbar-nav .hvr-bounce-to-bottom:before {
    background: #F7912C;
}
.hvr-bounce-to-bottom.active {
    background: #F7912C;
}
/* //Bounce To Bottom */



/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom:20px;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
	position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 55%;
    left: 20%;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 15px;
    height: 30px;
 
}
 .callbacks_nav:hover{
  	opacity: 0.3;
  }
.callbacks_nav.next {
    background-position: right bottom;
    left: 20%;
    top: 50%;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	left:20%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
    list-style: none;
    position: absolute;
    bottom: 49%;
    right: 20%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 999;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
	display: block;
    margin: 0;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	/*content: "\f111";*/
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 12px;
    width: 12px;
    display: inline-block;
    background: none;
    border: 2px solid #ffffff;
}
.callbacks_here a:after{
    background: #F7912C;
    border: 2px solid #F7912C;
}
/*-- //slider --*/

/*-- //banner --*/


@media screen and (max-width: 1440px){
	.banner_text h3, .banner_text h2 {
		font-size: 2em;
	}
	.banner_text {
		padding: 17em 0 18em;
	}
	.callbacks_tabs {
		bottom: 46%;
	}
}
@media screen and (max-width: 1366px){
	.banner_text h3, .banner_text h2 {
		font-size: 2em;
    padding:50px 0px;
    width:95%;
	}
}
@media screen and (max-width: 1280px){
	.banner_text h3, .banner_text h2 {
		/*letter-spacing: 16px;*/
	}
	.banner_text {
		padding: 16em 0 17em;
	}

}
@media screen and (max-width: 1080px){
	.callbacks_tabs {
		bottom: 46%;
		right: 13%;
	}
	.callbacks_nav.prev,.callbacks_nav.next {
		left: 13%;
	}
	.banner1 h2 {
		font-size: 30px;
	}
	.wthree-different-dot1,.banner1 {
		min-height: 280px;
	}
}

@media screen and (max-width: 1024px){
	.banner_text {
		padding: 15em 0 12em;
	}
	.banner_text h3, .banner_text h2 {
		font-size: 2em;
		letter-spacing: 15px;
	}

	.wthree-different-dot1,.banner1 {
		min-height: 260px;
	}
	.callbacks_tabs {
		bottom: 42%;
	}
	.callbacks_nav.next {
		top: 55%;
	}
	.callbacks_nav {
		bottom: 52%;
	}

 .banner_text .title-customers {
    width:85%;
    font-size: 1em;
}

.banner_text .text-customers{
    width:85%;
    font-size: 1.2em;
    line-height:1.8em;
  }

}
@media screen and (max-width: 991px){
	.wthree-different-dot1,.banner1 {
		min-height: 250px;
	}
	.banner_text h3, .banner_text h2 {
		font-size: 2em;
		letter-spacing: 12px;
	}
}
@media screen and (max-width: 900px){
	.banner_text {
		padding: 14em 0 10em;
	}

}
@media screen and (max-width: 800px){

	.callbacks_tabs {
		bottom: 40%;
		right: 8%;
	}
	.callbacks_nav.prev, .callbacks_nav.next {
		left: 8%;
	}

}
@media screen and (max-width: 736px){
	.banner_text h3, .banner_text h2 {
		font-size: 2em;
		letter-spacing: 10px;
	}
	.wthree-different-dot1, .banner1 {
		min-height: 230px;
	}

}
@media screen and (max-width: 667px){

	.banner_text {
		padding: 9em 0 8em;
	}
	.banner_text h3, .banner_text h2 {
		font-size: 4em;
		letter-spacing: 10px;
	}
	.wthree-different-dot1, .banner1 {
		min-height: 210px;
	}

}

@media screen and (max-width: 600px){
	

	.banner_text h3, .banner_text h2 {
		font-size: 3.5em;
		letter-spacing: 8px;
	}
	.banner_text span {
		font-size: .9em;
		letter-spacing: 4px;
	}

}

@media screen and (max-width: 480px){
	
	.banner_text h3, .banner_text h2 {
		font-size: 1em;
		letter-spacing: 5px;
	}
	.callbacks_tabs {
		bottom: 36%;
		right: 8%;
	}
	.wthree-different-dot1, .banner1 {
		min-height: 180px;
	}
	.banner1 h2 {
		padding-top: 3em;
	}

  .banner_text .title-customers {
    width:85%;
    font-size: 1em;
}

.banner_text .text-customers{
    width:85%;
    font-size: 1.2em;
    line-height:1.8em;
  }


	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
	.callbacks_tabs {
		right: 4%;
	}
	.callbacks_nav.prev, .callbacks_nav.next {
		left: 4%;
	}
	.banner_text {
		padding: 9em 0 6em;
	}	

}
@media screen and (max-width: 384px){
	.wthree-different-dot1, .banner1 {
		min-height: 160px;
	}

}
@media screen and (max-width: 375px){

	section.portfolio-agileinfo .nav-tabs > li > a {
		margin: 5px 4px 0;
	}
	.banner_text h3, .banner_text h2 {
		font-size: 2em;
		letter-spacing: 3px;
	}
	.wthree-different-dot1, .banner1 {
		min-height: 150px;
	}
}

}

/* responsive design */