body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
    font-size: 100%;
	font-family: 'Roboto Condensed', sans-serif;
  height: 100%;
  min-height: 100%;
}
.yinease1{
	opacity:0;
	width:85%;
	margin-bottom:50px;
	border-bottom:1px solid #CCC;
	}
.yinease{
	opacity:1;
	width:100%;
	transform: translate(30px);
	-ms-transform: translate(30px);		/* IE 9 */
	-webkit-transform: translate(30px);	/* Safari and Chrome */
	-o-transform: translate(30px);		/* Opera */
	-moz-transform: translate(30px);	
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.yintxt{
	float:left;
	font-size:36px;	
	margin:110px 0;
	animation-delay:2s;
	-webkit-animation-delay:2s; /* Safari 和 Chrome */
	transform: translate(50px);
	-ms-transform: translate(50px);		/* IE 9 */
	-webkit-transform: translate(50px);	/* Safari and Chrome */
	-o-transform: translate(50px);		/* Opera */
	-moz-transform: translate(50px);	
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.yinimg{
	float:left;	
}

.navi2{
	width:100%;
	margin-top:-70px;
	background-color:rgb(0,0,0,0.9);
}
.navi2 .select-on {
  background-color:rgb(255,255,255,0.3);
	color:#fff;
    
}
	
.navi2 ul{	
    margin: 0 0 0 0;
    padding: 0;
	width:100%;
	background-color:rgb(0,0,0,0.6)
}
.navi2 ul li {
  display: inline-block;
  text-align: center;
  padding:15px 5%;
  color:#ccc;
  position: relative;
    
}
.navi2 ul li .select-on {
  background-color:rgb(255,255,255,0.3);
	color:#fff;
	
    
}
.navi2 ul li:hover {
	background-color:rgb(255,255,255,0.2);
	color:#fff;
	
}
.navi2 ul li a{
    color: #fff;
	
  padding:15px 20px;
    font-size: 1em;
}
.navi2 ul li a:hover{
	text-decoration:none;
  color:#ccc;
  cursor: pointer;
}

/*-- banner --*/
.banner{
    background: url(/company/csrweb/images/homebg.jpg) no-repeat 0px -60px;
    background-size: cover;
    padding: 0em 0 0em;
	height:430px;
	background-attachment:fixed;
}

.bannerf{
    background: url(/company/csrweb/images/manage/mbg.jpg) no-repeat 0px -80px;
    background-size: cover;
    padding: 0em 0 0em;
	overflow:hidden;
	background-attachment:fixed;
}

.bannerl{
    background: url(/company/csrweb/images/love/lovebg5.jpg) no-repeat 0px -380px;
    background-size:cover;
    padding: 0em 0 0em;
	overflow:hidden;
	background-attachment:fixed;
}

.bannerg{
    background:url(/company/csrweb/images/green/bg1.jpg) no-repeat 0 -300px ;
    background-size: cover;
    padding: 0em 0 0em;
	overflow:hidden;
	background-attachment:fixed;
} 
.banners{
    background: url(/company/csrweb/images/index/i1.jpg) no-repeat -10px -10px;	
    background-size: cover;
    padding: 0em 0 0em;
	height:430px;
	background-attachment:fixed;
}
/*-- banner1 --*/
.banner1{
    background: url(/company/csrweb/images/homebg.jpg) no-repeat 0px -60px;
    background-size: cover;
    padding: 0em 0 0em;
	height:430px;
	background-attachment:fixed;
}
.header-top {
	outline:none;
}
.agile-logo {
    width: 10%;
    float: left;
    margin-top: 1em;
}
.agile-logo h1{
	margin:0;
}
.agile-logo h1 a{
    color: #FFFFFF;
    font-size: 1.0em;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}
.agile-logo h1 a span{
    display: block;
    font-size: .24em;
    font-weight: 600;
    /**/
    letter-spacing: 12px;
    margin: .5em 0 0 0;
}
.w3l-banner-grids {
	padding: 18em 0 0 0;
}


.header-right{
	float: right;
}
.container.banner-drop.nav-open{
    margin-top: 6em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*
  menu icon css3
*/
.menu-icon {
    position: relative;
    display: block;
    width: 2.5em;
    height: 2.5em;
    cursor: pointer;
    margin: 1em 0 0 0;
}

.menu-icon > span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 0.25em;
  background-color:#FFFFFF;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
  transition: background 0.25s ease, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.25s ease;
  transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}

.menu-icon > span:before,
.menu-icon > span:after {
  content: "";
  right: 0em;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color:#FFFFFF;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
  transition: background 0.25s ease, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.25s ease;
  transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}

.menu-icon > span:before {
  -webkit-transform: translateY(-0.75em);
  transform: translateY(-0.75em);
  -moz-transform: translateY(-0.75em);
  -o-transform: translateY(-0.75em);
  -ms-transform: translateY(-0.75em);
}

.menu-icon > span:after {
  -webkit-transform: translateY(0.75em);
  transform: translateY(0.75em);
  -moz-transform: translateY(0.75em);
  -o-transform: translateY(0.75em);
  -ms-transform: translateY(0.75em);
}

/* OPENED */
.menu-icon.open {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.menu-icon.open > span:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.menu-icon.open > span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.header-right nav ul {
    padding: 0;
    margin: 0;
}
.header-right nav {
    position: absolute;
    top: -87%;
    left: 23%;
    color: #999;
}
.header-right nav ul li.animate {
  top: 0;
}
.header-right nav ul li {
  display: inline-block;
  text-align: center;
  margin: 1em 2em;
  cursor: pointer;
  position: relative;
  top: -8em;
}
.header-right nav ul li:nth-child(1) {
  -moz-transition: top 0.3s ease 0.15s;
  -o-transition: top 0.3s ease 0.15s;
  -webkit-transition: top 0.3s ease;
  -webkit-transition-delay: 0.15s;
  -webkit-transition: top 0.3s ease 0.15s;
  transition: top 0.3s ease 0.15s;
}
.header-right nav ul li:nth-child(2) {
  -moz-transition: top 0.3s ease 0.2s;
  -o-transition: top 0.3s ease 0.2s;
  -webkit-transition: top 0.3s ease;
  -webkit-transition-delay: 0.2s;
  -webkit-transition: top 0.3s ease 0.2s;
  transition: top 0.3s ease 0.2s;
}
.header-right nav ul li:nth-child(3) {
  -moz-transition: top 0.3s ease 0.25s;
  -o-transition: top 0.3s ease 0.25s;
  -webkit-transition: top 0.3s ease;
  -webkit-transition-delay: 0.25s;
  -webkit-transition: top 0.3s ease 0.25s;
  transition: top 0.3s ease 0.25s;
}
.header-right nav ul li:nth-child(4) {
  -moz-transition: top 0.3s ease 0.3s;
  -o-transition: top 0.3s ease 0.3s;
  -webkit-transition: top 0.3s ease;
  -webkit-transition-delay: 0.3s;
  -webkit-transition: top 0.3s ease 0.3s;
  transition: top 0.3s ease 0.3s;
}
.header-right nav ul li:nth-child(5) {
  -moz-transition: top 0.3s ease 0.35s;
  -o-transition: top 0.3s ease 0.35s;
  -webkit-transition: top 0.3s ease;
  -webkit-transition-delay: 0.35s;
  -webkit-transition: top 0.3s ease 0.35s;
  transition: top 0.3s ease 0.35s;
}
.header-right nav ul li:nth-child(6) {
  -moz-transition: top 0.3s ease 0.35s;
  -o-transition: top 0.3s ease 0.35s;
  -webkit-transition: top 0.3s ease;
  -webkit-transition-delay: 0.35s;
  -webkit-transition: top 0.3s ease 0.35s;
  transition: top 0.3s ease 0.35s;
}
.header-right nav ul li:hover {
  opacity: 1;
}
.header-right nav ul li.active a{
    color: #0D2EA0;
}
.header-right nav ul li a{
    color: #000000;
    text-decoration: none;
    font-weight: 600;
	font-size: 1em;
}
.header-right nav ul li a span{
    display: block;
}
.header-right nav ul li a span:hover{
    color: #0D2EA0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.container {
    margin: 0 auto;
    -moz-transition: all 0.3s ease 0.6s;
    -o-transition: all 0.3s ease 0.6s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0.6s;
    -webkit-transition: all 0.3s ease 0.6s;
    transition: all 0.3s ease 0.6s;
    z-index: 10;
    position: relative;
	-o-transition-delay: 0.1s;
	-moz-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
}
.container.nav-open .header-right nav {
    z-index: 1;
}

/*--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);
    bottom: -50%;
    left: 0;
    opacity: 0.6;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: transparent url("../images/arrows.png") no-repeat left top;
}
 .callbacks_nav:hover{
  	opacity: 0.3;
  }
.callbacks_nav.next {
  left: auto;
    background-position: right top;
  left: 95.5%;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	left: 91%;
}
#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-top:30px;
}
.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: -125px;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}
.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: 10px;
    width: 10px;
    display: inline-block;
    background: #c3c3c3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
	background: #ffffff;
    border: 1px solid #ffffff;
    height: 40px;
    width: 1px;
    border-radius: 0;
}
.w3ls-text {
	text-align:center;
}
.w3ls-text p {
    font-size: 1.1em;
    line-height: 1.8em;
    margin: 1em 0 5em 0;
    color: #fff;
    font-weight: 500;
    letter-spacing: 4px;
    
}
.w3ls-text a{
    color: #FFFFFF;
    font-size: 1em;
    padding: .4em .5em;
    display: block;
    border: solid 2px #0D2EA0;
    width: 11%;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
}
.w3ls-text a:hover {
    background: #0D2EA0;
}
.social-grids{
	background: rgba(0, 0, 0, 0.7);
    padding: 2em 0 2em 0;
    text-align: center;
}
.agileinfo-social-grids ul{
	padding:0;
	margin:0;
}
.agileinfo-social-grids ul li{
    display: inline-block;
}
.agileinfo-social-grids ul li a {
	color: #333;
    text-align: center;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook{
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #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;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook:hover {
    color: #3b5998;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter{
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #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;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter:hover{
	color: #55acee;
}
.agileinfo-social-grids ul li a i.fa.fa-rss{
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #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;
}
.agileinfo-social-grids ul li a i.fa.fa-rss:hover{
	color: #f26522;
}
.agileinfo-social-grids ul li a i.fa.fa-vk{
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #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;
}
.agileinfo-social-grids ul li a i.fa.fa-vk:hover{
	color: #45668e;
}
.agileinfo-social-grids ul li:nth-child(2){
	margin:.5em 0;
}
.agileinfo-social-grids ul li:nth-child(3){
	margin:0 0 .5em 0;
}
#m_nav_container {
    z-index: 9990 !important;
}
#m_nav_menu {
    z-index: 9999 !important;
}
.w3ls-slider {
    position: relative;
	max-height:350px;
    min-height: 320px;
}
/*-- text --*/
.page-header__content .text-bg {
	position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
}
.page-header__content .text-bg svg {
    width: 100%;
	margin-top:60px;
    height: 430px;
}
.page-header__content .text-bg svg text {
  text-anchor: middle;
}
.page-header__content .text-bg svg #alpha {
  fill: #111;
}
.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
    font-size: 6em;
    font-weight: 600;
	
    /*
    letter-spacing: 12px;*/
}
.page-header__content .text-bg svg #title4 {
    fill: #fff;
}
/*-- //text --*/
/*-- services --*/
.about-header-top{
	background: rgba(0, 0, 0, 0.1) !important;
	padding: 11em 0;
}
.csr-header-top{
	background: rgba(0, 0, 0, 0.7) !important;
	padding: 8em 0;
}
.services{
    padding: 4em 0;
    background: #FFFFFF;
}
.w3layouts-services-heading{
	text-align:center;
}
.w3layouts-services-heading h2,.w3-agileits-rides-heading h3,.w3-training-heading h3,.agileits-about-top-heading h3,.w3layouts-contact-form-top h3,.contact-form-top h3,.w3agile-map h3,.agileits_three_comments h3,.w3_leave_comment h3{
	color: #333;
    font-size: 2em;
    margin: 0;
    font-weight: 600;
    /**/
    letter-spacing: 2px;
}
.w3-services-grids {
    margin: 4em 0 0 0;
}
.w3l-services-grid{
	text-align:center;
	margin-bottom:20px;
}
.w3l-services-grid a{
	background-color:rgba(206,206,206,1);
}
.w3l-services-grid .over02{
	display:none;
}
.w3l-services-grid:hover{
	margin-top:-20px;
	margin-bottom:0;
	background-color:#fff;
	padding:20px 0;
}

