.navbar-default {
    background-color: #FFF;
    border-color: #CCC;
}
.navbar {
	background-color:#e7e7e7;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #9e0b0b;
    color: #fff;
}
.navbar-nav > li > a {
    text-transform:uppercase;
    font-weight:bold;
}
#main-slider {
  position: relative;
  margin-top:80px;
}
.team-member-infowrapper {
  min-height:439px;
}
.mid-heading {
    position:relative;
    text-align:center;
}
    .mid-heading span {
    background-position: left;
    position: relative;
    display: inline-block;
    padding: 0px 50px;
    margin-bottom:20px;
    background-image: url('../img/title-before.png');
    background-repeat: no-repeat;
    background-size:contain;
}
        .mid-heading span:after { position:absolute; width:50px; background-image: url('../img/title-before.png');
    background-repeat: no-repeat;
    background-size:contain; content:" "; top:0; bottom:0; right:0; background-position:right}

.inner-wrap {
    background-position: center top;
    background-image: url('../img/InnerPageBG.jpg');
    background-repeat: no-repeat;
    padding-top: 180px;
    background-size:auto;
}
    .inner-wrap .wrap {
        padding:0px; 
        margin-bottom:-20px;
    }
    .inner-wrap .wrap > .container {
        padding-top:20px;
        background-color:#fff;
        border: 8px solid #fff;
        box-shadow: 0 1px #fff inset, 0 0 8px #c8cfe6; -webkit-box-shadow: 0 1px #fff inset, 0 0 8px #c8cfe6; -ms-box-shadow: 0 1px #fff inset, 0 0 8px #c8cfe6;-o-box-shadow: 0 1px #fff inset, 0 0 8px #c8cfe6;
    }
.gallery a {display:block; width:100%; margin-bottom:20px;
}
.gallery a img { width:100%; }
.gal-col-5 > a {width:20%;}
.gal-col-4 > a {width:25%;}
.gal-col-3 > a {width:33.333%;}
.gal-col-5:after { content:" "; clear:both; }
.nopadul{padding-left:20px;
}
.ul-0-padding{padding-left:12px;
}
.top-nav-collapse .navbar-nav li a { line-height:42px; }
.navbar-collapse { max-height:460px!important;
}
/*
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .navbar-collapse { max-height:320px!important;
}
}*/
.contactfrm { text-align:left!important; }
    .contactfrm label { margin-left:15px; }
.form-group input, .form-group textarea { padding:5px 15px 10px; height:auto; margin:0px auto; border:none; border-bottom:solid 1px #ccc; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; -o-box-shadow:none;
}
.firstPara { font-size:22px; color:#9e0b0b; line-height:27PX; font-weight:300; }
.thinHeading { font-size:24px; color:#9e0b0b; line-height:27PX; }
.table.noBorder > thead > tr > th, .table.noBorder > tbody > tr > th, .table.noBorder > tfoot > tr > th, .table.noBorder > thead > tr > td, .table.noBorder > tbody > tr > td, .table.noBorder > tfoot > tr > td, .table.noBorder tr {
    border-top: none;
}
.footer .table.noBorder { margin-top:-10px; }
@media (min-width:767px) {
    .navbar{
        padding: 15px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
	
    .top-nav-collapse {
        padding: 0;
    }
        .top-nav-collapse .navbar-brand { padding:15px 0px; }
}

@media (max-width:767px) {
#main-slider {
  margin-top:50px;
}

    .inner-wrap {
        margin-top:80px;
        padding-top:50px;
        background-size:auto;
}
}
#main-slider .carousel h2 {
  font-size: 72px;
  line-height:60px;
  color:#FFF;
  text-transform:uppercase;
  margin-top:20%;
  font-weight:700;
  padding-left:0;
}
#main-slider .carousel p {
  font-size: 24px;
  line-height:24px;
  color:#FFF;
  text-transform:uppercase;
  font-weight:400;
  padding-left:0;
}
#main-slider .carousel .btn {
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}
#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 600px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: auto;
  width: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
  outline: 0;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

@media(max-width:767px) {
	#main-slider .carousel h2 {
	  font-size: 42px;
	  line-height:36px;
	  color:#FFF;
	  text-transform:uppercase;
	  margin-top:30%;
	  font-weight:700;
	  padding-left:0;
	}
.navbar-brand {
    padding:10px;
}

    .inner-wrap { margin-top:55px; }
    
}



/* Section Title */
.section-title h1{
	font-size:48px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:30px;
}

.section-title h1:before{
	content: url(../img/title-before.png);
	display:block;
	float:left;
}
hr {
    margin-bottom:40px;
}

@media(max-width:767px) {
.section-title h1{
	font-size:32px;
	text-transform:uppercase;
	font-weight:700;
	margin-left:30px;
}
}





/* Portfolio Grid and Hover Effects */

.grid {
	padding: 20px 20px 100px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: left;
}

.grid figure {
	margin: 0;
	position: relative;
	margin-top:20px;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #000;
	color: #ed4e6e;
}

.grid figcaption h3 {
	font-size:18px;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	color: #fff;
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 0;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}


.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 80px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 2 */
.cs-style-2 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
}

.cs-style-2 figcaption {
	height: 90px;
	width: 100%;
	top: auto;
	bottom: 0;
}

.cs-style-2 figcaption a {
	position: absolute;
	right: 20px;
	top: 30px;
}
/*==========product-gallary===========*/
body {
  
}


*
{
    box-sizing: border-box;
}

.row > .column
{
    padding: 0 0px;
}

.row:after
{
    content: "";
    display: table;
    clear: both;
}

.column
{
    float: left;
    width: 25%;
    margin-top:26px;
}

/* The Modal (background) */
.modal
{
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content
{
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close
{
    color: white;
    position: absolute;
    top: 98px;
    right: 19px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus
    {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides
{
    display: none;
}

.cursor
{
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next
{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 15px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next
{
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover
    {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext
{
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img
{
    margin-bottom: -4px;
}

.caption-container
{
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo
{
    opacity: 0.6;
}

    .active,
    .demo:hover
    {
        opacity: 1;
    }

img.hover-shadow
{
    transition: 0.3s;
}

.hover-shadow:hover
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.gallery-custom
{
    width: 90%;
    margin: 0 auto;
}

.normallink a:hover, normallink a:focus{ color:#9e0b0b; }




@media only screen and (min-width: 769px) {
    .client{
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
    .client{
    width: 50%;
  }
}