@charset "utf-8";
/* CSS Document */
.navbar-default {
    background-color: #FFFFFF;
    border-color: transparent;
}
.navbar-fixed-top
{
	padding:0px;
}

.logo
{
	width:250px;
	height:5%;
	
}
.logo img
{
	width:100%;
}
.navbar-default .navbar-nav>li>a
{
	color:#0977c1;
    padding-top: 85.5px;
}
.navbar-default .navbar-nav>li>a:hover
{
	color:#0977c1;
    padding-top: 85.5px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus
{
	    color: #000;
		background-color:transparent;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 60px;
    margin-bottom: 13px;
    background-color: #18BC9C;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default .navbar-toggle {
    border-color: #18BC9C;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.1;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #751818;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #A22121;
    text-decoration: none;
    opacity: 0.1;
    filter: alpha(opacity=90);
}

.para
{
	text-align: justify;
	
}
.service-para
{
	text-align:justify;
	margin-top:20px;
}
.pro-link
{
	width:50%;
	height:50px;
	height:auto;
	padding:2%;
	font-size:16px;
	margin-top:15px;
}
.contact-bk
{
	background-color:#DCDCD4;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    font-family: 'Josefin Sans', sans-serif;
	    font-weight: 600;
}
.top
{
	
}

/*-- gallery --*/
.gallery-top {
   /* padding: 5em 0;*/
   /* background: url(../images/10.png) no-repeat -116px 0px;*/
}
.gallery-grids-top {
    margin: 4em 0 0 0;
}
.gallery-info p {
  color: #B2B2B2;
  font-size: .9em;
  margin: 1em auto 0;
  line-height: 1.8em;
  width: 70%;
}
.gallery-grid a {
    display: block;
}
.gallery-grid img {
  width: 100%;
}
.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-grids-middle{
	margin:2em 0;
}



/* testimonial */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
  /*  min-height: 300px;*/
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
@media (min-width: 768px)
{
.navbar-fixed-top.navbar-shrink .navbar-brand {
   width:38%;
   font-size: 1.5em;
}
}