.w3l-services-grid a:hover{
	background-color:#000;
	
	text-decoration:none;
}
.w3l-services-grid:hover .over02{
	width:100%;
	height:100%;
	padding:15px 25px;
	background-color:rgba(255,255,255,1);
	display:block;
	z-index:999;
	position:absolute;
	top:0;
	left:0;
	border:1px solid #f0f0f0;
}
.w3l-services-grid:hover .over02 h4{
	font-weight:bold;
	text-align:left;
	padding-left:15px;
}
.w3l-services-grid:hover .over02 p{
	text-align:left;
}



.w3ls-services-img i.fa.fa-desktop,.w3ls-services-img i.fa.fa-user,.w3ls-services-img i.fa.fa-graduation-cap,.w3ls-services-img i.fa.fa-check-square-o {
    width: 90px;
    height: 90px;
    color: #fff;
    font-size: 3em;
    padding: 25px 0 0 0;
    border-radius: 5%;
	background-color:rgba(13,46,160,1.00);
    /*-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;*/
}
.agileits-services-info h4{
    color: #000000;
    font-size: 1.2em;
    margin: 1em 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.agileits-services-info p{
	color:#333333;
	font-size:.9em;
	line-height:1.8em;
	margin:0;
}
/*.w3l-services-grid:hover div.w3ls-services-img i.fa.fa-desktop,.w3l-services-grid:hover div.w3ls-services-img i.fa.fa-user,.w3l-services-grid:hover div.w3ls-services-img i.fa.fa-graduation-cap,.w3l-services-grid:hover div.w3ls-services-img i.fa.fa-check-square-o {
   
    
    width: 90px;
    height: 90px;
    color: #FFFFFF;
}*/
/*-- //services --*/
/*-- history --*/
.history{
    padding: 4em 0;
    background: url(/company/csrweb/images/22.jpg) no-repeat 0px 0px;
    background-size: cover;
	
}
.history1{
    padding: 4em 0;
    background: url(/company/csrweb/images/00.jpg) no-repeat 0px 0px;
    background-size: cover;
	
}

.productbg{
    padding: 4em 0;
    background: url(/company/csrweb/images/s1.jpg) no-repeat 0px 0px;
    background-size: cover;
	
}
.productbg2{
    padding: 4em 0;
    background: url(/company/csrweb/images/33.jpg) no-repeat 0px 0px;
    background-size: cover;
	
}

.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:10% 10%;
	background-attachment:fixed;	
	
}
.wthree-history-info {  
    padding-bottom: 2em;
}

.wthree-history-info h4{
	color: #FFFFFF;
    font-size: 3em;
    /**/
    letter-spacing: 6px;
    margin: 0;
    font-weight: 100;
	-webkit-filter: brightness(2.3);
	filter: brightness(2.3);
}
.wthree-history-info p{
    color: #FFFFFF;
    font-size: .9em;
    line-height: 1.8em;
    margin: 2em 0 2em 0;
    width: 100%;
	-webkit-filter: brightness(2.3);
	filter: brightness(2.3);
}
.wthree-history-info img{
	padding: 2em 0 2em 0;
	width:70%;
}

.wthree-history-info a{
	color: #FFFFFF;
    font-size: .9em;
    padding: .4em .5em;
    display: block;
    border: solid 2px #FFFFFF;
    width: 11%;
    text-decoration: none;
    text-align: center;
}
.wthree-history-info a:hover{
	background: #FFFFFF;
	color:#000000;
}
/*-- history --*/
/*-- rides --*/
.rides{
    padding: 4em 0;
    background: #FFFFFF;
	
}
.rides .imgboxes{
    border:1px solid #f3f3f3;
}

.w3-agileits-rides-heading{
	text-align:center;
}
.w3-agileits-rides-heading a{
	color:#009;
}
.agileits-w3layouts-rides-grids{
	margin:1em 0 0 0;
}

.agileits-w3layouts-rides-grids:nth-child(2){
	
}
.rides-grid-info ul{
    margin: 1em 0 0 0;
    padding: 0;
}
.rides-grid-info ul li{
	color:#999999;
	margin-bottom:.5em;
	display:block;
}
.rides-grid-info h5{
	font-size:1.2em;
	margin: 1em 0;
    font-weight: 600;
	text-align:center;
}
.rides-grid-info ul li a{
    color: #999999;
    font-size: .9em;
}
.rides-grid-info ul li a:hover{
	color:#0D2EA0;
	text-decoration:none;
}
.agileinfo-top-grids{
	margin:4em 0 0 0;
}
.rides-grid-info img{
	width:100%;
}
.rightimg img{
	margin-top:-35%;
}

.rides-grid-info h4,.wthree-top-grid h4,.choose-info h4{
    font-size: 1.5em;
    margin: 1em 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.rides-grid-info h5{
    font-size: 1.1em;
    margin: 1em 0;
    font-weight: 600;
    /*letter-spacing: 1px;*/
    text-transform: capitalize;
}
.rides-grid-info p,.wthree-top-grid p,.choose-info p,.w3layouts-contact-form-top p{
    color: #333;
    font-size: 1.05em;
    line-height: 1.6em;
    margin: 0;
	text-align:justify;
}


.rides-grid-info .over03{
	height:1px;
	transition:height 1s;
-moz-transition:height 1s; /* Firefox 4 */
-webkit-transition:height 1s; /* Safari and Chrome */
-o-transition:height 1s; /* Opera */
}
.rides-grid-info .over04{
	height:1px;
	transition:height 1s;
-moz-transition:height 1s; /* Firefox 4 */
-webkit-transition:height 1s; /* Safari and Chrome */
-o-transition:height 1s; /* Opera */
}




/*.rides-grid-info p{
	letter-spacing:1px;
}

*/

.rides-grid-info:hover .over03{
	height:130px;
	

}
.rides-grid-info:hover .over04{
	height:130px;
	
}

	
}

.rides-grid-info:hover .over01{
	display:none;
}
@media(max-width:800px){
.rides-grid-info .over03{
	display:block;
}
.rides-grid-info .over04{
	display:block;
}
.rides-grid-info .over01{
	display:none;
}
	
}
/*-- //rides --*/

/*-- footer --*/
.footer{
	padding:4em 0;
	background:#2d2a28;
}
.w3-agile-footer-grid h3{
	color: #FFFFFF;
    font-size: 1.5em;
    margin: 0 0 1em 0;
    font-weight: 600;
    letter-spacing: 2px;
    
}
.w3-agile-footer-grid p{
    color: #8a8a8a;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
.w3-agile-footer-grid ul{
	padding:0;
	margin:0;
}
.w3-agile-footer-grid ul li{
    display: block;
    margin-bottom: .5em;
    color: #8a8a8a;
    font-size: .9em;
}
.w3-agile-footer-grid ul li a{
    color: #FFFFFF;
    text-decoration: none;
    margin-left: .5em;
}
.w3-agile-footer-grid ul li a:hover{
	color:#8a8a8a;
}
.w3-agile-footer-grid ul li:last-child{
	margin-bottom:0;
}
.w3-agile-footer-grid ul li.text a{
    color: #8a8a8a !important;
    margin-bottom: .5em !important;
    font-size: .9em !important;
}
.w3-agile-footer-grid ul li.text a:hover{
	color:#FFFFFF !important;
}
.w3-agile-footer-grid form input[type="email"] {
	background: #FFFFFF;
    box-shadow: none !important;
    padding: 10px 10px;
    color: #000000;
    font-size: .9em;
    width: 100% !important;
    border: 1px solid #ffffff;
    margin: 0 0 1em 0;
}
.w3-agile-footer-grid form input[type="submit"] {
	color: #ffffff;
    font-size: .875em;
    border: solid 2px #FFFFFF;
    padding: .5em 2em;
    text-decoration: none;
    background: 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;
}
.w3-agile-footer-grid form input[type="submit"]:hover {
	background:#0D2EA0;
    color: #FFFFFF;
    border: solid 2px #0D2EA0;
}
/*-- //footer --*/
/*-- copyright --*/
.copyright{
	padding: 1em 0;
    background: #212121;
    text-align: center;
}
.copyright p{
    margin:0;
    color: #8a8a8a;
    font-size: .9em;	
}
.copyright p a{
    color: #8a8a8a;
	text-decoration:none;
}
.copyright p a:hover{
	color:#FFFFFF;
}
/*-- //copyright --*/
/*--Shortcodes--*/
.code-banner{
    padding: 1em 0 2em;	
}
.codes {
    padding: 4em 0;
    background: #ffffff;
}
.codes-heading {
    text-align: center;
}
h3.hdg {
    font-size: 2.5em;
	color:#000 !important;
}
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #555;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg {
	margin-bottom:1em;
	color: #333;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #555;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
.grid_4 {
    margin-top: 30px;
}
}
@media (max-width:480px){
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.81em;
	}
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 12px!important;
	}
	.codes .row {
		margin: 0;
	}
}
/*--//Shortcodes--*/

