 @import url(http://fonts.googleapis.com/css?family=Microsoft YaHei:400,300,500,600,700,800,900,100,200);

body{
  font-family: 'Microsoft YaHei', sans-serif;
  font-size:14px;
  font-weight: 400;
  overflow-y:scroll;
  -webkit-font-smoothing: antialiased;
}

::selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	::-moz-selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}

p{
  font-family: 'Microsoft YaHei', sans-serif;
  font-size:14px;
  font-weight: 400;
}

a{
  text-decoration:none;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
/*	border-bottom:1px solid #dedede;*/
}

a:focus {
  outline:none;
}

strong{
  font-weight:700;

}

/*
**************************
PRELOADER
**************************
*/

.preloader{
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  background:white;
  z-index:999;
}
 
.preloader .item{
  position:absolute;
  width:50px;
  height:50px;
  left:50%;
  top:50%;
  margin-left:-25px;
  margin-top:-25px;
} 

.spinner {
  width: 40px;
  height: 40px;
  margin: 0px auto;
  background-color: #333;
  border-radius: 100%;  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}





/*
**************************
NAVIGATION OPACITY
**************************
*/



.opacity-nav{
  position:fixed;
  display:none;
  width:100%;
  height:100%;
  top:0;
  z-index:9999;
  background:rgba(0,0,0,0.95);
}

ul.menu-fullscreen{
  width: 100%;
  top: 50%;
  position: absolute;
  height: 280px;
  margin-top: -140px;
}

ul.menu-fullscreen li{
  font-size:35px;
  text-align:center;
  line-height:70px;
  font-weight:500;
}

ul.menu-fullscreen li > a{
  color:#999999;
  border:0;
}

ul.menu-fullscreen li > a:hover{
  color:#ffffff;
}


#full{
  width:1140px;
  position: relative;
  top:0;
  margin:0 auto;
  z-index: 9997;
}


#fullscreen{
  display:none;
  position:absolute;
  top:0;
  width:100%;
  margin:0 auto;
  height:80px;
  z-index: 998;
}

/*
**************************
HEADER
**************************
*/

header.boxed{
  position:fixed;
  width:100%;
  margin:0 auto;
  height:80px;
  z-index:999;
  display:none;
  background:none;
  top:0;
    -webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in; 
}

header.boxed .header-margin{
  width:1140px;
  margin:0 auto;
}

header.boxed .header-margin-mini{
  width:90%;
  margin:0 auto;
}


ul.social-icon{
  float:right;
}

ul.social-icon a{
  float:right;
  font-size:15px;
  border-bottom:0;
  color:black;
  padding-right:0px !important;
}

ul.social-icon a:hover{
  color:#c3c3c3;
}

.menu-index{
  position: fixed;
  right: 5%;
  top: 20px;
  z-index: 99999;
  padding:20px;
  background:black;
  cursor:pointer;
}


.menu-index i{
  float:right;
  font-size:18px;
  color:white;
  padding-right:0px !important;
}

.menu-index i:hover{
  color:#c3c3c3;
}


ul.menu-icon{
  float:right;
}

ul.menu-icon a{
  float:right;
  font-size:19px;
  color:white;
  padding-right:0px !important;
}

ul.menu-icon i{
  padding:20px;
  background:black;
}

ul.menu-icon a:hover{
  color:#c3c3c3;
}

header a{
  color:#7EC0EE;
}

ul.header-nav{
  width:100%;
  float:left;
}

header .logo > a{
  font-size:30px;
  font-weight:800;
  float:left;
  line-height:80px;
  padding-right:40px;
}

header .logo > a:hover{
  color:#c3c3c3;
}

header li{
  text-transform:uppercase;
  list-style-type: none; margin: 0 auto; float: left;
  color:#c3c3c3;
}

header li > a{
  font-size:16px;
  padding-right:25px;
  padding-left:25px;
  font-weight:800;
  line-height:80px;
  display:inline-block;  
  border-bottom:0;
}

header li > a:hover{
  color:#7EC0EE;
}

header li > a #active{
  color:#000000;
}

header li ul{
  overflow: hidden; 
  display: none; 
  z-index:20;
/*  border-top: 1px solid blue;
  border-bottom: 1px solid blue;
  border-left: 1px solid blue;
  border-right: 1px solid blue;*/
}

header li ul li a{
  background:rgba(255, 255, 255, 0.80) !important;
  color:white;
  font-size:14px;
  line-height:40px;
  padding-left:30px; 
  width:260px;
}

