<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{
	background:#fff;
	font-size: 100%;	
	font-family: 'Muli', sans-serif;
}
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;
}
 ul{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,label,p{
	margin:0;	
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Lato', sans-serif;

}
/*--header--*/
.logo {
    float: left;
    margin-top: 0.7em;
}
.logo a {
    color: #25503D;    
    font-size: 1.2em;
    display: inline-block;
    width: 16em;
}
.logo h1{
	font-size:2.2em;
	    font-family: 'Lato', sans-serif;
    font-weight: 900;
}
.logo h1 a{
	text-decoration:none;
	color:#000;
	    display: block;
}

.navbar-brand {
   height: auto; 
    padding: 0; 
    font-size: 18px; 
    line-height: 20px;
}

div#bs-example-navbar-collapse-1 {
    padding: 0;
}
ul.nav.navbar-nav li a {
    font-size: 1em;
    color: #000;
    padding: 28px 15px;
	display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
ul.nav.navbar-nav li  span{
    width: 1px;
    height: 40px;
    display: inline-block;
    background: #DADADA;
    vertical-align: middle;
}
ul.nav.navbar-nav li a text{
    font-size: 12px;
    color: #666 !important;
    text-transform: capitalize;
}
.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
    text-decoration: none;
    background:none !important;
}

ul.nav.navbar-nav li a.active ,ul.nav.navbar-nav li a:hover {
       color: #FF9900;
    background: none;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #fff;
    background:none;
}
/*----*/
ul.nav.navbar-nav {
    float: right;
}
.nav-top {
    padding: 0em;
}
ul.nav.navbar-nav li:last-child a {
	border-right: none;
}
ul.nav.navbar-nav li a.ser:hover:before, ul.nav.navbar-nav li a.active:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid rgb(255, 255, 255);
    border-left: 10px solid rgba(69, 42, 21, 0);
    border-right: 10px solid rgba(199, 57, 57, 0);
    left: 30px;
    bottom: -10px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul.nav.navbar-nav li a.ser:hover:before {
    left: 35px;
}
ul.nav.navbar-nav li a.ser1:hover:before {
    left: 33px;
}

/*******product_list**********/
.product_list {
  position: absolute;
  top: 95px;
  background-color: #fff;
  width: 200px;
  display: none;
}

.product_list a {
  text-decoration: none;
  list-style: none;
  margin-top: 0.1em;
  padding: 10px !important;
  display: block;
  width: 100%;
  text-align: left!important;
}

.product_list a text:hover {
  color: #ff9900!important;
}