.mid-grids{	
	magin: 0 0 0 0;
   /* padding: 6em 0 4em 0;*/
	line-height:20px;
    text-align: center;
}


/*-- training --*/
.training {
    background: #FFFFFF;
}




.w3layouts-training-top {
    background: #e5f4ff;
    padding: 4em 0;
}
.w3-training-heading h3{
	margin:0 0 1em 0 !important;
}

.schedule-heading h3{
	color:#000000 !important;
}
.w3l-training-grids {
    padding: 2em 0;
}
.w3l-training-grids p{
   font-size:1.2em;
}
.agileits-training-left h4{
    color: #000000;
    font-size: 1.2em;
    margin: 0 0 1em 0;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5em;
}
.agileits-training-left p{
    color: #333;
    font-size: .9em;
    line-height: 1.8em;
    margin: 1em 0 1em 0;	
	padding-left:-5px;
}
.agileits-training-left a {
	color: #0D2EA0;
    font-size: .9em;
    padding: .4em .5em;
    display: block;
    border: solid 2px #0D2EA0;
    width: 24%;
	
		min-width:150px;
    text-decoration: none;
    text-align: center;
}
.agileits-training-left a:hover{
	color:#FFFFFF;
	background:#0D2EA0;
}
.agileits-training-right img{
	width:100%;
}
.agileits-training-right a {
	color: #0D2EA0;
    font-size: .9em;
    padding: .4em .5em;
    display: block;
    border: solid 2px #0D2EA0;
    width: 30%;
	min-width:80px;
    text-decoration: none;
    text-align: center;
}
.agileits-training-right a:hover{
	color:#FFFFFF;
	background:#0D2EA0;
}
.agileinfo-training-bottom{
	padding:4em 0;
}
.wthree-training-bottom h4{
    color: #000000;
    font-size: 1.2em;
    margin: 0 0 1em 0;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5em;
}
.wthree-training-bottom p{
    color: #999999;
    font-size: 1em;
    line-height: 1.8em;
    margin: 0 0 1em 0;	
}
.wthree-training-bottom ul{
	margin:0;
	padding:0;
}
.wthree-training-bottom ul li {
    color: #999999;
    margin-bottom: .5em;
    display: block;
}
.wthree-training-bottom ul li a {
    color: #999999;
    font-size: .9em;
}
.wthree-training-bottom ul li a:hover {
    color: #0D2EA0;
    text-decoration: none;
}
.wthree-training-bottom img{
	width:100%;
}
/*-- training --*/
/*-- about --*/
.w3ls-heading{
	padding:1em 0;
	background: rgba(0, 0, 0, 0.7);
}
.w3ls-heading h2{
	color:#FFFFFF;
	font-size: 2em;
    margin: 0;
    font-weight: 600;
    
    letter-spacing: 2px;
	text-align:center;
}
/*-- about-top --*/
.agileits-about-top{
	padding:4em 0;
	background:#FFFFFF;
}
.agileits-about-top-heading{
	text-align:center;
}
.wthree-top-grid img{
	width:100%;
}
/*-- //about-top --*/
/*-- choose --*/
.w3-agileits-choose{
    padding: 4em 0;
    background: url(/company/intro/images/case/c1.jpg) no-repeat 0px 0px;
    background-size: cover;	
}
.numbg{
    padding: 1em 0 3em 0;
    background: url(/company/csrweb/images/manage/bgnum.jpg) no-repeat 0px 0px;
    background-size: cover;	
}
.agileits-w3layouts-choose-heading h3{
	color:#FFFFFF !important;
}
.agile-choose-grids{
	margin:4em 0 0 0;
}
.agile-choose-grid{
	text-align:center;
}
.choose-info h4{
	color:#FFFFFF;
}
.choose-info p{
	color:#FFFFFF;
}
.choose-icon {
	/*background: #0D2EA0;*/
	width: 160px;
    height: 160px;
	border:15px solid rgb(255,255,255,0.3);	
    color: #FFFFFF;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
	margin:0 27%;
	}
.choose-icon h1 {
	font-size:3.4em;
	font-weight:bold;
	}
	.choose-icon h2 {
	font-size:2.5em;
	font-weight:bold;
	}