header li:hover ul{
  position: absolute; padding: 0; display: block; width: 260px;
}
a:link {color: #8d8d8d !important} /*设置全局未点击链接的颜色*/ 
a:visited {color: #8d8d8d !important} /*设置全局被点击后的链接颜色*/ 
a:hover {color: #7EC0EE !important} /*设置全局鼠标悬停在链接上未点击时的颜色*/ 

/*
**************************
CONTENT
**************************
*/

.hero-image{
  position:relative; 
  width:100%; 
  top:0; 
  height:400px; 
  background: url('../img/full/full.jpg') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  
}

.one-column{
  width:40%;
  position:relative;
  float:left;
}

.two-column{
  width:60%;
  position:relative;
  float:left;
}

.one-column p{
  width:70% !important;
}

.two-column p{
  width:100% !important;
}

.clear{
  clear:both;
}

.content{
  position:relative;
  width:1140px;
  margin:50px auto;
}


.content .text-intro{
  width: 80%;
  margin-top: 150px;
  margin: 150px auto 0;
}

.content .text-intro h1{
  font-size:43px;
  width:100%;
  text-transform:uppercase;
  color:#000000;
  font-weight:900;
  line-height:70px;
}

.content .text-intro p{
  font-size:15px;
  color:#8d8d8d;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
}

        .typed-cursor{
            opacity: 1;
            font-weight: 900;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }

/*
**************************
HOME SIDEBAR
**************************
*/

.home-sidebar{
  top:0;
  position:absolute;
  width:33.3333%;
  right:0;
  height:100%;
  background:#f4f4f4;
  z-index:9;
  overflow:hidden;
  background-size:100%;
}

.parallax{
  position:absolute;
}

.parallax-option{
  position:absolute; width:100%; height:100%;
}

/*
**************************
PORTFOLIO GRID
**************************
*/

/*.prev-next{
  width:100%;
  max-width:1170px;
  margin:0 auto;
  padding-top:100px;
}

.prev-next a{
  color:black;
  font-weight:500;
  padding-bottom: 15px;
}

.prev-next a:hover{
  border-bottom:1px solid black;
}

.prev-button{
  width:50%;
  position:relative;
  float:left;
  text-align:left;
}

.next-button{
  width:50%;
  position:relative;
  float:left;
  text-align:right;
}*/


#ajax-content{width:100%;}

.portfolio-grid{
  width:1170px;
  position:relative;
  margin: 30px auto;
  overflow:hidden;
}

#portfolio-sidebar{
  width: 60% !important;
  

}

li.grid-item{
  width:300px;
  position:relative;
  float:left;
  padding:15px;
}

.grid-hover{
  position: absolute;
  width:300px;
  height: 100%;
  top:0;
  background: white;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}

.grid-hover:hover{
  opacity: 0.9;
}

.grid-hover h1{
  font-size:23px;
  bottom:80px;
  left:40px;
  position:absolute;
  text-transform:uppercase;
  color:#000000;
  letter-spacing:1px;
  font-weight:900;
  line-height:50px;
}

.grid-hover p{
  font-size:13px;
  bottom:40px;
  left:40px;
  position:absolute;
  color:#686868;
  letter-spacing:1px;
  font-weight:400;
  line-height:50px;
}

li.grid-item img{
  width:300px;
}

/*
**************************
FOOTER
**************************
*/

#footer-box{height:150px;}

footer{
  background: #f1f1f1;
  width:100%;
 
  height:150px;
  overflow:hidden;
  position:relative;
  z-index:10;
}

.footer-margin{
  width:1140px;
  margin: 30px auto;
  line-height: 100px;
}

#footer-left{text-align:left;}

.footer-margin .copyright{
  color: #686868;
  letter-spacing: 1px;
  font-size: 12px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .social-footer{
  color: #686868;
  letter-spacing: 1px;
  font-size: 13px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .social-footer a{
  font-size:15px;
  color:black;
  padding: 20px;
}

.footer-margin .social-footer a:hover{
  color:#c3c3c3;
}


/*
**************************
CONTACT
**************************
*/

.contact-one, .contact-two{
  width:30%;
  padding-right:3%;
  position:relative;
  float:left;
}

.contact-three{
  width:33%;
  position:relative;
  float:left;
}

.contact-one p, .contact-two p, .contact-three p{
  width:100% !important;
}

input{

  width:100%;
  height:40px;
  background:#f8f7f7;
  border:0;
  color:#000000;
  font-weight:500;
  line-height:40px;
  font-family: 'Microsoft YaHei', sans-serif;
  margin-bottom:10px;
  font-size:13px;
  padding-left:15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

input.button-submit{

  width:220px;
  height:40px;
  background:#f8f7f7;
  font-weight:500;
  border:0;
  font-family: 'Microsoft YaHei', sans-serif;
  color:#000000;
  float:right;
  font-weight:900;
  line-height:40px;
  font-size:13px;
}

input:focus{
  background:#f4f4f4; 
}

textarea{

  width:100%;
  height:40px;
  border:0;
  line-height:40px;
  background:#f8f7f7;
  color:#000000;
  font-size:13px;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight:500;
  margin-bottom:10px;
  padding:0 0 0 15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}

textarea:focus{background:#f4f4f4; height:250px;}

html, body{
  margin:0;
  font-size: 100%;
  font-family: 'Microsoft YaHei', 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;
}
input[type="button"],input[type="submit"]{
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
  margin:0;
  font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 600;
} 
p{
  margin:0;
}
ul{
  margin:0;
  padding:0;
}
label{
  margin:0;
}
/*-- 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%;
}
.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;
}
#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: -205px;
    left: 43%;
    padding: 0;
    margin: 0;
    z-index: 99;
    display: block;
    text-align: center;
}
.slider-top span{
  font-weight:600;
}
.callbacks_tabs li{
         display: inline-block;
    margin: 0 0px;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
        height:5px;
    width:40px;
    display: inline-block;
    background: #fff;
}
.callbacks_here a:after{
    background: #f58703;
}
.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: 65px;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: transparent url(../images/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
  left: auto;
    background-position: right top;
  left: 95.5%;
 }
 .callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left:22px;
}
.callbacks_nav:active {
  opacity: 1.0;
}*/

.callbacks2_nav:active {
  opacity: 1.0;
}
.slider-info {
    z-index: 999;
    margin-left: 16.2em;
    margin-top: 11em;
    text-align: left;
    width: 37%;
    height: 100%;
}
.slider-info img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 2.5em;
}
.slider-info h3 {
    font-size: 40px;
    font-weight: 900;
    color: #FFF;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 2px 0px 10px;
}
.slider-info p {
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    margin: 0 auto;
    line-height: 35px;
}
.slider-info h4 {
    font-size: 45px;
    color: #b56d10;
  letter-spacing: 3px;
  text-transform:uppercase; 
  margin-top: 7px;
}
h6 {
  margin:0 auto;
  z-index:999;
}
.slider-top span{
font-weight:600;
}



.header-w3layouts{
    position: absolute;
    top: 0;
    z-index: 99;
    text-align: center;
    left: 0;
    width: 100%;
}
.agileits-banner-info h3 {
    color: #fff;
    font-size: 3em;
    margin: 0;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 700;
}
.agileits-banner-info h3 span{
      background: #2529d8;
    padding: 0 15px;
}
.agileits-banner-info {
    text-align: left;
    padding: 22em 0 0em;
}
.agileits-banner-info p {
    color: #FCF8E3;
    font-size: 1.1em;
    line-height: 1.8em;
    letter-spacing: 5px;
    margin: 2em auto;
    font-weight: 500;
}
.agileits_w3layouts_more{
  position:relative;
}
.agileits_w3layouts_more a{
      font-size: 17px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
}
.agileits_w3layouts_more a:focus{
  outline:none;
}
.agileits_w3layouts_more a:hover{
  color:#fff;
}
.agileits_w3layouts_more a:before,.agileits_w3layouts_more a:after{
  content: '';
    background: #fff;
    width: 85%;
    height: 2px;
    position: absolute;
    left: 105%;
    top: 46%;
}
.agileits_w3layouts_more a:after{
  -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
      -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.agileits_w3layouts_more a:hover::before, .agileits_w3layouts_more a:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.agileits_w3layouts_more a::after {
    background:#2529d8;
}
/*-- //banner-text --*/
/*-- banner-top --*/
.w3layouts-banner-top{
    background: url(../images/1.jpg) no-repeat 0px 0px;
    background-size: cover; 
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;    
  -moz-background-size: cover;
  min-height:860px;
}
.w3layouts-banner-top1{
  background: url(../images/show.jpg) no-repeat 0px 0px;
    background-size: cover; 
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;    
  -moz-background-size: cover;
  min-height:860px;
}
.w3layouts-banner-top2{
  background: url(../images/2.jpg) no-repeat 0px 0px;
    background-size: cover; 
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;    
  -moz-background-size: cover;  
  min-height:860px;
}
.w3layouts-banner-top3{
  background: url(../images/3.jpg) no-repeat 0px 0px;
    background-size: cover; 
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;    
  -moz-background-size: cover;  
  min-height:860px;
}

.w3layouts-banner-product{
    background: url(../img/portfolio/product1.png) no-repeat 0px 0px;
    width: 100%;
    background-size: cover; 
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;    
  -moz-background-size: cover;

}
.w3layouts-banner-product1{
  background: url(../img/portfolio/product2.png) no-repeat 0px 0px;
    background-size: cover; 
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;    
  -moz-background-size: cover;
  min-height:860px;
}
.w3layouts-banner-product2{
  background: url(../images/3.jpg) no-repeat 0px 0px;
    background-size: cover; 
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;    
  -moz-background-size: cover;  
  min-height:860px;
}
.w3layouts-banner-product3{
  background: url(../images/3.jpg) no-repeat 0px 0px;
    background-size: cover; 
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;    
  -moz-background-size: cover;  
  min-height:860px;
}
/*-- //banner-top --*/ 
/*--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%;
}
.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);
    top:55%;
    left: 40px;
    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.next {
    left: auto;
    background: url(../images/right.png) no-repeat 0px 0px;
    right: -62px;
}
.callbacks_nav.prev {
    left: auto;
    background: url(../images/left.png) no-repeat 0px 0px;
    left: -58px;
}
#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;
    top: 88%;
    left: 46.3%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}
.slider-top span{
  font-weight:600;
}
.callbacks_tabs li {
    display:inline-block;
    margin: 0px 7px;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height:16px;
    width:16px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
       background: #2529d8;
}
/*-- //slider --*/

.thim-click-to-bottom {
   position: absolute;
    bottom: 17%;
    left: 48.5%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    -webkit-animation: bounce 2s infinite ease-in-out;
    z-index: 99;
}
.thim-click-to-bottom i {
    color: #de0f17;
    border: 1px dashed #fff;
    border-radius: 50%;
    font-size: 18px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 49px;
}
@-webkit-keyframes bounce {
  0%, 20%, 60%, 100%  { -ms-transform: translateY(0); }
  0%, 20%, 60%, 100%  { -o-transform: translateY(0); }
  0%, 20%, 60%, 100%  { -moz-transform: translateY(0); }
  0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
  80% { -webkit-transform: translateY(-10px); }
}
/*-- hover-effect --*/
/*-- about --*/
 
/*--test--*/

/*---- Navigation ---*/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 36px;
    height: 36px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    border-radius: 50%;
}
.nbs-flexisel-nav-left {
    left: 0px;
    background: #2529d8 url(../images/left.png) no-repeat 2px 2px;
}
.nbs-flexisel-nav-right {
    right: 0px;
    background: #2529d8 url(../images/right.png) no-repeat 2px 2px;
}
.content-bottom-in {
    margin-top: 2.7em;
}
figure {
    margin: 0;
}
/*--//--*/
/*--team--*/
/*-- //team --*/
/*-- services-bottom --*/

/*-- //counter--*/
/*-- /plans--*/

/*-- //Contact --*/
/*-- /model --*/

/*-- //copyrights end here --*/
/*-- slider-up-arrow --*/

/*-- //slider-up-arrow --*/ 
/*-- responsive-design --*/
@media(max-width:1440px){
  .w3layouts-banner-top,.w3layouts-banner-top1,.w3layouts-banner-top2{
    min-height:680px;
  }
  .agileits-banner-info {
    text-align: left;
    padding: 20em 0 0em;
  }
  h2.title-w3,h3.title-w3 {
      font-size: 2.5em;
  }
}
@media(max-width:1366px){
  .agileits-banner-info {
    text-align: left;
    padding: 19em 0 0em;
  }
  .ab-w3-agile-info-text {
    padding: 4em 2em 0em 4em;
  }
  .agileits_w3layouts_more a {
       font-size: 15px;
  }
  .ab-w3-agile-part,.ab-w3-agile-part:nth-child(2) {
    min-height: 309px;
    padding: 6em 3em;
  }
  #plans {
    padding-top: 5em;
    min-height: 621px;
  }
}
@media(max-width:1280px){
  h3.title-w3 {
    text-align: center;
    font-size: 2.3em;
  }
  .agileits-banner-info h3 {
    font-size: 2.2em;
        letter-spacing: 5px;
  }
  
}
@media(max-width:1366px){
  .agileits-banner-info {
    padding: 16em 0 0em;
  }
  .w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
    min-height:565px;
  }
  .con-bot p {
    line-height: 30px;
    font-size: 1em;
    letter-spacing: 1px;
  }
  .w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
    /*min-height: 507px;*/
  }
  .agileits-banner-info p {
    font-size: 1em;
    letter-spacing: 5px;
    margin: 1em auto;
  }
  .callbacks_tabs a:after {
    height: 13px;
    width: 13px;
  }
  .thim-click-to-bottom i {
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 39px;
  }
  .callbacks_tabs li {
    margin: 0px 4px;
  }
  .agileits-banner-info p {
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: 4px;
    margin: 1em auto;
  }
  .agileits-banner-info h3 {
    font-size: 2.2em;
        letter-spacing:4px;
  }
  .ab-w3-agile-part, .ab-w3-agile-part:nth-child(2) {
    min-height: 280px;
    padding: 5em 1em;
  }
  .services-bottom {
    min-height: 362px;
  }
  .w3_agile_stats_grid h4 {
    font-size: 1.1em;
    margin: 1em 0 0;
    letter-spacing:2px;
    padding: 1em 0.5em;
  }
  h1 a.navbar-brand {
      font-size: 0.9em;
  }
  .right-bw3 {
    float: right;
    width: 50%;
    padding: 5em 1em;
  }
  .footer-top {
       padding: 4em 0;
  }
  .contact-top {
    margin: 0 auto;
    width: 93%;
    padding-top: 5em;
  }
  .contact {
    min-height: 613px;
  }
  
}

@media(max-width:1080px){
  .agileits-banner-info {
    padding: 16em 0 0em;
  }
  .con-bot p {
    line-height: 30px;
    font-size: 1em;
    letter-spacing: 1px;
  }
  .w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
    min-height: 507px;
    min-width: 1080px;
  }
  .callbacks_container {
  position: relative;
  float: left;
  min-width: 1080px;
  }
  #footer-box{height:150px;width: 1080px;}
  .agileits-banner-info p {
    font-size: 1em;
    letter-spacing: 5px;
    margin: 1em auto;
  }
  .callbacks_tabs a:after {
    height: 13px;
    width: 13px;
  }
  .thim-click-to-bottom i {
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 39px;
  }
  .callbacks_tabs li {
    margin: 0px 4px;
  }
  .agileits-banner-info p {
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: 4px;
    margin: 1em auto;
  }
  .agileits-banner-info h3 {
    font-size: 2.2em;
        letter-spacing:4px;
  }
  .ab-w3-agile-part, .ab-w3-agile-part:nth-child(2) {
    min-height: 280px;
    padding: 5em 1em;
  }
  .services-bottom {
    min-height: 362px;
  }
  .w3_agile_stats_grid h4 {
    font-size: 1.1em;
    margin: 1em 0 0;
    letter-spacing:2px;
    padding: 1em 0.5em;
  }
  h1 a.navbar-brand {
      font-size: 0.9em;
  }
  .right-bw3 {
    float: right;
    width: 50%;
    padding: 5em 1em;
  }
  .footer-top {
       padding: 4em 0;
  }
  .contact-top {
    margin: 0 auto;
    width: 93%;
    padding-top: 5em;
  }
  .contact {
    min-height: 613px;
  }
  
}
@media(max-width:1024px){
  
  .left-bw3 {
    float: left;
    width: 50%;
    padding: 5em 1.6em;
  }
  .right-bw3 {
    float: right;
    width: 50%;
    padding: 5em 1em;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0;
    margin-top: 4px;
  }
  .ab-w3-agile-info-text {
    padding: 3em 1em 0em 3em;
  }
  .ab-w3-agile-part h4 {
    font-size: 1.3em;
  }
  .ab-w3-agile-img {
    min-height: 736px;
    padding-top: 3em;
    float: left;
  }
  #monials {
    min-height:523px;
  }
  .agileits-clients p {
    line-height: 2em;
    font-size: 1em;
    margin: 1em 0;
    letter-spacing: 2px;
  }
  #plans {
    padding-top: 4em;
    min-height: 588px;
  }
  .w3layouts-banner-top,.w3layouts-banner-top1,.w3layouts-banner-top2{
    min-width: 1024px;
  }
  .callbacks_container {
  position: relative;
  float: left;
  min-width: 1024px;
  }
  #footer-box{height:150px;width: 1024px;}
}




/*-- //responsive-design --*/