/*--banner--*/
.banner{
	background: url(../images/index_bg_1.jpg) no-repeat center;
    width: 100%;
    height: 700px;
    text-align: center;
    padding-top: 13em;
    background-size: cover;
}
.banner-text{
	    position: relative;
    background: rgba(0, 0, 0, 0.51);
    padding: 3em;
    width: 53%;  
}
.banner-text h3{
	font-size: 2.5em;
    color: #fff;
    display: block;
    font-weight: 100;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.banner-text h2{
	font-size: 2.8em;
    color: #fff;
    display: block;
    font-weight: 100;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
	margin: 0.3em 0;
}
.banner-text h2 span{  
	font-weight:400;
}
.banner-text p {  
    font-size: 1.2em;
    color: #fff;  
    line-height: 1.4em;
}
.banner-text a {  
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    background: #000;
    padding: 0.3em 1em;
    margin-top: 2em;
    display: inline-block;
	border-radius: 4px;
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4487F1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*--about--*/
.about-w3l {
    margin-bottom: 5em;
	text-align:center;
}
.about-w3l h3 {
    margin-bottom: 0.4em;
    font-size: 3em;
    font-weight: bold;
	color:#000;
}
.about-t {
    text-align: center;
    margin: 0 auto;
    width: 35%;
    position: relative;
}
.about-t b{	
	width: 100%;
    height: 1px;
    display: block;
    background: #ff9900;
    margin-bottom: 3px;
}
.about-t b.line{
    margin: 0 auto;
    height: 5px;
    background: #ff9900;
    width: 16%;
    position: absolute;
    top: -2px;
    text-align: center;
    left: 10em;
}
.about {
    padding: 6em 0 ;
    background-color: #EEE;
}
.ab-head h5{
	font-size: 1em;
    text-transform: uppercase;
    line-height: 1.7em;
    color: #4487F1;
    font-weight: 900;
}
.ab-head p{
	font-size: 0.9em;
    color: #999;
    line-height: 2em;
    margin: 0.5em 0;
}
.ab-head ul li{
	display: block;
    font-size: 0.9em;
    color: #999;
    line-height: 2.3em;
    list-style: none;
}
.ab-head ul li i{
	color:#ff9900;
    margin-right: 2%;
}

.item {
	text-align:center;
	float: none;
    margin: 0;
	position:relative;			
}
.item,
.item-hover,
.item-hover .mask,
.item-img,
.item-type-move .item-info {
	width: 255px;
    height: 243px;		
}

.item-hover,
.item-hover .mask,
.item-img { 
	position:absolute;
	top:0;
	left:0;			
}			

.item-type-move .item-hover {	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;	
	opacity:0;
	cursor:pointer;		
	z-index:100;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.4);
}			
.item-type-move .item-info {
	z-index:10;
	color:#ffffff;
	position:relative;
	z-index:5;			
	overflow:hidden;			
}

.item-type-move .item-info .headline,
.item-type-move .item-info .date-month {
	width: 100%;
	position:absolute;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;	
	padding:0 10px;															
}				

.item-type-move .item-info .headline {
	font-size: 1.5em;
    top: 10px;
    color: #fff;							
}

.item-type-move .item-info .date-month {
	font-size:14px;
	font-style:italic;
	bottom:10px;																		
}
				
.item-type-move .item-info .line {
	 height:1px;
	 width:85%;
	 margin:10px auto 0 auto;
	 background-color:#ffffff;		 
}				

.item-type-move .item-hover .mask {
	background-color:#C5C5C5;
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);					
	z-index:0;
}

.item-type-move .item-hover:hover {
	opacity:1;
}				

.item-type-move .item-hover:hover .item-info .headline {
	top:29%;
}				

.item-type-move .item-hover:hover .item-info .date-month {
	bottom:31%;
}	
.item-img {			
	background-color:#7a548f;
	z-index:0;			
}
/*--//about--*/
/*-- team --*/
.w3agile h3{
	color:#000;
}
.w3agile p{
	color: #999;
    font-size: 1em;
    line-height: 1.8em;
    width: 55%;
    margin: 1em auto 0;
}
.productw3l p{
	color: #999;
    font-size: 1em;
    line-height: 1.8em;
    width: 55%;
    margin: 1em auto 0;
}
.wthree b,.wthree b.line{
	background:#4487F1;
}
.team {
    padding: 6em 0 ;
	background: #EEE;
}
.btm-right {
    text-align: center;
}
.btm-right img{
	    border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
    width: 205px;
    height: 205px;
    border: 6px solid #ff9900;
    padding: 10px;
    background: #fff;
	    margin: 0 auto;
}
.captn h4 {
    font-size: 1.5em;
    color: #000;
    margin: 0.5em 0 0.3em;
}
.captn  p{
    font-size: 0.9em;
    color: #999;
    margin: 0em 0 1em;
	line-height:2em;
}
.captn2 li{
	display:inline-block;
}
.captn2 li a i{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 3px;
}