.choose-icon i.fa.fa-user,.choose-icon i.fa.fa-cogs,.choose-icon i.fa.fa-thumbs-o-up {
    font-size: 2em;
	padding-top:20px;
    
}
/*-- //choose --*/
/*-- team --*/
.team{
	padding:4em 0;
	background:#FFFFFF;
}
.team-grids {
    margin: 4em 0 0 0;
}
.ih-item.circle {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    margin: 0 auto;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
    border-radius: 50%;
    width: 100%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect10 .img {
  z-index: 11;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10.colored .info {
  background: #1a4a72;
}
.ih-item.circle.effect10 .info {
	background: #0D2EA0;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10 .info h3 {
    color: #fff;
    
    position: relative;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect10 .info p {
  color: #bbb;
  font-style: italic;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect10:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ih-item.circle.effect10.top_to_bottom .info h3 {
  margin: 0 30px;
  padding: 25px 0 0 0;
  height: 78px;
}
.ih-item.circle.effect10.top_to_bottom .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.top_to_bottom:hover .img {
  -webkit-transform: translateY(50px) scale(0.5);
  -moz-transform: translateY(50px) scale(0.5);
  -ms-transform: translateY(50px) scale(0.5);
  -o-transform: translateY(50px) scale(0.5);
  transform: translateY(50px) scale(0.5);
}

.ih-item.circle.effect10.bottom_to_top .info h3 {
    margin: 6.5em 0 1em 0;
    font-size: 1.2em;
    color: #FFF;
}
.ih-item.circle.effect10.bottom_to_top .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.bottom_to_top:hover .img {
  -webkit-transform: translateY(-50px) scale(0.5);
  -moz-transform: translateY(-50px) scale(0.5);
  -ms-transform: translateY(-50px) scale(0.5);
  -o-transform: translateY(-50px) scale(0.5);
  transform: translateY(-50px) scale(0.5);
}
.icons ul{
	padding:0;
	margin:0;
}
.icons ul li{
	display:inline-block;
}
.icons ul li:nth-child(2){
	margin:0 1em;
}
.icons ul li a{
	color: #FFFFFF;
    text-align: center;	
}
.icons ul li a:hover{
	opacity:.5;
}
/*-- //team --*/
/*-- //team --*/
/*-- //about --*/
/*-- gallery --*/
.gallery-top{
	padding:4em 0;
	background:#FFFFFF;
}
.gallery-bg {
	float: left;
    width: 40%;
    height: auto;
    padding: .1em;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.gallery-bg a img{
	width:100%;
}
.gallery-small{
	float: left;
    width: 20%;
    height: auto;
    padding: .1em;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.gallery-small a img{
	width:100%;
}

.align-center {
  text-align: center;
}
.gallery1-top{
	padding:4em 0;
	background:#FFFFFF;
}
.gallery1-bg {
	float: left;
    width: 50%;
    height: auto;
    padding: .1em;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.gallery1-bg a img{
	width:100%;
}
.gallery1-small{
	float: left;
    width: 25%;
    height: auto;
    padding: .1em;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.gallery1-small a img{
	width:100%;
}
/*-- Effect 2--*/
.gallery-bg-text:after {
    pointer-events: none;
    position: absolute;
    width: 400px;
    background: rgba(0, 0, 0, 0.36);
    height: 175px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.effect-2 {
	
	-webkit-transition: background 0.5s, color 0.2s;
	-moz-transition: background 0.5s, color 0.2s;
	transition: background 0.5s, color 0.2s;
}
.effect-2:after {
    top: 27px;
    left: 27px;
    box-shadow: 0 0 0 2px #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    background: url(/company/csrweb/images/search.png) no-repeat 50% 50% rgba(0, 0, 0, 0.36);
    opacity: 0;
}
.gallery-bg:hover.gallery-bg-text{
	background:#FF7200;
	color: #fff !important;
}
.gallery-bg:hover .gallery-bg-text:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*--//Effect 2--*/


/*-- Effect 3--*/
.gallery-small-text:after {
    pointer-events: none;
    position: absolute;
    width: 175px;
    background: rgba(0, 0, 0, 0.36);
    height: 175px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.effect-3 {
	-webkit-transition: background 0.5s, color 0.2s;
	-moz-transition: background 0.5s, color 0.2s;
	transition: background 0.5s, color 0.2s;
}
.effect-3:after {
    top: 27px;
    left: 27px;
    box-shadow: 0 0 0 2px #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    background: url(/company/csrweb/images/search.png) no-repeat 50% 50% rgba(0, 0, 0, 0.36);
    opacity: 0;
}
.gallery-small:hover.gallery-small-text{
	background:#FF7200;
	color: #fff !important;
}
.gallery-small:hover .gallery-small-text:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*--//Effect 3--*/


.gallery-top{
	padding:4em 0;
	background:#FFFFFF;
}
.gallery-s {
	float: left;
    width: 40%;
    height: auto;
    padding: .1em;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.gallery-b a img{
	width:100%;
}
.gallery-b {
	float: left;
    width: 40%;
    height: auto;
    padding: .1em;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.gallery-s a img{
	width:100%;
}
.gallery-ss {
	float: left;
    width: 33.3%;
    height: auto;
    padding: .1em;
   
    position: relative;
}
.gallery-ss a img{
	width:100%;
}

.gallery-sss{
	float: left;
    width: 33.3%;
    height: auto;
    padding: .1em;
   
    position: relative;
}
.gallery-sss a img{
	width:100%;
}
/*-- Effect 4--*/
.gallery-container {
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.gallery-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .2s ease; /* Safari and Chrome */
    -moz-transition: all .2s ease; /* Firefox */
    -ms-transition: all .2s ease; /* IE 9 */
    -o-transition: all .2s ease; /* Opera */
    transition: all .2s ease;
}
.gallery-container:hover img {
	opacity:0.1;
	width: 100%;
	height: auto;
	-webkit-transition: all .2s ease; /* Safari and Chrome */
    -moz-transition: all .2s ease; /* Firefox */
    -ms-transition: all .2s ease; /* IE 9 */
    -o-transition: all .2s ease; /* Opera */
    transition: all .2s ease;
}
.gallery-container .gallery-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: none;
	width: 100%;
	height: 100%;
	-webkit-transition: all .2s ease; /* Safari and Chrome */
    -moz-transition: all .2s ease; /* Firefox */
    -ms-transition: all .2s ease; /* IE 9 */
    -o-transition: all .2s ease; /* Opera */
    transition: all .2s ease;
}
.gallery-caption-inner {
	display: table;
	width: 100%;
	height: 100%;
}
.gallery-caption-inner1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.gallery-container .gallery-caption h3, .gallery-container .gallery-caption span{
	display: block;
	text-align: center;
		
	display: none;
	
}
.gallery-container .gallery-caption h3{
	font-size: 20px;
	font-weight:bold;
	letter-spacing: 2px;
	margin-bottom : 12px;
	color:#333;
}
.gallery-container .gallery-caption span{
	font-style: italic;
	font-size: 12px;
}

.gallery-container:hover .gallery-caption {
	background: rgba(255,255,255,1);
	color:#999;
	border:5px #eee solid;
	opacity:1;
}
.gallery-container:hover .gallery-caption h3, .gallery-container:hover .gallery-caption span{
	display:block;	
	position:relative;
}
.gallery-ss-text:after {
    pointer-events: none;
    position:absolute;
	padding:0 10px 10px 0;
    width:90%;
    background: rgba(0, 0, 0, 0.36);
    height:78%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.gallery-ss-text1:after{
    pointer-events: none;
    position: absolute;
	padding:0 10px 10px 0;
    width:90%;
    background: rgba(0, 0, 0, 0.36);
    height:78%;
    content: '22342342341';
	text-align:center;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.effect-4 {
	
	-webkit-transition: background 0.5s, color 0.2s;
	-moz-transition: background 0.5s, color 0.2s;
	transition: background 0.5s, color 0.2s;
}
.effect-4:after {
    top: 10px;
    left: 10px;
    box-shadow: 0 0 0 1px #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    background: rgba(0, 0, 0, 0.36);
    opacity: 0;
}
.gallery-ss:hover.gallery-ss-text{
	background:#FF7200;
	color: #fff !important;
}
.gallery-ss:hover .gallery-ss-text:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*--//Effect 4--*/
/*--//Effect 6--*/
.gallery-s-text:after {
    pointer-events: none;
    position:absolute;
	padding:0 10px 10px 0;
    width:90%;
    background: rgba(0, 0, 0, 0.36);
    height:78%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.gallery-s-text1:after{
    pointer-events: none;
    position: absolute;
	padding:0 10px 10px 0;
    width:90%;
    background: rgba(0, 0, 0, 0.36);
    height:78%;
    content: '22342342341';
	text-align:center;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.effect-4 {
	
	-webkit-transition: background 0.5s, color 0.2s;
	-moz-transition: background 0.5s, color 0.2s;
	transition: background 0.5s, color 0.2s;
}
.effect-4:after {
    top: 10px;
    left: 10px;
    box-shadow: 0 0 0 1px #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    background: rgba(0, 0, 0, 0.36);
    opacity: 0;
}
.gallery-s:hover.gallery-ss-text{
	background:#FF7200;
	color: #fff !important;
}
.gallery-s:hover .gallery-ss-text:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*--//Effect 6--*/
/*-- Effect 5--*/
.gallery-sss-text:after {
    pointer-events: none;
    position: absolute;
    width: 78%;
    background: rgba(0, 0, 0, 0.36);
    height: 78%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.effect-5 {
	-webkit-transition: background 0.5s, color 0.2s;
	-moz-transition: background 0.5s, color 0.2s;
	transition: background 0.5s, color 0.2s;
}
.effect-5:after {
    top: 10px;
    left: 10px;
	padding:0 10px 10px 0;
    box-shadow: 0 0 0 1px #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    background: rgba(0, 0, 0, 0.36);
    opacity: 0;
}
.gallery-sss:hover.gallery-sss-text{
	background:#FF7200;
	color: #fff !important;
}
.gallery-sss:hover .gallery-sss-text:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*--//Effect 5--*/


/*-- //gallery --*/
/*-- video --*/
#video-container  {
  position: relative;
  width: 100%;
  height: 430px;
  overflow: hidden;
  z-index: 1;
}
#vplay {
	margin-top:120px;
}
#vplaydiv {
	margin-top:120px;
}
#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#video-container .video-overlay {
  z-index: 9999;
  background: rgba(0,0,0,0.3);
  width: 100%;
}

#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
}

#video-container .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

#video-container .video-content .inner h1 {
  font-size: 64px;
  /**/
  color: #fff;
  margin-top:100px;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
}


#video-container .video-content .inner em {
  font-style: normal;
  font-weight: 200;
}


#video-container .video-content .inner p {
  color: #fff;
  font-size: 1em;
  font-weight: 100;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 0px 30px;
}

#video-container .video-content .inner a {
  color: #fff;
  
}
#video-container .video-content .inner .topbtn {
	border:1px solid #fff;
	padding:10px 20px;
	font-size:14px;
	letter-spacing: 1.5px;
  	text-align: center;
}
#video-container .video-content .inner .topbtn:hover {
	border:1px solid #fff;
	background:#fff;
	padding:10px 20px;
	font-size:14px;
	color:#006;
	letter-spacing: 1.5px;
  	text-align: center;
}

#video-container .video-content .inner .scroll-icon {
  margin-top: 45px;
}
.video-btn{
            position: absolute;
            width:70%;
            height: 50%;
            top:0;
            left: 15%;
            display: none;
            z-index: 999;
			position:fixed;
        }
 .video-area{
            float:left;
            width:100%;
            height: auto;
			margin-top:-50px;
			left:0;
			
            /*<!--background:red;-->*/
			z-index: 999;
        }
.video-shut{
			height:25px;
            width:30px;
            font-size:20px;
            color:#fff;
            float:left;
            text-align: center;			
            line-height: 20px;
            background: #ccc;
            display: block;
			z-index: 1099;
        }
 #shadow{
            position: absolute;
            opacity: 0.7;
            filter:alpha(opacity=70);
            bottom:0;
            left: 0;
            right: 0;
            top: 0;
            background:#000;
            z-index: 100;
            display: none;
			position:fixed;
        }
@media screen and (max-width: 1200px) {
	.bannerl{
    background: url(/company/csrweb/images/love/lovebg5.jpg) no-repeat 0px -280px;
    background-size:cover;
    padding: 0em 0 0em;
	overflow:hidden;
	background-attachment:fixed;
}
.bannerf{
    background: url(/company/csrweb/images/manage/mbg.jpg) no-repeat 0px -80px;
    background-size: cover;
    padding: 0em 0 0em;
	overflow:hidden;
	background-attachment:fixed;
}
.bannerg{
    background:url(/company/csrweb/images/green/bg1.jpg) no-repeat 0 -200px ;
    background-size: cover;
    padding: 0em 0 0em;
	overflow:hidden;
	background-attachment:fixed;
} 
#video-container  {
  position: relative;
  width: 100%;
  height: 50%;
  overflow: hidden;
  z-index: 1;
}
#vplay {
	margin-top:60px;
}
#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
}

#video-container .video-content .inner h1 {
  font-size: 36px;
  /**/
  color: #fff;
  letter-spacing: 1.5px;
  font-weight: 500;
  text-align: center;
}
#video-container .video-content .inner p {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.2px;
  text-align: center;
  padding: 0px 20px;
}
#video-container .video-content .inner .topbtn {
	border:1px solid #fff;
	padding:10px 20px;
	font-size:13px;
  	text-align: center;
	margin-top:-5%;
}
#video-container .video-content .inner .topbtn:hover {
	background:#fff;
	color:#006;
	border:1px solid #fff;
	padding:10px 20px;
	font-size:13px;
  	text-align: center;
	margin-top:-5%;
	
}

}
@media screen and (max-width: 800px) {
	
	.bannerg{
    background:url(/company/csrweb/images/green/bg1.jpg) no-repeat 0 -200px ;
    background-size:cover;
    padding: 0em 0 0em;
	overflow:hidden;
	background-attachment:fixed;
} 
#video-container  {
  position: relative;
  width: 100%;
  height: 40%;
  overflow: hidden;
  z-index: 1;
}
#vplay {
	margin-top:60px;
}
#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
}

#video-container .video-content .inner h1 {
  font-size: 28px;
  margin-top:5%;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
#video-container .video-content .inner p {
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 0px 10px;
}

#video-container .video-content .inner .topbtn {
	border:1px solid #fff;
	padding:10px 20px;
	font-size:11px;
  	text-align: center;
	margin-top:-5%;
}
#video-container .video-content .inner .topbtn:hover {
	background:#fff;
	color:#006;
	border:1px solid #fff;
	padding:10px 20px;
	font-size:11px;
  	text-align: center;
	margin-top:-5%;
	
}

}	
		
		
		
		
		
		
		
/*---video--------*/
.full-screen-portfolio .container-fluid,
.full-screen-portfolio .col-md-4, .col-md-8 {
  padding-left: 0px;
  padding-right: 0px;
}


.portfolio-item img {
  width: 100%;
  overflow: hidden;
}

.portfolio-item .thumb {
  position: relative;
}


.portfolio-item .hover-effect .hover-content {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 0;
    left: 0;
}


.full-screen-portfolio .portfolio-item h1 {
  position: relative;
  font-size: 22px;
  
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
 }

 .full-screen-portfolio .portfolio-item em {
  font-style: normal;
  font-weight: 200;
 }

.full-screen-portfolio .portfolio-item:hover h1 {
  transform: translateY(0);
 }

.full-screen-portfolio .portfolio-item p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
 /* */
 }

 .full-screen-portfolio .portfolio-item {
 text-align: center;
 line-height: 150%;
 text-transform: lowercase;
 cursor: pointer;
}

