
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */

/*end reset*/
body {
	 font-family: 'Montserrat', sans-serif
}
.h-bg{
	 background: #3a3635
}
.header{
	margin-bottom: 30px;
}
.main-bg{
	margin-top:40px;
	background:#fff;
}
.main-wrp{
	 background:#fff;
	 box-shadow:0px 0px 10px #fff;
}
/*logo*/
.logoq{
	  float: left;
}


.main-list{
	 padding-top:20px;
	 margin-left:55px;
}
.main-list1{
	margin-left: 200px;
}	
.main-list3{
	margin-left: 350px;
}
.main-list4{
	margin-left: 350px;
}
.main-list2{
	padding-top:20px;
	margin-left: 60px;
}
/* CSS3 STYLE GENERIC */
.css3gallery:nth-child(1){
	 
}
.css3gallery img{
	cursor:pointer;
    box-shadow: 0px 0px 0px #aaa;
	border: 10px solid #cccccc;
	-webkit-transform:scale(1.0); /*Webkit: Scale down image to 0.8x original size*/
	-moz-transform:scale(1.0); /*Mozilla scale version*/
	-o-transform:scale(1.0); /*Opera scale version*/
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
	opacity:1.7; /*initial opacity of images*/
	margin: 0px; /*margin between images*/
}
.css3gallery img:hover{
	-webkit-transform:scale(1.2); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform:scale(1.2); /*Mozilla scale version*/
	-o-transform:scale(1.2); /*Opera scale version*/
	box-shadow:0px 0px 0px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
	-webkit-box-shadow:0px 0px 0px gray; /*Safari shadow version*/
	-moz-box-shadow:0px 0px 0px gray; /*Mozilla shadow version*/
	opacity: 1;
}
/*pagination*/
.pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul>li {
	display: inline;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
	border-left-width: 0px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul>li>a, .pagination ul>li>span {
	position: relative;
	margin-left: 20px;
	padding: 4px 20px;
	line-height: 22px;
	text-decoration: none;
	background-color: #ffffff;
	border: 0px solid #dddddd;
	border-left-width: 0;
	color: #555;
}
.pagination ul>li>a:hover, .pagination ul>li>a:focus, .pagination ul>.active>a, .pagination ul>.active>span {
	background-color: #f5f5f5;
	color: #7ca222;
}
body{
	font-family: 'Montserrat', 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{
	position: relative; 
	padding: 10px 0px 4px 10px;
	
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	
}
p{
	padding: 0;
	margin: 0;
	color:#999;
	font-family: 'Montserrat', sans-serif;
}
.background-video {
	position: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height:100%;
}
/*-- banner --*/
input[type="submit"],.w3agile_contact_right_agileinfo p a,.w3_copy_right p a{
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	-ms-transition:.5s ease-in-out;
}
.center-container {
	padding:0em 0 1em;
	background: rgba(0, 0, 0, 0.0);
}
.center-container1 {
	padding:0em 0 20em;
	
	background: url(../images/studio-landing-hero-image.jpg) no-repeat 0px 0px;
}
.navigation1  ul:hover{
background:#333333;
	opacity: 0.8;	
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}


.logo{
	float:left;
}
.logo1{
	float:left;
}
.navigation-right{
	position: relative;
  margin-right: -20px;
  margin-left: -50px;
}
.navigation-right1{
	position: relative;
  margin-right: -20px;
  margin-left: -50px;
   
  
}



.navigation-right ul li{
	display:inline-block;
	margin-right: 0px;
}
.navigation-right1 ul li{
	display:inline-block;
	margin-right: 0px;
	
}



.navigation-right ul li a{
	color:#fff;
    font-size:1.0em;
    text-decoration: none;
    padding: 15px 0px;
	
	text-transform:capitalize;
	font-family: 'Montserrat', sans-seri
	
}
.navigation-right1 ul li a{
	color:#333333;
    font-size:1.0em;
    text-decoration: none;
    padding: 15px 0px;
	
	text-transform:capitalize;
	font-family: 'Montserrat', sans-seri
	
}



.navigation-right ul li.active a{
	color:#fff;
	margin-left: 600px;
}
.navigation-right1 ul li.active a{
	color:#000;
	margin-left: 600px;
}




.navigation1 ::before {
  background:#333333;
	opacity: 0.0;  
	
   
}

.navigation2 ::before {
  background:#333333;
	opacity: 0.0;  
	
   
}
.logo1 span {
    color: #17C2A4;
}
span.menu{
	display:none;
}
/*-- nav-hover --*/
.link-effect-3 a {
	padding: 5px 0;
	margin: 0 45px;

	color: #fff;
	text-shadow: none;
	position: relative; 
	
	font-family: 'Montserrat', sans-ser
}
.link-effect-3 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 10px 0 ;
	max-width: 0;
	border-bottom: 0px solid #fff;
	
	
	width: 100%;
    color: #fff;
	
}
.link-effect-3 a:hover::before {
	max-width: 100%;
	color: #fff;
}

/*-- //nav-hover --*/
.w3ls_banner_info{
    padding: 10em 0 0;
	text-align:center;
}
.logo h1 a {
    font-size:1.1em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
	font-weight:600;
}
.w3l_banner_logo{
	width: 100px;
    height: 100px;
    border: 1px solid #fff;
    margin: 0 auto;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	text-align: center;
}
.w3ls_banner_info h3{
	margin: 2em 0;
    font-size: 2em;
    color:#fff;
    text-transform: uppercase;
    line-height: 1.5em;
    padding-bottom: 1em;
    position: relative;
    font-family: 'Monserrat', sans-serif;
}
.w3ls_banner_info h3:after{
	content:'';
	background:#17C2A4;
	height:1px;
	width:30%;
	position:absolute;
	bottom:0%;
	left:34%;
}
.w3ls_banner_info p{
	color:#fff;
	line-height:1.8em;
	margin-bottom:5em;
	font-size:1em;
}
.modal-header {
    font-size: 2em;
    color:#17C2A4;
}
.close {
    opacity: 1;
}
.more a:focus {
    outline: none;
}
.more a{
	font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 8px 40px;
    background: #17C2A4;
    color: #fff;
}
.modal-body p {
    color: #999;
    text-align: left;
	padding:2em 2em 3em;
	margin: 0 !important;
}
.modal-body p i {
    display: block;
    margin: 2em 0 0;
}
.modal-body {
    padding:2em 0 0;
}
.modal-body img {
    padding: 0 2em;
}
button.close {
    font-size: 1em;
    color: #212121;
}
/* Underline From Center */
.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
/*-- w3layouts --*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #8DDED0;
    height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}
/*--banner-bottom--*/
.welcome-w3,.services-w3,.enquiry-agile,.about-w3,.principles-w3l {
    text-align: center;
    padding: 1.5em 0em 0em 0em;
}
.services-w3x {
    text-align: center;
    padding: 1.5em 0em 0em 0em;
}
h2.tittle {
    font-size: 3em;
    color: #031C44;
	text-align:center;
}
.wel-grid h4 {
    font-size: 1.6em;
    color: #fff;
    background: #17c2a4;
    padding: .5em 0;
}
p.text {
    width: 63%;
    line-height: 1.8em;
    margin: 1em auto 0;
}
.wel-grid p {
    font-size: 1em;
    line-height: 2em;
    padding-top: 1em;
}
.wel1 img {
    border: 8px solid #fff;
    box-shadow: 0px 0px 5px #aaa;
	-webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.wel1 img:hover{
	webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.wel1 {
    padding: 1em;
    background: rgba(228, 228, 228, 0.4);
    border: 5px solid #fff;
    box-shadow: 0px 0px 5px #aaa;
	    overflow: hidden;
}
.latest-grid{
	   overflow: hidden;
 }
.wel-grids ,.latest-grids,.footer-grids,.about-grids,.team-grids,.principle-grids,.servic-grids,.feature-grids,.enquiry-grids {
    margin-top: 1.0em;
    
}

.team-grids1{
    margin-top: 6.0em;
}

.team-grids2{
    margin-top: 1.0em;
     margin-left: 8.0em;
}
.servic-gridsx {
    margin-top: 1.0em;
    
}
}
a.button {
    background: #17c2a4;
    font-size: 1.1em;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: .9em 0;
    text-transform: capitalize;
    margin-top: 1em;
}
/* 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: #01365C;
  -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;
}
.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-bottom p {
    color: #fff;
    font-size: 1.2em;
    text-align: right;
}
.about-bottom {
    background: url(../images/ba.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 355px;
    text-align: center;
    padding: 5em 0 0;
}
.about-bottom h5 {
    font-size: 1.6em;
    color: #fff;
    margin: 1em auto 1em;
    line-height: 1.8em;
    width: 65%;
    text-transform: capitalize;
}
.project {
    padding: 5em 0;
}
.item img {
    width: 100%;
}
h3.tittle {
    font-size: 3em;
    color: #fff;
}
.testimonial {
    padding: 5em 0;
	background: #01365C;
}
.testimonial-info p {
    font-size: 1em;
    line-height: 1.8em;
}
.testimonial-info h5 {
    color: #eee;
    font-size: 1.2em;
    margin: 0.5em 0 0;
    text-align: right;
}
.testimonial-info p span {
    font-size: 2em;
    color: #fff;
}
.latest-grid{
	   overflow: hidden;
 }
.latest-grid img {
	-webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.latest-grid img:hover{
	webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.testimonial-info {
    margin-top: 3em;
}
.latest-grid p{
    font-size: 1em;
    line-height: 1.8em;
	margin-top: 1em;
}
.works-grid img{
transition:0.5s all;
 -webkit-transition:0.5s all;
 -moz-transition:0.5s all;
 -o-transition:0.5s all;
 -ms-transition:0.5s all;
}
.works-grid img:hover {
    box-shadow: 9px 13px 26px -8px #2d3134;
}
.who-grid h4 {
    font-size: 1.6em;
    color: #222;
}
h3.tittle1 {
    font-size: 3em;
    color: #031C44;
	margin-bottom:1em;
}
.who {
    padding: 5em 0;
}
.who-grid ul li {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
    float: left;
    width: 50%;
    list-style: none;
}
p.who-text {
    font-size: 0.965em;
    line-height: 2em;
    padding: 1em 0;
    color: #999;
}
.left-grid {
    float: left;
    width: 12%;
    margin-right: 2%;
}
.left-grid p {
    color: #fff;
    background: #17C2A4;
    width: 60px;
    height: 60px;
    font-size: 1.5em;
    margin: 0;
    border-radius: 50%;
    text-align: center;
    padding-top: 0.6em;
}
.right-grid {
    float: left;
    width: 86%;
}
.care:nth-child(3) {
    margin: 2em 0;
}
.right-grid p {
    font-size: 0.965em;
    line-height: 1.8em;
    color: #999;
	padding: .5em 0 0;
}
/*--footer--*/
.footer-agileinfo{
	padding:1em 0;
	background:#212121;
	opacity: 0.0;
}
.footer-agileinfo h3 {
    font-size: 3em;
    text-align: center;
    color: #fff;
}
.footer-left {
    text-align: center;
}
p.para {
    color: #fff;
    text-align: center;
	margin-top:1.5em;
	font-size: 1em;
}
.footer-left i {
    font-size: 2em;
    color: #fff;
}
.footer-right h4 {
    color: #17C2A4;
    font-size: 1.5em;
}
.footer-right p {
	line-height:2em;
	font-size:1em;
      margin: 1.5em 0;
}
.footer-right input[type="text"] {
    background: none;
    padding: 10px 10px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 1em;
    outline: none;
    width: 72%;
}
.footer-right input[type="submit"] {
    background: #17C2A4;
    padding: 11px 10px;
    color: #fff;
    border: none;
    font-size: 1em;
    outline: none;
    width: 27%;
}
.footer-right input[type="submit"]:hover{
	background:#07568E;
}


p.copy-right {
    color: #fff;
    font-size: 0.85em;
    text-align: right;
    margin-bottom: 0em;
	margin-top: -2em;
	margin-right: 50px;
}
p.copy-right1 {
    color: #333333;
    font-size: 0.85em;
    text-align: right;
    margin-bottom: 0em;
	margin-top: 1em;
	margin-right: 50px;
}
p.copy-right a{
    color: #fff;
	text-decoration:none;
}
p.copy-right1 a{
    color: #333333;
	text-decoration:none;
}
p.copy-right a:hover{
    color: #fff;
}
p.copy-right1 a:hover{
    color: #cccccc;
}
/*--footer--*/
/*--about--*/
.about-grid h4 {
    font-size: 1.6em;
	color:#17C2A4;
	text-align: left;
}
.about-grid {
    padding: 0;
}
.about-grid p {
    font-size: 1em;
    line-height: 1.8em;
    margin-top: 0.8em;
	text-align: left;
}
.about-left img {
    border: 1px solid#DACFCF;
    padding: .5em;
    box-shadow: 0 0 5px #c3c3c3;
    overflow: hidden;
}
.about-right img {
    border: 1px solid#DACFCF;
    padding: .5em;
    box-shadow: 0 0 5px #c3c3c3;
    overflow: hidden;
}
.principle-grid {
    border: 0px solid#DACFCF;
    padding: .0em;
    box-shadow: 0 0 0px #c3c3c3;
}
.about-right img,.about-left img {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.about-right:hover img,.about-left img:hover  {
    webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.about-top1 {
    margin-top: 2em;
}
.team{
	padding: 5em 0em -1em 0em; 
	text-align: left;
	background: #fff;
}
.team1{
	padding: 5em 0em -1em 0em; 
	text-align: center;
	background: #fff;
}
.team-img {
    position: relative;
}
.team-img:hover .overlay {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -o-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}
.team-img .overlay {
   padding: 7.5em 0.5em;
    line-height: 24px;
}
.overlay {
    background: rgba(33, 33, 33, 0.0);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    -moz-transform: rotateY(180deg) scale(0.5,0.5);
    -ms-transform: rotateY(180deg) scale(0.5,0.5);
    -o-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}
.team-grid h5 {
    font-size: 1.5em;
}
.team-grid p {
    font-size: 1em;
    line-height: 1.8em;
	color:#eee;
}
.team-grid h4 {
    font-size: 1.5em;
    color: #222;
    padding: 0.5em 0 0.3em;
} 
.team-grid span {
    font-size: 0.8em;
    color: #999;
	line-height: 1.8em;
}
.social-icon {
	margin-top: 44em;
	margin-bottom: 4em;
	margin-left: 4em;
}
.social-icon1 {
	margin-top: 3.7em;
	margin-bottom: 4em;
	margin-left: 4em;
}
.social-icon2 {
	margin-top: 3.8em;
	margin-bottom: 4em;
	margin-left: 4em;
}
.social-icon3 {
	margin-top: 0.8em;
	margin-bottom: 4em;
	margin-left: 4em;
}
.social-icon a i {
	
	
    width: 28px;
    height: 28px;
    background:#212121   url(../images/img-sprite.png) no-repeat 0px 0px;
	opacity: 0.6;
    display: inline-block;
	margin:0 0.2em;
	
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	 border-radius: 6px 6px 5px 10px;
}
.social-icon1 a i {
	
	
    width: 28px;
    height: 28px;
    background:#212121   url(../images/img-sprite.png) no-repeat 0px 0px;
	opacity: 0.6;
    display: inline-block;
	margin:0 0.2em;
	
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	 border-radius: 6px 6px 5px 10px;
}
.social-icon2 a i {
	
	
    width: 28px;
    height: 28px;
    background:#212121   url(../images/img-sprite.png) no-repeat 0px 0px;
	opacity: 0.6;
    display: inline-block;
	margin:0 0.2em;
	
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	 border-radius: 6px 6px 5px 10px;
}
.social-icon3 a i {
	
	
    width: 28px;
    height: 28px;
    background:#212121   url(../images/img-sprite.png) no-repeat 0px 0px;
	opacity: 0.6;
    display: inline-block;
	margin:0 0.2em;
	
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	 border-radius: 6px 6px 5px 10px;
}
.social-icon i.icon:hover {
  background: #cccccc  url(../images/img-sprite.png) no-repeat 0px 0px;
      transform: rotateY(360deg);
}
.social-icon1 i.icon:hover {
  background: #cccccc  url(../images/img-sprite.png) no-repeat 0px 0px;
      transform: rotateY(360deg);
}
.social-icon2 i.icon:hover {
  background: #cccccc  url(../images/img-sprite.png) no-repeat 0px 0px;
      transform: rotateY(360deg);
}
.social-icon2 i.icon:hover {
  background: #cccccc  url(../images/img-sprite.png) no-repeat 0px 0px;
      transform: rotateY(360deg);
}
.social-icon i.icon {
    background-position: 0px 0px;
}
.social-icon i.icon1 {
    background-position: -32px 0px;
}
.social-icon1 i.icon1 {
    background-position: -32px 0px;
}
.social-icon2 i.icon1 {
    background-position: -32px 0px;
}
.social-icon3 i.icon1 {
    background-position: -32px 0px;
}
.social-icon i.icon1:hover {
  background: #cccccc  url(../images/img-sprite.png) no-repeat -32px 0px;
      transform: rotateY(360deg);
}
.social-icon1 i.icon1:hover {
  background: #cccccc  url(../images/img-sprite.png) no-repeat -32px 0px;
      transform: rotateY(360deg);
}
.social-icon2 i.icon1:hover {
  background: #cccccc  url(../images/img-sprite.png) no-repeat -32px 0px;
      transform: rotateY(360deg);
}
.social-icon3 i.icon1:hover {
  background: #cccccc  url(../images/img-sprite.png) no-repeat -32px 0px;
      transform: rotateY(360deg);
}
.social-icon i.icon2 {
    background-position: -64px 0px;
}
.social-icon1 i.icon2 {
    background-position: -64px 0px;
}
.social-icon2 i.icon2 {
    background-position: -64px 0px;
}
.social-icon3 i.icon2 {
    background-position: -64px 0px;
}
.social-icon i.icon2:hover {
  background: #cccccc  url(../images/img-sprite.png) no-repeat -64px 0px;
      transform: rotateY(360deg);
}
.social-icon i.icon3 {
    background-position: -96px 0px;
}
.social-icon1 i.icon3 {
    background-position: -96px 0px;
}
.social-icon2 i.icon3 {
    background-position: -96px 0px;
}
.social-icon3 i.icon3 {
    background-position: -96px 0px;
}
.social-icon i.icon3:hover {
  background: #cccccc  url(../images/img-sprite.png) no-repeat -96px 0px;
      transform: rotateY(360deg);
}
.social-icon1 i.icon3:hover {
  background: #cccccc  url(../images/img-sprite.png) no-repeat -96px 0px;
      transform: rotateY(360deg);
}
.social-icon2 i.icon3:hover {
  background: #cccccc  url(../images/img-sprite.png) no-repeat -96px 0px;
      transform: rotateY(360deg);
}
.social-icon3 i.icon3:hover {
  background: #cccccc  url(../images/img-sprite.png) no-repeat -96px 0px;
      transform: rotateY(360deg);
}



.pricing {
    float: left;
    width: 16%;
    text-align: center;
    margin-left: 2%;
    margin-right: 1%;
    
    border: 0px solid #eee;
}
.pricing-table {
    margin: 3% auto 0 auto;
    width: 100%;
}
.price-top h2 {
    font-size: 1.5em;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
}
.price-top {
    background: none;
    padding: 1em;
    
    
}
.top2 {
    background: none;
    padding: 1em;
    
    
}
.top3 {
    background: none;
    padding: 1em;
    
    
}
.top4 {
    background: none;
    padding: 1em;
    
}
.top5 {
    background: none;
    padding: 1em;
    
}	
.price-bottom h3 {
    font-size: 2.5em;
    color: #333;
}
.price-bottom p {
    font-size: .9em;
    text-transform: uppercase;
    color: #999;
	margin-bottom: .8em;
	border: 2px;
}
.img {
  padding-bottom: 6px;
}
.price-bottom ul li {
        font-size: .9em;
    line-height: 1.8em;
    color: #555;
    padding: .3em 0;
}
.price-bottom b {
    font-weight: 600;
    color: #333;
	font-size: .9em;
}
a.button {
   font-size: .8em;
    text-transform: uppercase;
    padding: .2em 1em;
    background: none;
    color: #434343;
    display: block;
    width: 120%;
    margin:1em -0.5em;
    border-radius: 4px;
    font-weight: 300;
}
.pricing:nth-child(4) {
    margin-right: 0;
}
.price-bottom {
	padding-top: 2em;
	padding-left: 2em;
	
    background: none;
}
a.button.but1 {
    background: #7BD553;
}
a.button.but2 {
    background: #3AD5A0;
}
a.button.but3 {
    background: #45D0DA;
}

.footerx {
    text-align: center;
    padding: 3em 0;
}
.footerx p {
    font-size: .9em;
    color: #222;
    margin: 0px;
}
.footerx p a:hover {
    color: #222;
}
.footer p a {
    color: #222;
}








ul.place {
  padding: 0;
  margin: .5em 0;
  background:#ffffff;
  width: 100%;
  text-align: left;
}
ul.place li {
  display: inline-block;
  padding: 6px;
}
ul.place li {
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.principle-grid1 p {
    font-size: 1em;
    line-height: 1.8em;
	text-align: left;
}
/*--about--*/
/*--services--*/
.services-grid1 h4 {
  font-size: 18px;
  color: #333333;
  margin: 0em 0 0.5em;
  text-align: left;
}
.services-grid111 h4 {
  font-size: 18px;
  color: #333333;
  margin: 0em 0 0.5em;
  text-align: right;
}
.services-grid1 p {
  
  font-size: 1em;
  line-height: 1.8em;
  text-align: left;
  text-align: justify;
}
.services-grid111 p {
  padding-left: 280px;
  font-size: 1em;
  line-height: 1.8em;
  text-align: right;
 
}
.feature-icon {
    float: left;
    width: 20%;
    margin-right: 1%;
	 text-align: center;
}
h3.tittle2 {
    font-size: 3em;
    color: #031C44;
	text-align:center;
}
.feature-w3{
	padding:5em 0;
	    background: #F5F5F7;
}
.feature-text {
    float: left;
    width: 75%;
}
.feature-icon i {
    background: #0B0C20;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    padding-top: 1em;
    font-size: 2em;
    border-radius: 50px;
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.feature-grid:hover div.feature-icon i {
    background: #17c2a4;
}
.feature-grid h4 {
    font-size: 1.6em;
    color: #17C2A4;
}
.feature-grid p {
    font-size: 1em;
    line-height: 1.8em;
	padding-top: 0.5em;
}
.enquiry-gd h4 {
    font-size: 1.6em;
    color: #17C2A4;
    padding: 0.8em 0 0.5em;
}
.enquiry-gd p {
    font-size: 1em;
    line-height: 1.8em;
}
.enquiry-gd img {
    border: 1px solid#DACFCF;
    padding: .5em;
    box-shadow: 0 0 5px #c3c3c3;
	 -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.enquiry-gd img:hover {
     webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*--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: right;
right: 10%;
  top: 90%;
  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;
}
.separator1 {
  display: block;
  position: relative;
  height: 1px;
  width: 100%;
  margin: 1px auto;
  background: rgba(0, 0, 0, 0.2);
  clear: both;
}
.separator2 {
  display: block;
  position: relative;
  height: 4px;
  border-top: 2px #cccccc;
  border-radius: 2px;
  width: 100%;
  
  margin: 0px 40px -20px 20px;
  background: rgba(0, 0, 0, 1.3);
  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=1);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -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.1);
  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: 0px;
    box-shadow: 0px 0px 0px 0px #A9A9A9;
}
.gallery-gal-text h4 {
    color: #fff;
    font-size: 1.5em;
    text-shadow: 1px 1px 4px #000000;
}
.gallery-gal-text p {
    color: #fff;
    font-size: 1em;
    line-height: 2.2em;
}
.gal-btm{
	margin-top:0em;
}
.gal-gd img {
    width: 100%;
}
.gal-gd-sec{
	margin:0em 0;
}
.gal-gd img{
	width:100%;
}
.gallery-agile {
    border-top: 0px solid #000;
	border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
		border-right: 1px solid #fff;
    padding: 0em 0;
    background: #f7f7f7;
}
/*--gallery--*/
/*--codes--*/
.page-w3, .contact-w3l{
	padding:5em 0;
}
.page-header h3{
	font-size: 2.5em;
}
.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;
}
.form-horizontal .control-label {
  text-align: left;
}
/*--codes--*/
/*--contact--*/
.contact-map iframe {
	min-height:380px;
	width: 100%;
	border: none;
}
.contact_top {
	padding:4em 0 0em 0;
}
.contact-top h3 {
	font-size: 3.5em;
	color: #652840;
	text-transform: capitalize;
}
.contact-map {
    margin-top: 4em;
}
.contact_left p{
	font-size:1em;
	line-height:1.8em;
	margin-bottom: 1em;
}
.form_details input[type="text"], .form_details textarea {
	padding: 11px;
	width: 51%;
	font-size: 1em;
	margin: 10px 0px;
	border:1px solid #bbb;
	color: #bbb;
	background: none;
	-webkit-appearance: none;
	float: left;
	outline: none;
	font-weight:400;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
}
.form_details textarea {
	height:200px;
	resize:none;
	width:80%;
}
.form_details input[type="submit"] {
	margin-top:1em;
	color: #fff;
	font-size: 1em;
	padding: 0.7em 1em;
	-webkit-appearance:none;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight:400;
	border: none;
	text-transform:uppercase;
	outline: none;
	cursor: pointer;
	width:20%;
	background:#01365C;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
}
.form_details input[type="submit"]:hover {
 	text-decoration: none;
	color: #fff;
	background:#17C2A4;
}
.contact_left h4,.company_ad h4 {
    font-size: 1.6em;
    text-transform: capitalize;
    color: #17C2A4;
	margin-bottom: 0.3em;
 }
 .company_ad p {
  font-size: 1em;
  line-height: 1.8em;
 }
 .company_ad a {
    color: #777;
}
/*--contact--*/
/*responsive*/
@media(max-width:1440px){
	
}
@media(max-width:1366px){
	
}
@media(max-width:1280px){
.navigation-right ul li.active a{
	color:#dddada;
	margin-left: 600px;
}	
.navigation-right1 ul li.active a{
	color:#dddada;
	margin-left: 600px;
}	
	
}
@media(max-width:1080px){
.w3ls_banner_info {
    padding: 6em 0 0;
}
.navigation-right ul li.active a{
	color:#dddada;
	margin-left: 700px;
}
.navigation-right1 ul li.active a{
	color:#dddada;
	margin-left: 700px;
}
.center-container {
    padding: 0em 0 10em;	
}
h2.tittle {
    font-size: 2.8em;
}
.wel-grid h4,.who-grid h4,.who-grid h4,.about-grid h4,.services-grid1 h4,.feature-grid h4,.enquiry-gd h4 {
    font-size: 1.5em;
}
.wel-grid p,.latest-grid p,.testimonial-info p ,.footer-right p,.about-grid p,.team-grid p,.services-grid1 p,.feature-grid p,.enquiry-gd p,.contact_left p,.company_ad p{
    font-size: 0.956em;
}
.about-bottom h5 {
    font-size: 1.5em;
}
h3.tittle,h3.tittle1,h3.tittle2,.footer-agileinfo h3 {
    font-size: 2.8em;
}
.testimonial-info h5 {
    font-size: 1.1em;
}
.left-grid {
    width: 16%;
}
.right-grid {
    width: 82%;
}
.footer-right input[type="text"] {
    width: 71%;
}
ul.place li {
    font-size: 1.1em;
}
.team-img .overlay {
    padding: 4em 0.5em;
}
.services-grid1 {
    padding: 0;
}
.feature-icon {
    float: left;
    width: 24%;
}
.form_details input[type="submit"] {
 width: 24%;
}
}
@media(max-width:1024px){
	
}
@media(max-width:991px){
.logo h1 a {
    font-size: 0.95em;	
}
.link-effect-3 a {
    padding: 10px 0;
    margin: 0 10px;
}
h2.tittle {
    font-size: 2.5em;
}
.navigation-right ul li a {
    color: #fff;
    font-size: 0.9em;
}
.navigation-right1 ul li a {
    color: #fff;
    font-size: 0.9em;
}
.wel-grid {
    float: left;
    width: 33.3%;
}
.wel-grid h4, .who-grid h4, .who-grid h4, .about-grid h4, .services-grid1 h4, .feature-grid h4, .enquiry-gd h4,.team-grid h4 ,.contact_left h4, .company_ad h4{
    font-size: 1.3em;
}
.about-left {
    float: left;
    width: 50%;
}
.about-right {
    float: left;
    width: 50%;
}
.about-grid:nth-child(2) {
    margin-top: 2em;
}
p.text {
    width: 70%;
}
.about-bottom h5 {
    width: 77%;
}
.welcome-w3, .services-w3, .enquiry-agile, .about-w3, .principles-w3l,.project,.testimonial,.who,.team ,.feature-w3,.page-w3, .contact-w3l,.gallery-agile{
    padding: 4em 0;
}
.testimonial-grid {
    float: left;
    width: 60%;
}
.testimonial-grid1 {
    float: left;
    width: 40%;
	padding: 0;
}
.latest-grid{
	float: left;
    width: 50%;
}
h3.tittle, h3.tittle1, h3.tittle2, .footer-agileinfo h3 {
    font-size: 2.5em;
}
.who-grid {
    float: left;
    width: 50%;
}
.who-grid1 {
    float: left;
    width: 50%;
}
.who-grid ul li {
    font-size: 0.95em;
}
.left-grid {
    width: 22%;
}
.right-grid {
    width: 76%;
}
.footer-grid {
    float: left;
    width: 50%;
}
.footer-right input[type="text"] {
    width: 65%;
}
.footer-right input[type="submit"] {
    width: 33%;
}
.about-grid {
    width: 100%;
}
.about-grid1 {
    width: 100%;
}
.principle-grid {
    float: left;
    width: 40%;
}
.principle-grid1 {
    float: left;
    width: 60%;
}
ul.place li {
    font-size: 1em;
	padding: 4px;
}
.team-grid {
    float: left;
    width: 25%;
}
.team-grid h5 {
    font-size: 1.1em;
}
.team-img .overlay {
    padding: 2.5em 0.5em;
}
.team-grid span {
    font-size: 0.965em;
}
.services-grid {
    float: left;
    width: 25%;
}
.services-grid1 {
    float: left;
    width: 25%;
}
.feature-grid {
    float: left;
    width: 50%;
}
.feature-icon {
    float: left;
    width: 21%;
    margin-right: 7%;
}
.feature-text {
    float: left;
    width: 72%;
}
.enquiry-gd {
    float: left;
    width: 33.3%;
}
.gal-gd {
    float: left;
    width: 33.3%;
    padding: 0 6px;
}
.gal-gd-sec {
    float: left;
    width: 50%;
    padding: 0 6px;
}
.contact_left {
    float: left;
    width: 60%;
}
.contact_right {
    float: left;
    width: 40%;
}
.form_details input[type="submit"] {
    width: 37%;
}
.form_details textarea {
    height: 150px;
}
.form_details input[type="text"], .form_details textarea {
    padding: 11px;
    width: 80%;
}
@media(max-width:736px){
.principle-grid1 {
    float: left;
    width: 60%;
    padding: 0;
}
.logo h1 a {
    font-size: 0.8em;
}
.services-grid111 p {
  padding-left: 100px;
  font-size: 1em;
  line-height: 1.8em;
  text-align: right;
  text-align: justify;
.feature-icon i {
    width: 70px;
    height: 70px;
	padding-top: 1.2em;
    font-size: 1.5em;	
}
.wel-grids, .latest-grids, .footer-grids, .about-grids, .team-grids, .principle-grids, .servic-grids, .feature-grids, .enquiry-grids,.gal-btm {
    margin-top: 3em;
}
.center-container {
    padding: 0em 0 1em;
}
.w3ls_banner_info {
    padding: 2em 0 0;
}
.w3ls_banner_info p {
    margin-bottom: 2em;
}
.gallery-gal-text p {
    font-size: 0.95em;
    line-height: 1.8em;
}
.gallery-gal-text h4 {
    color: #fff;
    font-size: 0.8em;
    text-shadow: 1px 1px 4px #000000;
}
}
@media(max-width:667px){
.navigation-right {
    margin: 0.3em 0 0;
}
.navigation-right1 {
    margin: 0.3em 0 0;
}
.link-effect-3 a {
    margin: 0 4px;
    margin-top: 3px;
    
    
}
.navigation-right ul li a {
    color: #fff;
    font-size: 0.92em;
    text-align: right;
}
.navigation-right1 ul li a {
    color: #fff;
    font-size: 0.92em;
    text-align: right;
}
.navigation-right ul li.active a{
	color:#dddada;
	margin-left: 10px;
}
.navigation-right1 ul li.active a{
	color:#dddada;
	margin-left: 10px;
}
.w3ls_banner_info h3 {
    margin: 1.5em 0;
    font-size: 1.5em;	
}
.wel-grid h4, .who-grid h4, .who-grid h4, .about-grid h4, .services-grid1 h4, .feature-grid h4, .enquiry-gd h4, .team-grid h4,.contact_left h4, .company_ad h4 {
    font-size: 1.2em;
}
.welcome-w3, .services-w3, .enquiry-agile, .about-w3, .principles-w3l,.project,.testimonial,.who,.team ,.feature-w3,.page-w3, .contact-w3l,.gallery-agile{
    padding: 3em 0;
}
.about-bottom h5 {
    width: 87%;
    font-size: 1.4em;
}
.about-bottom {
    min-height: 307px;
    padding: 4em 0 0;
}
h3.tittle, h3.tittle1, h3.tittle2,.footer-agileinfo h3 {
    font-size: 2.2em;
}
h2.tittle {
    font-size: 2.2em;
}
.who-grid ul li {
    width: 100%;
    line-height: 2em;
}
.footer-left {
    text-align: center;
    float: left;
    width: 15%;
}
.footer-right {
    float: left;
    width: 85%;
}
.footer-right input[type="text"] {
    width: 59%;
}
.footer-right input[type="submit"] {
    width: 39%;
}
.footer-agileinfo {
    padding: 3em 0;
}
.principle-grid {
    float: left;
    width: 100%;
}
.principle-grid1 {
    float: left;
    width: 100%;
	margin-top: 2em;
}
.team-grid {
    float: left;
    width: 50%;
}
.team-grid img {
    width: 100%;
}
.team-img .overlay {
    padding: 8.5em 0.5em;
}
.team-grid:nth-child(3),.team-grid:nth-child(4) {
    margin-top: 2em;
}
.services-grid {
    float: left;
    width: 50%;
}
.services-grido h4{
    
    width: 50%;
}
.services-grid111 {
    float: left;
    width: 50%;
    margin-bottom: 6em;
}
.services-grid111 p {
  padding-left: 0px;
  font-size: 1em;
  line-height: 1.8em;
  text-align: right;
  text-align: justify;
} 
.services-grido iframe {
	min-height:380px;
	width: 100%;
	border: none; 
    
}

.services-grid1 {
    float: left;
    width: 50%;
    margin-bottom: 6em;
}
.gallery-gal-text p {
    color: #fff;
    font-size: 0.95em;
    line-height: 1.5em;
}
.gallery-gal-text h4 {
    color: #fff;
    font-size: 0.8em;
    text-shadow: 1px 1px 4px #000000;
}
p.copy-right {
    margin-top: 40px;
}
.contact-map iframe {
    min-height: 270px;
}
.contact-map {
    margin-top: 3em;
}
.contact_top {
    padding: 3em 0 0em 0;
}
}
@media(max-width:640px){
span.menu {
		display: block;
		cursor: pointer;
		width: 100%;
		position: relative;
		text-align: center;
		margin: 0px 0px;
	}
	.navigation-right ul {
		position: absolute;
		right: 1%;
		width: 96%;
		z-index: 999;
		text-align: right;
		padding: 10px;
		margin: 13px 0px 0px;
	}
	.navigation-right1 ul {
		position: absolute;
		right: 1%;
		width: 96%;
		z-index: 999;
		text-align: right;
		padding: 10px;
		margin: 13px 0px 0px;
	}
	.navigation-right ul.nav1 li {
		display: inline-block;
		width: 50%;
		margin: 0px 10px;
		padding: 10px 0em;
		opacity: 1.0;
	}
	.navigation-right1 ul.nav1 li {
		display: inline-block;
		width: 50%;
		margin: 0px 10px;
		padding: 10px 0em;
		opacity: 1.0;
	}
	ul.nav1 {
		display: none;
		margin-top: 2.5em;
		background:rgb(33, 33, 33);
		opacity: 0.8;
	}
	.navigation-right {
		margin: 0.4em 0 0;
	}
	.navigation-right1 {
		margin: 0.4em 0 0;
	}
	.navigation-right ul li a {
		display: inline-block;
		
	}
	.navigation-right1 ul li a {
		display: inline-block;
		
	}
	.navigation-right ul.nav1 li {
		padding: 5px 0;
	}
	.navigation-right ul.nav1 li {
		padding: 5px 0;
	}
}
.who-grid1 {
    padding: 0;
}
.footer-right input[type="text"] {
    width: 100%;
}
.footer-right input[type="submit"] {
    width: 45%;
    margin-top: 1em;
}
.about-grid h4 {
    line-height: 1.5em;
}
.feature-text {
    width: 100%;
    text-align: center;
    margin-top: 1em;
}
.feature-icon {
    width: 100%;
}
.form_details input[type="submit"] {
    width: 40%;
}
}
@media(max-width:600px){
.wel-grid h4 {
    font-size: 1em;
}
a.button {
    font-size: 1em;
}
span.menu img {
    width: 10%;
}
.wel1 {
    padding: 0.5em;
}
.about-bottom {
    min-height: 270px;
    padding: 3em 0 0;
}
.testimonial-grid {
    width: 100%;
}
.testimonial-grid1 {
    width: 100%;
	margin-top:2em;
	    padding:0 19px;
}
.testimonial-info {
    margin-top: 2em;
}
.about-bottom h5 {
    width: 87%;
    font-size: 1.3em;
}
.team-img .overlay {
    padding: 7.5em 0.5em;
}
.services-grid1 {
    margin-bottom: 5em;
}
.enquiry-gd h4{
    font-size: 1.05em	
}
p.text {
    width: 100%;
    font-size: 0.965em;
}
.gal-gd, .gal-gd-sec {
    width: 60%;
    float: none;
    padding: 0;
    margin: 0 auto 27px;
}
.form_details input[type="submit"] {
    width: 44%;
}
.contact-map iframe {
    min-height: 230px;
}
}
@media(max-width:568px){
a.button {
    font-size: 0.7em;
    padding: 0.2em 0;
}
.who-grid {
    width: 100%;
}
.who-grid1 {
    width: 100%;
	margin-top:2em;
	 padding:0 19px;
}
.left-grid {
    width: 16%;
}
.right-grid {
    width: 82%;
}
.footer-right input[type="submit"] {
    width: 54%;	
}
.about-grid {
    float: left;
    width: 100%;
}
.wel-grids, .latest-grids, .footer-grids, .about-grids, .team-grids, .principle-grids, .servic-grids, .feature-grids, .enquiry-grids,.gal-btm {
    margin-top: 2em;
}
.team-img .overlay {
    padding: 6.5em 0.5em;
}
.enquiry-gd {
    float: left;
    width: 100%;
}
.enquiry-gd:nth-child(2) {
    margin: 2em 0;
}
.enquiry-gd h4 {
    font-size: 1.2em;
}
.form_details input[type="text"], .form_details textarea {
    padding: 8px;
}
.form_details input[type="submit"] {
    width: 47%;
}
.footer-agileinfo{
    padding: 2em 0;
}
}
@media(max-width:480px){
.center-container {
    padding: 0em 0 4em;
}
.navigation-right ul li a {
    display: inline-block;
    padding: 5px 0;
}
.navigation-right1 ul li a {
    display: inline-block;
    padding: 5px 0;
}
.link-effect-3 a::before {
    padding: 5px 0;
}
.w3ls_banner_info h3 {
    margin: 1.5em 0;
    font-size: 1.2em;
}
.welcome-w3, .services-w3, .enquiry-agile, .about-w3, .principles-w3l,.project,.testimonial,.who,.team ,.feature-w3,.page-w3, .contact-w3l,.gallery-agile{
    padding: 2em 0;
}
.wel-grid {
    float: left;
    width: 100%;
}
.wel-grid h4 {
    font-size: 1.2em;
}
.wel-grid:nth-child(2) {
    margin: 2em 0;
}
.about-bottom h5 {
    width: 91%;
    font-size: 1.1em;
}
h2.tittle {
    font-size: 2em;
}
h3.tittle, h3.tittle1, h3.tittle2,.footer-agileinfo h3 {
    font-size: 2em;
}
.footer-grid {
    width: 100%;
}
.footer-grid:nth-child(2) {
    margin-top: 2em;
}
.footer-right h4 {
    font-size: 1.3em;
}
.team-img .overlay {
    padding: 3.5em 0.5em;
}
.services-grid1 {
    margin-bottom: 1em;
}
.gal-gd, .gal-gd-sec {
    width: 80%	
}
p.para {
    font-size: 0.95em;
}
.contact-map {
    margin-top: 2em;
}
.contact_left {
    width: 100%;
	margin-bottom: 1em;
}
.contact_top {
    padding: 2em 0 0em 0;
}
.company-right {
    width: 100%;
}
}
@media(max-width:414px){
.latest-grid {
    width: 100%;
	    padding: 0;
}
.latest-grid:nth-child(2) {
   margin-top:2em;
}
h3.tittle1 {
    margin-bottom: 0.8em;
}
.left-grid {
    width: 21%;
}
.right-grid {
    width: 76%;
}
ul.place li {
    font-size: 0.9em;	
}
.team-img .overlay {
    padding: 2.5em 0.5em;
}
.services-grid {
    width: 100%;
	padding:0;
}
.services-grid1 {
    width: 100%;
	margin-top:2em;
}
.feature-grid {
   width:100%;
}
.feature-grid:nth-child(2) {
    margin-top: 2em;
}
.page-header h3 {
    font-size: 1.8em;
}
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;
}
.page-header {
    padding-bottom: 9px;
    margin: 24px 0 20px;
}	
}
@media(max-width:384px){
.about-bottom {
    min-height: 256px;
    padding: 2em 0 0;
}
.center-container {
    padding: 0em 0 3em;
}
.about-left {
    width: 100%;
}
.about-right {
    width: 100%;
	margin-top:1em;
}
.w3ls_banner_info h3 {
    margin: 1em 0;	
}
.wel-grids, .latest-grids, .footer-grids, .about-grids, .team-grids, .principle-grids, .servic-grids, .feature-grids, .enquiry-grids, .gal-btm {
    margin-top: 1em;
}
.team-img .overlay {
    padding: 1.2em 0.5em;
}
}
@media(max-width:375px){
h2.tittle {
    font-size: 1.8em;
}
h3.tittle, h3.tittle1, h3.tittle2, .footer-agileinfo h3 {
    font-size: 1.8em;
}
.team-grid {
    float: left;
    width: 100%;
}
.team-img .overlay {
    padding: 9.2em 0.5em;
}
.gal-gd, .gal-gd-sec {
    width: 90%;
}
.form_details input[type="text"], .form_details textarea {
    width: 100%;
}	
}
@media(max-width:320px){
.w3ls_banner_info h3 {
    font-size: 1em;
}
l.ogo h1 a {
    font-size: 0.75em;
}
.w3ls_banner_info p {
    font-size: 0.95em;
}
h2.tittle {
    font-size: 1.7em;
    line-height: 1.3em;
}
.wel-grid,.who-grid,.who-grid1,.feature-grid,.enquiry-gd,.footer-grid,.contact_left,.company_right,.testimonial-grid{
    padding: 0;
}
.testimonial-grid1 {
    padding: 0 4px;
}
.about-bottom h5 {
    width: 100%;
    font-size: 1em;
}
.left-grid p {
    width: 50px;
    height: 50px;
    font-size: 1.2em;
	padding-top: 0.8em;
}
.team-img .overlay {
    padding: 7em 0.5em;
}
.gal-gd, .gal-gd-sec {
    width: 100%;
    margin: 0 auto 15px;
}
.contact-map iframe {
    min-height: 180px;
}
.header h1 {
    font-size: 2.5em;
    color: #222;
    text-transform: capitalize;
	font-family: 'Ubuntu', sans-serif;
}
.pricing {
    float: left;
    width: 18%;
    text-align: center;
    margin-right: 0%;
    border: 0px solid #eee;
}
.pricing-table {
    margin: 5% auto 0 auto;
    width: 65%;
}
.price-top h2 {
    font-size: 1.5em;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
}
.price-top {
    background: none;
    padding: 2em;
    
    
}
.top2 {
    background: none;
    padding: 2em;
    
    
}
.top3 {
    background: none;
    padding: 2em;
    
    
}
.top4 {
    background: none;
    padding: 2em;
    
}
.top5 {
    background: none;
    padding: 2em;
    
}	
.price-bottom h3 {
    font-size: 2.5em;
    color: #333;
}
.price-bottom p {
    font-size: .9em;
    text-transform: uppercase;
    color: #999;
	margin-bottom: .8em;
	border: 2px;
}
.img {
  padding-bottom: 6px;
}
.price-bottom ul li {
        font-size: .9em;
    line-height: 1.8em;
    color: #555;
    padding: .3em 0;
}
.price-bottom b {
    font-weight: 600;
    color: #333;
	font-size: .9em;
}
a.button {
   font-size: .9em;
    text-transform: uppercase;
    padding: .5em 1em;
    background: #B3E03F;
    color: #fff;
    display: block;
    width: 80%;
    margin:0em auto 0;
    border-radius: 4px;
    font-weight: 700;
}
.pricing:nth-child(4) {
    margin-right: 0;
}
.price-bottom {
	padding: 2em 0;
    background: none;
}
a.button.but1 {
    background: #7BD553;
}
a.button.but2 {
    background: #3AD5A0;
}
a.button.but3 {
    background: #45D0DA;
}
.footerx {
    text-align: center;
    padding: 3em 0;
}
.footerx p {
    font-size: .9em;
    color: #222;
    margin: 0px;
}
.footerx p a:hover {
    color: #222;
}
.footer p a {
    color: #222;
}
@media(max-width:1280px){
a.button {
   width: 31%;
}
}
@media(max-width:1080px){
.pricing-table {
    margin: 5% auto 0 auto;
    width: 81%;
}
.price-top h2 {
    font-size: 1.3em;
}
.price-bottom h3 {
    font-size: 2.2em;
}
}
@media(max-width:991px){
.header h1 {
    font-size: 2em;
}
.pricing-table {
    margin: 5% auto 0 auto;
    width: 100%;
}
.pricing {
    float: left;
    width: 24.3%;
    margin-right: 0.5%;
}
a.button {
    width: 34%;
}
}
@media(max-width:640px){
.pricing {
    float: left;
    width: 49%;
    margin-right: 1%;
}
.pricing-table {
    width: 97%;
}
.header h1 {
    font-size: 1.8em;
}
.pricing:nth-child(2) {
    margin-right: 0;
}
.pricing:nth-child(3) {
    margin-top: .5em;
}
.pricing:nth-child(4) {
    margin-top: .5em;
}
a.button {
    width: 50%;
}
}
@media (max-width:480px){
.pricing {
    float: left;
    width: 49%;
    margin-right: 1%;
}
.footer {
    text-align: center;
    padding: 2em 0;
}
a.button {
    width: 27%;
}
}
@media (max-width:320px){
.header h1 {
    font-size: 1.5em;
}
.pricing {
    width: 100%;
    margin-right: 0;
}
.pricing:nth-child(2) {
    margin-right: 0;
    margin-top: 1em;
}
.price-top h2 {
    font-size: 1.4em;
}
@media(max-width:1280px){
a.button {
   width: 31%;
}
}
@media(max-width:1080px){
.pricing-table {
    margin: 5% auto 0 auto;
    width: 81%;
}
.price-top h2 {
    font-size: 1.3em;
}
.price-bottom h3 {
    font-size: 2.2em;
}
}
@media(max-width:991px){
.header h1 {
    font-size: 2em;
}
.pricing-table {
    margin: 5% auto 0 auto;
    width: 100%;
}
.pricing {
    float: left;
    width: 24.3%;
    margin-right: 0.5%;
}
a.button {
    width: 34%;
}
}
@media(max-width:640px){
.pricing {
    float: left;
    width: 49%;
    margin-right: 1%;
}
.pricing-table {
    width: 97%;
}
.header h1 {
    font-size: 1.8em;
}
.pricing:nth-child(2) {
    margin-right: 0;
}
.pricing:nth-child(3) {
    margin-top: .5em;
}
.pricing:nth-child(4) {
    margin-top: .5em;
}
a.button {
    width: 50%;
}
}
@media (max-width:480px){
.pricing {
    float: left;
    width: 49%;
    margin-right: 1%;
}
.footer {
    text-align: center;
    padding: 2em 0;
}
a.button {
    width: 27%;
}
}
@media (max-width:320px){
.header h1 {
    font-size: 1.5em;
}
.pricing {
    width: 100%;
    margin-right: 0;
}
.pricing:nth-child(2) {
    margin-right: 0;
    margin-top: 1em;
}
.price-top h2 {
    font-size: 1.4em;
}
}