/*testimonial*/
.demo{ background: #bd986b; }
.testimonial{
    background: #fff;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 15px 100px;
    position: relative;
}
.testimonial:before,
.testimonial:after{
    content: "";
    border-top: 40px solid #fff;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.testimonial:after{
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}
.testimonial .icon{
    display: inline-block;
    font-size: 60px;
    color: #0f5998;
    margin-bottom: 20px;
    opacity: 0.6;
}
.testimonial .description{
  text-align: justify!important;
    font-size: 14px;
    color: #000;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.testimonial .testimonial-content{
    width: 100%;
    position: absolute;
    left: 0;
}
.testimonial .pic{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 5px #007dc5;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    font-size: 15px;
    font-weight: bold;
    color:  #1d8ccb;
    text-transform: capitalize;
    margin: 5px 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #3093d0;
}
.owl-theme .owl-controls{
    margin-top: 0;
}
.owl-theme .owl-controls .owl-page span{
    width: 32px;
    height: 10px;
    background: #fff;
    border: 2px solid #bd986b;
    margin: 5px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ffd9b8;
    border-color: #fff;
}
@media only screen and (max-width: 650px) and (min-width: 400px){
    .testimonial:before{ border-right: 325px solid transparent; }
    .testimonial:after{ border-left: 325px solid transparent; }
}
/*testimonial*/
body{
	padding:0;
	margin:0;	
   font-family: 'Segoe UI';
	background:#fff;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
@font-face {
   font-family: 'Lato-Regular';
   src: url(../fonts/Lato-Regular.ttf)format('truetype');
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
}	
p{
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*----JKPS header----*/
.header-left-top {
  padding: 12px 10px;
    background: #0054A5;
}
.header-title h3 {
  color: #fff; 
  padding-top: 18px;
}
.wellcome-note p {
  text-align: center;
  font-size: 16px;
  padding: 9.3px 0px;
  background: #ebebeb;
}
.top-message {
  font-size: 14px;
  color: #007dc5;
  background: #efebeb;
  padding: 15px 118px;
  margin-left: 2em;
  width: 100%;
  box-shadow: inset 3px -2px 4px 1px #989898;
}
@media (max-width: 414px) {
  .top-message {
  font-size: 10px;
  padding: 15px 0px;
  margin-left: 0em;
}
.inner 
}
/*----//JKPS header----*/
/*-------search bar------*/
.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 200px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 3px solid #ccc;
  margin-bottom: -10px;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
 /* width: 100%;
  border-radius: 4px 25px 25px 4px;*/
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}
/*-------search bar------*/
/*---------header-bottom----------*/
.header-bottom {
  padding: 2em 0em; 
  /*background: -webkit-linear-gradient(bottom right, #ffffff, #85afda, #042e58); /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(bottom right, #ffffff, #85afda, #042e58); /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(bottom right, #ffffff, #85afda, #042e58); /* For Firefox 3.6 to 15 */
 /* background: linear-gradient(to bottom right, #ffffff, #85afda, #042e58); /* Standard syntax (must be last) */
 background-image: url('../images/community_development.jpg');
 background-repeat: repeat-x;
}

.top-heading h1 {
  font-size: 2em;
  width: 18%;
  font-family: 'roboto', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #f5e04b;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  margin: unset;
}
.top-heading p {
  padding: 10px 0px;
  text-align: center; 
  font-size: 19px; 
  color: #f5e04b;
}
.service-grid {
  padding-top: 0em;
}
.service-grid img {
  /*border: 7px double #000;*/
}
.service-grid h4 {
  font-size: 23px;
  text-align: center;
  color:#E4CF1E;
  padding: 29px 0px;
}

/*---------//header-bottom----------*/

/*------our-work----------*/
.our-work {
  padding: 1em 0em;
  background: -webkit-linear-gradient(bottom right, #ffffff, #e0e3e6, #ffffff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #ffffff, #e0e3e6, #ffffff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #ffffff, #e0e3e6, #ffffff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #ffffff, #e0e3e6, #ffffff); /* Standard syntax (must be last) */
}
.our-work h1{
  font-size: 2em;
  width: 15%; 
  margin: 0px; 
  padding: 10px 0px; 
  font-family: 'roboto', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #f5e04b;"
}
.our-work h4 {
  padding: 10px 0px;
  font-size: 25px;
  text-align: center;
}
.our-work p {
  font-size: 16px;
  text-align: center;
  
}
/*------//our-work----------*/
@media (max-width: 414px) {
  .top-heading h1 {
    width: 43%;
    font-size: 1.5em;
  }
  .top-heading p {
  padding: 0px 0px;
  font-size: 14px; 
}
  .header-bottom {
    padding: 0em 0em;
  }
.our-work h1{
  font-size: 1.5em;
  width: 34%; 
}
.our-work h4 {
  padding: 0px 0px;
  font-size: 16px;
  }
  .our-work p {
  font-size: 13px; 
}
}
.item img {
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.item img:hover {

  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item1 img {
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.item1 img:hover {

  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
/*-----start-header----*/
.header {
    background-color: #fff;
	/*padding: 2em 0 1em 0;*/
	position: relative;
}
.header:after {
	content: '';
    position: absolute;
    
    background-size: 100% 100%;
    height: 60px;
    z-index: 9;
    top: 99.52%;
    width: 100%;
}

.header-top p {
    float: left;
    width: 33.333%;
	color:#1e57d6;
	font-size: 1em;
    margin-top: 1.4em;
}
span.glyphicon.glyphicon-earphone {
    font-size: 12px;
    margin-right: 5px;
    color: #1e57d6;
}
.logo {
	
	text-align:center;
}
.logo a{
	text-decoration:none;
	font-family:cambria;
	font-weight:650;
}
.logo:hover{
	text-shadow:1px 0px 20px blue;
}
.social-icons {
	float:right;
}
.social-icons ul li {
    display: inline-block;
}
.social-icons{
	float:right;
	margin-top: 0.7em;
}
.social-icons a{
	width:30px;
	height:30px;
	background: url('../images/img-sprite.png') no-repeat 0px 0px;
	display:inline-block;
	cursor:pointer;
}
.social-icons a:hover {
	opacity: 0.5;
}
a.facebook{
	background-position:0px 0px;
}
a.twitter{
	background-position:-32px 0px;
}
a.google-plus{
	background-position:-65px 0px;
}
.logo h1 a{
	text-decoration:none;
	color:#2c333d;
	font-size: 1.4em;	
}
/*-- nav --*/
.navigation {
    /*width: 80%;
    margin: 3em auto 0;*/
}
.navbar {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
}
.nav-wil{
	padding:0;
}
.navbar-default .navbar-nav > li > a{
    text-transform: uppercase;
    background: none;
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 1px;
    font-weight: 400;
}
.nav > li > a {
	padding: 0 !important;
}
.navbar-nav {
	background:#0054a5;
	float: none;
	margin: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
    background: #0054a5;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color:#fff;
	background: #0054a5;
}
.navbar-default .navbar-collapse{
	background:#fff;
	border-color: #fbfbfb;
}
.navbar {
	margin-bottom: 0px;
	border:none;
	min-height: 25px;
}
.navbar-nav > li {
	text-align: center;
  margin: 0px 11px;
  padding: 8px 0px;
}
nav a {
	position: relative;
display: inline-block;
outline: none;
color: #f06208;
text-decoration: none;
text-transform: uppercase;

font-weight: 400;
text-shadow: 0 0 1px rgba(255,255,255,0.3);
font-size: 1.35em;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
nav a:hover,
nav a:focus {
	outline: none;
}
/*-- //nav --*/
/*-- slider-css --*/
.slider{
	position:relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  /*opacity: 0.7;*/
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
 }
/*-- slider-responsive --*/
@media (max-width:768px){
	.callbacks_nav {
	  	top: 55%;
	 }
}
@media (max-width:480px){
	.callbacks_nav {
	  	top: 60%;
	 }
}
@media (max-width:320px){
	.callbacks_nav {
	  	top: 63%;
	 }
}
/*-- //slider-css --*/
/*-- welcome-starts-here --*/

/*-- welcome-ends-here --*/
/*--about page css--*/
.top-banner {
  background: -webkit-linear-gradient(#024383, #fff);
    background: -o-linear-gradient(#024383, #fff);
    background: -moz-linear-gradient(#024383, #fff);
    background: linear-gradient(#024383, #fff);
}
.banner-grid {
  padding: 20px 0px;
}
#shadow {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: black;
    opacity: 0.5;
    -webkit-filter: blur(10px);
    -webkit-transform: scale(1, 0.2);
}
.story h1 {
    font-size: 2em; 
    text-align: left;
    border-left: 4px solid #e4cf1e;
    padding: 0px 10px;
    font-family: 'Segoe UI';
    font-weight: 600;
}
.story p {
    font-size: 17px;
    line-height: 1.5;
    text-align: justify;
    padding: 10px 0px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.about-bottom-grid {
  margin: 2em 0em;
  border-right: 1px solid #e0e0e0;
}
.about-bottom-grid h4 {
  color: #0655a4;
  margin: 10px 0px;
  padding: 0px 10px;
  border-left: 6px solid #e4cf1e;
}
.about-bottom-grid p {
  text-align: justify;
  padding: 20px 20px 20px 0px;
  line-height: 1.5;
  font-size: 16px;
}
.about-bottom-grid1 {
  margin: 2em 0em;
}
.about-bottom-grid1 h4 {
  color: #0655a4;
  margin: 10px 0px;
  padding: 0px 10px;
  border-left: 6px solid #e4cf1e;
}
.about-bottom-grid1 p {
  text-align: justify;
  padding: 20px 20px 20px 0px;
  line-height: 1.5;
  font-size: 16px;
}
/*--//about page css--*/
/*activity css*/
.activity-grid {
  margin: 1em 0em;
}
.activity-grid h3 {
  border-bottom: 2px solid #ecd10c;
}
.activity-grid p{
    text-align: justify;
    padding: 10px 0px;
    line-height: 30px;
}
.activity-grid-img img {
  margin: 1em 0em;
}
/*activity css*/
.work-grid {
background: #f21c31;
margin-bottom: 20px;
overflow: hidden;
height: 300px;
border-radius: 0px;
font-family: arial;
font-weight: bold;
color: #fff;
font-size: 24px;
line-height: 24px;
padding: 60px 30px 0 30px;
}
.work-grid img {
  border: 4px solid #fff;
  border-radius: 50%;
  margin-bottom: 10px;
}
.work-grid .seeall {
    /*background: url(../images/seepoint6.png) no-repeat;
    background-position: 42px 11px;*/
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    display: block;
}
.work-grid1 {
background: #df0056;
margin-bottom: 20px;
overflow: hidden;
height: 300px;
border-radius: 0px;
font-family: arial;
font-weight: bold;
color: #fff;
font-size: 24px;
line-height: 24px;
padding: 60px 30px 0 30px;
}
.work-grid1 img {
  border: 4px solid #fff;
  border-radius: 50%;
  margin-bottom: 10px;
}
.work-grid1 .seeall {
    /*background: url(../images/seepoint6.png) no-repeat;
    background-position: 42px 11px;*/
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    display: block;
}
.single-body {
  padding: 3em 0em;
}
.blogOverview {
    margin-bottom: 20px;
}
.whiteBg {
    background: #fff;
    border: 1px solid #e0e0e0;
}
.pdding20 {
    padding: 20px;
}
.pdding20 p {
      text-align: justify;
    margin: 25px 0px;
}
.blogOverview .date_lbl {
    background-color: #46b6dd;
    margin-bottom: 7px;
    font-family: arial;
    color: #fff;
    padding: 2px 5px;
}
.addmarginB20 {
    margin-bottom: 20px !important;
}
.blogOverview h3 {
    color: #353535 !important;
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    margin: 5px 0 10px;
        margin-bottom: 10px;
}
/*--social--*/
.social {
  width: 200px;
  height: 220px;
  position: fixed;
  top: 40%;
  left: 97%;
  perspective: 1000px;
  z-index: 1;
}

.social li a {
  display: block;
  height: 40px;
  width: 40px;
  background: #222;
  border-bottom: 1px solid #333;
  font: normal normal normal
  16px/20px 
  'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  transition: background .5s ease .300ms
}

.social li:first-child a:hover { background: #3b5998;color: #fff; }
.social li:nth-child(2) a:hover { background: #00acee;color: #fff;  }
.social li:nth-child(3) a:hover { background: #ea4c89;color: #fff;  }
.social li:nth-child(4) a:hover { background: #dd4b39;color: #fff;  }
.social li:nth-child(5) a:hover { background: #10FB14;color: #fff;  }

.social li:first-child a { border-radius: 5px 0px 0px 0px; color: #3b5998 }
.social li:nth-child(2) a {color: #00acee }
.social li:nth-child(3) a {color: #ea4c89 }
.social li:nth-child(4) a {color: #dd4b39 }
.social li:nth-child(5) a { border-radius: 0px 0px 0px 5px; color: #10FB14 }
    
.social li a span {
  width: 100px;
  float: left;
  text-align: center;
  background: #222;
  color: #fff;
  margin: -25px 74px;
  padding: 8px;
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(45deg);
  border-radius: 5px;
  transition: all .5s ease .300ms
}

.social li span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 7px;
  border-left: 10px solid transparent;
  border-right: 10px solid #222;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

.social li a:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0)
}
/*--//social--*/
/*-- community-development --*/
.community-development {
  background: #eee;
  padding: 2em 0em;
}
.page-grid {
  /*background: #fff;*/
}
.service-grid1 {
  background: #fff;
    margin: 0px 10px;
    box-shadow: 0 0 6px #0655a4;
        background-color: #f9f9f9;
}
.service-grid1 h4 {
  text-align: center;
  color: #000;
  border-bottom: 1px solid #d4d2d2;
  padding: 10px 0px;
  margin: 0px 10px;
}
.content-grid {
  background-color: white;
    padding: 0px 9px;
    border: 1px solid silver;
}
.content {
      margin: 0px 10px;
}
.page-grid h1 {
  text-transform: uppercase;
  border-bottom: 1px solid #d4d2d2;
  color: #0655a4;
}
.page-grid h3 {
    text-align: left;
    padding-bottom: 1em;
}
.page-grid h4 {
  color: #0655a4;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0
}
.page-grid p {
  padding: 1em 3em;
  margin-bottom: 1em;
  text-align: justify;
  font-size: 16px;
  letter-spacing: 1px;
  border: 7px double #d2c8c8;
}
.page-grid ul {
  padding: 1em 0em;
  margin-left: 20px;
  list-style-type: square;
}
.page-grid ul>li {
  font-size: 16px;
}
.grid1 {
  padding: 0em 0em;
  
  margin: 1em 0em;
}
.grid2 {
  min-height: 295px;
    padding: 3.3em 0em;
    margin: 1em 0em;
    background-color: #0655a4;
}
.grid2 h3 {
  text-align: center;
  color: #fbfbfb;
  font-size: 18px;
  padding: 10px 10px;
}
.grid2 p {
  text-align: center;
  color: #eae5e5;
    font-size: 14px;
    border: none;
}
.grid2 a {
  border: 2px solid;
    padding: 14px;
}
.grid2 a:hover {
  background: #23dbdb;
  color: #fff;
  text-decoration: none;
}
.grid3 {
  min-height: 249px;
    padding: 2.3em 0em;
    margin: 1em 0em;
    background-color: #0655a4;
}
.grid3 h3 {
  text-align: center;
  color: #fbfbfb;
  font-size: 18px;
  padding: 10px 10px;
}
.grid3 p {
  text-align: center;
  color: #eae5e5;
    font-size: 14px;
    border: none;
}
.grid3 a {
  border: 2px solid;
    padding: 14px;
}
.grid3 a:hover {
  background: #23dbdb;
  color: #fff;
  text-decoration: none;
}
.grid1 h3 {
      color: #0655a4;
  font-size: 14px;
    text-align: center;
    padding: .5em 0em;
    border-bottom: 1px solid #eee;
  text-transform: uppercase;
}
.grid1 p {
  font-size: 16px;
    text-align: center;
    padding: .5em 0em;
    border: none;
}
.grid1 img {
  margin: .5em 0em;
    /*border: 2px solid #696666;*/
} 
/*-- //community-development --*/
/*-- services --*/

/*-- services --*/
span.glyphicon.glyphicon-search {
	color: #fff;
	font-size: 15px;
}
span.d1.glyphicon.glyphicon-pencil,span.d2.glyphicon.glyphicon-ok-sign,span.d4.glyphicon.glyphicon-folder-open,span.d5.glyphicon.glyphicon-globe,span.d7.glyphicon.glyphicon-sort-by-order,span.d6.glyphicon.glyphicon-sort-by-alphabet

 {
	color: #fff;
	font-size: 35px;
}
 span.d7.glyphicon.glyphicon-film,span.d7.glyphicon.glyphicon-headphones{
	color: #fff;
	font-size: 35px; 
 }
.service-grids{
	margin:4em 0 0;
}
.service-grid p{
	text-align: center;
    font-size: 1em;
    line-height:2.2em;
    color: #033C17;
    font-weight: 400;
    margin-top: 0.3em;
}
.service-section:before {
    content: '';
    position: absolute;
    background: url(../images/cutter1.png) no-repeat;
    background-size: 100% 100%;
    height: 60px;
    z-index: 9;
    top: -56px;
    width: 100%;
    transform: rotate(180deg);	
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.service-section:after {
    content: '';
    position: absolute;
    background: url(../images/cutter1.png) no-repeat;
    background-size: 100% 100%;
    height: 60px;
    z-index: 9;
    top: 100%;
    width: 100%;
}
/*-- //services --*/
/*-- news-section --*/
.news-section {
    padding: 8em 0;
}
.news-section-head h3 {
    font-size: 1.9em;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.news-section-head p {
    font-size: 1.05em;
    line-height: 1.6em;
    color: #BBBBBB;
    font-weight: 400;
    margin-top: 0.5em;
}
.news-section-head {
	margin-bottom:4em;
}
.news-section-grid-left{
	float:left;
	width:20%;
	margin-right:5%;
}
.news-section-grid-right{
	float:left;
	width:75%;
}
.news-section-grid-left h3 {
    font-size: 2em;
    font-weight: 600;
    color: #BFE7CD;
}
.news-section-grid-right p {
    font-size: 1em;
    line-height: 2em;
    color: #000;
    font-weight: 400;
    margin-top: 0.8em;
	text-align:justify;
}
.news-section-grid-right a {
    color: #505050;
    font-size: 1.5em;
    text-transform: capitalize;
    text-decoration: none;
	font-style:cambria;
}
.news-section-grid-right a:hover {
	color: #000;
}
/*-- //news-section --*/
/*-- footer-starts --*/
.footer {
    position: relative;
}

.footer-top {
	background:#2c333d;
	padding:4em 0;
}
.footer-top:before {
    content: '';
    position: absolute;
    background: url(../images/cutter1.png) no-repeat;
    background-size: 100% 100%;
    height: 60px;
    z-index: 9;
    top: -56px;
    width: 100%;
    transform: rotate(180deg);	
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.footer-grid h5 {
    font-size: 1.6em;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
	margin-bottom:0.5em;
}
.footer-grid form {
	margin-top:2em;
}
.footer-grid form input[type="text"] {
    width: 72%;
    padding: 7px 12px;
    font-size: 0.9em;
    float: left;
    color: #9C9C9C;
    outline: none;
    background: none;
    border: none;
    background: #fff;
}
.footer-grid form input[type="submit"] {
    width: 23%;
    font-size: 1.1em;
    color: #fff;
    border: none;
    outline: none;
    padding: 5.5px 12px;
    background: #5D6167;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    float: left;
}
.footer-grid form input[type="submit"]:hover {
    background-color: #BFE7CD;
}
.footer-grid p {
	font-size: 0.95em;
    line-height: 1.8em;
    color: #BFBFBF;
    font-weight: 400;
}
.footer-grid p a {
	color:#9C9C9C;
}
.footer-grid span {
	font-style:italic;
	color:#737171;
	font-size:0.875em;
	display:block;
	margin-bottom:1em;
}
.footer-bottom {
	background:#131313;
	padding:0.8em 0;
}
.footer-social-icons {
	float:left;
	margin-top:1em;
}
.copyrights p {
	color:#898989;
	font-size:1em;
	font-weight:400;
	letter-spacing: 1px;
}
.copyrights p a {
	color:#BFE7CD;
}
.copyrights p a:hover {
	color:#fff;
}
.copyrights {
    float: left;
}
.footer-nav {
    float: right;
}
.footer-nav ul li {
	margin:0 0.5em;
    display:inline-block;
}
.footer-nav ul li a {
	text-decoration:none;
	text-transform:uppercase;
	color:#898989;
	font-size:0.95em;
}
.footer-nav ul li a:hover {
	color:#fff;
}
.fa-map-marker {
    text-align: center;
    padding: 6px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.fa-volume-control-phone {
  text-align: center;
    padding: 6px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.fa-envelope-open-o {
  text-align: center;
    padding: 6px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
}
/*-- //footer-ends --*/
/*-- about-section-starts-here --*/
.about-section {
	padding:8em 0;
}
.about-bottom h4 {
    margin: 15px 0;
    line-height: 1.4em;
    color: #bfe7cd;
    font-size: 1.5em;
}
.about-bottom img {
    margin-top: 2em;
}
.about {
    margin-bottom: 0em;
}
.about-bottom p {
    font-size: 1.05em;
    line-height: 1.8em;
    color: #BBBBBB;
    font-weight: 400;
}
.about-middle {
    padding: 3em 0;
    background-color: #BFE7CD;
    position: relative;
}
.about-staff{
	padding:7em 0 0 0;
}
.about-middle:before {
    content: '';
    position: absolute;
    background: url(../images/cutter1.png) no-repeat;
    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: url(../images/cutter1.png) no-repeat;
    background-size: 100% 100%;
    height: 60px;
    z-index: 9;
    top: 100%;
    width: 100%;
}
.testimonials h3{
    font-size: 1.8em;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}
.list3 li strong {
        float: left;
    margin-right: 30px;
    width: 55px;
    height: 55px;
    line-height: 1.9em;
    font-size: 2em;
    color: #4b4c4c;
    background: #ffffff;
    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 {
        text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    margin-bottom: 1em;
    display: block;
}
.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: #EDFFF3;
    margin: 5px 0px 15px 0;
    font-size: 1.05em;
    line-height: 1.9em;
}
.list1-2 li a {
    font-size: 0.8em;
    color: #EDFFF3;
    text-transform: uppercase;
}
.list1-2 li a:hover {
    text-decoration: underline;
	color:#fff;
}
.list1-2 li {
    font-size: 18px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 19px;
    background: url(../images/list_arrow2.png) left 8px no-repeat;
}
/*-- //about-section-ends-here --*/
/*-- Typography --*/
.short-codes {
    padding: 8em 0;
}
a#home-tab,a#profile-tab,a#myTabDrop1 {
    padding: 12px! important;
}
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;  
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	color: #000;
    font-size: 2em !important;
    margin: 0 0 1em;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}

section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;  
	-webkit-border-radius:  0 2px 2px 2px;
	-o-border-radius:  0 2px 2px 2px;
	-moz-border-radius:  0 2px 2px 2px;
	-ms-border-radius:  0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 10px!important;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
padding:0;
}
.in-gp-tb{
padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
 ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
h2.heading {
    margin: 0 0px 0.3em 0;
    color: #2C333D;
    font-size: 2.5em;
    text-transform: uppercase;
}
.typrography {
    padding: 5em 0;
}
.grid_3 h3 {
	padding-bottom: .5em;
    font-size: 3em;
    color: #bfe7cd;
}
.grid_4 h3 {
	color: #666161;
	padding-bottom:0;
	font-size: 2em;
    letter-spacing: 0;
}
.grid_4 h3 {
	padding: 12px 0;
}
.grid_5 h1, h2, h3, h4, h5, h6 {
	padding: 12px 0;
	padding: 0;
}
h3.first {
	    padding-bottom: .5em;
    font-size: 3em;
    color: #bfe7cd;
}
.input-group {
    margin-bottom: 20px;
}
h3.bars {
    padding-bottom: .5em;
    font-size: 3em;
    color: #bfe7cd;
}
.page-header h1 {
    padding-bottom: .5em;
    font-size: 3em;
    color: #bfe7cd;
}
section#tables h2 {
    padding-bottom: .5em;
    font-size: 2.8em;
    color: #bfe7cd;
}
div#myTabContent {
    margin-top: 0.5em;
}
/*-- //Typography --*/
/*--gallery-Part-Here --*/
.gallery {
	padding: 8em 0;
}
.recent_album{
	padding:0em 0px 5em;
}
.recent_album h3{
	text-align:center;
}
.gallery-bottom{
	margin-top:2.6em;
}
.gallery-left img{
	width:100%;
}
.gallery-left:hover img {
  -webkit-filter: grayscale(100%);
  opacity:8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-left{
	position: relative;
}
.gallery-grid img{
	width:100%;
	border:2px solid #000;
}
.gallery-grid:hover img {
  -webkit-filter: grayscale(100%);
  opacity:8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-grid a {
    display: block;
}
.gallery-grid{
	padding: 0 5px;
	margin-top: 10px;
}
.gallery-1{
	margin-top:10px;
}
.gallery-1:nth-child(1){
	margin-top:0;
}
/*--gallery-Part-Ends-Here --*/
/*--contact--*/
.map {
	position:relative;
  border:2px solid #C0C0C0;
}
.map span{
	min-height: 400px;
	width: 100%;
	position: absolute;
	top: 0;
	background: rgba(24, 79, 154, 0.44);
}
.map iframe{
	width:100%;
	min-height:400px;
	border:none;
}
.contact-form{
	background:#fff;
	padding: 1em;
}
.your-name span,.your-msg span{
	   color: #444;
	font-size:1em;
	    line-height: 1.8em;
}
.your-msg ,.your-submit{
  padding: 0 15px;
}
.your-name input[type="text"] {
	width: 100%;
	outline: none;
	margin: 6px 0px;
	padding: 10px;
	background: #E6E9EC;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
.your-msg  textarea {
	width: 100%;
	outline: none;
	margin: 10px 0px;
	padding: 10px;
	background: #E6E9EC;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	resize: none;
}
.your-submit  input[type="submit"] {
	background: #024db3;
    outline: none;
    font-size: 1em;
    margin: 16px 0px;
    border: none;
      border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
	-ms-border-radius: 3px;
    padding: 0.5em 2em;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
	-webkit-appearance: none;
}
.your-submit  input[type="submit"]:hover{
	background:#F1E054;
}
.contact-box {
	position:relative;
	    padding: 5em 0;
}
.contact-form{
	position:absolute;
	right:0;
	top:-150px;
}
/*-- contact-page --*/
.contact {
	padding:0 0 1em 0;
}
.contact-section {
	padding: 8em 0;
}
.contact-main {
    margin: 2em 0;
}
.contact-form {
	margin-bottom: 3.5em;
    margin-top: 1em;
}
p.your-para {
    color: #888;
	font-size: 0.9em;
	margin:0 0 5px 0;
}
.contact-grid input[type="text"], .contact-grid textarea {
	width: 100%;
	padding:0.8em;
	margin: 0 0 0.8em 0;
	background: #fff;
	outline: none;
	border: 1px solid #DADADA;
	-webkit-appearance: none;
}
.contact-grid textarea {
	resize: none;
	min-height: 220px;
}
p.sed-para{
    color: #000;
	font-size: 1.3em;
	font-weight: 400;
    margin: 15px 0;
	text-align:justify;
	font-family:cambria;
}
p.para1{
	color:#000;
    font-size: 0.9em;
    line-height: 2.2em;
	text-align:justify;
	font-family:cambria;
}
address {
	    width: 100%;
    color: #C0C0C0;
    font-size: 0.9em;
    line-height: 2em;
}
.contact-grid {
  padding-left: 0;
}
address  a {
	color: #444;
	font-size: 1em;
	line-height: 1.8em;
}
address  a {
	color: #C0C0C0;
}
address  a:hover {
	color: #bfe7cd;
}
.more-address b, strong{
    color: #000!important;
	text-align:justify;
	font-family:cambria;
}
.more-address p{
	color:#000;
	font-family:cambria;
	text-align:justify
}
.more-address{
    padding: 1em 0;
} 
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: none!important;
    color: #C0C0C0;
}
.map iframe {
	width: 100%;
	min-height:300px;
	border: none;
}
.send input[type="submit"] {
    background: #2c333d;
    outline: none;
    font-size: 1em;
    margin: 16px 0px;
    border: none;
    padding: 0.6em 2em;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
    -webkit-appearance: none;
}
.send input[type="submit"]:hover {
	background:#bfe7cd;
}
h3.text-center.find {
    font-size: 2.5em;
    margin-bottom: 1em;
    color: #2C333D;
}
/*-- //contact-page --*/
/*--blog--*/
.blog {
    padding: 1em 0;
}
.blog-left{
	float: left;
	border-right: 1px solid #B6B3B3;
	padding-right: 1.5em;
}
.blog-top {
    padding: .5em 0 2em;
}
.blog-to {
    margin-top: 3em;
}
.blog-to img{
	border:2px solid #000; 
}
.top-blog {
	float: left;
	margin: 0.5em 0em 0em 2em;
	  width: 80%;
	  font-family:cambria;
}
.blog-left b{
  font-size: 3em;
  color: #bfe7cd;
  display: block;
  height: 55px;
}
.blog-left span{
  font-size: 1.5em;
  color: #bfe7cd;
  text-align: center;
  display: block;
    padding-top: 4px;
}
ul.men-grid li{
	display:inline-block;
}
.top-blog p{
  font-size: 16px;
  color: #3b3636;
  line-height: 2em;
    padding-top: 4px;
	text-align:justify;
	font-family:cambria;
	
}
.top-blog p a{
	text-decoration:none;
	color:#bfe7cd;
}
.top-blog  a.fast{
  text-decoration: none;
  font-size: 2em;
  color: #2c333d;
	  
}
.top-blog a.fast:hover,.top-blog p a:hover,ul.popular li a:hover,a.more-dummy:hover{
	color: #bfe7cd;
}
.pagination > .active > a,.pagination > .active > a:hover{
	background:#bfe7cd;
	border-color:#bfe7cd;
}
.pagination {
  margin: 0;
  padding-top: 3em;
}
.blog-pagination {
	text-align:center;
  padding-left: 33em;
}
.pagination > li > a:hover{
  color: #FFFFFF;
  border-color: #bfe7cd;
  background: #bfe7cd;
}
a.more {
  color: #fff;
  background: #2c333d;
  padding: 0.5em 1em;
  display: inline-block;
  text-decoration: none;
}
a.more:hover {
  background: #bfe7cd;
}
p.sed {
  margin: 0.5em 0 1em;
}
/*--//blog--*/
/*-- single-page --*/
.single-page {
	padding:1em 0;
}
.single-middle {
  margin-top: 3em;
}
.single-middle h3{
font-size: 2.5em; 
  color: #2d2d2d;
  text-align:center;
    margin: 0 0 .5em;
}
.single-bottom input[type="text"], .single-bottom textarea {
  width: 100%;
  padding: 1em;
  background: none;
  outline: none;
  border: 1px solid #A09F9F;
  font-size: 1em;
  color:#A09F9F;
  -webkit-appearance: none;
}
.single-bottom  input[type="submit"]{
	width: 10%;
	font-size: 1.3em;
	background: #2c333d;
	padding: 0.4em 0.8em;
	text-align: center;
	color: #fff;
	border: none;
	outline:none;
	-webkit-appearance: none;
	  margin: 0 0.8em;
	    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.single-bottom  input[type="submit"]:hover{
	background:#bfe7cd;
		transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
 .single-bottom textarea {
	resize:none;
	min-height:180px;
	 margin: 1em 1em;
	width: 97.6%;
 }
.media-body h4{
	  font-size: 1.3em; 
}
.media-body h4 a{
  color: #bfe7cd;
  text-decoration:none;
}
.media-body p {
      margin: 0.7em 0 0em;
    font-size: .95em;
    color: #A09F9F;
    line-height: 1.9em;
}
.media {
  margin: 0em 0 3em;
}
.single-bottom h3 {
  font-size: 2.5em; 
  color: #2d2d2d;
  text-align: center;
   margin: 0.5em 0 .6em;
   margin-top: 1em;
}
.md-in{
	padding:0;
	margin-top:1em;
}
.in-media{
	padding:0 0 0 5em;
}
 ul.grid-part li{
	list-style:none;
}
 ul.grid-part li a{
  color: #A09F9F;
  text-decoration: none;
  padding: 0.7em 0;
  display: block;
  font-size: .9em;
}
ul.grid-part li a i{
	background: #50e0d7;
	width:5px;
	height: 5px;
	display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
 ul.grid-part li a:hover{
	color:#bfe7cd;
	padding-left:0.2em;
}
ul.grid-part {
  margin: 0.5em 0 0em;
}
.single {
  padding: 3em 15px 0;
}
/*-- //single-page  --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 14px;
  right: 3%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url("../images/to-top1.png") no-repeat 0px 0px;
}

/*-- responsine-design --*/
@media screen and (max-width: 1366px) {	
	.news-section-grid-left {
		width: 15%;
	}
	.news-section-grid-right {
		width: 80%;
	}
	.footer-top {
		padding: 3em 0;
	}
	.footer:before {
		top: -17.5%;
	}
}
@media screen and (max-width: 1280px) {	
	.service-section-grid {
		margin-top: 4em;
	}
	.header {
		padding: 1.5em 0 0.5em 0;
	}
	.service-section:before {
		top: -10%;
	}
	.welcome-top h5 {
		font-size: 1.2em;
	}
	.welcome-top {
		padding: 10px 0;
	}
	.about-section,.short-codes,.gallery,.blog,.single-page,.contact-section {
		padding: 7em 0;
	}
	.about-bottom p {
		font-size: 1em;
		line-height: 2em;
	}
	.grid_4 {
		margin-top: 30px;
	}
  .top-message {
    
    padding: 15px 86px;
    
}
}
@media screen and (max-width: 1080px) {
	.navbar-nav > li {
		margin: 0 25px;
	}
	p.location_text {
		font-size: 0.85em;
	}
	.view .mask, .view .content {
		width: 206px;
		height: 206px;
	}
	ul.staff-social-icons {
		margin: 7em 0 0 0;
	}
	.service-section:before {
		top: -10.1%;
	}
	.about-middle:before {
		top: -7.7%;
	}
	.top-blog {
		width: 77%;
	}
}
@media screen and (max-width: 1024px) {	
	.logo h1 a {
		font-size: 1.3em;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 1.05em;
	}
	.navbar-nav > li {
		margin: 0 26px;
	}
	.navigation {
		margin: 2.5em auto 0;
	}
	.welcome_bottom_right p {
		font-size: 1em;
		line-height: 2em;
	}
	.welcome-top h3 {
		font-size: 1.7em;
	}
	.welcome-top h5 {
		font-size: 1.1em;
	}
	p.location_text {
		font-size: 0.875em;
	}		
	.welcome-top {
		padding: 3em 0;
	}
	.view .mask, .view .content {
		width: 215px;
		height: 215px;
	}
	ul.staff-social-icons {
		margin: 7em 0 0 0;
	}
	.our-staff-grid p {
		font-size: 0.95em;
	}
	.our-staff-grid {
		padding: 0 10px;
	}
	.copyrights p {
		letter-spacing: 0px;
	}
	.footer-grid h5 {
		font-size: 1.4em;
	}
	.footer-grid form input[type="text"] {
		width: 70%;
	}
	.footer-grid form input[type="submit"] {
		width: 27%;
	}
	.service-grid p {
		font-size: 0.97em;
		line-height: 2em;
	}
	.service-section-grid {
		padding: 0 8px;
	}
	.news-section-grid-right a {
		font-size: 1.1em;
	}
	.news-section-grid-right p {
		font-size: 0.97em;
	}
	.testimonials p {
		font-size: 1.1em;
	}
	.testimonials h3 {
		margin-bottom: 1em;
	}
	.testimonials-box {
		margin-top: 3em;
	}
	h2.heading {
		font-size: 2.3em;
	}	
	.about-middle:before {
		top: -7.5%;
	}
	.about-bottom img {
		width: 67%;
	}
	.about-bottom h4 {
		font-size: 1.4em;
	}
	.blog-pagination {
		padding-left: 24em;
	}
	.blog-left b {
		font-size: 2.5em;
	}
	.blog-left span {
		font-size: 1.3em;
	}
	.blog-left {
		padding-right: 1.2em;
	}
	.top-blog {
		margin: 0.5em 0em 0em 1.5em;
	}
	.top-blog a.fast {
		font-size: 1.2em;
	}
	p.para1 {
		line-height: 2em;
	}
	.blog-to {
		margin-top: 2em;
	}
	.single {
		padding: 2em 15px 0;
	}
	.gallery-bottom {
		margin-top: 2em;
	}
  .grid2 {
    min-height: 244px;
  }
  .grid2 h3 {
    font-size: 16px;
    padding: 0px 10px;
  }
  .grid2 p {
    font-size: 13px;
  }
  .grid2 a {
    padding: 10px;
  }
  .grid3 {
    min-height: 204px;
    padding: 2em 0em;
  }
  .grid3 h3 {
    font-size: 16px;
    padding: 0px 10px;
  }
  .grid3 p {
    font-size: 13px;
  }
  .grid3 a {
    padding: 9px;
  }
}
@media screen and (max-width: 991px) {
	.navbar-nav > li {
		margin: 0 12px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 1em;
	}
	.navbar-nav > li {
		margin: 0 19px;
	}
	.navigation {
		width: 90%;
	}
	.logo h1 a {
		font-size: 1.2em;
	}
	.header-top p {
		margin-top: 1.1em;
	}
	.social-icons {
		margin-top: 0.5em;
	}
	.welcome_bottom_left {
		width: 50%;
		float: left;
	}
	.welcome_bottom_right h3 {
		font-size: 1.5em;
	}
	.our-staff-grid {
		padding: 0 5px;
		width: 25%;
		float: left;
	}
	.view .mask, .view .content {
		width: 170px;
		height: 170px;
	}
	.our-staff-grid h4 {
		font-size: 1.4em;
	}
	ul.staff-social-icons {
		margin: 5em 0 0 0;
	}
	.welcome_head h2 {
		font-size: 1.8em;
	}
	.welcome_top_left {
		text-align: Center;
		margin-bottom:3em;
	}
	.welcome-top h5 {
		margin: 0.6em 0 1em 0;
	}
	.location_img {
		width: 19%;
	}
	.welcome-top h3,.welcome-top h5 {
		text-align: Center;
	}
	p.location_text {
		font-size: 1em;
	}
	.service-section-grid {
		width: 50%;
		float: left;
	}
	.service-section:before {
		top: -8.2%;
	}
	.news-section-grid-left {
		width: 5%;
	}
	.news-section-grid {
		margin-top: 2em;
	}
	.news-section-grid-right p {
		font-size: 1em;
		line-height: 1.8em;
		margin-top: 0.3em;
	}
	.copyrights {
		text-align: Center;
		width: 100%;
		margin-bottom: 1em;
	}
	.footer-nav {
		text-align: Center;
		width: 100%;
	}
	.footer-grid form {
		margin-top: 1em;
	}
	.footer-grid{
		width: 33.333%;
		float: left;
		padding: 0 10px
	}
	.footer-grid form input[type="text"] {
		width: 65%;
	}
	.footer-grid form input[type="submit"] {
		width: 33%;
	}
	.footer:before {
		top: -15.2%;
	}
	h2.heading {
		font-size: 2.2em;
	}
	.about-section, .short-codes, .gallery, .blog, .single-page, .contact-section {
		padding: 6em 0;
	}
	.about-middle:before {
		top: -6.9%;
	}
	.testimonials h4 {
		font-size: 1.1em;
	}
	.gallery-grid {
		padding: 0 3px;
		margin-top: 6px;
		width: 33.333%;
		float: left;
	}
	.blog-pagination {
		padding-left: 18em;
		padding-top: 2em;
	}
	.top-blog {
		width: 88%;
	}
	.md-in {
		width: 50%;
		float: left;
	}
	.single-bottom input[type="submit"] {
		width: 14%;
		margin:0;
	}
	.single-bottom textarea {
		margin: 0;
		width: 100%;
		margin-bottom:0.8em;
	}
	.comment {
		width: 100%;
		padding: 0;
		margin-bottom: 1em;
	}
	.contact-in {
		padding: 0;
	}
}
@media screen and (max-width: 853px) {
	.navbar-nav > li {
		margin: 0 12px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 1em;
	}
	.navbar-nav > li {
		margin: 0 19px;
	}
	.navigation {
		width: 90%;
	}
	.logo h1 a {
		font-size: 1.2em;
	}
	.header-top p {
		margin-top: 1.1em;
	}
	.social-icons {
		margin-top: 0.5em;
	}
	.welcome_bottom_left {
		width: 50%;
		float: left;
	}
	.welcome_bottom_right h3 {
		font-size: 1.5em;
	}
	.our-staff-grid {
		padding: 0 5px;
		width: 25%;
		float: left;
	}
	.view .mask, .view .content {
		width: 170px;
		height: 170px;
	}
	.our-staff-grid h4 {
		font-size: 1.4em;
	}
	ul.staff-social-icons {
		margin: 5em 0 0 0;
	}
	.welcome_head h2 {
		font-size: 1.8em;
	}
	.welcome_top_left {
		text-align: Center;
		margin-bottom:3em;
	}
	.welcome-top h5 {
		margin: 0.6em 0 1em 0;
	}
	.location_img {
		width: 19%;
	}
	.welcome-top h3,.welcome-top h5 {
		text-align: Center;
	}
	p.location_text {
		font-size: 1em;
	}
	.service-section-grid {
		width: 50%;
		float: left;
	}
	.service-section:before {
		top: -8.2%;
	}
	.news-section-grid-left {
		width: 5%;
	}
	.news-section-grid {
		margin-top: 2em;
	}
	.news-section-grid-right p {
		font-size: 1em;
		line-height: 1.8em;
		margin-top: 0.3em;
	}
	.copyrights {
		text-align: Center;
		width: 100%;
		margin-bottom: 1em;
	}
	.footer-nav {
		text-align: Center;
		width: 100%;
	}
	.footer-grid form {
		margin-top: 1em;
	}
	.footer-grid{
		width: 33.333%;
		float: left;
		padding: 0 10px
	}
	.footer-grid form input[type="text"] {
		width: 65%;
	}
	.footer-grid form input[type="submit"] {
		width: 33%;
	}
	.footer:before {
		top: -15.2%;
	}
	h2.heading {
		font-size: 2.2em;
	}
	.about-section, .short-codes, .gallery, .blog, .single-page, .contact-section {
		padding: 6em 0;
	}
	.about-middle:before {
		top: -6.9%;
	}
	.testimonials h4 {
		font-size: 1.1em;
	}
	.gallery-grid {
		padding: 0 3px;
		margin-top: 6px;
		width: 33.333%;
		float: left;
	}
	.blog-pagination {
		padding-left: 18em;
		padding-top: 2em;
	}
	.top-blog {
		width: 88%;
	}
	.md-in {
		width: 50%;
		float: left;
	}
	.single-bottom input[type="submit"] {
		width: 14%;
		margin:0;
	}
	.single-bottom textarea {
		margin: 0;
		width: 100%;
		margin-bottom:0.8em;
	}
	.comment {
		width: 100%;
		padding: 0;
		margin-bottom: 1em;
	}
	.contact-in {
		padding: 0;
	}
}
@media screen and (max-width: 800px) {	
	.navbar-default .navbar-nav > li > a {
		font-size: 1em;
	}
	.navbar-nav > li {
		margin: 0 19px;
	}
	.navigation {
		width: 90%;
	}
	.logo h1 a {
		font-size: 1.2em;
	}
	.header-top p {
		margin-top: 1.1em;
	}
	.social-icons {
		margin-top: 0.5em;
	}
	.welcome_bottom_left {
		width: 50%;
		float: left;
	}
	.welcome_bottom_right h3 {
		font-size: 1.5em;
	}
	.our-staff-grid {
		padding: 0 5px;
		width: 25%;
		float: left;
	}
	.view .mask, .view .content {
		width: 170px;
		height: 170px;
	}
	.our-staff-grid h4 {
		font-size: 1.4em;
	}
	ul.staff-social-icons {
		margin: 5em 0 0 0;
	}
	.welcome_head h2 {
		font-size: 1.8em;
	}
	.welcome_top_left {
		text-align: Center;
		margin-bottom:3em;
	}
	.welcome-top h5 {
		margin: 0.6em 0 1em 0;
	}
	.location_img {
		width: 19%;
	}
	.welcome-top h3,.welcome-top h5 {
		text-align: Center;
	}
	p.location_text {
		font-size: 1em;
	}
	.service-section-grid {
		width: 50%;
		float: left;
	}
	.service-section:before {
		top: -8.2%;
	}
	.news-section-grid-left {
		width: 5%;
	}
	.news-section-grid {
		margin-top: 2em;
	}
	.news-section-grid-right p {
		font-size: 1em;
		line-height: 1.8em;
		margin-top: 0.3em;
	}
	.copyrights {
		text-align: Center;
		width: 100%;
		margin-bottom: 1em;
	}
	.footer-nav {
		text-align: Center;
		width: 100%;
	}
	.footer-grid form {
		margin-top: 1em;
	}
	.footer-grid{
		width: 33.333%;
		float: left;
		padding: 0 10px
	}
	.footer-grid form input[type="text"] {
		width: 65%;
	}
	.footer-grid form input[type="submit"] {
		width: 33%;
	}
	.footer:before {
		top: -15.2%;
	}
	h2.heading {
		font-size: 2.2em;
	}
	.about-section, .short-codes, .gallery, .blog, .single-page, .contact-section {
		padding: 6em 0;
	}
	.about-middle:before {
		top: -6.9%;
	}
	.testimonials h4 {
		font-size: 1.1em;
	}
	.gallery-grid {
		padding: 0 3px;
		margin-top: 6px;
		width: 33.333%;
		float: left;
	}
	.blog-pagination {
		padding-left: 18em;
		padding-top: 2em;
	}
	.top-blog {
		width: 88%;
	}
	.md-in {
		width: 50%;
		float: left;
	}
	.single-bottom input[type="submit"] {
		width: 14%;
		margin:0;
	}
	.single-bottom textarea {
		margin: 0;
		width: 100%;
		margin-bottom:0.8em;
	}
	.comment {
		width: 100%;
		padding: 0;
		margin-bottom: 1em;
	}
	.contact-in {
		padding: 0;
	}
  .top-message {
     margin-left: 0em; 
  }
  .top-heading h1 {
    width: 36%;
  }
  .our-work h1 {
    width: 30%;
  }
  .social {
    top: 14%;
    left: 95%;
  }
  .grid1 h3 {
    font-size: 13px;
  }
  .grid2 {
    min-height: 179px;
    padding: 1em 0em;
    margin: 1em 0em;
    background-color: #0655a4;
}
.grid2 h3 {
    text-align: center;
    color: #fbfbfb;
    font-size: 12px;
    padding: 0px 10px;
}
.grid2 p {
    text-align: center;
    color: #eae5e5;
    font-size: 9px;
    border: none;
}
.grid2 a {
    border: 2px solid;
    padding: 5px;
  }
  .grid3 {
    min-height: 150px;
    padding: 1em 0em;
  }
  .grid3 h3 {
    font-size: 15px;
    padding: 0px 10px;
  }
  .grid3 p {
    font-size: 12px;
  }
  .grid3 a {
    padding: 6px;
  }
}
@media screen and (max-width: 720px) {	
	.view .mask, .view .content {
		width: 159px;
		height: 159px;
	}
	.navbar-nav > li {
		margin: 15px 0px;
	}
	.navigation {
		width: 100%;
		margin: 1.5em auto 0;
	}
	.testimonials {
		margin-top: 2em;
	}	
	.about-middle:before {
		top: -5%;
	}
	.top-blog {
		width: 87%;
	}
	.blog-pagination {
		padding-left: 15em;
	}
}
@media screen and (max-width: 640px) {	
	.logo h1 a {
		font-size: 1.1em;
	}
	.navigation {
		width: 100%;
		margin: 1em auto 0;
	}
	.header {
		padding: 1.5em 0 0em 0;
	}
	.navbar-nav > li {
		margin: 15px 0;
	}
	.header:after {
		height: 40px;
	}	
	.welcome-top h5 {
		font-size: 1em;
	}
	.welcome-top p {
		font-size: 1em;
		line-height: 2.2em;
	}
	p.location_text {
		margin: 0.6em 0 0 0;
	}
	.header-top p {
		margin-top: 1em;
	}
	.welcome_head h2 {
		font-size: 1.65em;
	}
	.welcome_head p {
		font-size: 1em;
		line-height: 1.8em;
		margin-top: 0.3em;
	}
	.welcome_bottom {
		padding: 7em 0 5em;
	}
	.welcome_bottom_right h3 {
		font-size: 1.3em;
	}
	.welcome_bottom_right p {
		font-size: 0.95em;
	}
	.our-staff-head h3 {
		font-size: 1.7em;
	}
	.our-staff-grid {
		padding: 0 15px;
		width: 50%;
		float: left;
	}
	.view .mask, .view .content {
		width: 267px;
		height: 267px;
	}
	ul.staff-social-icons {
		margin: 9em 0 0 0;
	}
	.footer-grid {
		width: 100%;
		padding: 0 15x;
		margin-top: 3em;
	}
	.footer-top {
		padding: 0em 0 3em 0;
	}
	.footer:before {
		top: -8.8%;
	}
	.news-section-grid-left {
		width: 8%;
	}
	.news-section {
		padding: 7em 0;
	}
	.about-section, .short-codes, .gallery, .blog, .single-page, .contact-section {
		padding: 4em 0 6em 0;
	}
	h2.heading {
		font-size: 2em;
	}
	.about-staff {
		padding: 6em 0 3em 0;
	}
	.testimonials {
		margin-top: 2.5em;
	}
	.testimonials h3 {
		margin-bottom: 0.5em;
	}
	.about-middle:before {
		top: -5.4%;
	}
	.about-bottom h4 {
		font-size: 1.2em;
	}
	.about-bottom p {
		font-size: 0.97em;
	}
	.about-middle {
		padding: 0 0 3em 0;
	}
	h3.first {
		font-size: 2em;
	}
	.top-blog {
		width: 85%;
	}
	h3.text-center.find {
		font-size: 2em;
		margin-bottom: 0.5em;
	}
	.blog-pagination {
		padding-left: 13em;
		padding-top: 1em;
	}
	.blog-to img {
		width: 100%;
	}
  .top-message {
    padding: 15px 0px;
  }
  .service-grid1 {
  background: #fff;
    margin: 23px 10px;
    box-shadow: 0 0 6px #0655a4;
        background-color: #f9f9f9;
}
}
@media screen and (max-width: 600px) {	
	.view .mask, .view .content {
		width: 248px;
		height: 248px;
	}
	.service-section:before {
		top: -7.2%;
	}
	.top-blog {
		width: 84%;
	}
	.single-bottom input[type="submit"] {
		width: 20%;
	}
  .top-message {
    padding: 9px 0px;
    margin-left: 0em;
  }
}
@media (max-width: 640px) {
  
}
@media screen and (max-width: 600px) {	
	.view .mask, .view .content {
		width: 248px;
		height: 248px;
	}
	.service-section:before {
		top: -7.2%;
	}
	.top-blog {
		width: 84%;
	}
	.single-bottom input[type="submit"] {
		width: 20%;
	}
  .top-heading h1 {
    width: 42%;
  }
  .social {
    left: 94%;
  }
  .our-work h1 {
    width: 36%;
  }
}
@media screen and (max-width: 533px) {	
	.view .mask, .view .content {
		width: 213px;
		height: 213px;
	}
	p.location_text {
		font-size: 0.9em;
	}
	.service-section:before {
		top: -7%;
	}
	.about-middle:before {
		top: -5%;
	}
	.top-blog {
		width: 82%;
	}
	.blog-pagination {
		padding-left: 9em;
	}
	.single-bottom input[type="submit"] {
		width: 19%;
	}
}
@media screen and (max-width: 480px) {	
	.header-top p {
		display: none;
	}
	.header {
		padding: 1em 0 0em 0;
	}
	.navigation {
		margin: 0.5em auto 0;
	}
	.header:after {
		height: 30px;
	}
	.welcome-top h3 {
		font-size: 1.5em;
	}
	.welcome-top h5 {
		font-size: 0.95em;
	}
	.welcome-top p {
		font-size: 0.95em;
		line-height: 2em;
	}
	.welcome-top {
		padding: 2.5em 0;
	}
	p.location_text {
		font-size: 0.85em;
	}
	.location {
		width: 76%;
	}
	.location_img {
		margin-right: 3%;
		width: 21%;
	}
	.welcome-top:after {
		height: 50px;
	}
	.welcome_head h2 {
		font-size: 1.5em;
	}
	.welcome_head p {
		font-size: 0.95em;
		line-height: 1.8em;
		margin-top: 0.5em;
	}
	.welcome_head {
		margin-bottom: 3em;
	}
	.welcome_bottom {
		padding: 6em 0 4em;
	}
	.our-staff-head p {
		font-size: 0.95em;
	}
	.our-staff-head h3 {
		font-size: 1.6em;
	}
	.our-staff-grid {
		padding: 0 10px;
	}
	.view .mask, .view .content {
		width: 195px;
		height: 195px;
	}
	ul.staff-social-icons {
		margin: 6em 0 0 0;
	}
	.service-section-grid {
		padding: 0 0px;
		    width: 100%;
	}
	.our-staff-grid h4 {
		font-size: 1.3em;
		margin: 0.3em 0;
	}
	.service-section-head h3 {
		font-size: 1.7em;
	}
	.service-section-head p {
		font-size: 0.95em;
	}	
	.service-grid p {
		font-size: 0.95em;
		line-height: 1.8em;
	}
	.icon-text a {
		font-size: 1.2em;
	}
	.col-md-4.service-grid {
		width: 100%;
	}
	.news-section-grid-left {
		width: 11%;
	}
	.news-section-grid-right {
		width: 84%;
	}
	.news-section-head h3 {
		font-size: 1.7em;
	}
	.news-section-head p {
		font-size: 0.95em;
	}
	.news-section-head {
		margin-bottom: 3em;
	}
	.footer:before {
		top: -8.6%;
	}
	.footer-nav ul li a {
		font-size: 0.875em;
	}
	.service-section:before {
		top: -4.9%;
	}
	.welcome_bottom_left {
		width: 70%;
	}
	.welcome_bottom_right {
		width: 100%;
		float: left;
		margin-top: 2em;
	}
	h2.heading {
		font-size: 1.8em;
		margin-bottom:0;
	}
	.about-staff {
		padding: 6em 0 0em 0;
	}
	.testimonials h3 {
		font-size: 1.6em;
	}
	.about-middle:before {
		top: -4.8%;
	}
	.about-bottom p {
		font-size: 0.95em;
	}
	.list3 li strong {
		margin-right: 20px;
		width: 50px;
		height: 50px;
		line-height: 1.9em;
		font-size: 1.8em;
	}
	.gallery-grid {
		width: 50%;
	}
	.blog-left b {
		font-size: 2.3em;
		    height: 45px;
	}
	.blog-left span {
		font-size: 1.1em;
	}
	.top-blog a.fast {
		font-size: 1.1em;
	}
	.top-blog {
		width: 82%;
		margin: 0.5em 0em 0em 1em;
	}
	.blog-pagination {
		padding-left: 7em;
		padding-top: 1em;
	}
	.single {
		padding: 2em 0px 0;
	}
	.single-bottom input[type="submit"] {
		width: 24%;
	}
	.md-in {
		width: 100%;
	}
	.single-middle h3,.single-bottom h3 {
		font-size: 2.2em;
	}
	.map iframe {
		min-height: 250px;
	}
	.list4 li img {
		width: 6%;
	}
}
@media (max-width: 414px) {
  .social {
    left: 91%;
  }
}
@media (max-width: 384px) {
  .social {
    left: 90%;
  }
  .top-message {
    padding: 15px 0px;
  }
}
@media (max-width: 360px) {
  .top-message {
    font-size: 9px;
    padding: 7px 4px;
  }
  .top-heading h1 {
    width: 50%;
    font-size: 1.3em;
  }
  .top-heading p {
    padding: 10px 0px;
    font-size: 11px;
  }
  .social {
    left: 90%;
  }
  .our-work h1 {
    font-size: 1.3em;
    width: 50%;
  }
  .our-work h4 {
    padding: 0px 0px;
    font-size: 12px;
  }
  .our-work p {
    font-size: 10px;
}
}
@media screen and (max-width: 320px) {	
	.logo h1 a {
		font-size: 1em;
	}
	.our-staff-grid {
		width: 80%;
		float: none;
		margin: 2em auto 0;
	}
	.navbar-toggle .icon-bar {
		width: 18px;
	}
	.navbar-toggle {
		padding: 7px 8px;
		margin-top: 4px;
		margin-right: 0;
	}
	.header:after {
		height: 25px;
	}
	.welcome_head h2 {
		font-size: 1.2em;
		line-height:1.7em;
	}
	.welcome_bottom_left {
		width: 100%;
	}
	.welcome_bottom_right h3 {
		font-size: 1.15em;
	}
	.view .mask, .view .content {
		width: 199px;
		height: 199px;
	}
	.location {
		width: 100%;
		margin-top: 1em;
	}
	.location_img {
		margin-right: 0;
		width: 40%;
		margin: 0 auto;
		float: none;
	}
	.service-section-grid {
		margin-top: 3em;
	}
	.news-section-grid-left {
		width: 17%;
	}
	.news-section-grid-right {
		width: 78%;
	}
	.news-section-grid-right a {
		font-size: 1.05em;
	}
	.footer:before {
		top: -7%;
	}
	.about-bottom img {
		width: 85%;
		margin-top: 1em;
	}		
	.about-bottom h4 {
		font-size: 1.05em;
		line-height: 1.7em;
	}
	.testimonials h4 {
		font-size: 0.89em;
	}
	.testimonials {
		padding: 0;
	}
	.about-section, .short-codes, .gallery, .blog, .single-page, .contact-section {
		padding: 3em 0 6em 0;
	}
	.list1-2 li a {
		font-size: 0.72em;
	}
	.about-middle:before {
		top: -3.9%;
	}
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 0px!important;
	}
	.gallery-grid {
		padding: 0 2px;
		margin-top: 4px;
	}
	.gallery-bottom {
		margin-top: 1em;
	}
	.blog-pagination {
		padding-left: 0.5em;
	}
	.blog-to {
		padding: 0;
	}
	.top-blog {
		width: 100%;
		margin: 0.5em 0em 0em 0em;
	}
	.blog-left {
		padding-right: 0;
		width: 100%;
		border-bottom: 1px solid #B6B3B3;
		border-right:none;
		padding-bottom:0.5em;
	}
	.top-blog p {
		font-size: .98em;
	}
	.top-blog a.fast {
		font-size: 1.15em;
	}
	.blog-left b {
		font-size: 2.3em;
		height: 39px;
		text-align: Center;
	}
	.single-bottom input[type="submit"] {
		width: 34%;
	}
	.single-middle h3, .single-bottom h3 {
		font-size: 2em;
	}	
	.single-middle {
		margin-top: 2em;
	}
	.about {
		margin-bottom: 5em;
	}
	.our-staff-grid h4 {
		margin: 0.5em 0 0.3em 0;
	}
	.contact-grid {
		padding: 0;
	}
	.copyrights p {
		line-height: 1.8em;
	}
  .top-message {
    padding: 5px 0px;
  }
}