.full-screen-portfolio .portfolio-item:hover p {
  opacity: 1;
  transform: translateY(0);
 }
/*-- video --*/

/*-- contact --*/
.contact{
	padding:4em 0;
	background:#FFFFFF;
}
.agileits-contact-address{
	margin: 3em 0 0 0;
}
.w3layouts-contact-form-top p{
	margin:2em 0;
}
.agileits-contact-address ul {
    padding: 0;
    margin: 0;
}
.agileits-contact-address ul li {
    display: block;
    margin: 1em 0;
}
.agileits-contact-address ul li i.fa.fa-phone,.agileits-contact-address ul li i.fa.fa-map-marker {
    height: 40px;
    width: 40px;
    background: #0D2EA0;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileits-contact-address ul li span {
    color: #999999;
    font-size: .875em;
    margin-left: 1em;
}
.agileits-contact-address ul li span a {
    color: #999999;
    text-decoration: none;
}
.agileits-contact-address ul li span a:hover{
	color:#0D2EA0;
}
.agileinfo-contact-form-grid{
    margin: 2em 0 0 0;
}
.agileinfo-contact-form-grid input[type="text"],.agileinfo-contact-form-grid input[type="email"] {
    display: inline-block;
    background: none;
    border: 1.5px solid #BBBBBB;
    width: 100%;
    outline: none;
    padding: 10px 15px 10px 15px;
    font-size: .9em;
    color: #BBBBBB;
    margin-bottom: 1.5em;
}
.agileinfo-contact-form-grid textarea {
    background: none;
    border: 1.5px solid #BBBBBB;
    width: 100%;
    display: block;
    height: 150px;
    outline: none;
    font-size: 0.9em;
    color: #BBBBBB;
    resize: none;
    padding: 10px 15px 10px 15px;
    margin-bottom: 1em;
}
button.btn1{
    border: solid 2px #0D2EA0;
    color: #0D2EA0;
    font-size: .875em;
    padding: .5em 2em;
    text-decoration: none;
    background: 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;
}
button.btn1:hover{
    border: solid 2px #0D2EA0;
    color: #FFFFFF;
	background:#0D2EA0;
}
.w3agile-map {
    margin: 4em 0 0 0;
}
.w3agile-map iframe{
    border: none;
    min-height: 300px;
    width: 100%;
	margin:2em 0 0 0;
}
/*-- //contact --*/
/*-- single --*/
.single{
	padding:4em 0;
	background:#FFFFFF;
}
.agileits-single-img img{
	width:100%;
}
.agileits-single-img h4{
	color: #000000;
    font-size: 1.2em;
    margin: 1em 0;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: capitalize;
}
.agileits-single-img h2{
	color: #0D2EA0;
    font-size: 2em;
    margin: 0;
    font-weight: 600;
    
    letter-spacing: 2px;
}
.agileinfo-single-icons{
	margin:2em 0;
}
.agileinfo-single-icons ul{
	padding:0;
	margin:0;
}
.agileinfo-single-icons ul li{
    display: inline-block;
    color: #999999;
    font-size: 1em;
    margin-right: 1.5em;
}
.agileinfo-single-icons ul li:last-child{
	margin-right:0;
}
.agileinfo-single-icons ul li a{
    color: #999999;
	text-decoration:none;
}
.agileinfo-single-icons ul li span{
    margin-left: .5em;
}
.agileinfo-single-icons ul li span:hover{
	color:#0D2EA0;
}
.agileits-single-img p{
    color: #333;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
/*-- comments --*/
.agileits_three_comments{
    margin: 4em 0;
}
.agileits_three_comment_grid{
    padding:3em 0;
    border-bottom: 1px solid #dddddd;
    width: 100%;
}
.agileits_tom {
	float: left;
    border: 1px dotted #353535;
    padding: .5em;
    width: 10%;
}
.agileits_tom  img{
	width:100%;
}
.agileits_tom_right{
    float: left;
    width: 70%;
    margin-left: 3em;
}
.hardy {
    float: left;
}
.reply {
    float: left;
    margin-left: 10em;
    margin-top: .5em;
}
.reply a {
    background: #0D2EA0;
    border: solid 2px #0D2EA0;
    padding: .5em 2em;
    color: #fff;
    font-size: .9em;
    text-decoration: none;
}
.reply a:hover{
	background:none;
	color:#0D2EA0;
	border: solid 2px #0D2EA0;
}
.agileits_tom_right p.lorem {
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 1em 0 0 0;
}
.agileits_three_comments h3,.w3_leave_comment h3{
	text-align:left;
}
.hardy h4 {
    font-size: 1.2em;
    color: #000000;
    margin: 0;
    font-weight: 600;
}
.hardy p {
    color: #999999;
    margin: .5em 0 0;
    font-size: .9em;
}
.agileits_three_comment_grid:nth-child(2){
    margin:4em 0 0;
	padding-top:0 !important;
}
.agileits_three_comment_grid:last-child{
	border-bottom:none;
	padding-bottom:0 !important;
}
.agileits_three_comment_grid1{
	padding-left:5em;
}
/*-- //comments --*/
/*-- leave-comments --*/
.w3_leave_comment {
    width: 70%;
}
.w3_leave_comment form {
    margin: 3em 0 0;
}
.w3_leave_comment input[type="text"], .w3_leave_comment input[type="email"], .w3_leave_comment textarea {
    background: none;
    border: 1.5px solid #BBBBBB;
    width: 100%;
    outline: none;
    padding: 10px;
    font-size: .9em;
    color: #BBBBBB;
}
.w3_leave_comment input[type="email"], .w3_leave_comment textarea {
    margin: 1em 0;
}
.w3_leave_comment textarea {
    min-height: 200px;
    resize: none;
}
.w3_leave_comment input[type="submit"] {
    border: solid 2px #0D2EA0;
    color: #0D2EA0;
    font-size: .875em;
    padding: .5em 2em;
    text-decoration: none;
    background: 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;
}
.w3_leave_comment input[type="submit"]:hover {
    border: solid 2px #0D2EA0;
    color: #FFFFFF;
    background: #0D2EA0;
}
/*-- //leave-comments --*/
/*-- //single --*/
/*-- responsive --*/


@media(max-width:1440px){
	.banner{
    background: url(/company/csrweb/images/homebg.jpg) no-repeat 0px -80px;
    background-size: cover;
    padding: 0em 0 0em;
	
	background-attachment:fixed;
}
.bannerg{
    background:url(/company/csrweb/images/green/bg1.jpg) no-repeat 0 -250px ;
    background-size: cover;
    padding: 0em 0 0em;
	overflow:hidden;
	background-attachment:fixed;
} 
}
@media(max-width:1366px){
	.banner{
    background: url(/company/csrweb/images/homebg.jpg) no-repeat 0px -80px;
    background-size: cover;
    padding: 0em 0 0em;
	
	background-attachment:fixed;
}
}
@media(max-width:1280px){
	.banner{
    background: url(/company/csrweb/images/homebg.jpg) no-repeat 0px -80px;
    background-size: cover;
    padding: 0em 0 0em;
	
	background-attachment:fixed;
}
.bannerg{
    background:url(/company/csrweb/images/green/bg1.jpg) no-repeat 0 -200px ;
    background-size: cover;
    padding: 0em 0 0em;
	overflow:hidden;
	background-attachment:fixed;
}
}
@media(max-width:1200px){
	.rides-grid .txtcover{
		margin-top: 0;
	}
	.rides-grid .txtcoverlove{
		margin-top: -150px;
	}
	.bannerl{
    background: url(/company/csrweb/images/love/lovebg5.jpg) no-repeat 0px -280px;
    background-size:100%;
    padding: 0em 0 0em;
	overflow:hidden;
	background-attachment:fixed;
}
.bannerf{
    background: url(/company/csrweb/images/manage/mbg.jpg) no-repeat 0px -80px;
    background-size: cover;
    padding: 0em 0 0em;
	overflow:hidden;
	background-attachment:fixed;
}
.bannerg{
    background:url(/company/csrweb/images/green/bg1.jpg) no-repeat 0 -200px ;
    background-size: cover;
    padding: 0em 0 0em;
	overflow:hidden;
	background-attachment:fixed;
}
}
@media(max-width:1080px){
	.banner{
    	background: url(/company/csrweb/images/homebg.jpg) no-repeat 0px -80px;
    background-size: cover;
    padding: 0em 0 0em;	
	background-attachment:fixed;
	}
	.bannerg{
    background:url(/company/csrweb/images/green/bg1.jpg) no-repeat 0 -120px ;
    background-size: cover;
    padding: 0em 0 0em;
	overflow:hidden;
	background-attachment:fixed;
}
	.social-grids {
		padding: 0em 0 2em 0;
	}
	.header-right nav ul li {
		margin: 1em 1em;
	}
	.wthree-history-info h4 {
		font-size: 3em;
	}
	.gallery-bg-text:after {
		width: 325px;
		height: 135px;
	}
	.gallery-small-text:after {
		width: 135px;
		height: 135px;
	}
	.agileits-training-left a {
		width: 20%;
		
		min-width:150px;
	}
	.rides-grid .txtcover{
		margin-top: 0;
	}
	.rides-grid .txtcoverlove{
		margin-top: -150px;
	}
}
@media(max-width:991px){
	.bannerl{
    background: url(/company/csrweb/images/love/lovebg5.jpg) no-repeat 0px -180px;
    background-size:100%;
    padding: 0em 0 0em;
	overflow:hidden;
	/*background-attachment:fixed;*/
}
.bannerf{
    background: url(/company/csrweb/images/manage/mbg.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 0em 0 0em;
	overflow:hidden;
	background-attachment:fixed;
}
.bannerg{
    background:url(/company/csrweb/images/green/bg1.jpg) no-repeat 0 -100px ;
    background-size: cover;
    padding: 0em 0 0em;
	overflow:hidden;
	/*background-attachment:fixed;*/
}
	.banner{
    background: url(/company/csrweb/images/homebg.jpg) no-repeat 0px -80px;
    background-size: cover;
    padding: 0em 0 0em;
	
	background-attachment:fixed;
}
.banners{
    background: url(/company/csrweb/images/index/i1.jpg) no-repeat 0px -50px;	
    background-size: cover;
    padding: 0em 0 0em;
	overflow:hidden;
	background-attachment:fixed;
}
    .rides-grid .rightimg{
		margin-top: 0px;
	}
	.rides-grid .txtcover{
		margin-top: 30px;
	}
	.rides-grid .txtcoverlove{
		margin-top: -30px;
	}
	.social-grids {
		padding: 0em 0 2em 0;
	}
	.header-right nav ul li {
		margin: 1em .5em;
	}
	.w3l-services-grid {
		float: left;
		width: 50%;
		margin-bottom: 1em;
	}
	.w3l-services-grid:nth-child(3),.w3l-services-grid:nth-child(4){
		margin-bottom:0;
	}
	.wthree-history-info p {
		width: 94%;
	}
	.wthree-history-info a {
		width: 15%;
	}
	.wthree-history-info h4 {
		font-size: 2.5em;
	}
	.w3-agile-footer-grid {
		float: left;
		width: 50%;
		margin-bottom: 2em;
	}
	.w3-agile-footer-grid:nth-child(3),.w3-agile-footer-grid:nth-child(4){
		margin-bottom:0;
	}
	.gallery-bg-text:after {
		width: 260px;
		height: 115px;
	}
	.effect-2:after {
		top: 15px;
		left: 15px;
	}
	.effect-3:after {
		top: 15px;
		left: 15px;
	}
	.gallery-small-text:after {
		width: 115px;
		height: 115px;
	}
	.agileits-training-right,.wthree-training-bottom {
		margin: 1em 0 0 0;
	}
	.w3_leave_comment {
		width: 80%;
	}
	.contact-form-right {
		margin: 2em 0 0 0;
	}
}
@media(max-width:800px){
	.banner{
    background: url(/company/csrweb/images/homebg.jpg) no-repeat 0px -80px;
    background-size: cover;
    padding: 0em 0 0em;
	
	background-attachment:fixed;
}
.bannerl{
    background: url(/company/csrweb/images/love/lovebg5.jpg) no-repeat;
    background-size:100%;
    padding: 0em 0 0em;
	overflow:hidden;
	/*background-attachment:fixed;*/
}
.bannerg{
    background:url(/company/csrweb/images/green/bg1.jpg) no-repeat ;
    background-size: 100%;
    padding: 0em 0 0em;
	overflow:hidden;
	/*background-attachment:fixed;*/
}
.rides-grid txtcover{
		margin-top: 30px;
	}
	.rides-grid .txtcoverlove{
		margin-top: -30px;
	}
}
@media(max-width:667px){
	.banner{
    background: url(/company/csrweb/images/homebg.jpg) no-repeat 0px -80px;
    background-size: cover;
    padding: 0em 0 0em;
	height: 40%;
	
	background-attachment:fixed;
}
.bannerg{
    background:url(/company/csrweb/images/green/bg1.jpg) no-repeat 0 0px ;
    background-size: cover;
    padding: 0em 0 0em;
	overflow:hidden;
	background-attachment:fixed;
}
	.page-header__content .text-bg svg {
		height: 40%;
	}
	.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
		font-size: 4em;
	}
	.w3ls-text p {
		margin: 0em 0 1em 0;
		letter-spacing:normal;
	}
	.w3ls-slider {
		min-height: 350px;
	}
	.w3l-banner-grids {
		padding: 14em 0 0 0;
	}
	.w3ls-slider {
		min-height: 310px;
	}
	.wthree-history-info h4 {
		font-size: 2em;
		letter-spacing: 3px;
	}
	.rides-grid {
		margin-bottom: 2em;
		padding:15px 0;
		position:relative;
	}
	
	.rides-grid img{
		padding: 1em 0;
	}
	.rides-grid d50hbg{
		margin-bottom: 1em;
	}
	.rides-grid .rightimg{
		margin-top: 5px;
	}
	.rides-grid:nth-child(3){
		margin-bottom:0;
	}
	


	
	
	
	
	
	.agileits-w3layouts-rides-grids {
		margin: 2em 0 0 0;
	}
	.header-right nav ul li a span {
		font-size: .9em;
	}
	.wthree-top-grid:nth-child(2) {
		margin: 2em 0;
	}
	.agile-choose-grid:nth-child(2) {
		margin: 2em 0;
	}
	.team-grid:nth-child(2) {
		margin: 2em 0;
	}
	.grid_4 {
		margin-top: 0;
	}
	.gallery-bg-text:after {
		width: 210px;
		height: 92px;
	}
	.gallery-small-text:after {
		width: 90px;
		height: 90px;
	}
	.social-grids {
		padding: 0em 0 2em 0;
	}
	
}
@media(max-width:568px){
	.banner{
    background: url(/company/csrweb/images/homebg.jpg) no-repeat 0px -80px;
    background-size: cover;
    padding: 0em 0 0em;
	height: 40%;
	
	background-attachment:fixed;
}
.bannerg{
    background:url(/company/csrweb/images/green/bg1.jpg) no-repeat 0 0px ;
    background-size: cover;
    padding: 0em 0 0em;
	overflow:hidden;
	background-attachment:fixed;
}
	.page-header__content .text-bg svg {
		height: 40%;
	}
	.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
		font-size: 4em;
	}
	.w3ls-text p {
		margin: 1.2em 0 1em 0;
		letter-spacing:normal;
	}
	.header-right nav {
		left: 15%;
	}
	.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
		font-size: 3em;
	}
	.w3l-banner-grids {
		padding: 10em 0 0 0;
	}
	.w3ls-text p {
		letter-spacing:normal;
	}
	.w3ls-text a {
		width: 14%;
	}
	.w3ls-slider {
		min-height: 250px;
	}
	.wthree-history-info a {
		width: 25%;
	}
	.wthree-history-info h4 {
		font-size: 1.6em;
	}
	.gallery-bg-text:after {
		width: 180px;
		height: 80px;
	}
	.gallery-small-text:after {
		width: 77px;
		height: 77px;
	}
	.agileits_tom {
		width: 18%;
	}
	.w3-agile-footer-grid {
		float: none;
		width: 100%;
	}
	.w3-agile-footer-grid:nth-child(3){
		margin-bottom: 2em;
	}
	.w3-agile-footer-grid:nth-child(4){
		margin-bottom:0;
	}
	.social-grids {
		padding: 0em 0 2em 0;
	}
}
@media(max-width:480px){
	.banner{
    	background: url(/company/csrweb/images/homebg.jpg) no-repeat 0px -80px;
    	background-size: cover;
   		padding: 0em 0 0em;	
		background-attachment:fixed;
		height: 40%;
	}
	.social-grids {
		padding: 0em 0 2em 0;
	}
	.page-header__content .text-bg svg {
		height: 40%;
	}
	.header-right nav {
	    left: 9%;
	}
	.w3ls-text p {
		letter-spacing:normal;
	}
	.w3ls-text a {
		width: 18%;
	}
	.wthree-history-info h4 {
		font-size: 1.3em;
	}
	.services {
		padding: 2em 0;
	}
	.w3-services-grids {
		margin: 2em 0 0 0;
	}
	.history {
		padding: 2em 0;
	}
	.rides {
		padding: 2em 0;
	}
	.footer {
		padding: 2em 0;
	}
	.w3-agile-footer-grid form input[type="submit"] {
		padding: .5em 1em;
	}
	.agileits-about-top {
		padding: 2em 0;
	}
	.agileinfo-top-grids {
		margin: 2em 0 0 0;
	}
	.w3-agileits-choose {
		padding: 2em 0;
	}
	.agile-choose-grids {
		margin: 2em 0 0 0;
	}
	.team {
		padding: 2em 0;
	}
	.team-grids {
		margin: 2em 0 0 0;
	}
	.codes {
		padding: 2em 0;
	}
	.gallery-bg {
		float: none;
		width: 100%;
	}
	.gallery-bg-text:after {
		width: 400px;
		height: 190px;
	}
	.gallery-small-text:after {
		width: 400px;
		height: 400px;
	}
	.gallery-small {
		float: none;
		width: 100%;
	}
	.agileits-training-left a {
		width: 28%;
		
		min-width:150px;
	}
	.reply {
		margin-left: 5em;
	}
	.agileits_three_comment_grid {
		padding: 2em 0;
	}
	.agileits_three_comment_grid:nth-child(2) {
		margin: 2em 0 0;
	}
	.agileits_tom_right {
		margin-left: 1em;
	}
	.reply {
		margin-left: 2em;
	}
	.agileits_three_comments {
		margin: 2em 0;
	}
	.w3_leave_comment form {
		margin: 2em 0 0;
	}
	.w3_leave_comment {
		width: 90%;
	}
	.single {
		padding: 2em 0;
	}
	.contact {
		padding: 2em 0;
	}
	.agileits-contact-address {
		margin: 2em 0 0 0;
	}
	.w3agile-map {
		margin: 2em 0 0 0;
	}
	.w3l-training-grids {
		padding: 2em 0;
	}
	.w3layouts-training-top {
		padding: 2em 0;
	}
	.agileinfo-training-bottom {
		padding: 2em 0;
	}
	.gallery-top {
		padding: 2em 0;
	}
	.sl-wrapper .sl-navigation button.sl-prev {
		left: 22px !important;
	}
	.sl-wrapper .sl-navigation button.sl-next {
		right: 22px !important;
	}
}
@media(max-width:414px){
	.w3ls-text p {
		/*letter-spacing: 0px;
		margin: 0 auto .5em;*/
		letter-spacing:normal;
	}
	.header-right nav {
		left: 6%;
	}
	.w3l-services-grid {
		float: none;
		width: 100%;
	    margin-bottom: 2em;
	}
	.w3l-services-grid:nth-child(3), .w3l-services-grid:nth-child(4) {
		margin-bottom: 2em;
	}
	.wthree-history-info h4 {
		font-size: 1.2em;
	}
	.w3layouts-services-heading h2, .w3-agileits-rides-heading h3, .w3-training-heading h3, .agileits-about-top-heading h3, .w3layouts-contact-form-top h3, .contact-form-top h3, .w3agile-map h3, .agileits_three_comments h3, .w3_leave_comment h3 {
		font-size: 1.5em;
	}
	.w3ls-text a {
		width: 21%;
	}
	/*.page-header__content .text-bg svg {
		height: 40%;
	}*/
	.w3l-banner-grids {
		padding: 8em 0 0 0;
	}
	.social-grids {
		padding: 0em 0 0em 0;
	}
	.w3ls-slider {
		min-height: 221px;
	}
	.header-right nav ul li {
		margin: 1em .3em;
	}
	.banner {
		background: url(/company/csrweb/images/1.jpg) no-repeat -86px 0px;
		background-size: cover;
	}
	.wthree-history-info a {
		width: 32%;
	}
	.bg-about {
		background: url(/company/csrweb/images/1.jpg) no-repeat 0px 0px !important;
		background-size: cover !important;
	}
	.gallery-bg-text:after {
		width: 335px;
		height: 155px;
	}
	.gallery-small-text:after {
		width: 335px;
		height: 335px;
	}
	.sl-wrapper .sl-navigation button.sl-prev {
		left: 10px !important;
	}
	.sl-wrapper .sl-navigation button.sl-next {
		right: 10px !important;
	}
	.wthree-history-info p {
		width: 93%;
	}
}
@media(max-width:375px){
	.header-right nav {
		left: 2%;
	}
}
@media(max-width:384px){
	.wthree-history-info h4 {
		font-size: 1.1em;
	}
	.wthree-history-info p {
		width: 100%;
	}
	.gallery-bg-text:after {
		width: 310px;
		height: 145px;
	}
	.gallery-small-text:after {
		width: 310px;
		height: 310px;
	}
	.w3ls-heading h2 {
		font-size: 1.5em;
	}
	.agile-logo h1 a {
		font-size: 1.2em;
	}
	.agile-logo h1 a span {
		letter-spacing: 10px;
	}
	.menu-icon {
		width: 2em;
		height: 2em;
	}
	.agileits-training-left a {
		width: 33%;
		
		min-width:150px;
	}
	.w3ls-services-img i.fa.fa-male, .w3ls-services-img i.fa.fa-bicycle, .w3ls-services-img i.fa.fa-cog, .w3ls-services-img i.fa.fa-female {
		width: 75px;
		height: 75px;
		font-size: 3em;
	}
	.w3l-services-grid:hover div.w3ls-services-img i.fa.fa-male, .w3l-services-grid:hover div.w3ls-services-img i.fa.fa-bicycle, .w3l-services-grid:hover div.w3ls-services-img i.fa.fa-cog, .w3l-services-grid:hover div.w3ls-services-img i.fa.fa-female {
		padding: .7em 0 0 0;
		width: 75px;
		height: 75px;
	}
	.gallery-bg-text:after {
		width: 300px;
		height: 140px;
	}
	.gallery-small-text:after {
		width: 300px;
		height: 300px;
	}
	.w3layouts-contact-form-top p {
		margin: 1em 0;
	}
}
@media(max-width:320px){
	.callbacks_tabs a:after {
		height: 7px;
		width: 7px;
	}
	.callbacks_tabs {
		top: -87px;
	}
	.callbacks_here a:after {
		height: 40px !important;
		width: 1px !important;
	}
	.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
		font-size: 3em;
	}
	.w3ls-text a {
		width: 25%;
		font-size: .8em;
	}
	.w3l-banner-grids {
		padding: 7em 0 0 0;
	}
	.w3ls-slider {
		min-height: 204px;
	}
	.wthree-history-info a {
		width: 36%;
	}
	.wthree-history-info h4 {
		font-size: 1.2em;
		letter-spacing: 0px;
	}
	.wthree-history-info p {
		font-size: .8em;
	}
	.gallery-bg-text:after {
		width: 245px;
		height: 110px;
	}
	.gallery-small-text:after {
		width: 245px;
		height: 245px;
	}
	.sl-wrapper .sl-image .sl-caption {
		font-size: .8em !important;
	}
	.header-right nav {
		left: 4%;
	}
	.header-right nav ul li {
	    margin: 1em .1em;
	}
	.header-right nav ul li a span {
	    font-size: .8em;
	}
	.agileinfo-contact-form-grid input[type="text"], .agileinfo-contact-form-grid input[type="email"] {
		padding: 8px;
		margin-bottom: 1em;
	}
	.agileinfo-contact-form-grid textarea {
		padding: 8px;
	}
	.agileits-training-left a {
		width: 40%;
		min-width:150px;
	}
	.agileits_tom {
		width: 23%;
	}
	.reply a {
		padding: .5em 1em;
		font-size: .8em;
	}
	.hardy h4 {
		font-size: 1em;
	}
	.w3layouts-services-heading h2, .w3-agileits-rides-heading h3, .w3-training-heading h3, .agileits-about-top-heading h3, .w3layouts-contact-form-top h3, .contact-form-top h3, .w3agile-map h3, .agileits_three_comments h3, .w3_leave_comment h3 {
		font-size: 1.2em;
	}
	.agileits-services-info h4 {
		font-size: 1.1em;
	}
	.w3l-services-grid:nth-child(4) {
		margin-bottom: 0em;
	}
	.agileits-training-left h4 {
		font-size: 1.1em;
	}
	.agileits-single-img h4 {
		font-size: 1.1em;
	}
	.w3_leave_comment input[type="text"], .w3_leave_comment input[type="email"], .w3_leave_comment textarea {
		padding: 8px;
	}
	.w3_leave_comment textarea {
		min-height: 150px;
	}
}
/*-- //responsive --*/
.divbg1{ position:relative; } 
.divbg2{ position:absolute; left:40px; bottom:23px;} 
.divbg3{ position:absolute; right:15px; top:0px;} 