.captn2 li a i {
	background:url(../images/img-sprite.png) no-repeat -1px -9px #1754AD;	
}
.captn2 li a i.icon1{
	background:url(../images/img-sprite.png) no-repeat -79px -9px #EF1F1F;	
}
.captn2 li a i.icon2{
	background:url(../images/img-sprite.png) no-repeat -148px -10px #1FC1EF;	
}
.captn2 li a i:hover {
    transform: rotateY(360deg);	
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*-- //team --*/
/*--services--*/
.ser-top {
    margin-bottom: 6em;
	text-align:center;
}
.service {
    padding: 6em 0 ;
}
.ser-head h5{
	font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1.7em;
    color: #ff9900;
    font-weight: 900;
	margin-bottom: 1em;
}
.ser-head p{
	font-size: 0.9em;
    color: #999;
    line-height: 2em;
    margin: 1em 0;
}
.ser-head ul li{
	display: block;
    font-size: 0.9em;
    color: #999;
    line-height: 2.3em;
    list-style: none;
}
.ser-head ul li i{
	color:#4487F1;
    margin-right: 2%;
}
/*----*/
.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {	
	speak: none;
	font-size: 30px;
	line-height: 71px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
/* Effect 7 */
.hi-icon-effect-7 .hi-icon {
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;	
}

.hi-icon-effect-7 .hi-icon:hover {
	color: #fff;
}

.hi-icon-effect-7 .hi-icon:after {
	top: -8px;
	left: -8px;
	padding: 8px;
	z-index: -1;
	opacity: 0;
}

/* Effect 7a */
.hi-icon-effect-7a .hi-icon:after {
	box-shadow: 0 0 0 #4487F1;
	-webkit-transition: opacity 0.2s, box-shadow 0.2s;
	-moz-transition: opacity 0.2s, box-shadow 0.2s;
	transition: opacity 0.2s, box-shadow 0.2s;
}

.hi-icon-effect-7a .hi-icon:hover:after {
	opacity: 1;
	box-shadow: 3px 3px 0 #fff;
}

.hi-icon-effect-7a .hi-icon:before {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 1;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

.hi-icon-effect-7a .hi-icon:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.ser-grid:hover .hi-icon-effect-7 .hi-icon{
	color: #fff;
}
.ser-grid:hover .hi-icon-effect-7a .hi-icon:after {
	opacity: 1;
	box-shadow: 3px 3px 0 #fff;
}
/*----*/

.ser-grid h3{
	font-size:1.5em;
	color:#fff;
	margin: 1em 0 0.5em;
}
.ser-grid p{
	font-size:0.9em;
	color:#999;
	line-height:2em;
}

.ser-grid {
    padding:4em 1.5em;
    text-align: center;
	background:#EFB135;
}
.ser-grid1 {
	background:#4487F1;
}
.ser-grid2 {
	background:#1DB23C;
}
.ser-grid3 {
	background:#ED492B;
}
/*--//service--*/

/*--news-starts--*/
.news {
	padding: 6em 0px;
	background: #EEE;
}
.news-heading h3{
	color: #4487F1;
    font-size: 2.3em;
}
.news-bottom h4{
	color: #222;
	font-size: 1.3em;
	line-height: 1.5em;
}
.news-bottom p{
	color: #999;
    font-size: 0.9em;
    margin: 1em 0 0;
    line-height: 1.8em;
}
.news-one-left img{
	width:100%;
}
.news-one-right {
	width: 59%;
	float: right;
}
.news-one-left {
	width: 38%;
	float: left;
}
.news-one {
	margin-top: 3%;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 3%;
}
.news-1 img{
	width:100%;
}
.news-bottom {
	margin-top: 3%;
}
.news-btm {
	margin-top: 7%;
}
.news-1 {
	position: relative;
}
.n-1{
	position:absolute;
	bottom:0;
	width:100%;
	padding:15px 15px;
	background:rgba(255, 153, 0, 0.74);
	text-align:center;
}
.n-1 h5{
	color:#fff;
	font-size:1.5em;
}
.n-1 p{
	color: #fff;
	font-size: 0.9em;
	margin: 0.2em 0 0;
	line-height: 1.6em;
}
.agileinfo{
	margin-top:2em;
}



/**services**/
/**gallery**/
/* CSS3 Hover Effects */
.img-box, .gallery-text-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img-box img, .gallery-text-box img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-box {
  position: relative;
}

.gallery-text-box {
  top: 0;
  left: 0;
  position: absolute;
}
.gallery-text-box .gallery-gal-text {
  display: block;
  position: relative;
  padding: 2%;
  float: left;
  left: 50%;
  top: 50%;
  position: relative;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.separator {
  display: block;
  position: relative;
  height: 1px;
  width: 60%;
  margin: 10px auto;
  background: rgba(255, 255, 255, 0.5);
  clear: both;
}

.round-box {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.round-box.bubble-effect, .round-box.flip-effect, .round-box.over-flip-effect, .round-box.flip-back-effect, .round-box.switch-3d-effect, .round-box.flip-forward-effect {
  overflow: visible;
}
.round-box .img-box, .round-box .gallery-text-box, .round-box .gallery-gal-text, .round-box img {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.gallery-gal-effect {
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}
.gallery-gal-effect .gallery-gal-text {
  z-index: 2 !important;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gallery-gal-effect .img-box:after, .gallery-gal-effect .img-box:before, .gallery-gal-effect .gallery-text-box:after, .gallery-gal-effect .gallery-text-box:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -ms-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.gallery-gal-effect.horizontal .img-box:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.gallery-gal-effect.horizontal .img-box:after {
  top: 25%;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.gallery-gal-effect.horizontal .gallery-text-box:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.gallery-gal-effect.horizontal .gallery-text-box:before {
  top: 75%;
  left: 0;
  width: 100%;
  height: calc(25% + 1px);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.gallery-gal-effect.vertical .img-box:before {
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.gallery-gal-effect.vertical .img-box:after {
  top: 0;
  left: 25%;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.gallery-gal-effect.vertical .gallery-text-box:after {
  top: 0;
  left: 50%;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.gallery-gal-effect.vertical .gallery-text-box:before {
  top: 0;
  left: 75%;
  width: calc(25% + 1px);
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.gallery-gal-effect:hover .img-box:after, .gallery-gal-effect:hover .img-box:before, .gallery-gal-effect:hover .gallery-text-box:after, .gallery-gal-effect:hover .gallery-text-box:before {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery-gal-effect:hover .gallery-gal-text {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slow-zoom .img-box {
  z-index: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.2s ease-in-out;
  -moz-transition: all 2.2s ease-in-out;
  -ms-transition: all 2.2s ease-in-out;
  -o-transition: all 2.2s ease-in-out;
  transition: all 2.2s ease-in-out;
}
.slow-zoom:hover .img-box {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.slow-zoom {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery-gal-effect {
    padding: 8px;
    box-shadow: 0px 0px 9px 0px #A9A9A9;
}
.gallery-gal-text h4 {
    color: #fff;
    font-size: 1.5em;
}
.gallery-gal-text p {
    color: #fff;
    font-size: 1em;
    line-height: 2.2em;
}
.gal-btm{
	margin-top:4em;
}
.gal-gd-sec{
	margin:2em 0;
}
.gal-gd img{
	width:100%;
}
.gallery {
    border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
    padding: 5em 0;
    background: #f7f7f7;
}




/*--//gallery--*/
/*--contact--*/
.w3 h3{
	color:#fff;
}
.w3 p{
	color: #fff;
}
.grid-contact {
    width: 75%;
    margin: 0 auto;
}
.contact {
    background: url(../images/fo.jpg) no-repeat center;
    width: 100%;
    height: 750px;
    padding:6em 0;
    background-size: cover;
}


.grid-contact input[type="text"],.grid-contact textarea {
  background: none;
    width: 100%;
    outline: none;
    border: none;
    padding: 0.8em 0.8em;
    font-size: 1em;
    color: #fff;
    border-bottom: 1px solid #fff; 
	margin-bottom:1em;
}
.grid-contact textarea{
	resize: none;
    margin: 0 15px;
    padding: 0.8em;
    min-height: 171px;
    width: 97%;
}
.grid-contact input[type="submit"] {
  width: 97%;
  font-size: 1.1em;
  background: none;
  padding: 0.7em 1em;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  outline: none;
  margin: 1em 15px 0;
  -webkit-appearance: none;
  font-weight: 700;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  cursor:pointer;
}
.grid-contact input[type="submit"]:hover {
	background:#ff9900;
}
/*----*/
.map iframe{
	width: 100%;
	min-height: 300px;
	border: 0;
	margin-bottom: -6px;
}

/*--//contact--*/

.test {
    padding: 6em 0;
    margin-top: 4em;
    background-color: #eee;
}
#qualification {
    padding: 6em 0;
}
.test-grid p{
	font-size:0.9em;
	color:#999;
	line-height:2em;
	margin-bottom: 1em;
}
.test-grid h4{
	font-size: 1.5em;
    color: #000;
    font-weight: 600;
    margin: 0em 0 0.2em;
}
.test-grid span{
	font-size:0.9em;
	color:#999;
	font-style:italic;
}
.agile {
    margin-bottom: 4em;
}
.test-grid1 {
    background: #F5F5F5;
	position:relative;
	padding: 2em;
}
img.img-r {
    position: absolute;
    bottom: -42px;
    right: 26px;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 2px solid #000;
}




/*-- footer --*/

ul.social {
    text-align: center;
    background: #354157;
    padding: 2em 0;
}



ul.social li{
	display:inline-block;
  width: 55px;
    margin: 0 0.5em;
}
ul.social li a {
	width: 55px;
    height: 55px;
    border: 1px solid #fff;
    display: block;
    margin: 0 0.5em;

}
ul.social li a i{
	width: 55px;
	height: 55px;
	background: url(../images/img-sprite.png) 11px 3px no-repeat;
	display: inline-block;
}
ul.social li a i.ic{
	background-position:-65px 3px;
}
ul.social li a i.ic1{
	background-position:-136px 2px;
}
ul.social li a i.ic2{
	background-position:-196px 2px;
}
ul.social li a i.ic3{
	background-position:-260px 2px;
}
ul.social li a:hover {
    /*background: #4487F1;*/
    background-color: #dd8800;
}
/*.footer-nav {
    text-align: center;
    padding: 4em 0;
}
.footer-nav li{
	display:inline-block;
}
.footer-nav li a{
	text-decoration:none;
	color:#000;
	margin:0 1em;
  font-size: 14px;
}
.footer-nav li a:hover {
    color: #F90;
}
.footer-b{
	border-bottom:2px solid #C7C7C7;
	position:relative;
}
.bottom {
	    width: 45px;
    height: 45px;
    background:  #4487F1;
    display: block;
    position: absolute;
    bottom: -22px;
    left: 48.5%;
    transform: rotate(-45deg);
}
.bottom:hover{
  background-color: #ff9900;
}
.bottom i{
	    width: 45px;
    height: 45px;
    background: url('../images/ar.png') no-repeat 7px 8px ;
    display: block;
    transform: rotate(45deg);
}*/
.copy {
    text-align: center;
    padding: 2.5em 0;
}
p.footer-grid {
    font-size: 1em;
    color: #000;
}
p.footer-grid a {
    text-decoration: none;
    color:#ff9900;
}
p.footer-grid a:hover {
    color: #000;
}


@media(max-width:1440px){
.grid-ga figure p {
    font-size: 0.9em;
}
.bottom {
    left: 42.5em;
}
}
@media(max-width:1366px){
.grid-ga figure figcaption {
    padding: 2em 1em;
}
figure.effect-img h4 {
    margin: 5% 0 10px 0;
}
figure.effect-img h4.w3-gallery {
    margin: 32% 0 10px 0;
}
figure.effect-img h4.w3-gallery1 {
    margin: 15% 0 10px 0;
}
.bottom {
    left: 40.5em;
}
}
@media(max-width:1280px){
.bottom {
    left: 37.5em;
}
}
@media(max-width:1024px){
.bottom {
    left: 29.5em;
}
.w3agile p {
    width: 75%;
}
.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
    width: 205px;
    height: 196px;
}
.ab-head h5 {
    font-size: 0.8em;
}
.about-t b.line {
    left: 8.8em;
}
.grid-ga figure h4 {
    font-size: 1.5em;
}
.grid-ga figure p {
    font-size: 0.8em;
}
.grid-ga figure figcaption {
    padding: 1em 0.5em;
}
figure.effect-img h4 {
    margin: 5% 0 0px 0;
}
figure.effect-img h4.w3-gallery1 {
    margin: 12% 0 0px 0;
}
figure.effect-img h4.w3-gallery {
    margin: 35% 0 0px 0;
}
}
@media(max-width:991px){
ul.nav.navbar-nav li a {
    padding: 28px 10px;
}
.banner-text {
    width: 64%;
}
.banner {
    height: 600px;
    padding-top: 10em;
}
.ab-head h5 {
    font-size: 1em;
}
.about ,.team,.service,.test,.news{
    padding: 4em 0;
}
.btm-right img{
	margin:0 auto;
}
.w3ls {
    width: 50%;
    margin-bottom: 2em;
    float: left;
}
.w3ls:nth-child(3),.w3ls:nth-child(4) {
    margin-bottom: 0em;
}
.gallery {
    padding-top: 4em;
}
.gallery-top {
    width: 50%;
    float: left;
}
.about-w3l {
    margin-bottom: 3em;
}
.contact {
    height: 693px;
    padding: 4em 0;
}
.about-t b.line {
    left: 6.8em;
}
.bottom {
    left: 21em;
}
.ab-head1 {
    margin-top: 2em;
}
.about-head {
    text-align: center;
}
.ab-head2{
	margin-top: 2em;
}
.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
    margin: 0 auto;
}
.bottom-grid {
    margin-bottom: 2em;
}
.bottom-grid:nth-child(5) {
    margin-bottom: 0em;
}
.news-right {
    margin-top: 2em;
}
.news-btm {
    margin-top: 4%;
}
.test-grid {
    margin-bottom: 4em;
}
.test-grid:last-child(2){
    margin-bottom: 0em;
}
figure.effect-img h4.w3-gallery1 {
    margin: 23% 0 0px 0;
}
figure.effect-img h4 {
    margin: 16% 0 0px 0;
}
}
@media(max-width:768px){

}
@media(max-width:767px){
div#bs-example-navbar-collapse-1 {
    text-align: center;
}

.nav &gt; li {
    display: block;
}
div#bs-example-navbar-collapse-1 {
    background: #ff9900;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 95%;
    z-index: 9999;
	overflow: hidden;
}
ul.nav.navbar-right {
    text-align: center;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-nav &gt; li &gt; a {
    width: 25%;
    text-align: center;
    margin: 5px auto;
}

ul.nav.navbar-nav li a {
    width: 100%;
}
.navbar-nav {
    margin: 1.5em 0;
}
.banner-text h3 {
    font-size: 1.5em;
}
.banner-text h2 {
    font-size: 2.3em;
}
.banner-text p {
    font-size: 0.9em;
}
.banner {
    height: 475px;
    padding-top: 6em;
}
.about, .team, .service, .test, .news {
    padding: 4em 0;
}
.about-w3l h3 {
    font-size: 2.5em;
}
.about-t {
    width: 45%;
}
.news-heading h3 {
    font-size: 2.1em;
}
.footer-nav li a {
    margin: 0 0.5em;
}
.bottom {
    left: 17.5em;
}
.banner-text {
    width: 67%;
    padding: 2em;
}
.logo {
    margin-top: 0em;
}
.nav-top {
    width: 100%;
    padding: 1em 0;
}
.navbar-toggle {
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	   /** background-color: rgb(84, 145, 242);**/
	   background-color: #ff9900;
}
ul.nav.navbar-nav {
    float: none;
}
ul.nav.navbar-nav li a:hover:before, ul.nav.navbar-nav li a.active:before {
    display: none;
}
ul.nav.navbar-nav li span {
    display: none;
}
ul.nav.navbar-nav li a {
    padding: 9px 0px;
}
.about, .team, .service, .test, .news {
    padding: 3em 0;
}
.gallery {
    padding-top: 3em;
}
ul.nav.navbar-nav li a.active, ul.nav.navbar-nav li a:hover {
    color: #FFFFFF;
}
}
@media(max-width:600px){
.banner-text h2 {
    font-size: 2em;
}
.banner-text h3 {
    font-size: 1.2em;
}
.banner-text {
    width: 77%;
    padding: 1.5em;
}
.banner-text a {
    margin-top: 1em;
}
.banner {
    height: 333px;
    padding-top: 4em;
}
.about, .team, .service, .test, .news {
    padding: 2em 0;
}
.about-t {
    width: 59%;
}
.about-w3l {
    margin-bottom: 2em;
}
.w3agile p {
    width: 100%;
}
.ser-grid {
    padding: 3em 0.5em;
}
.news-heading h3 {
    font-size: 1.8em;
}
.news-bottom h4 {
    font-size: 1.2em;
}
.news-one-left {
    width: 100%;
}
.news-one-right {
    width: 100%;
    margin-top: 1.5em;
}
.gallery {
    padding-top: 2em;
}
.contact {
    height: 649px;
    padding: 2em 0;
}
.footer-nav li a {
    margin: 1em 0.8em 0;
    display: inline-block;
}
.footer-nav {
    padding: 1em 0 3em;
}
.bottom {
    left: 13em;
}
p.footer-grid {
    font-size: 1em;
    padding: 0 1em;
}
.gallery-top {
    width: 100%;
}
}
@media(max-width:414px){
.banner-text {
    width: 100%;
    padding: 1em 0.5em;
}
.banner-text h3 {
    font-size: 1em;
}
.banner-text h2 {
    font-size: 1.4em;
}
.banner {
    height: 239px;
    padding-top: 2em;
}
.about-w3l h3 {
    font-size: 2.2em;
}
.about-t b.line {
    left: 6em;
}

.ab-head {
    padding: 0;
}
.ab-head1 {
    margin-top: 1em;
}
.ab-head2 {
    margin-top: 1em;
}
.w3agile p {
    font-size: 0.9em;
}
.bottom-grid {
    margin-bottom: 1em;
}
.w3ls {
    width: 100%;
    margin-bottom: 1em;
}
.w3ls:nth-child(3) {
    margin-bottom: 1em;
}
.news-left {
    padding: 0;
}
.news-heading h3 {
    font-size: 1.4em;
}
.news-bottom h4 {
    font-size: 1em;
}
.news-right {
    margin-top: 1em;
    padding: 0;
}
.agileinfo {
    margin-top: 1em;
}
.test-grid {
    padding: 0;
}
.grid-contact {
    width: 100%;
}
.grid-contact1 {
    padding: 0;
}
.grid-contact textarea {
    margin: 0 0px;
    min-height: 130px;
    width: 100%;
}
.grid-contact input[type="submit"] {
    width: 100%;
    font-size: 1em;
    padding: 0.3em 1em;
    margin: 1em 0px 0;
}
ul.social li a {
    width: 45px;
    height: 45px;
    margin: 0 0.2em;
}
ul.social li a i {
    width: 45px;
    height: 45px;
    background: url(../images/img-sprite.png) 5px -3px no-repeat;
}
ul.social li a i.ic {
    background-position: -71px -3px;
}
ul.social li a i.ic1 {
    background-position: -140px -4px;
}
ul.social li a i.ic2 {
    background-position: -202px -4px;
}
ul.social li a i.ic3 {
    background-position: -264px -5px;
}
ul.social {
    padding: 1em 0 0.7em;
}
.footer-nav li a {
    margin: 1em 0.4em 0;
}
.bottom {
    left: 12em;
}
p.footer-grid {
    font-size: 0.9em;
    line-height: 1.6em;
}
.map iframe {
    min-height: 200px;
}
figure.effect-img h4 {
    margin: 12% 0 0px 0;
}
figure.effect-img h4.w3-gallery1 {
    margin: 19% 0 0px 0;
}
div#bs-example-navbar-collapse-1 {
    width: 90%;
}
ul.nav.navbar-nav li a {
    padding: 4px 0px;
}
.navbar-nav {
    margin: 0.5em 0;
}
.test-grid1 {
    padding: 1em;
}
.test{
    padding: 2em 0 0;
}
.contact {
    height: 579px;
    padding: 2em 0;
}
}
@media(max-width:375px){
.bottom {
    left: 10em;
}
.about-t b.line {
    left: 5.5em;
}
}
@media(max-width:320px){
.bottom {
    left: 8em;
}
.about-t b.line {
    left: 4.5em;
}
}</pre></body></html>