h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
   font-size:90%;
   background:#fff; 
}
a {
  text-decoration: none;
}
a:hover {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  text-decoration:none;
}
.headicon{ height:30px; line-height:30px; padding:0px 5px !important;}
/*--top header start here--*/
.headtext{ line-height:34px; font-size:14px; color:#666;}
.top-social ul {
    padding: 0em;
    list-style: none;
    text-align: right;
}
.top-social ul li {
    display: inline-block;
    margin-right: 1em;
}
.top-social ul li a span{
    background: url(../images/top-social.png)no-repeat;
    width: 18px;
    height:18px;
    display: inline-block;
}
.top-social ul li h5 {
    font-size: 1em;
    color: #fff;
}
.top-social ul li a {
    vertical-align: -webkit-baseline-middle;
}
.top-social ul li a span.fb {
    background-position: 7px 0px;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.top-social ul li span.tw {
    background-position: -22px 1px;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.top-social ul li a span.in {
    background-position: -53px 0px;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.top-social ul li a span.gmail {
    background-position: -82px 0px;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.top-social ul li a span.fb:hover {
    background-position: 7px -18px;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.top-social ul li span.tw:hover {
    background-position: -22px -17px;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.top-social ul li a span.in:hover {
    background-position: -53px -17px;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.top-social ul li a span.gmail:hover {
    background-position: -82px -17px;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.header-address ul {
    padding: 0em;
    list-style: none;
}
.header {
}
.header-address ul li {
    display: inline-block;
    margin-right:1em;
}
.header-address ul li a{
    display: inline-block;
}
.top-header {
    padding:0.5em 0em;
    background:#fafafa;
}
.header-address h6 {
    font-size:0.9em;
    color: #fff;
    display: inline-block;
}
span.location {
    background: url(../images/location.png)no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
}
span.phone {
    background: url(../images/ph.png)no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align:sub;
}
span.email{
	background: url(../images/email.png)no-repeat;
    width: 30px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.logo h1 {
    font-size: 1.2em;
}
.header-address ul li a {
    font-size:0.9em;
    color: #fff;
}
.header-address ul li a:hover {
    color:#FDBD10;
}
.top-social {
    padding: 0px;
}
.header-address{
    padding: 0px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*--*/
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1em;
}

nav a:hover,
nav a:focus {
	outline: none;
}
/* Effect 16: fall down */
.cl-effect-16 a {
	color: #6f8686;
	text-shadow: 0 0 1px rgba(111,134,134,0.3);
}

.cl-effect-16 a::before {
	color: #06a6b6;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
/*-- w3layouts --*/

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}

/*--header menu nav start--*/
div#navbar {
    float:right;
    text-align: center;
}
.navbar-wrapper {
    padding: 1.5em 0em 1.5em 0em;
    margin-top: 0px !important;
    line-height: 36px;
}
.navbar-inverse {
    background: none; 
    border:none; 
}
.navbar-nav {
    float: right !important;
	margin-top: 0em;
}
.navbar {
    margin-bottom: 0px !important;   
    min-height: 0px !important;   
}
.navbar-brand {
    float: left;
    height:0px !important;  
    padding:0px !important;  
}
.nav > li > a {
    padding: 7px 7px;
}
.navbar-inverse .navbar-brand {
    color: #06a6b6;
    font-size: 2.5em;
    line-height: 0.8em;
    font-family: 'Ubuntu Condensed', sans-serif;
}
/*-- agileits --*/
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color:#06a6b6;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background: none;
}
.navbar-inverse .navbar-nav > li > a {
    color:#000000;
    line-height: 1.5em;
}
.navbar-inverse .navbar-nav > li > a.active{
	color:#a3f6fe;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color:#fff;
    background-color: transparent;
}
/*--banner start here--*/
.banner {
    background: url(../images/5.jpg)no-repeat;
    background-size: cover;
    min-height: 640px;
}
.banner-main {
    padding: 11em 0em 0em 0em;
    text-align: center;
}
.banner-main p {
    font-size: 0.91em;
    color: #fff;
    width: 50%;
    margin: 1em auto;
    line-height: 1.8em;
}
.banner-main h4 {
    font-size:2.2em;
    color: #fff;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.banner-main h4:before {
    background: none;
    height: 3px;
    border: 4px double #fff;
    width: 120px;
    display: inline-block;
    margin: 5px 20px;
    content: "";
}
/*-- w3layouts --*/
.banner-main h4:after {
    background: none;
    height: 3px;
    border: 4px double #fff;
    width: 120px;
    display: inline-block;
    margin: 5px 20px;
    content: "";
}
.banner-main h2 {
    font-size:3.5em;
    color: #fff;
    padding-top: 0.5em;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.banner-main a {
    font-size: 1em;
    color: #fff;
    padding: 0.5em 1em;
    border: 2px solid #fff;
    display: inline-block;
    margin-top: 1em;
}
.banner-main a:hover {
   border: 2px solid #06a6b6;
   color:#06a6b6;
}
span.ban-line {
    width:375px;
    display: inline-block;
    border: 4px double #fff;
}
/*--welcome start here--*/
.welcome {
    padding:10px 0em;
}
.welcome-top h3 {
    font-size:1.2em;
    color:#000; height:2em;
	border-bottom:1px solid #eee; margin-bottom:1em; margin-top:0.5em; text-align:left;
}
.welcome-top h3 span.tit{ border-left:5px solid #06a6b6; padding-left:10px; float:left;}
.welcome-top h3 span.lxtit{ border-left:5px solid #f19ec2; padding-left:10px; float:left;}
.welcome-top h3 p.lxmore{ float:right; font-size:0.8em;}
.numcolor{ color:#ff6136;}

.welcome-top h3 span.more{ float:right; font-size:0.8em; color:#999;}
.welcome-top p {
    color:#797878;
    margin:0px auto;
    line-height:1.9em;
}
.line5{ width:100%; height:5px; line-height:5px; background:#fbfbfb;}
/*-- agileits --*/
.welcome-top {
}
.welcome-w3agile h3 {
    font-size: 1.5em;
    color: #fff;
    margin: 12px 0px;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.welcome-w3agile p {
    font-size: 0.91em;
    color:#fff;
    line-height: 1.8em;
}
.welcome-w3agile {
    text-align: center;
    padding: 2em 2em;
}
.wel-1 {
    background:#7488d7;
}
.wel-2 {
    background: #f3afc5;
}
.wel-3 {
    background:#bcb99c;
}
.wel-4 {
    background:#f4afa0;
}
.wel-5 {
    background: #8dccae;
}
.wel-6 {
    background:#f9bf2c;
}
.wel-7 {
    background:#72c4ca;
}
.welcome-w3agile span{
    width: 60px;
    height: 60px;
    display: block;
    margin:3em auto 0em;
}
i.wel-num {
    position: absolute;
    top: 0;
    left: 0;
}
.welcome-w3agile span.wel-icon1 {
    background:url(../images/ic1.png)no-repeat center;
}
.welcome-w3agile span.wel-icon2 {
    background:url(../images/ic2.png)no-repeat center;
}
.welcome-w3agile span.wel-icon3 {
    background:url(../images/ic3.png)no-repeat center;
}
.welcome-w3agile span.wel-icon4 {
    background:url(../images/ic4.png)no-repeat center;
}
/*--commen effect--*/
span.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
span.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
span.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
span.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
span.hovicon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
span.hovicon:before {
    speak: none;
    font-size: 40px;
    line-height: 80px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 4 */
 .hovicon.effect-4 {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 3px #06a6b6;
}
.hovicon.effect-4.small {
    width:45px;
    height:45px;
}
.hovicon.effect-4.mini {
    width:30px;
    height:30px;
}
.hovicon.effect-4.sub-a {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.hovicon.effect-4:before {
    line-height: 80px;
}
.hovicon.effect-4:after {
    top: -3px;
    left: -3px;
    padding: 0;
    z-index: 10;
    border: 3px dashed #fdbd10;
}
.hovicon.effect-4:hover {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    color: #fff;
}
.hovicon.effect-4:hover span {
    color: #fff;
}
/* Effect 4b */
 .hovicon.effect-4.sub-b:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.hovicon.effect-4.sub-b:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}
/*--welcome end hee--*/
/*--news strat here--*/
.news {
    padding:0em 0em 5em 0em;
}
.we-choose-rit h3 {
    font-size: 2.5em;
    color: #06a6b6;
    font-family: 'Ubuntu Condensed', sans-serif;
    text-align: center;
    margin-bottom: 0.5em;
}
.news-left h3 {
    font-size: 2.5em;
    color: #06a6b6;
    font-family: 'Ubuntu Condensed', sans-serif;
    text-align: center;
    margin-bottom:20px;
}
/*-menu tabes start here--*/
/*** .Nav Class ************************/
.icon-minus-sign:after {
  content: "";
  background: url(../images/plus.png) no-repeat 16px 17px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 18px 5px 34px 47px;
  border-left: 1px solid #c8c8c8;
}
.accordation_menu label {
	line-height:43px;
}
.icon-plus-sign:before {
  content: "";
  background: url(../images/plus.png)no-repeat 17px 17px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px 0px 52px 50px;
  border-left: 1px solid #c8c8c8;
}
.accordation_menu label{
	display: block;
	position: relative;
	padding: 6px 20px;
	height: 54px;
	cursor: pointer;
	z-index: 20;
	transition: background-color .7s;
	-webkit-transition: background-color .7s;
	-moz-transition: background-color .7s;
	-o-transition: background-color .7s;
	-ms-transition: background-color .7s;
	border: 1px solid #f1efef;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
.accordation_menu input{
	display: none;
}
/*** Right Icon ***/
.accordation_menu label i.i-right1,
.accordation_menu label i.i-right2{
	float:right;
	margin-right:15px;
	padding:6px 0 0 0;
	transition:all .7s;
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	-o-transition:all .7s;
	-ms-transition:all .7s;
}
.accordation_menu label i.i-right2{
	display:none;
}
.accordation_menu input:checked + label i.i-right1{
	display:none;
}
.accordation_menu input:checked + label i.i-right2{
	display:block;
}
/*** .content Class *********************/
.content1{
	position: relative;
	height: 0px;
	margin-top: -1px;
	overflow:hidden;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.content1 h4{
	padding:8px 0 7px 15px;
}
.content1 h6{
	padding:8px 15px 10px 15px;
	margin:10px;
	border-top:1px solid #999999;
}
.content1 h6 i{
	padding:0 5px;
	font-size:10px;
}
.accordation_menu input:checked ~ div.content1 {
  height:51px;
  margin: 10px 0px 10px 25px;
}
/*** For Change Animation Effects ****/
.accordation_menu input:checked ~ .content1 p{       
	-webkit-animation: zoomIn .7s 1;
	animation: zoomIn .7s 1;
}
.accordation_menu input:checked ~ .content1 h6{       
	-webkit-animation: fadeIn 2s 1;
	animation: fadeIn 2s 1;
}
.accordation_menu a, .accordation_menu p{
	color: #333;
}
.accordation_menu h4{
	color: #333;
	padding: 15px 0 15px 15px;
	font-size: 1.2em;
}
.accordation_menu label{
	background: #fff;
	font-size: 17px;
	font-weight: 400 !important;
}
.accordation_menu label:hover{                    
	color:#000;
}
.accordation_menu label:hover .icon-plus-sign:before {
	content: "";
	background: url(../images/minus.png) no-repeat 17px 17px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.accordation_menu input:checked + label, .accordation_menu input:checked + label:hover {
  border: 1px solid #f1efef;
  color: #000;
  font-size: 1.1em;
}
span.m_5{
	color: #000;
	font-size: 19px;
	text-decoration: none;
}
h4.m_3 {
	color: #000000;
	text-transform: capitalize;
	font-size: 1.5em;
	margin-bottom:1.3em;
}
ul.news_list {
	padding: 2% 0 1% 7%;
	list-style: none;
	background: #fff;
}
ul.news_list li.date {
	float: left;
	width: 15.5%;
	border-right: 1px solid #CCC;
	padding-right: 3%;
	margin:5% 4% 0% 0;
}
.date {
	line-height: 0.5em;
	font-size:2em;
	font-weight: bold;
	color: #555;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
span.highlight, span.light_color {
	display: inline-block;
	font-size:14px;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
li.date_desc {
	float: right;
	width: 75%;
}
.date_desc h3 {
	font-size: 19px;
	font-weight: 500;
	color: #2bbbdf;
	margin: 0px 0px 5px 0px;
}
li.date_desc p{
	font-size: 14px;
	line-height: 1.8em;
	float: left;
	font-weight: 400;
	color: #000;
}
div#a1 p {
   font-size:0.91em;
   color:#797878;
   line-height: 1.8em;
   width: 90%;
}
div#a2 p {
  font-size: 0.91em;
   color:#585656;
   line-height: 1.8em;
   width: 90%;
}
div#a3 p {
  font-size: 0.91em;
   color:#585656;
   line-height: 1.8em;
   width: 90%;
}
div#a4 p {
  font-size: 0.91em;
   color:#585656;
   line-height: 1.8em;
   width: 90%;
}
/*--people start here--*/
.people {
    background:url(../images/2.jpg)no-repeat center;
    background-size: cover;
    min-height: 330px;
}
.people-main h3 {
    font-size: 2.5em;
    color:#06a6b6;
    text-align: center;
    margin-bottom: 0.4em;
    padding-top:2.5em;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.people-main p {
    font-size:0.91em;
    color: #fff;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.8em;
}

/*--people end here--*/
/*--corporate start here--*/
.corporate {
    padding: 5em 0em;
}
.skills-top h4 {
    font-size: 3em;
    color: #06a6b6;
    font-family: 'Ubuntu Condensed', sans-serif;
    margin-bottom: 0.1em;
}
.skills-top p {
    font-size: 0.91em;
    color:#797878;
    line-height: 1.8em;
}
.skills-top {
    padding-bottom: 3em;
}
/*--moveing effect prograce bars--*/
.bar_group__bar.thin::before{
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
}
.bar_group__bar.thin {
    margin-bottom: 50px !important;
}
.bar_group__bar.thin::before {
  width: 100%;
  height: 5px;
  border-radius: 0px;
  background: #E4E4E4;
}

.bar_group__bar.thin {
  width: 0%;
  height: 5px;
  border-radius: 0px;
  background:#06a6b6;
  margin-bottom: 15px;
  -webkit-transition: width 1s;
          transition: width 1s;
}
.b_label,.bar_label_min,.bar_label_max,.b_tooltip span {
	color: #999;
    font-size: 14px;
	margin: .5em 0;
}
.bar_group.group_ident-1 {
    padding-right: 0em;
	z-index: 0;
    position: relative;
}
.bar_label_max {
  position: absolute;
  right:0%;
}
.bar_label_min {
  position: absolute;
}
.b_tooltip {
	-webkit-transition: all 1s;
    transition: all 1s;
	position: relative;
	float: left;
	left: 100%;
	padding: 4px 10px 7px 10px;
	background-color:rgb(74, 74, 73);
	-webkit-transform: translateX(-50%) translateY(-30px);
    -ms-transform: translateX(-50%) translateY(-30px);
    transform: translateX(-50%) translateY(-30px);
	-o-transform: translateX(-50%) translateY(-30px);
	border-radius:0px;
	line-height: 11px;
}
.b_tooltip span {
	color: white;
}
.b_tooltip--tri {
  width: 0;
  height: 0;
  position: absolute;
  content: '';
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: rgb(74, 74, 73) transparent transparent transparent;
}
/*--corporate end here--*/
/*--testimonial start here--*/
.testimonial { background:#06a6b6;
    background-size: cover;
    padding: 4em 0em; margin-bottom:10px;
}
/******** SAP ************/
.sap_tabs {
    clear: both; 
    text-align: center;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
    width: 30%;
    list-style: none;
    padding: 0;
    margin:2.5em auto 0;
}
.resp-tab-item {
    cursor: pointer;
    padding: 0;
    display: inline-block;
    list-style: none;
    width: 19%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: .5;
    border: 2px solid rgba(255, 255, 255, 0);
}
li.resp-tab-item img {
}
li.resp-tab-item.resp-tab-active {
    border:1px solid #fff;
    opacity: 1;
}
.resp-tab-item img { 
	width:100%;
}
.resp-tab-item:hover {
    text-shadow: none;
    
}
.resp-tab-active{
	text-shadow: none;
	color:#fff;
}
li.resp-tab-item.resp-tab-active {
    opacity: 1;
}
.resp-tabs-container {
	padding: 0;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
@media only screen and (max-width:480px) {
	.resp-tabs-container{
		padding:5px;
	}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
.view.view-first {
    color: #fff;
    width: 70%;
    margin: 0 auto;
    position: relative;
}
.view.view-first h5 {
    color:#fff;
    font-size:1.5em; padding:5px 0px;
}
.view.view-first p {
    margin-bottom:5em;
    width: 60%;
    margin: 0 auto;
    font-size: 1em;
    color: #fff;
    line-height: 1.8em;
}
/*-- //testimonial --*/
/*--testimonial end here--*/
/*--news letters start here--*/
.newsletter {
    padding: 5em 0em;
    background: #06a6b6;
    text-align:center;
}
.newsletter-wthree h3 {
    font-size: 2.5em;
    color: #fff;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.newsletter-wthree p {
    font-size: 0.91em;
    color: #fff;
    width: 50%;
    margin: 1em auto;
    line-height: 1.7em;
}
.newsletter-wthree input[type="text"] {
    font-size: 1em;
    color: #06a6b6;
    padding: 0.5em 0.8em;
    width: 30%;
    outline: none;
    border: 1px solid #fff;
}
.newsletter-wthree input[type="submit"] {
    font-size: 1em;
    background:#06a6b6;
    color:#fff;
    padding: 0.56em 1em;
    border: none;
    outline: none;
    vertical-align: top;
}
.newsletter-wthree input[type="submit"]:hover {
	 background:#000;
	 color:#fff;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.newsletter-wthree ::-webkit-input-placeholder{
   color:#06a6b6 !important;
}
/*--news letters end here--*/
/*--copy rights starts here--*/
ul.ftr-icons {
    padding: 0em;
    list-style: none;
    margin-bottom: 0.5em;
}
ul.ftr-icons li a {
    background: url(../images/t-icn.png)no-repeat;
    width: 26px;
    height:26px;
    display: inline-block;
}
ul.ftr-icons li{
    display: inline-block;
}
.copy-rights {
    text-align: center;
    padding: 1.5em 0em; height:auto; overflow:hidden;
    background: #06a6b6; color:#fff;
}

.lxcopy-rights {
    padding: 1.5em 0em; height:auto; overflow:hidden;
    background: #f19ec2; color:#fff;
}
ul.ftr-icons li a.fa {
    background-position: 0px 0px;
}
ul.ftr-icons li a.tw {
    background-position:-26px 0px;
}
ul.ftr-icons li a.g {
    background-position:-52px 0px;
}
ul.ftr-icons li a.fa:hover {
    background-position: 0px 0px;
    opacity: 0.8;
}
ul.ftr-icons li a.tw:hover {
    background-position:-26px 0px;
    opacity: 0.8;
}
ul.ftr-icons li a.g:hover{
    background-position:-52px 0px;
    opacity: 0.8;
}
.copy-rights-main p {
    font-size: 1em;
    color: #fff;
}
.copy-rights-fff p a {
    color: #000;
    font-size: 1em;
}
.copy-rights-main p a:hover{
    color: #fff;
}
/*--copy righs end here--*/
/*--about start here--*/
.about {
    padding: 5em 0em;
}
.about-top {
    text-align: center;
    padding-bottom: 4em;
}
.about-left h4 {
    font-size: 1.7em;
    color: #06a6b6;
    line-height: 1.8em;
    margin-bottom: 0.3em;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.about-left p {
    font-size:0.95em;
    color:#797878;
    width: 90%;
    line-height: 1.9em;
}
.about-top h2 {
    color:#06a6b6;
    font-size: 3em;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.history {
  background: #fff;
  border-radius: 4px;
}
.history-top h3 {
  font-size: 3em;
  font-weight: 500;
  color:#06a6b6;
  font-family: 'Ubuntu Condensed', sans-serif;
  padding: 0em 0em 0.5em 0.5em;
  margin:1em 0em 0em 0em;
  text-align: center;
}
.history-grids h4 {
  font-size:1.6em;
  font-weight: 400;
  color:#06a6b6;
  margin: 0em 0em 0.2em 0em;
  font-family: 'Ubuntu Condensed', sans-serif;
}
.history-bottom {
  padding: 2em 0em 1em 0em;
}
.history-grids p {
  font-size: 0.91em;
  color: #808080;
  line-height: 1.8em;
}

/*--team start here--*/
.team-head h3 {
    color:#06a6b6;
    font-size: 3em;
    padding-bottom: 1em;
    text-align: center;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.team {
    padding: 5em 0em;
}
ul.team-icons {
    padding: 0em;
}
ul.team-icons li {
    display: inline-block;
}
ul.team-icons li a {
    background: url(../images/t-icn.png)no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 20px;
}
ul.team-icons li a.fa {
    background-position: 0px 0px;
}
ul.team-icons li a.tw {
    background-position: -27px 0px;
}
ul.team-icons li a.g {
    background-position: -53px 0px;
}
/*--effect--*/
.btm-right {
  overflow: hidden;
  position: relative;
  display: block;
}
.btm-right img{
	width:100%;
}
.btm-right .captn {
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #ffffff;
    position: absolute;
    bottom: -66%;
    right: 0;
    background-color:rgba(12, 12, 12, 0.62);
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btm-right:hover .captn {
  bottom: 0%;
}
.captn a{
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0 3px;
}
.captn a:hover {
    transform: rotateY(360deg);
}
.captn h4 {
    font-size: 1.5em;
    color: #fff;
    padding: 14px 0 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.captn p {
    font-size: 1em;
    color: #fff;
}
.btm-right:hover .captn h4 {
    margin-top: 76px;
}
/*--about end here--*/
/*--services start here--*/
.services {
    padding: 5em 0em;
}
.services-top h2 {
    color: #06a6b6;
    font-size: 3em;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.services-top {
    text-align: center;
    padding-bottom: 3em;
}
.ser-agileinfo {
    text-align: center;
    margin-bottom: 2.5em;
}
.ser-agileinfo h4 {
    font-size: 1.5em;
    color: #000;
    margin: 0.2em 0em;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.ser-agileinfo p {
    font-size:0.91em;
    color: #797878;
    line-height: 1.8em;
    width: 75%;
    margin: 0 auto;
}
.ser-agileinfo span{
	width: 60px;
    height: 60px;
    display: inline-block;
    padding: 1em;
}
span.wel-icon5.hovicon.effect-4.sub-b {
    background: url(../images/ic5.png)no-repeat center;
}
span.wel-icon6.hovicon.effect-4.sub-b {
    background: url(../images/ic6.png)no-repeat center;
}
span.wel-icon7.hovicon.effect-4.sub-b {
    background: url(../images/ic7.png)no-repeat center;
}
span.wel-icon8.hovicon.effect-4.sub-b {
    background: url(../images/ic8.png)no-repeat center;
}
span.wel-icon9.hovicon.effect-4.sub-b {
    background: url(../images/ic9.png)no-repeat center;
}
span.wel-icon10.hovicon.effect-4.sub-b {
    background: url(../images/ic10.png)no-repeat center;
}
.ser-strip {
    background: url(../images/2.jpg)no-repeat center fixed;
    background-size: cover;
    min-height: 330px;
}
.ser-strip-main  {
    text-align: center;
    padding:8em 0em 0em 0em;
}
.ser-strip-main h3 {
    font-size: 3em;
    color: #fff;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.other-info {
  padding: 5em 0em 5em 0em;
}
.other-top {
  text-align: center;
  padding-bottom: 3em;
}
.other-top  h3 {
  font-size: 2.5em;
  color:#06a6b6;
  margin: 0em 0em 0.2em 0em;
 font-family: 'Ubuntu Condensed', sans-serif;
}
.other-right h6 {
  font-size: 1.05em;
  color: #000;
  line-height: 1.3em;
  margin: 0em 0em 0.5em 0em;
}
.other-dates {
  margin: 0em 0em 0.4em 0em;
}
span.other-num {
  font-size: 2.5em;
  color: #06a6b6;
  float: left;
  width: 10%;
}
.other-text {
  float: right;
  width: 90%;
}
.other-text p {
  font-size: 0.91em;
  color: #7E7E7E;
  line-height: 1.8em;
}
/*--services end here--*/
/*--short codes--*/
h3.typo1 {
    color: #06a6b6;
    font-size: 3em;
    font-family: 'Ubuntu Condensed', sans-serif;
    text-align: center;
}
.typrography {
    padding: 5em 0em;
}
/*--typo--*/
.page-header h3{
	font-size: 3em;
	color:#000;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}
.grid1 {
  margin: 1.5em 0 0;
}
ul.nav.nav-pills {
  margin: 1.5em 0 0;
}
.grid2{
	margin: 1em 0 0;
}
.bs-example {
  padding: 2em 0 0;
}
.form-horizontal .control-label {
  text-align: left;
}
.page-header {
    margin: 55px 0 20px;
}
/*--//typo--*/
/*--//short codes--*/
/*--gallery--*/
.gallery {
    padding: 5em 0em;
}
.gallery-top {
    margin-bottom: 4em;
    text-align: center;
}
.gallery-top h2 {
    font-size: 3em;
    color: #06a6b6;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.gallery-top p{
    font-size: 1em;
    color:#7B7A7A;
    line-height: 1.8em;
    width: 50%;
    margin: 0 auto;
}
/*--*/
.view-seventh img {
   -webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   -o-transition: all 0.5s ease-out;
   -ms-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-seventh .mask {
   background-color: rgba(0, 0, 0, 0.55);
   -webkit-transform: rotate(0deg) scale(1);
   -moz-transform: rotate(0deg) scale(1);
   -o-transform: rotate(0deg) scale(1);
   -ms-transform: rotate(0deg) scale(1);
   transform: rotate(0deg) scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   -ms-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
.view-seventh h3 {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh p {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.view-seventh:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px) rotate(0deg);
   -moz-transform: translateY(0px) rotate(0deg);
   -o-transform: translateY(0px) rotate(0deg);
   -ms-transform: translateY(0px) rotate(0deg);
   transform: translateY(0px) rotate(0deg);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.view-seventh:hover h3 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.7s;
   -moz-transition-delay: 0.7s;
   -o-transition-delay: 0.7s;
   -ms-transition-delay: 0.7s;
   transition-delay: 0.7s;
}
.view-seventh:hover p {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.6s;
   -moz-transition-delay: 0.6s;
   -o-transition-delay: 0.6s;
   -ms-transition-delay: 0.6s;
   transition-delay: 0.6s;
}
.view-seventh:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
/*--//gallery--*/
/*--contact start here--*/
.contact {
    padding: 5em 0em;
}
.contact-top {
    text-align: center;
    padding-bottom: 3em;
}
.contact-top h2 {
    font-size: 3em;
    color:#06a6b6;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.contact-left h3 {
    font-size: 2.3em;
    color:#06a6b6;
    margin-bottom: 0.3em;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.contact-left p.con-para {
    font-size: 1em;
    color:#797878;
    margin-bottom: 1em;
    line-height: 1.8em;
}
.contact-right input[type="text"] {
    font-size: 1em;
    color:#999;
    width: 49%;
    border: 1px solid #999;
    padding: 0.5em 0.8em;
    border-radius: 2px;
    outline: none;
    margin-bottom: 1em;
}
.contact-right input.email {
    margin: 0% 0% 0% 1.4%;
}
.contact-right input.in-phone {
    width: 100%;
}
.contact-right textarea {
    font-size: 1em;
    color: #999;
    width: 100%;
    border: 1px solid #999;
    padding: 0.5em 0.8em;
    border-radius: 2px;
    outline: none;
    resize: none;
    height: 10em;
}
.contact-right input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background:#06a6b6;
    border: none;
    outline: none;
    padding: 0.5em 2em;
    margin-top: 0.8em;
    border-radius: 2px;
}
.contact-right input[type="submit"]:hover{
	 background:#06a6b6;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.contact-add p {
    font-size: 1em;
    color:#797878;
    line-height: 1.8em;
}
ul.face {
    padding: 0em;
    list-style: none;
}
ul.face li {
    display: inline-block;
}
ul.face li a {
    font-size: 1em;
    color: #000;
}
ul.face li a:hover {
    font-size: 1em;
    color:#06a6b6;
}
.map {
    padding-top: 4em;
}
.map iframe {
    width: 100%;
    height: 300px;
    border: none;
}
/*--contact end here--*/
@media(max-width:1440px){

}
@media(max-width:1366px){
	
}
@media(max-width:1280px){
.banner {
    min-height: 600px;
}
}
@media(max-width:1080px){
.resp-tabs-list {
    width: 35%;
}
.btm-right .captn {
    bottom: -56%;
}
.contact-right input.email {
    margin: 0% 0% 0% 1.3%;
}
.page-header h3 {
    font-size: 2.1em;
}
}
@media(max-width:1024px){
.welcome-w3agile p {
    font-size: 0.85em;
}	
.banner-main p {
    width: 60%;
}
.banner-main {
    padding: 6em 0em 0em 0em;
}
.banner {
    min-height: 500px;
}
.banner-main h2 {
    font-size: 3em;
}
span.ban-line {
    width: 320px;
}
.navbar-inverse .navbar-brand {
    font-size: 2.3em;
}
.resp-tabs-list {
    width: 40%;
}
.view.view-first p {
    width: 85%;
}
.newsletter-wthree p {
    width: 60%;
}
.about-left h4 {
    font-size: 1.3em;
    margin-bottom: 0.1em;
}
.about-left p {
    width: 100%;
}
.btm-right .captn {
    bottom: -55%;
}
.ser-agileinfo p {
    width: 100%;
}
.other-right h6 {
    font-size: 1em;
}
.contact-right input.email {
    margin: 0% 0% 0% 1%;
}
}
@media(max-width:991px){
	.navbar-toggle {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;	
}
.navbar-toggle {
    padding: 8px 7px;
}
.navbar-inverse .navbar-toggle {
    background: #06a6b6;
    border: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #06a6b6!important;
}
.navbar-nav {
    float: none !important;
}
div#navbar {
    width: 100%;
    background:#06a6b6;
    margin-top: 0.5em;
}
.navbar-collapse {
    border-top: none;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 0.5em 0em !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}
.navbar-wrapper {
    padding: 1em 0em 1em 0em;
}

.banner-main p {
    width: 80%;
}
.welcome-top p {
}
.welcome-w3agile {
    float: left;
    width: 50%; margin-top:2em;
}
.people-main p {
    width: 75%;
}
.new-pic1 {
    float: left;
    width: 50%; padding-bottom:20px; text-align:center;}
.new-pic1 img{ width:16rem !important; height:10rem !important;}
.news-left {
}
.welcome-top {
}
.view.view-first p {
    width: 100%;
}
.resp-tabs-list {
    width: 55%;
}
.corporate-left {
    float:left;
    width: 55%;
}
.corporate-right {
    float: right;
    width: 45%;
}
.skills-top {
    padding-bottom: 1em;
}	
.newsletter-wthree p {
    width: 80%;
}
.header-address {
    float: left;
    width: 60%;
}
.top-social {
    float: right;
    width: 40%;
}
.view.view-first {
    width: 80%;
}
.about-top {
    padding-bottom: 2.5em;
}
.about-left {
    padding-bottom: 2em;
}
.about-right {
    width: 85%;
    margin: 0 auto;
}
.history-grids {
    float: left;
    width: 33%;
    padding-left: 0px;
}
.team-agileits-grid {
    float: left;
    width: 25%;
    padding-left: 0px;
}
.captn h4 {
    font-size: 1.3em;
    padding: 7px 0 8px;
}
.btm-right:hover .captn h4 {
    margin-top: 55px;
}
.ser-agileinfo {
    float: left;
    width: 33%;
    padding: 0px 8px 0px 0px;
}
.deliver-left {
    width: 85%;
    margin: 0em auto 3em;
}
.ser-agileinfo p {
    font-size: 0.84em;
}
.contact-left {
    padding-bottom: 3em;
}
/*--typo--*/
h1.grid2 {
  font-size: 2.3em;
}
}
@media(max-width:768px){
	.navbar-toggle {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;	
}
.navbar-toggle {
    padding: 8px 7px;
}
.navbar-inverse .navbar-toggle {
    background: #06a6b6;
    border: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #06a6b6!important;
}
.navbar-nav {
    float: none !important;
}
div#navbar {
    width: 100%;
    background:#06a6b6;
    margin-top: 0.5em;
}
.navbar-collapse {
    border-top: none;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 0.5em 0em !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}
.navbar-wrapper {
    padding: 1em 0em 1em 0em;
}

.banner {
    min-height:385px;
}
.banner-main h2 {
    padding-top: 0.1em;	
}
.banner-main {
    padding: 4.6em 0em 0em 0em;
}
.banner-main h2 {
    font-size: 2.5em;
}
span.ban-line {
    width: 280px;
}
.banner-main a {
    font-size: 0.9em;
    padding: 0.3em 1em;
    margin-top: 0.3em;
}
.welcome {
    padding: 10px 0em;
}
.people-main h3 {
    padding-top: 1.5em;
}
.people {
    min-height: 250px;
}
.news {
    padding: 0em 0em 3em 0em;
}
.testimonial {
    padding: 3em 0em;
}
.corporate {
    padding: 3em 0em;
}
.newsletter {
    padding: 3em 0em;
}
.about {
    padding: 3em 0em;
}
.about-top {
    padding-bottom: 1em;
}
.team {
    padding: 3em 0em;
}
.services {
    padding: 3em 0em;
}
.ser-agileinfo {
    margin-bottom: 2em;
}
.ser-strip-main {
    padding: 4em 0em 0em 0em;
}
.ser-strip {
    min-height:185px;
}
.ser-strip-main h3 {
    font-size: 2.5em;
}
.other-info {
    padding: 3em 0em 3em 0em;
}
.other-top {
    padding-bottom: 2em;
}
.gallery {
    padding: 3em 0em;
}
.gallery-top {
    margin-bottom: 2em;
}
.contact {
    padding: 3em 0em;
}
.contact-top {
    padding-bottom: 1.5em;
}
.map {
    padding-top: 3em;
}
.bar_group__bar.thin {
    margin-bottom: 40px !important;
}
.typrography {
    padding: 3em 0em;
}
}
@media(max-width:767px){
.navbar-toggle {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;	
}
.navbar-toggle {
    padding: 8px 7px;
}
.navbar-inverse .navbar-toggle {
    background: #06a6b6;
    border: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #06a6b6!important;
}
.navbar-nav {
    float: none !important;
}
div#navbar {
    width: 100%;
    background:#06a6b6;
    margin-top: 0.5em;
}
.navbar-collapse {
    border-top: none;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 0.5em 0em !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}
.navbar-wrapper {
    padding: 1em 0em 1em 0em;
}
/*--typo--*/
button.btn.btn-lg {
  font-size: 1.1em;
}
h1.grid2 {
  font-size: 1.5em;
}
h2.grid2 {
  font-size: 1.9em;
}
.b-wrapper1.long-img {
    padding-top: 16em;
}
td.add-check a {
    width: 106px;
}
.heart li a {
    margin: 0 0.3em;
}
.page-header h3 {
    font-size: 2.5em;
}
}
@media(max-width:667px){
.btm-right .captn {
    bottom: -50%;
}	
.banner-main h4:before {
    width: 95px;
}
.banner-main h4:after {
    width:95px;
}
.btm-right:hover .captn h4 {
    margin-top: 45px;
}
}
@media(max-width:640px){
.navbar-inverse .navbar-brand {
    font-size: 1.5em;
    line-height: 0.9em;
}
.banner-main h4:before {
    width: 70px;
}
.banner-main h4:after {
    width: 70px;
}
.banner-main h2 {
    font-size: 2.2em;
}
span.ban-line {
    width: 240px;
}
.banner-main p {
    width: 100%;
}
.banner-main h4 {
    font-size: 1.6em;
}
.banner-main {
    padding:3.3em 0em 0em 0em;
}
.banner {
    min-height: 320px;
}
.welcome-top p {
}
.people-main p {
    width: 85%;
}
.welcome-top h3 {
    font-size: 1.2em;
}
.skills-top h4 {
    font-size: 2.5em;
}
.newsletter-wthree p {
    width: 100%;
}
.newsletter-wthree input[type="text"] {
    width: 50%;
}
.about-top h2 {
    font-size: 2.5em;
}
.history-top h3 {
    font-size: 2.5em;
}
.history-grids {
    float: left;
    width: 100%;
    padding: 0em 0em 1em 0em;
}
.history-bottom {
    padding: 0em 0em 0em 0em;
}
.team-head h3 {
    font-size: 2.5em;
}
.team-agileits-grid {
    width: 50%;
    padding: 0em 1em 1em 0em;
}
.team-head h3 {
    padding-bottom: 0.5em;
}
.btm-right .captn {
    bottom: -70%;
}
.services-top h2 {
    font-size: 2.5em;
}
h3.typo1 {
    font-size: 2.5em;
}
.gallery-top h2 {
    font-size: 2.5em;
}
.contact-top h2 {
    font-size: 2.5em;
}
.btm-right:hover .captn h4 {
    margin-top: 100px;
}
.services-top {
    padding-bottom: 2em;
}
.gallery-top {
    margin-bottom: 1em;
}
.testimonial {
}
/*--typo--*/
.page-header h3 {
  font-size: 1.5em; 
}
button.btn.btn-lg {
  font-size: 1em;
  padding: 7px;
}
button.btn.btn-1 {
  font-size: 0.9em;
  padding: 8px;
}
button.btn.btn-sm {
  font-size: 0.8em;
  padding: 9px;
}
h1#h1-bootstrap-heading {
  font-size: 2.2em;
}
h2#h2-bootstrap-heading {
  font-size: 1.5em;
}
h1.grid2 {
  font-size: 1.45em;
}
h2.grid2 {
  font-size: 1.35em;
}
h3.grid2 {
  font-size: 1.3em;
}
h4.grid2 {
  font-size: 1.2em;
}
.media-1 {
    padding-left: 0em;
}
}
@media(max-width:600px){
.resp-tabs-list {
    width: 60%;
}
}
@media(max-width:568px){
.header-address {
    width: 70%;
}
.top-social {
    width: 30%;
}
.people-main h3 {
    font-size: 1.5em;
}
.people-main p {
    width: 100%;
}
.view.view-first {
    width: 86%;
}
.resp-tabs-list {
    width: 66%;
}
}
@media(max-width:480px){
.banner-main h4:before {
    width: 50px;
}
.banner-main {
    padding: 2.5em 0em 0em 0em;
}
.banner-main h4:after {
    width: 50px;
}
.banner-main p {
    margin: 0.5em auto;
    font-size: 0.85em;
}
.header-address {
    float: none;
    width: 100%;
    text-align: center;
}
.top-social {
    float: none;
    width: 100%;
}
.top-social ul {
    text-align: center;
}
.top-social {
    padding-top: 1em;
}
.banner-main h4 {
    font-size: 1.3em;
}
.banner-main h4:before {
    width: 0px;
    border: 0px double #fff;
}
.banner-main h4:after {
    width: 0px;
    border: 0px double #fff;
}
span.ban-line {
    width: 210px;
}
.banner {
    min-height: 270px;
}
.banner-main h2 {
    font-size: 1.5em;
}
.welcome {
    padding: 10px 0em;
}
.welcome-top {
}
.welcome-w3agile {
    margin: 0 auto 1em;
}
i.wel-num img {
    width: 65%;
}
.welcome-w3agile span {
    margin: 1em auto 0em;
}
.people-main h3 {
    font-size: 1.5em;
}
.view.view-first {
    width: 100%;
}
.resp-tabs-list {
    width: 80%;
}
.resp-tabs-list {
    margin: 1em auto 0;
}
.testimonial {
    padding: 2em 0em;
}
.view.view-first p {
}
i.wel-num {
    left: -11px;
}
.contact-left h3 {
    font-size: 1.7em;
}
.corporate-left {
    float: none;
    width: 100%;
}
.corporate-right {
    width: 60%;
    float: none;
    margin: 0 auto;
}
.welcome-top p {
}
.people-main p {
    width: 90%;
}
.people {
    min-height: 230px;
}
.news-left {
}
.new-pic1 {
    padding: 0px 5px 20px 5px; text-align:center;
}
.resp-tabs-list {
    margin: 1.5em auto 0;
}
.testimonial {
}
.btm-right .captn {
    bottom: -65%;
}
.map iframe {
    height: 200px;
}
.ser-agileinfo {
    float: none;
    width: 100%;
    padding: 0px 0px 0px 0px;
}
span.menu-icon img {
    width: 80%;
}	
.ser-strip-main h3 {
    font-size: 1.5em;
}
.ser-strip {
    min-height: 165px;
}
.newsletter-wthree h3 {
    font-size: 2.2em;
}
.news {
    padding: 0em 0em 3em 0em;
}
.gallery-bottom.wow.zoomIn {
    padding: 0em 2em;
}
.btm-right:hover .captn h4 {
    margin-top: 70px;
}
}
@media(max-width:414px){
.welcome-top h3 {
    font-size:1.2em;
}
.welcome-w3agile h3 {
    font-size: 1.2em;
    margin: 5px 0px;	
}
.people {
    min-height: 190px;
}
.accordation_menu label {
    font-size: 16px;
}
span.m_5 {
    font-size: 16px;
}
.people-main h3 {
    font-size: 1.6em;
}
.people-main p {
    width: 100%;
}
.news-left h3 {
    font-size:1.5em;
}
.we-choose-rit h3 {
    font-size:1.5em;
}
.resp-tabs-list {
    width: 94%;
}
.skills-top h4 {
    font-size: 1.5em;
}
.newsletter-wthree h3 {
    font-size: 1.5em;
}
.welcome {
    padding:10px 0em;
}
.welcome-top {
}
.people-main h3 {
    padding-top: 1em;
}
.people {
    min-height: 175px;
}
.news {
    padding:0em 0em 1.5em 0em;
}
.news-left {
}
.testimonial {
    padding: 1em 0em;
}
.view.view-first h5 {
    font-size: 1.2em;
    margin: 0.2em 0em;
}
.resp-tabs-list {
    margin: 1em auto 0;
}
.testimonial {
}
.corporate {
    padding: 1.5em 0em;
}
.newsletter {
    padding: 1.7em 0em;
}
.copy-rights-main p {
    font-size: 0.9em;
}
.copy-rights {
}
.about {
    padding: 1.5em 0em;
}
.about-top h2 {
    font-size: 1.5em;
}
.about-left h4 {
    font-size: 1.1em;
    margin-bottom: 0em;
}
.about-left {
    padding-bottom: 1.5em;
}
.about-right {
    width: 100%;
}
.team {
    padding: 1.5em 0em;
}
.history-top h3 {
    font-size: 1.5em;
}
.team-head h3 {
    font-size: 1.5em;
}
.btm-right .captn {
    bottom: -56%;
}
.services {
    padding: 1.5em 0em;
}
.services-top h2 {
    font-size: 1.5em;
}
span.wel-icon5.hovicon.effect-4.sub-b {
    background-size: 55%;
}
.hovicon.effect-4 {
    width: 60px;
    height: 60px;
    padding: 0.8em;
}
.ser-agileinfo span {
    padding: 0.8em;
}
span.wel-icon5.hovicon.effect-4.sub-b {
    background: url(../images/ic5.png)no-repeat center;
    background-size: 55%;
}
.btm-right:hover .captn h4 {
    margin-top: 60px;
}
span.wel-icon6.hovicon.effect-4.sub-b {
    background: url(../images/ic6.png)no-repeat center;
    background-size: 65%;
}
span.wel-icon7.hovicon.effect-4.sub-b {
    background: url(../images/ic7.png)no-repeat center;
    background-size: 65%;
}
span.wel-icon8.hovicon.effect-4.sub-b {
    background: url(../images/ic8.png)no-repeat center;
}
span.wel-icon9.hovicon.effect-4.sub-b {
    background: url(../images/ic9.png)no-repeat center;
    background-size: 65%;
}
span.wel-icon10.hovicon.effect-4.sub-b {
    background: url(../images/ic10.png)no-repeat center;
    background-size: 65%;
}
.ser-strip-main {
    padding: 2.5em 0em 0em 0em;
}
.ser-strip-main h3 {
    font-size: 1.8em;
}
.ser-strip {
    min-height: 115px;
}
.other-info {
    padding: 1.5em 0em 1.5em 0em;
}
.other-top h3 {
    font-size: 1.5em;
}
.other-top {
    padding-bottom: 1em;
}
span.other-num {
    width: 13%;
}
.other-text {
    width: 85%;
}
h3.typo1 {
    font-size: 1.5em;
}
.gallery {
    padding: 1.5em 0em;
}
.gallery-top h2 {
    font-size: 1.5em;
}
.contact {
    padding: 1.5em 0em;
}
.contact-top h2 {
    font-size: 1.5em;
}
.contact-left h3 {
    font-size: 1.5em;
}
.contact-right input.email {
    margin: 0% 0% 5% 0%;
}
.contact-right input[type="text"] {
    width:100%;
}
.contact-right input.in-phone {
    width: 100%;
}
.contact-left {
    padding-bottom: 1.5em;
}
.contact-left {
    padding-bottom: 1.5em;
}
.map {
    padding-top: 1.5em;
}
.people-main h3 {
    font-size: 1.5em;
}
.resp-tab-item {
    width: 18%;
}
}
@media(max-width:384px){
.logo h1 {
    font-size: 1.1em;
}	
.header-address ul li {
    margin-right: 0.8em;
}
.gallery-bottom.wow.zoomIn {
    padding: 0em 1em;
}
.banner-main {
    padding: 1.5em 0em 0em 0em;
}
.accordation_menu label {
    font-size: 0.91em;
}
.accordation_menu input:checked + label, .accordation_menu input:checked + label:hover {
    font-size:0.91em;
}
.btm-right:hover .captn h4 {
    margin-top: 50px;
}
}
@media(max-width:320px){
.top-social {
    padding-top: 0em;
}
.header-address ul li {
    margin: 0em 0em 0.3em 0em;
}
.top-header {
    padding: 0.7em 0em;
}
.banner-main {
    padding: 1.5em 0em 0em 0em;
}
.banner-main h2 {
    font-size: 1.5em;
}
.banner-main h4 {
    font-size: 1.05em;
}
.banner-main h2 {
    padding-top: 0.3em;
}
span.ban-line {
    width: 165px;
}
.banner-main p {
    font-size: 0.8em;
}
.banner {
    min-height: 235px;
}
.welcome-top p {
    width: 100%;
}
.welcome-w3agile {
    width: 100%;
}
.welcome-w3agile {
    padding: 1em 2em;
}
.people-main p {
    font-size: 0.8em;
}
.people {
    min-height: 150px;
}
.news-left {
    padding: 0em;
}
.we-choose-rit {
    padding: 1em 0em 0em 0em;
}
.accordation_menu label {
    padding: 6px 10px;
}
span.m_5 {
    font-size: 15px;
}
.accordation_menu label {
    font-size: 13.5px;
}
label:hover {
    font-size: 0.85em;
}
.people-main h3 {
    font-size: 1.3em;
}
.newsletter-wthree input[type="text"] {
    width: 65%;
}
.newsletter-wthree input[type="submit"] {
    font-size: 0.9em;
    padding: 0.4em 1em;
}
.newsletter-wthree input[type="text"] {
    font-size: 0.85em;
    padding: 0.4em 0.8em;
}
.newsletter-wthree p {
    font-size: 0.8em;
    width: 100%;
    margin: 0.5em auto;
}
.accordation_menu input:checked + label, .accordation_menu input:checked + label:hover {
    font-size: 0.85em;
}
.resp-tabs-container {
    padding: 1px;
}
.accordation_menu input:checked ~ div.content1 {
   
    margin: 10px 0px 10px 10px;
}
.testimonial {
}
.icon-minus-sign:after {
    content: "";
    background: url(../images/plus.png) no-repeat 11px 17px;
    padding: 18px 5px 34px 37px;  
}
.icon-plus-sign:before {
    content: "";
    background: url(../images/plus.png)no-repeat 11px 15px;

    padding: 0px 0px 52px 42px;
}
.accordation_menu label:hover .icon-plus-sign:before {
    background: url(../images/minus.png) no-repeat 11px 17px;
}
.corporate-left {
    padding:0px 10px 0px 0px;
}
.corporate-right {
    width: 100%;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 0.3em 0em !important;
    font-size: 0.9em;
}
.about-left {
    padding: 0px;
}
.about-left h4 {
    line-height: 1.5em;
}
.about-left p {
    font-size: 0.85em;
}
.about-right {
    padding: 1em 0em 0em 0em;
}
.history-top h3 {
    padding: 0em 0em 0.5em 0em;
}
.history-grids p {
    font-size: 0.85em;
}
.history-grids h4 {
    font-size: 1.5em;
}
.team-agileits-grid {
    width: 100%;
    padding: 0em 0em 1em 0em;
}
.btm-right .captn {
    bottom: -74%;
}
.btm-right:hover .captn h4 {
    margin-top: 100px;
}
.newsletter-wthree h3 {
    font-size: 1.7em;
}
.ser-agileinfo {
    margin-bottom: 1.5em;
}
.ser-strip-main h3 {
    font-size: 1.4em;
}
.ser-strip-main {
    padding: 2.2em 0em 0em 0em;
}
.ser-strip {
    min-height: 100px;
}
.deliver-left {
    width: 100%;
    margin: 0em auto 1.5em;
}
.other-right {
    padding: 0px;
}
.other-text {
    margin: 0.5em 0em 0em 0em;
}
.deliver-left {
    padding: 0px;
}
.gallery-bottom.wow.zoomIn {
    padding: 0em 0em;
}
.ser-agileinfo h4 {
    font-size: 1.3em;
}
.contact-left {
    padding: 0px;
}
.contact-right {
    padding: 1em 0em 0em 0em;
}
.contact-right textarea {
    font-size: 0.9em;
    height: 7em;
}
.contact-right input[type="text"] {
    font-size: 0.9em;
}
.contact-right input[type="submit"] {
    font-size: 0.9em;
    padding: 0.5em 1.5em;
}
.map iframe {
    height: 150px;
}
/*--typo--*/
.typrography {
    padding: 1.5em 0em;
}
h1#h1-bootstrap-heading {
  font-size: 1.6em;
}
h2#h2-bootstrap-heading {
  font-size: 1.5em;
}
h3#h3-bootstrap-heading {
  font-size: 1.4em;
}
button.btn.btn-lg {
  font-size: 0.9em;
  margin: 0 0 0.5em 0px;
  padding: 9px;
}
.grid1 {
  margin: 0.7em 0 0;
}
button.btn.btn-1 {
  font-size: 0.8em;
  margin: 0 0 0.5em;
}
button.btn.btn-sm {
  font-size: 0.7em;
  padding: 5px;
  margin: 0 0 0.5em;
}
button.btn.btn-xs {
  font-size: 0.7em;
}
ul.nav.nav-pills a{
	padding: 0.5em;
  font-size: 0.9em;
}
span.label {
  margin: 0 0 0.5em;
  display: inline-block;
}
.page-header {
  margin: 16px 0 9px;
}
.grid2 {
  margin: 0.4em 0 0;
}
.bs-example {
  padding: 1em 0 0;
}
.page-header h3 {
    font-size: 1.6em;
}
td.add-check a {
    width: 86px;
}
}

.bannerpic{ width:100%; height:auto; overflow:hidden;}

.newspic{ width:100%; height:auto; overflow:hidden; padding:10px 0px 10px 0px; text-align:center;}
.newspic1{ width:100%; height:auto; overflow:hidden; padding:0px 0px 10px 0px; text-align:center;}

  #accordion-alt3 .panel-heading h4 {
line-height: 28px;
}
.panel .panel-heading h4 {
font-weight: 400;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 15px;
color: inherit;white-space: nowrap;word-break: keep-all;overflow: hidden;text-overflow: ellipsis;}
.panel-group .panel {
margin-bottom: 0;
border-radius: 2px;
}
.panel {
margin-bottom: 18px;
background-color: #fbfbfb;
border-radius: 2px;
}
#accordion-alt3 .panel-heading h4 a i {
font-size: 20px;
line-height: 18px;
width: 18px;
height: 18px;
margin-right: 5px;
color: #107FC9;
text-align: center;
border-radius: 50%;
margin-left: 6px; 
font-weight: bold;
}  
.IndexBanner{ width:100%; max-width:640px; margin:0px auto; background:#fff;} 
.IndexBanner .slideBox{ position:relative; overflow:hidden;  max-width:640px;/* 设置焦点图最大宽度 */ }
.IndexBanner .slideBox .hd{ position:absolute; height:10px; line-height:15px; bottom:15px; left:43%; z-index:1; }
.IndexBanner .slideBox .hd li{ display:inline-block; width:10px; height:10px; cursor:pointer; background:url(../images/banner02.png) no-repeat; background-size:100%; text-indent:-9999px; overflow:hidden; margin-left:6px;}
.IndexBanner .slideBox .hd li.on{ background:url(../images/banner01.png) no-repeat; background-size:100%;}
.IndexBanner .slideBox .bd{ position:relative; z-index:0; }
.IndexBanner .slideBox .bd li{ position:relative; text-align:center;  }
.IndexBanner .slideBox .bd li img{ background:url(images/loading.gif) center center no-repeat;  vertical-align:top;width:100%; max-height:620px;}
.IndexBanner .slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.btn-tit {color: #fff; background-color: #06a6b6;line-height:2.5em; padding-left:5%; margin-bottom:1em; font-size:16px;border-radius:4px;}
.btn-tit-nurse {color: #fff; background-color: #f69bbe;line-height:2.5em; padding-left:5%; margin-bottom:1em; font-size:16px;border-radius:4px;}

.wrap {}
.tabs {
	height: 40px
}
.tabs a {
	display: block;
	float: left;
	width:25%;text-align: center;
	background: #eee;
	line-height: 40px;
	font-size: 16px;
	text-decoration: none
}
.tabs a.active {
	color: #fff;
	background: #06a6b6;
}
.swiper-container {
	width: 100%;
	border-top: 0
}
.swiper-slide {
	width: 100%;
	background: 0 0;
}
.content-slide {
	padding: 40px
}
.content-slide p {
	text-indent: 2em;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.processlist{ margin-top:20px;}
.processlistcontainer{ padding-right:15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;}
.about-process{ padding-top:20px; line-height:1.9em;}
.mt20{ margin-top:20px;}
.btn-more {  color: #333;  background-color: #fff;  border-color: #eee; width:100%; margin-top:10px; margin-bottom:10px;}
.pb20{ padding-bottom:1em;}
.picshow{ width:46%; margin:0.6em 2%;}
.picshow_pic{ padding:2px;}
.picshow_pic img{ width:16rem; height:8rem;}
.PageClass {
    width: 100%;
    text-align: center;
    height:auto; overflow:hidden;
    line-height: 35px;
    background: #fff;
    color: #000;
    padding: 10px 0px;
    clear: both;
}
.PageClass a{padding:0px 6px; margin:0 5px;background:#fff; border:1px solid #bfbebe; color:#000;}
.PageClass .summary{padding:0px 6px; }
.PageClass .message{ float:left; padding-left:10px;}

.PageClass .paginList{ float:right; margin:0px !important; padding:0 !important;}
.PageClass .paginList li{ list-style-type:none; float:left;}
@media screen and (max-width:360px){ 
.PageClass {
    width: 100%;
    text-align: center;
    height:auto; overflow:hidden;
    line-height: 35px;
    background: #fff;
    color: #000;
    padding: 10px 0px;
    clear: both;
}.PageClass a{padding:0px 3px; margin:0 2px;background:#fff; border:1px solid #bfbebe; color:#000;}
.PageClass .summary{padding:0px 6px; }
.newsnav{ width:100%; height:auto; overflow:hidden;}
.newsnav ul{ width:100%;height:auto; overflow:hidden; background:#fff;padding-left:0 !important;}
.newsnav ul li{ width:24%; margin:1em 0.5%;float:left; border:1px solid #f19ec2;list-style-type:none; background:#fff; text-align:center; border-radius:5px; font-size:12px;}

.Studynav{ width:100%; height:auto; overflow:hidden;}
.Studynav ul{ width:100%;height:auto; overflow:hidden; background:#fff;padding-left:0 !important;}
.Studynav ul li{ width:24%; margin:1em 0.5%;float:left; border:1px solid #f19ec2;list-style-type:none; background:#f19ec2; text-align:center; border-radius:5px; font-size:12px; color:#fff;}

}

.newsinfo{}
.newsinfo h4{ line-height:1em; padding:0em 0px 1em 0;}
.newsinfo h5{ color:#bbbbbb; line-height:1em; padding:0em 0px 1em 0px;}

.newsinfo .newsinfomid{color:#797878;line-height:1.9em;}
.newsinfo .newsinfomid img{ max-width:100%; }
.newsnav{ width:100%; height:auto; overflow:hidden;}
.newsnav ul{ width:100%;height:auto; overflow:hidden; background:#fff;padding-left:0 !important;}
.newsnav ul li{ width:24%; margin:0em 0.5% 1em 0.5%;float:left; border:1px solid #f19ec2;list-style-type:none; background:#fff; text-align:center; border-radius:5px; padding:5px 0px;}
.newsnav ul li.current{ background:#f19ec2; color:#fff;}
.info-blocks {
margin-bottom: 15px;
position: relative;overflow: hidden;}
.info-blocks i.icon-info-blocks {
float: left;
color: #f3afc5;
font-size: 35px;
min-width: 50px;
margin-top: 5px;
text-align: center;
background-color: #eee;
height: 80px;
width: 80px;
padding: 24px;
}
.info-blocks .info-blocks-in {
padding: 0 10px;
overflow: hidden;
background-color: #fff;}
.info-blocks .info-blocks-in h3 {
color: #555;
font-size: 20px;
line-height: 28px;
margin:0px;
}

.class-1 {background:#4095e8;}
.class-2 {background:#63d29f;}
.class-3 {background:#f9d06d;}
.class-4 {background:#afdea8;}
.class-5 {background:#cd79d7;}
.class-6 {background:#16c3e3;}
.class-7 {background:#9d89fc;}
.class-8 {background:#fea5bb;}
.universityname{ width:100%; height:auto; overflow:hidden;}
.universityname ul{ width:100%;height:auto; overflow:hidden; background:#fff;padding-left:0 !important;}
.universityname ul li{ width:30%; margin:0em 0.5% 1em 0.5%;float:left; border:1px solid #eee;list-style-type:none; padding:1%; background:#fff; text-align:center; margin-right:1.2%; margin-left:1.2%;}
.universityname ul li img{ width:7rem; height:7rem;}
.universityname ul li p{ width:100%;white-space: nowrap;word-break: keep-all;overflow: hidden;text-overflow: ellipsis; height:30px; line-height:30px;}


.Studynav{ width:100%; height:auto; overflow:hidden;}
.Studynav ul{ width:100%;height:auto; overflow:hidden; background:#fff;padding-left:0 !important;}
.Studynav ul li{ width:24%; margin:0em 0.5% 1em 0.5%;float:left; border:1px solid #f19ec2;list-style-type:none; background:#f19ec2; text-align:center; border-radius:5px; padding:5px 0px; color:#fff;}

.searchbg{ background:#fbfbfb; padding:10px 4%;}
.search{ width:100%; background:#fff; border:0px; height:30px; line-height:30px;border-radius:20px; padding:0px;}
.search .input{ width:75%;float:left;}
.search .input input{width:70%; margin-left:5%; margin-right:5%;height:30px; line-height:30px; border:0px;background:url(../images/searchN.png) left no-repeat; background-position:1% 50%;  background-size:20px; padding-left:30px; font-size:14px;}
.search .searchIcon{ width:20%;float:left; line-height:20px; margin-top:5px; border-left:1px solid #ececec; color:#7d7d7d; text-align:center;}
.mingxietit{ font-weight:bold;}

.schoolrow{ width:100%; height:auto; overflow:hidden;}
.schoollist{height:auto; overflow:hidden; border-bottom:1px solid #f2f2f2; padding:15px 0px;}
.schoollist .schoolMain{ width:100%; height:120px; overflow:hidden;}

.schoollist .schoolMain .schoollistleft{ width:100px; height:100px; float:left; position:absolute; padding-top:10px;}
.schoollist .schoolMain .schoollistleft img{ width:100px; height:100px;}
.schoollist .schoolMain .schoollistright{ height:auto; float:left; position:relative; margin-left:110px;}
.schoollist .schoolMain .schoollistright p{ width:100%; height:30px; line-height:30px; font-size:1em;}
.schoollist .schoolMain .schoollistright p.mid{color:#797878;font-size:0.9em;}
.schoollist .schoolcontent{ width:100%; height:auto; overflow:hidden; margin:10px 0px;overflow:hidden;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; line-height:1.5em; color:#797878; font-size:0.9em;}
.schoollist .schoolcontent2{ width:100%; height:auto; overflow:hidden; margin:10px 0px; line-height:1.9em; color:#797878;}

.ph-d4{ width:102px; height:32px; line-height:32px; background-color:#fcb71a; margin:14px 22px 0 0; font-size:14px;}
.ph-d4>span{ display:block;}
.phd-span1{ color:#fff; margin-left:7px;}
.phd-span2{ width:60px; height:30px; line-height:30px; margin:1px 0 0 6px; text-align:center; background-color:#fff;}
.schoolmain{ line-height:1.9em; color:#797878;}

.ewmpic{ width:100%; margin:0 auto;}
.ewmpic ul{ margin:0 !important; padding:0 !important;}
.ewmpic li{ width:33.3%; padding:10px 1%; text-align:center; float:left;list-style-type:none; font-size:12px;}
.ewmpic li img{ width:100%;}
.ewmpic li p{ width:100%;}

.schoollisttit{ width:100%; margin:5px auto 20px auto; height:auto; overflow:hidden;}
.schoollisttit ul{ width:100%; margin:0; padding:0;}
.schoollisttit li{ width:31.3%; text-align:center; line-height:30px; list-style:none; float:left; font-size:1em; margin-left:1%; margin-right:1%; background:#eee;}
.schoollisttit li img{ width:100%;}
.schoollisttit li.current{ border:2px solid #f3afc5; background:#f3afc5}
.introduce-title{height:45px; font-size:20px; line-height:45px; text-align: center; position: relative; color: #4c4c4c;margin-bottom:10px; margin-top:10px;letter-spacing:5px;}
.introduce-title .title-line{background: #d7d7d7; height: 2px; width:100px; position: absolute; bottom: 1px; left: 50%; margin-left: -50px; font-size: 0px;}
.title-important{color: #fa3a4c;}
.targetbg{ width:100%; height:auto; overflow:hidden; margin:0 auto; clear:both; padding-top:10px;}
.targetbg ul{margin:0px !important; padding:0px !important;}
.targetbg li{ float:left; width:100%;height:auto; line-height:30px; padding:5px 0px; text-align:center; font-size:18px; color:#fff; margin-top:10px; margin-bottom:10px;}
.programmebg{ width:100%; height:auto; overflow:hidden; margin:20px 0px;}
.programmebg img{ max-width:100%;}
.programmebg ul{margin:0px !important; padding:0px !important;}
.programmebg li{list-style-type:none;}
.contentr{ width:100%; padding:0px; float:left; line-height:30px;}
.contentr ul{margin:0px !important; padding:0px !important;}
.contentr li{list-style-type:none;}
.lxcontentbg{width:100%; height:auto; overflow:hidden; margin:0px;}
.lxcontentbg .lxcontentlist{ width:100%; margin:5px 0%; float:left; border-radius:5px 5px 0px 0px; }
.lxcontentbg .lxcontentlist .lxcontentlisttop{ border-radius:5px 5px 0px 0px; background:#f19ec2; height:35px; line-height:35px; text-align:center; color:#fff; font-size:20px;}
.lxcontentbg .lxcontentlist .lxcontentlistbot{ border-radius:0px 0px 5px 5px; background:#fff; height:auto; overflow:hidden; padding:20px; line-height:30px;border:1px solid #c1c1c1; border-top:0px;}
.lxcontentbg .lxcontentlist .lxcontentlistbot ul{ margin:0px !important; padding:0px !important;}
.lxcontentbg .lxcontentlist .lxcontentlistbot li{ list-style-type:none;}

.platformbgcolor1{  background:#4095e8;}
.platformbgcolor2{  background:#63d29f;}
.platformbgcolor3{  background:#f9d06d;}
.platformbgcolor4{  background:#afdea8;}
.platformbgcolor5{  background:#cd79d7;}
.platformbgcolor6{  background:#16c3e3;}
.platformbgcolor7{  background:#9d89fc;}
.platformbgcolor8{  background:#fea5bb;}

.curriculumbg{ width:100%; height:auto; overflow:hidden; margin:0 auto; clear:both; padding-top:10px;}
.curriculumbg ul{margin:0px !important; padding:0px !important;}
.curriculumbg li{list-style-type:none; float:left; width:40%; margin-left:5%; margin-right:5%; height:40px; line-height:40px; text-align:center; font-size:18px; color:#999;margin-top:10px; margin-bottom:10px; border:1px solid #eee;}
.curriculumbg li a{ color:#fff; text-decoration:none;}
.curriculumbg li img{ vertical-align:middle; width:30px !important; height:30px !important;}

.classbg{ width:100%; height:auto; overflow:hidden; margin:0 auto; clear:both; padding-top:10px;}
.classbg ul{margin:0px !important; padding:0px !important;}
.classbg li{ list-style-type:none; float:left; width:48%; margin-left:1%; margin-right:1%; padding-left:5px; height:40px; line-height:40px;color:#999;margin-top:10px; margin-bottom:10px; border:1px solid #eee; font-size:16px;}
.classbg li a{ color:#fff; text-decoration:none;}
.classbg li img{ vertical-align:middle; width:20px !important; height:20px !important; margin-right:5px;}

.contentnav{ width:100%; margin:10px 0px;}
.contentnav ul{margin:0px !important; padding:0px !important;}
.contentnav li{ width:25%; padding:10px 0; text-align:center; list-style-type:none; float:left;}
.contentnav li img{ width:50%;}
.contentnav li p{ line-height:30px;}

.PayList{ width:100%;  height:auto; overflow:hidden; padding-bottom:15px; margin-bottom:15px;}
.PayListPic{ position:absolute; width:100px;}
.PayListPic img{ width:100px; height:75px;}
.PayListR{position: relative;margin-left:120px; height:auto;}
.PayListR .text1{ width:100%;line-height:25px; color:#000000; height:25px;white-space:nowrap; word-break:keep-all; overflow:hidden;text-overflow:ellipsis;}
.PayListR .text1 span.left{ width:100%; float:left;white-space:nowrap; word-break:keep-all; overflow:hidden;text-overflow:ellipsis; height:25px;}
.PayListR .text1 span.right{ width:38%; float:left;text-align:right; padding-right:2%; color:#9f9f9f;}
.PayListR .text1 span.right img{ height:15px; vertical-align:middle;}
.PayListR .text2{ width:95%; padding-right:5%; line-height:25px; color:#9f9f9f;white-space:nowrap; word-break:keep-all; overflow:hidden;text-overflow:ellipsis; height:25px;}
.PayListR .text5{ width:95%; padding-right:5%; line-height:25px; color:#333333;white-space:nowrap; word-break:keep-all; overflow:hidden;text-overflow:ellipsis; height:25px;}
.PayListR .text3{ width:95%; padding-right:5%; height:16px;padding-bottom:5px;}
.PayListR .text3 img{ height:16px;}
.PayListR .text4{ width:95%; padding-right:5%; line-height:30px; clear:both; height:30px;}
.PayListR .text4 span.left{ float:left; color:#ff5447; line-height:30px;}
.PayListR .text4 span.left span{ background:#ffca00;border-radius:50px; color:#322725; padding:3px 10px; }
.PayListR .text4 span.right{ float:right;color:#ff5447;white-space:nowrap; word-break:keep-all; overflow:hidden;text-overflow:ellipsis; width:100px; text-align:right;}
.PayListR .text4 span.right img{ height:16px; vertical-align:middle; margin-right:2px;}
.searchinput{ width:100%; padding-left:10px;}
.logo{ float:left; height:40px; overflow:hidden;}
.logo img{ height:40px; max-width:100%;}
.logoicon{ float:right;}
.reveal-modal-bg{position: fixed;height: 100%;width: 100%;background: #000;background: rgba(0, 0, 0, .2);z-index: 100;display: none;top: 0;left: 0;}
.reveal-modal{visibility: hidden;top:50px; height:auto;right:15px; padding:0 10px 10px 10px;background: #ffffff url(modal-gloss.png) no-repeat -200px -80px;position: absolute;z-index: 101;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);-box-shadow: 0 0 10px rgba(0, 0, 0, .1); color:#06a6b6;}
.reveal-modal ul{ margin:0px !important; padding:0 !important;width:120px; position:relative;}
.reveal-modal li{ float:left;width:120px; height:40px; line-height:40px; list-style-type:none; text-align:center; color:#06a6b6; font-size:1rem; border-bottom:1px solid #ddd;}
.reveal-modal li a{ color:#06a6b6;}
.reveal-modal .icont{ position:absolute; top:-25px; height:11px; right:5px; z-index:99999;width:21px;}
.reveal-modal .icont img{ width:21px; height:11px;}