/*--eco--*/
.eco{
    padding: 2em 0;
    background: #FFFFFF;
}
.ecodiv{
	border:2px solid #090;
	padding:15px 15px;
}
.eco img{
	width:100%;
}
.eco h1{
	color:#036;
    font-size: 2em;
    margin: 1.2em 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.eco h4{
	color: #000000;
    font-size: 1.3em;
    margin: 1em 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.eco p{
	
    font-size: 1.1em;
}
.eco a{
	color: #090;
    font-size: 0.8em;
	width:90%;
}
.eco ul{
	padding:0;
	margin:0;
}
.eco ul li{
	display: block;
    margin: 15px 0;
	border:2px solid #CCC;
}
.eco ul li p{	
    color: #0D2EA0;
    font-size: 1.1em;
}
.eco ul li:hover{
	background-color:#F3F3F3;
	border:2px solid #CCC;
	font-weight:bold;
}
.eco ul li i{
	margin-right:15px;
	padding:15px 15px;
	background:#F1F1F1;
}

/*-- //csr --*/
.csr{
  
    background: #FFFFFF;
	height:600px;
}
.csr1231{
   margin:2px 0 0 0;
   padding:0 0 0 0;
    background: #FFFFFF;
	height:600px;
}
.csr .descpart{
	position:relative;
	height:600px;
}
.csr .descicon{
	position:absolute;
	padding-right:40px;
	bottom:0;
}
.csr .dctxt{
	padding-right:35px;
}
.csr .dicon{
	width:20%;
}
.csr img{
	width:100%;
	max-height:600px;
	overflow:hidden;
}

.csr .dctitleright{
	text-align:right;
	border-right:3px solid #3eb049;
	padding:20px 35px;
	
}
.csr .dctitleleft{
	text-align:left;
	border-left:3px solid #3eb049;
	padding:20px 35px;
	
}
.csr h1{
	color:#036;
    font-size: 2em;
    margin: 1.2em 0;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
	
}
.csr h4{
	color: #000000;
    font-size: 1.6em;
    margin: 1em 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.csr ul{
	padding:0;
	margin:0;
}
.csr ul li{
	display: block;
    margin: 15px 0;
	border:2px solid #CCC;
}
.csr ul li p{	
    color: #0D2EA0;
    font-size: 1.3em;
}
.csr ul li:hover{
	background-color:#F3F3F3;
	border:2px solid #CCC;
	font-weight:bold;
}
.csr ul li i{
	margin-right:15px;
	padding:15px 15px;
	background:#F1F1F1;
}

/*-- love --*/
.love{
   margin:0 0 0 0;
   padding:0 0 0 0;
    background:#E3E0E0;
	height:600px;
	position:relative;
}
.love dpartr
{   width:50%;
	margin:0 0;
	padding:0 0;
	height:600px;
	overflow:hidden;
	float:right;
}
.love dpartl
{ width:30%;
	right:0;
	height:600px;
	padding-right:50px;
	float:left;
}


.love .descpart{
	position:relative;
	height:600px;
}
.love .descicon{
	position:absolute;
	padding-left:40px;
	bottom:0;
}
.love .dctxt{
	padding-left:35px;
}
.love .dicon{
	width:20%;
}
.love img{
	width:100%;
	max-height:600px;
	overflow:hidden;
}


.love .dctitleleft{
	text-align:left;
	border-left:3px solid #3eb049;
	padding:20px 35px;
	
}
.love h1{
	color:#036;
    font-size: 2em;
    margin: 1.2em 0;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
	
}
.love h4{
	color: #000000;
    font-size: 1.6em;
    margin: 0.8em 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.love ul{
	padding:0;
	margin:0;
}
.love ul li{
	display: block;
    margin: 15px 0;
	border:2px solid #CCC;
}
.love ul li p{	
    color: #0D2EA0;
    font-size: 1.3em;
}
.csr ul li:hover{
	background-color:#F3F3F3;
	border:2px solid #CCC;
	font-weight:bold;
}
.love ul li i{
	margin-right:15px;
	padding:15px 15px;
	background:#F1F1F1;
}


/*-- //gv21 --*/
.gv21{
    /*padding: 4em 0;
	background: url(/company/csrweb/images/csr/cindex1.jpg) no-repeat -56px 0px;*/
	background-size: 51.5%;
}
.gv21{
    font-size:1.1em;
}
.gv21 .mainimg{
	width:100%;
}
.gv21 .iconimg{
	width:20%;
}


.gv21 h1{
	color:#036;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
	text-align:right;
	padding:30px 30px 0 0;
	border-right:10px solid #3EB049;
}
.gv21 h4{
	color: #000000;
    font-size: 1.6em;
    margin: 0.8em 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.gv21 h2{
	color: #000000;
    font-size: 2em;
    margin: 0.8em 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.gv21 ul{
	padding:0;
	margin:0;
}
.gv21 ul li{
	display: block;
    margin: 15px 0;
	border:2px solid #CCC;
}
.gv21 ul li p{	
    color: #0D2EA0;
    font-size: 1.3em;
}
.gv21 ul li:hover{
	background-color:#F3F3F3;
	border:2px solid #CCC;
	font-weight:bold;
}
.gv21 ul li i{
	margin-right:15px;
	padding:15px 15px;
	background:#F1F1F1;
}
.gv21 .descpart{
	width:100%;
	/*<!--background-color:#E3595B;-->*/
}
.gv21 .descicon{
	padding-top:20px;
}
.gv21 .kuang{
/*	border:2px solid #3EB049;

	background-color:#f6f6f6;
	padding:30px 50px;*/	
}


.csb{
    /*padding: 4em 0;
	background: url(/company/csrweb/images/csr/cindex2.jpg) no-repeat -56px 0px;*/
	background-size: 51.5%;
	background-position:right;
	}
	.csb p{
    font-size:1.1em;
	}
.csb .iconimg{
	width:20%;
}

.csb h1{
	color:#036;
    font-size: 2em;
    margin: 1.2em 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
	text-align:left;
	padding: 30px 0 0 30px;
	border-left:10px solid #c31f33;
}
.csb h2{
	color: #000000;
    font-size: 2em;
    margin: 0.8em 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.csb h4{
	color: #000000;
    font-size: 1.6em;
    margin: 1em 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.csb ul{
	padding:0;
	margin:0;
}
.csb ul li{
	display: block;
    margin: 15px 0;
	border:2px solid #CCC;
}
.csb ul li p{	
    color: #0D2EA0;
    font-size: 1.3em;
}
.gv21 ul li:hover{
	background-color:#F3F3F3;
	border:2px solid #CCC;
	font-weight:bold;
}
.csb ul li i{
	margin-right:15px;
	padding:15px 15px;
	background:#F1F1F1;
}
.csb .descpart{
	width:100%;
	/*<!--background-color:#E3595B;-->*/
}
.csb .descicon{
	padding-top:20px;
}
.csb .kuang{
	/*border:2px solid #c31f33;
	background-color:#f6f6f6;
	
	padding:30px 50px;*/
}
	
	
.cmana{
    /*padding: 4em 0;
	background: url(/company/csrweb/images/csr/cindex3.jpg) no-repeat -56px 0px;
	background-size: 51.5%;*/
}
.cmana p{
    font-size:1.1em;
}
.cmana .iconimg{
	width:20%;
}
.cmana h1{
	color:#036;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
	text-align:right;
	padding:30px 30px 0 0;
	border-right:10px solid #ef402b;
}
.cmana h2{
	color: #000000;
    font-size: 2em;
    margin: 0.8em 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.cmana h4{
	color: #000000;
    font-size: 1.6em;
    font-weight: 600;}
.cmana ul{
	padding:0;
	margin:0;
}
.cmana ul li{
	display: block;
    margin: 15px 0;
	border:2px solid #CCC;
}
.cmana ul li p{	
    color: #0D2EA0;
    font-size: 1.3em;
}
.cmana ul li:hover{
	background-color:#F3F3F3;
	border:2px solid #CCC;
	font-weight:bold;
}
.cmana ul li i{
	margin-right:15px;
	padding:15px 15px;
	background:#F1F1F1;
}
.cmana .descpart{
	width:100%;
	/*<!--background-color:#E3595B;-->*/
}
.cmana .descicon{
	padding-top:20px;
}
.csrccx{
	color:#ffffff;
	margin:10px 0;
}

.cmana .kuang{
	/*border:2px solid #ef402b;
	background-color:#f6f6f6;*/
	position:relative;
	bottom:0;
}

.kcxkuang{
	border:1px solid #ffffff;
	padding:20px 20px;
}


.topm p{
	line-height:30px;
	}
	
.lrbox ul,li{list-style:none;display:block;}
            #scrollBox{background: #FFF;margin:40px auto;overflow:hidden; height:140px;width: 100%;}
            #scrollBox #con1,#scrollBox #con2{float:left;margin-left:10px;}        
            #innerdiv {float: left;width: 2000%;}
			
/*-- tstm --*/
.all_tstm {
display : table;
width : 100%;
height : 100%;
}
.sngl_tstm {
display : table-cell;
height : 100%;
text-align : center;
vertical-align : middle;
}
.sngl_tstm i {
font-size : 25px;
color : #fff;
}
.sngl_tstm h3 {
color : #fff;
font-size : 24px;
letter-spacing : 1px;

}
.sngl_tstm p {
color : #ffffff;
font-size : 16px;
line-height : 30px;
}
.sngl_tstm h6 {
font-size : 12px;

color : #fff;
}
.clnt_tstm {
width : 780px;
margin : 0 auto;
}
#tstm_sec .owl-controls .owl-dot {
background-color : #fff;
border : none medium;
border-radius : 5px;
cursor : pointer;
display : inline-block;
height : 6px;
text-indent : 0;
width : 25px;
margin-right : 5px;
}
#tstm_sec .owl-controls .owl-dot.active {
background-color : #03B0F0;
}
#tstm_sec .owl-controls {
display : inline-block;
width : 100%;
text-align : center;
}
#tstm_sec .owl-controls .owl-nav {
display : none;
}


.feedback{
	width:50%;
	/*background-color:#f6f6f6;*/
	padding: 3em 0;
/*    background: url(/company/csrweb/images/00.jpg) no-repeat 0px 0px;
background-position:center;
    background-size: cover;*/	
}
.feedback h4{
	font-size:1.2em;
	color:#000;
	font-weight:bold;
}
.feedback p{
	color:#000;
}
	
	
	
	/* Style you custom popupbox according to your requirement */
.popupbox {
	width:100%;
	height:100%;
	display: none; /* Hidden as default */
	float: left;
	position: fixed;
	background-color:#fff;
	top: 50%; left: 50%;
	z-index: 99999;
}
.popupbox2 {
	width:50%;
	height:50%;
	display: none; /* Hidden as default */
	float: left;
	position: fixed;
	background-color:#fff;
	top: 50%; left:50%;
	z-index: 99999;
}

.popupbox2 h1{
	margin:50px 0;
}
#fade111 { 
	display: none; /* Hidden as default */
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}


.popimg{
	opacity:0.3;
position:relative;
animation:myfirst 40s;
-moz-animation:myfirst 40s; /* Firefox */
-webkit-animation:myfirst 40s; /* Safari and Chrome */
-o-animation:myfirst 40s; /* Opera */
}


@keyframes myfirst
{
0%   {left:-50px; top:-300px;}
100% {left:-500px; top:-300px;}
}
/* Overlay closing cross */
.closebtn {
width: 30px;
height: 30px;
position: absolute;
margin:0 0;
right: 20px;
top: 20px;
overflow: hidden;
border: none;
background:#CCC;
z-index: 100;
-webkit-transition: all 0.2s;
transition: all 0.2s;
text-align:center;
}

.closebtn:hover {
-webkit-transform: scale(0.8);
-moz-transition: scale(0.8);
-o-transition: scale(0.8);
transition: scale(0.8);
}

/*-------*/

#wrapper{
	width:100%;
	margin-top:-15px;
	position:relative;
	/*background-color:#fff;
	border:2px solid #CCC;*/
}

#slider-wrap{
	width:100%;
	position:relative;
	overflow:hidden;
}

#slider-wrap ul#slider{
	width:100%;
	height:100%;
	
	position:relative;
	top:-30px;
	left:0;		
}

#slider-wrap ul#slider li{
	float:left;
	position:relative;
	width:12.5%;
	color:#000;
}

