

p.wt {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
    text-align: center;
}
/*-- //w3l --*/
.heading h3{
    font-size:2em;
    color: #ae1004;
    margin: 0;
	padding: .5em 0px;
}
/*--w3ls-starts--*/
.w3ls{
	padding:0px;min-height: 500px;
}
.w3ls-top{
	text-align:center;
}
.w3ls-bottom{
	margin-top:4%;
}
.ad-left{
	width:35%;
	float:left;
}
.ad-right {
    width: 61%;
    float: right;
}
.w3ls-left {
    border-right: 1px solid #999;
    position: relative;
    padding: 0 30px;margin-bottom: 30px;
}
.w3ls-left:hover  .ad-right span{
	background-position:-22px 0px;
}
.ad-right span {
    position: absolute;
    right: -2px;
    top: 40%;
    background: url(../images/s-arw.png) no-repeat;
    width: 22px;
    height: 29px;
    display: block;
}
.ad-left img{
	width:100%;
}
.ad-right h4 {
    font-size: 1.4em;
    color: #212121;
    margin: 0;
}

.ad-right p{
	font-size: 16px;
    line-height: 1.8em;
    margin-top: 10px;
    color: #999;
	width: 95%;
}
.ad-btn {
    margin-top: 18px;
}
.ad-btn a {
    color: #fff;
    padding: 5px 12px;
    background: #000;
    font-size: 14px;
}
.ad-btn a:hover{
	background:#00eacf;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
.w3ls-two{
	margin-top:5%;
}
/*--w3ls-end--*/
/*--agile--*/
.agile {
    background: url(../images/4.jpg) no-repeat;
    min-height: 500px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	text-align:center;
}
.agile h3 {
    font-size: 2.5em;
    color: #39BC54;
	margin:0;
}
.agile p {
    font-size: 1em;
    line-height: 1.8em;
    color: #fff;
    margin: 1em 0;
}
.agile-botom {
    padding: 10em 0 0;
}
/*--agile--*/
/*--footer-starts--*/

.flickr{
	background:#fff;
	margin-top:5%;
}


/*--//Typography --*/

/*-- staff --*/
.our-staff {
    padding: 0 0 8em 0;
}
.our-staff-head h3 {
    font-size: 2.5em;
    color: #39BC54;
    font-weight: 400;
    letter-spacing: 1px;
}
.our-staff-head p {
    font-size: 1.05em;
    line-height: 1.6em;
    color: #BBBBBB;
    font-weight: 400;
    margin-top: 0.5em;
}
.our-staff-grid {
	margin-top:3em;
}
.our-staff-grid img {
	width:100%;
}
.our-staff-grid h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0.6em 0;
}
.our-staff-grid p {
	font-size: 1em;
    line-height: 1.8em;
    color: #999;
    font-weight: 400;
}
.get{
	margin:0 auto;
}
.view {
  position: relative;
  text-align: center;
}
.view .mask,.view .content {
  width: 255px;
  height: 255px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
   display: block;
   position: relative;
   width: 100%;
}
.view-seventh .mask {
    background-color: rgba(44, 51, 61, 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.1s ease-out;
   -moz-transition: all 0.1s ease-out;
   -o-transition: all 0.1s ease-out;
   -ms-transition: all 0.1s ease-out;
   transition: all 0.1s ease-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.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.1s;
}
ul.staff-social-icons{
  margin: 7.5em 0 0 0;
  padding: 0;
}
ul.staff-social-icons li{
	display:inline-block;
}
ul.staff-social-icons li a span{
	width:32px;
	height:32px;
	display:inline-block;
	background: url('../images/img-sprite.png') no-repeat 0px 0px;
	margin-right:0.2em;
	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;
  	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.staff-social-icons li a span:hover{
 opacity:0.6;
}
.view-seventh:hover ul.staff-social-icons li a span{
	  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
  	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.staff-social-icons li a span.facebook{
	background-position:0px 0px;
}
ul.staff-social-icons li a span.twitter{
	background-position: -36px 0px;
}
ul.social-icons li a:hover{
	opacity:0.7;
}
/*-- //staff --*/
/*-- about-section-starts-here --*/
.about-section {
	padding:5em 0;
}
.about-bottom h4 {
    margin: 15px 0;
    line-height: 1.3em;
    color: #212121;
    font-size: 1.3em;
    font-weight: 600;
}
.about-bottom img {
    margin-top: 2em;
}
.about {
    margin-bottom: 8em;
}
.about-bottom p {
    font-size: 1em;
    line-height: 1.8em;
    color: #999;
    font-weight: 400;
}
.about-middle {
    padding: 3em 0;
    background-color: #F7F7F7;
    position: relative;
}
.about-staff{
	padding:5em 0 0 0;
}
.about-middle:before {
    content: '';
    position: absolute;
   
    background-size: 100% 100%;
    height: 60px;
    z-index: 9;
    top: -11.7%;
    width: 100%;
    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.about-middle:after {
    content: '';
    position: absolute;
  
    background-size: 100% 100%;
    height: 60px;
    z-index: 9;
    top: 100%;
    width: 100%;
}
.testimonials h3 {
    font-size: 1.8em;
    color: #212121;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1.5em;
}
.list3 li strong {
    float: left;
    margin-right: 30px;
    width: 55px;
    height: 55px;
    line-height: 1.6em;
    font-size: 2em;
    color: #fff;
    background: #39BC54;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    font-weight: 400;
}
ul.list3 li,ul.list4 li {
    list-style-type: none;
}
.list4 li img {
    float: left;
    margin-right: 21px;
    margin-top: 7px;
}
ul.list3 li {
    display: inline-block;
    margin-bottom: 0.3em;
}
.extra a {
    font-size: 1em;
    color: #39BC54;
    margin-bottom: 1em;
    display: block;
    font-weight: 600;
}
.extra {
    overflow: hidden;
}
.extra p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 15px 0;
}
.testimonials h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
}
.testimonials p {
    color: #9A9797;
    margin: 5px 0px 15px 0;
    font-size: 1em;
    line-height: 1.8em;
}
.list1-2 li a {
    color: #9A9797;
}
.list1-2 li a:hover {
    text-decoration: underline;
	color:#39BC54;
}
.list1-2 li {
    font-size: 1em;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 26px;
    background: url(../images/list_arrow2.png) left 4px no-repeat;
}
/*-- //about-section-ends-here --*/
.copy-rights {
    margin-top: 15px;
}
.copy-rights ul li{
  padding: 0em;
  list-style:none;
  display:inline-block;
}
.copy-rights ul li a span.fa {
  background-position: 0px -2px;
}
.copy-rights ul li a span.tw {
  background-position: -41px -3px;
}
.copy-rights ul li a span.g {
  background-position:-86px -4px;
}
.copy-rights ul li span.in {
  background-position: -129px -4px;
}
.copy-rights ul li a  span.pin {
  background-position:-174px -5px;
}
.copy-rights ul li a  span.fa:hover {
  opacity:0.5;
}
.copy-rights ul li a span.tw:hover {
  opacity:0.5;
}
.copy-rights ul li a span.g:hover {
  opacity:0.5;
}
.copy-rights ul li a span.in:hover {
  opacity:0.5;
}
.copy-rights ul li a span.pin:hover {
 opacity:0.5;
}
.copy-rights ul li span{
  background:url(../images/ftr-icons.png)no-repeat;
  width:34px;
  height:36px;
  display:block;
}
 /*-- responsive-design --*/
@media (max-width: 1280px){
.banner h2 {
    margin: 3em 0 0;
}
.logo {
    margin: 8em 0 0;
}
.banner {
    min-height: 650px;
}
}
 /*-- responsive-design --*/
@media (max-width: 1024px){

.footer h4 {
    font-size: 1.8em;
}
.footer-left ul li a {
    font-size: 14px;
}
.footer-main {
    margin-top: 6%;
}
.footer {
    min-height: 340px;
}
.ft-left p {
    font-size: 14px;
}
.banner h2 {
    font-size: 2.3em;
}
.banner p {
    font-size: 14px;
}
.banner-1 {
    min-height: 320px;
}
.gallery h2, .about h2, .services h2, .contact h2, h2.title {
    font-size: 2.5em;
}
.about-bottom h4 {
    font-size: 1.2em;
}
.about-bottom p {
    font-size: 14px;
}
.about {
    margin-bottom: 3em;
}
.about-section {
    padding: 3em 0;
}
.testimonials h3 {
    font-size: 1.5em;
}
.testimonials-box.testimonials {
    margin-top: 2em;
}
.testimonials p {
    font-size: 14px;
}
.list1-2 li {
    font-size: 14px;
}
.about-staff {
    padding: 3em 0 0 0;
}
.view .mask, .view .content {
    width: 205px;
    height: 205px;
}
ul.staff-social-icons {
    margin: 5.5em 0 0 0;
    padding: 0;
}
.our-staff-grid h4 {
    font-size: 18px;
}
.our-staff-grid p {
    font-size: 14px;
}
.gallery, .services, .contact, .typo {
    padding: 3em 0;
}
.services-top {
    padding: 3em 0;
}
.ser-first {
    padding: 3em 0;
}
.ser-top-grids, .ser-first-grids {
    margin-top: 30px;
}
.ser-first-grid h3 {
    font-size: 19px;
}
.ser-first-grid p {
    font-size: 14px;
}
.caption h4 {
    font-size: 19px;
}
.caption p {
    font-size: 14px;
}
.ser-top-txt p {
    font-size: 14px;
}
.ser-top-grid-1 ul li a {
    font-size: 14px;
}
.gallery-grid-left1 .p-mask, .row .product .vm-product-media-container .p-mask {
    padding: 0.5em 1em;
}
}
 /*-- responsive-design --*/
@media (max-width: 991px){

.footer h4 {
    font-size: 1.6em;
}
.ft-left input[type="text"] {
    width: 65%;
    padding: 7px 10px;
}
.ft-left form input[type=submit] {
    font-size: 12px;
    margin-left: 4px;
    float: right;
    width: 33%;
	padding: 7px 11px;
}
.footer-left {
    float: left;
    width: 32%;
}
.ft-left {
    float: left;
    width: 36%;
}
.our-staff-grid {
    float: left;
    width: 25%;
}
.view .mask, .view .content {
    width: 151px;
    height: 151px;
}
ul.staff-social-icons {
    margin: 4em 0 0 0;
}
.our-staff-head h3 {
    font-size: 2.3em;
}
.banner-1 {
    min-height: 290px;
}
.ser-first-grid.text-center {
    float: left;
    width: 50%;
    margin-top: 2em;
}
.ser-top-grids, .ser-first-grids {
    margin-top: 0;
}
h3.tittle {
    font-size: 2em;
}
.ser-top-grid {
    float: left;
    width: 64%;
}
.ser-top-grid-1 {
    float: left;
    width: 36%;
}
.services-top {
    min-height: 407px;
}
.services-grid:nth-child(3), .services-grid:nth-child(4) {
    margin-top:2em;
}
.services-grid {
    margin-top: 2em;
}
h3.tittle {
    margin-bottom: 40px;
}
.mail-grid-right {
    float: left;
    width: 50%;
}
.mail-grid-left {
    float: left;
    width: 50%;
}
.mail-grid-right1 {
    padding: 5.7em 3em;
}
.mail-grids {
    margin: 2em 0 2em;
}
.p-mask p {
    line-height: 1.5em;
    font-size: 13px;
}
}
 /*-- responsive-design --*/
@media (max-width: 800px){
}
 /*-- responsive-design --*/
@media (max-width: 768px){
.banner-1 {
    min-height: 275px;
}
}
 /*-- responsive-design --*/
@media (max-width: 767px){
.mail-grid-right1 ul li:nth-child(1) {
    margin-right: 3em;
}
.navbar-nav {
    text-align: center;
}
.navbar-default .navbar-toggle {
    border-color: #39BC54 ! important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #39BC54 ! important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(57, 188, 84, 0) ! important;
}
.navbar-nav {
    margin: 7.5px 0px ! important;
}
}
 /*-- responsive-design --*/
@media (max-width: 667px){
.logo h1 a {
    font-size: 1.5em;
}
.logo {
    margin: 5em 0 0;
}
.banner h2 {
    font-size: 1.7em;
}
.banner {
    min-height: 450px;
}
.w3l h3 {
    font-size: 1.7em;
}
.wthree_w3l_grid-right h4 {
    font-size: 1.3em;
}
.agile h3 {
    font-size: 1.7em;
}
.agile {
    min-height: 260px;
}
.heading h3 {
    font-size: 1.7em;
}
.footer-left {
    width: 50%;
}
.ft-left {
    width: 100%;
    margin: 2em 0;
}
.copy-rights {
    margin-top: 10px;
}
.footer-copy {
    padding: 1em 0;
}
.banner-1 {
    min-height: 240px;
}
.gallery h2, .about h2, .services h2, .contact h2, h2.title {
    font-size: 2.3em;
}
.about-bottom h4 {
    font-size: 1.1em;
line-height:1.4em;
}
.testimonials {
    margin-bottom: 1em;
}
.our-staff-head h3 {
    font-size: 2.1em;
}
.view .mask, .view .content {
    width: 125px;
    height: 125px;
}
ul.staff-social-icons {
    margin: 3em 0 0 0;
}
.ser-first-grid.text-center {
    padding-left: 0;
}
.ser-top-txt {
    margin-left: 16px;
}
.ser-top-grid {
    width: 62%;
}
.ser-top-grid-1 {
    width: 38%;
}
.services-top {
    min-height: 386px;
}
.mail-grid-right1 ul li:nth-child(1) {
    margin-right: 2em;
}
.mail-grid-right1 {
    padding: 5.7em 2em;
}
}
 /*-- responsive-design --*/
@media (max-width: 640px){
.view .mask, .view .content {
    width: 119px;
    height: 119px;
}
.ser-first-grid.text-center {
    padding-left: 15px;
}
h3.tittle {
    font-size: 1.8em;
}
.ser-top-grid {
    width: 100%;
}
.ser-top-grid-1 {
    width: 100%;
    margin-top: 1em;
}
.mail-grid-left {
    width: 100%;
}
.mail-grid-right {
    width: 100%;
    padding-left: 0;
    margin-top: 1em;
}
}
 /*-- responsive-design --*/
@media (max-width: 600px){
.banner h2 {
    font-size: 1.6em;
}
.our-staff-grid {
    float: left;
    width: 50%;
	margin-top: 2em;
}
.view .mask, .view .content {
    width: 246px;
    height: 246px;
}
ul.staff-social-icons {
    margin: 7em 0 0 0;
}
.ser-first-grid.text-center {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
}
 /*-- responsive-design --*/
@media (max-width: 568px){
.banner h2 {
    font-size: 1.5em;
}
.ad-right {
    width: 73%;
}
.ad-left {
    width: 24%;
}
.agile {
    min-height: 280px;
}
.view .mask, .view .content {
    width: 230px;
    height: 230px;
}
ul.staff-social-icons {
    margin: 6em 0 0 0;
}
}
 /*-- responsive-design --*/
@media (max-width: 480px){
.logo h1 a {
    font-size: 1.2em;
}
.logo {
    margin: 4em 0 0;
}
.banner h2 {
    margin: 2em 0 0;
}
.banner {
    min-height: 410px;
}
.w3l h3 {
    font-size: 1.5em;
}
.agile h3 {
    font-size: 1.5em;
}
.agile {
    min-height: 320px;
}
.heading h3 {
    font-size: 1.5em;
}
.ad-right p {
    width: 100%;
}
.footer-left {
    width: 100%;
    margin-bottom: 1em;
}
.footer h4 {
    font-size: 1.5em;
	margin-bottom: 0.8em;
}
.ft-left {
    margin: 0em 0em 2em;
}
.about-section {
    padding: 2em 0;
}
.banner-1 {
    min-height: 200px;
}
.about-bottom h4 {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 0 15px;
}
.gallery h2, .about h2, .services h2, .contact h2, h2.title {
    font-size: 2em;
}
.about-middle {
    padding: 2em 0;
}
.about {
    margin-bottom: 2em;
}
.testimonials h3 {
    font-size: 1.4em;
}
.our-staff-head h3 {
    font-size: 2em;
}
.view .mask, .view .content {
    width: 186px;
    height: 186px;
}
ul.staff-social-icons {
    margin: 5em 0 0 0;
}
.ser-first {
    padding: 2em 0;
}
h3.tittle {
    font-size: 1.7em;
}
h3.tittle {
    margin-bottom: 0;
}
.ser-top-grids{
    margin-top: 2em;
}
.gallery-grid-left {
    width: 100%;
}
.gallery-grid-left1 {
    margin-bottom: 1em;
}
.gallery-grid-left1 img {
    width: 100%;
}
.gallery-grids2-left {
    width: 100%;
}
.gallery-grids2-right {
    width: 100%;
}
.gallery-grids2-rightl {
    width: 100%;
}
.gallery-grids {
    margin: 0em 0 0;
}
.gallery-grids1 {
    margin: 1em 0 0;
}
}
 /*-- responsive-design --*/
@media (max-width: 414px){
.logo h1 a {
    font-size: 0.9em;
}
.logo {
    margin: 3em 0 0;
}
.head-top {
    margin-top: 0.5em;
}
.banner h2 {
    font-size: 1.3em;
}
.banner p {
    font-size: 13px;
}
.banner {
    min-height: 350px;
}
.w3l h3 {
    font-size: 1.3em;
}
.w3l {
    padding: 2em 0;
}
p.wt {
    font-size: 13px;
}
.wthree_w3l_grid-left {
    float: none;
    width: 100%;
    margin-bottom: 1em;
}
.wthree_w3l_grid-right {
    float: none;
    width: 100%;
    text-align: center;
}
.wthree_w3l_grid-right h4 {
    font-size: 1.2em;
}
.wthree_w3l_grid-right p {
    font-size: 13px;
}
.agile h3 {
    font-size: 1.3em;
}
.agile-botom {
    padding: 2em 0 0;
}
.agile p {
    font-size: 13px;
}
.agile {
    min-height: 290px;
}
.heading h3 {
    font-size: 1.3em;
}
.w3ls {
    padding: 2em 0px;
}
.ad-right h4 {
    font-size: 1em;
}
.w3ls-left {
    padding: 0 0px;
}
.ad-right p {
    width: 95%;
	font-size: 13px;
}
.footer h4 {
    font-size: 1.3em;
}
.footer-left ul li a {
    font-size: 13px;
}
.footer-left ul li {
    margin-bottom: 4px;
}
.ft-left p {
    font-size: 13px;
}
.footer-copy p {
    font-size: 13px;
}
.gallery h2, .about h2, .services h2, .contact h2, h2.title {
    font-size: 1.8em;
}
.about-bottom h4 {
    font-size: 0.9em;
}
.about-bottom p {
    font-size: 13px;
}
.testimonials h3 {
    font-size: 1.3em;
}
.testimonials p {
    font-size: 13px;
}
.list1-2 li {
    font-size: 13px;
}
.about-middle {
    padding: 2em 0 0;
}
.testimonials p {
    margin: 0px 0px 15px 0;
}
.list3 li strong {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
}
.view .mask, .view .content {
    width: 153px;
    height: 153px;
}
ul.staff-social-icons {
    margin: 4em 0 0 0;
}
.our-staff-grid h4 {
    font-size: 16px;
}
.our-staff-grid p {
    font-size: 13px;
}
.our-staff-head h3 {
    font-size: 1.7em;
}
.ser-top-img {
    width: 100%;
}
.ser-top-txt {
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
}
.ser-first-grid p {
    font-size: 13px;
}
.ser-first-grid.text-center {
    margin-top: 1.5em;
}
.ser-top-txt p {
    font-size: 13px;
}
.ser-top-grid-1 ul li a {
    font-size: 13px;
}
.services-top {
    padding: 2em 0;
}
.gallery, .services, .contact, .typo {
    padding: 2em 0;
}
h3.tittle {
    font-size: 1.5em;
}
.caption h4 {
    font-size: 16px;
}
.caption p {
    font-size: 13px;
	margin: 6px 0 0 0;
}
.mail-grids {
    margin: 1em 0 1em;
}
.contact iframe {
    min-height: 220px;
}
.banner-1 {
    min-height: 170px;
}
}
 /*-- responsive-design --*/
@media (max-width: 384px){
.view .mask, .view .content {
    width: 139px;
    height: 139px;
}
}
 /*-- responsive-design --*/
@media (max-width: 375px){
.view .mask, .view .content {
    width: 134px;
    height: 135px;
}
ul.staff-social-icons {
    margin: 3.5em 0 0 0;
}
}
 /*-- responsive-design --*/
@media (max-width: 320px){
.logo {
    margin: 2em 0 0;
}
.logo h1 a {
    font-size: 0.8125em;
}
.banner h2 {
    font-size: 1.2em;
	margin:1.5em 0 0;
	line-height: 1.4em;
}
.banner p {
    line-height: 1.6em;
}
.banner {
    min-height: 330px;
}
.w3l h3 {
    font-size: 1.2em;
}
.wthree_w3l_grid {
    margin-top: 1em;
}
.wthree_w3l_grid-right {
    padding: 0;
}
.wthree_w3l_grid {
    padding: 0;
}
.wthree_w3l_grid-right h4 {
    font-size: 1.05em;
}
.agile h3 {
    font-size: 1.2em;
}
.agile p {
    line-height: 1.6em;
}
.agile {
    min-height: 300px;
}
.heading h3 {
    font-size: 1.2em;
    line-height: 1.4em;
}
.ad-right h4 {
    font-size: 0.9em;
}
.ad-right p {
    line-height: 1.6em;
}
.footer h4 {
    font-size: 1.2em;
}
.footer-left {
    padding: 0;
}
.ft-left {
    padding: 0;
}
.our-staff-grid {
    width: 100%;
    margin-top: 2em;
	padding:0;
}
.view .mask, .view .content {
    width: 273px;
    height: 273px;
}
ul.staff-social-icons {
    margin: 8em 0 0 0;
}
.banner-1 {
    min-height: 150px;
}
.testimonials {
    padding: 0;
}
.about-staff {
    padding: 2em 0 0 0;
}
.ser-first-grid.text-center {
    padding: 0;
}
.ser-first-grid h3 {
    font-size: 18px;
}
.ser-img {
    width: 100%;
}
.caption {
    width: 100%;
    margin-top: 1em;
}
.services-grid {
    padding: 0;
}
.ser-top-grid {
    padding: 0;
}
.ser-top-grid-1 {
    padding: 0;
}
.mail-grid-left1 {
    padding: 2em 0em;
}
.mail-grid-left1 input[type="text"], .mail-grid-left1 input[type="email"], .mail-grid-left1 textarea {
    font-size: 13px;
    padding: 8px;
}
.mail-grid-left1 textarea {
    min-height: 150px;
}
.mail-grid-left1 input[type="submit"] {
    padding: 8px 0;
    font-size: 13px;
}
.mail-grid-right1 ul li {
    font-size: 13px;
}
.mail-grid-right1 {
    padding: 2em 1em;
}
}

.hg96{ height:76px}
@media (max-width: 767px){
    #about img{ width:100%}
}