#slider-wrap ul#slider li > div{
	position:relative;	
	padding:20px 30px;
}

#slider-wrap ul#slider li > div h4{
	font-size:18px;
}

#slider-wrap ul#slider li > div p{
	position:relative;
	font-size:1em;
	padding:0 5px;
	
}

#slider-wrap ul#slider li i{
	display:block;
	width:100%;
	font-size:15px;	
	color:#ccc;
}


/*btns*/
.btns{
	position:absolute;
	width:30px;
	height:50px;
	top:30%;
	line-height:50px;
	text-align:center;
	cursor:pointer;	
	/*background:rgba(0,0,0,0.1);*/
	z-index:100;
	color:#666;
	opacity:0.5;
	
	-webkit-user-select: none;  
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-ms-user-select: none;
	
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.btns:hover{
	/*background:rgba(0,0,0,0.3);	*/
	opacity:1;
}

#next{right:-100px; border-radius:7px 0px 0px 7px;}
#previous{left:-100px; border-radius:0px 7px 7px 0px;}
#next{right:0px;}
#previous{left:0px; }
#counter{
	top: 20px; 
	right:20px; 
	width:auto;
	position:absolute;
}

#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}


/*bar*/
#pagination-wrap{
	min-width:20px;
	margin-left: auto; 
	margin-right: auto;
	height:15px;
	position:relative;
	text-align:center;
}

#pagination-wrap ul {
	width:100%;
}

#pagination-wrap ul li{
	margin: 0 4px;
	display: inline-block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#666666;
	opacity:0.5;
	position:relative;
  top:0;
  
  
}

#pagination-wrap ul li.active{
  width:12px;
  height:12px;
  top:3px;
  opacity:1;
}


/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);	
}
.zoomimg{  
width:100%;

overflow:hidden;
transition: all 0.9s; 
-moz-transition: all 0.9s; /* 0.6s完成过渡效果 */ 
-webkit-transition: all 0.9s; 
} 
.zoomimg:hover{ 

transform: scale(1.1); /* 放大1.2倍 */ 
}
.zoomimg1{  
width:100%;

overflow:hidden;
transition: all 1.5s; 
-moz-transition: all 1.5s;  /* 0.6s完成过渡效果 */ 
-webkit-transition: all 1.5s;  
}  
.zoomimg1:hover{ 

transform: scale(1.05); /* 放大1.2倍 */ 
} 

.rightimg img {
	 margin-top:-25%;
	 width:100%;
}
@media(max-width:1200px){
.rightimg img {
	 margin-top:-25%;
	 width:100%;
}
}
@media(max-width:1000px){
.rightimg img {
	 margin-top:5%;
	 width:100%;
}
}
@media(max-width:800px){
.rightimg img {
	 margin-top:5%;
}
}
@media(max-width:414px){
.rightimg img {
	 margin-top:-1%;
}
}


.rightimglove img {
	 margin-top:-55%;
	 width:100%;
}
@media(max-width:1200px){
.rightimglove img {
	 margin-top:-35%;
	 width:100%;
}
}
@media(max-width:1000px){
.rightimglove img {
	 margin-top:-5%;
	 width:100%;
}
}
@media(max-width:800px){
.rightimglove img {
	 margin-top:-5%;
}
}
@media(max-width:414px){
.rightimglove img {
	 margin-top:-1%;
}
}<!--0.00033783912658691-->