@charset "utf-8";
/* CSS Document */

body{ font-family: 'Roboto', sans-serif; color:#777; }

h1, h2, h3 {  font-family: 'Bree Serif', serif;}
ul, li { list-style:none; }
a:hover{ text-decoration:none; }
i{  color:#f7941d;}
.top{background-color:#333; color:#FFF; }
.top-link { padding:10px; float:right; margin-top:15%; }
.top-link li{ float:left; margin-left:10px; } 
.top-link li a{  color:#333; font-size:16px; font-weight:bold; }
.social { overflow:hidden; float:right; margin-bottom:0px; }
.social li { float:left;font-size:16px; margin-left:5px;  }     
.social li a img{ color:#fff; display:block; width:25px; height:25px; margin: 8px 0;   }
.logo-bg{ background-color:#f5f5f5;}
.logo{ background-color:#FFF; padding:5px; width:280px;  margin:25px 0; } 
.nav > li > a { padding:15px; webkit-transition: all ease-in-out 0.4s;
-moz-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
transition: all ease-in-out 0.4s; }
	.contact{ display:block; }
.navbar {
    border-radius: 0;
 
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover
{color:  #f7941d;
background-color: #fff;	}
.navbar-default {
    background-color: #F7941D;
    border: none ;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color:  #f7941d;
    background-color: #fff;
}
.navbar-default .navbar-nav > li { border-right:1px solid #fff; }
.navbar-default .navbar-nav > li:first-child{border-left:1px solid #fff; }
.navbar-default .navbar-nav > li > a {
    color:#fff;
    font-size: 16px;
    font-weight: bold;
}


.carousel-control.left{ background-image:none; }
.carousel-control.right{ background-image:none; }

 .carousel-caption {

    left:15px;
	top:0;
	text-align:left;
	padding:25px;
	color:#333;
	text-shadow:none;
}

 .list-group {
	position:absolute;
	top:0;
	right:0;
}
 .list-group-item i { color:#fff; }
 .list-group .active i {color: #f7941d;}
 .list-group-item {
	border-radius:0px;
	cursor:pointer;
	font-family: 'Bree Serif', serif;
	webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s; 
}
 .list-group .active {
	background-color: #fff;
color: #f7941d;
}
.carousel-caption{ right:20%; text-align:left; text-shadow: 1px 1px 1px #ccc; color: #f7941d; }
 .carousel-caption h4 a{ color:#f7941d !important ; font-weight:bold;} 

@media (min-width: 992px) { 
	 {padding-right:33.3333%;}
	 .carousel-controls {display:none;} 	
}
@media (max-width: 991px) { 
	.carousel-caption p,
	 .list-group {display:none;} 
}   

.btn-primary {
    color: #fff;
    background-color: #f7941d;
    border-color: #f7941d;
	webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s; 
}


.btn-primary:hover {
    color:  #f7941d;
    background-color: transparent;
    border-color:  #f7941d;
}


.list-group-item{ background-color: #f7941d; color:#fff; border:1px solid #fff !important; }
.about{ padding:25px 0; font-size:16px; }
.about h2 { color:  #f7941d; }
.about p{ padding:10px 0; line-height: 26px; }
.sepration { color:  #f7941d; }
.punchline{ padding:25px 18px;  background-color:#f5f5f5; box-shadow: 2px 2px 2px #ccc; }
.punchline .btn-primary{ margin-top:15px; }
.punchline h4{ text-align:justify; line-height:32px; font-size: 17px; }
.product { padding:25px 0;  }
.product h2{ margin-bottom:30px; } .product h3{ text-align:center; } 
.box{ text-align:center; }
.product h5 { font-size:16px; font-weight:bold;  }
.carousel-indicators li{ border: 1px solid #ccc;  background-color: #ccc; }
.icon {
    background-color: #fff;
    color: #f7941d !important; 
    font-size: 24px;
    padding: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin: 10px 15px;
}
.footer {
    background-color: #f5f5f5;
    padding: 50px 0;
}
.footer h5 {
   font-size:16px; font-weight:bold; color:#f7941d; 
}
.footer p{ margin-bottom:5px; }
.footer h2{ margin-bottom:25px; } 
.padd{ padding:10px 0; }
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover{
color: #fff;
background-color: #f7941d;
border-color: #f7941d;	
}

.carousel-fade{height:auto;} 
.carousel-fade .item img{height:auto !important; width:100%;}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; 
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*---- About us -----------*/

.heading{ padding:0px 0 15px;  }
.breadcrumb {
    padding: 8px 15px;
    margin: 27px 0;
    list-style: none;
    background-color: transparent  ;
    border-radius: 4px;
	text-align:right;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "|";
}
.breadcrumb a{ color: #f7941d; }
.internal-page{ padding: 50px 0; background-color:#f5f5f5; font-size:16px; text-align: justify; }
.quality{ padding: 50px 0; } 
.quality h3, .internal-page h3{ color:#1FA2F0; margin-bottom:25px; }
.icon1 {
    border: 3px solid #fffffc;
    padding: 6px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
	margin-bottom: 12px;
}
.padd1 { padding:10px 0; background-color:#f5f5f5; overflow:hidden; }
.map{ border:5px solid #f5f5f5;  }

.box{ /*border:1px solid #ccc;*/ margin-bottom: 15px !important;}
 #rig {
    padding: 0;
    font-size: 0;
    list-style: none;
    background-color: transparent;
    overflow: hidden;
}

#rig .box {
    ;/*display: inline-block;
    *display:inlinefor IE6 - IE7*/
     vertical-align:middle;
    box-sizing:border-box;
    margin:0;
    padding:0;
}
        
/* The wrapper for each item */
.rig-cell {
    /*margin:12px;
    box-shadow:0 0 6px rgba(0,0,0,0.3);*/
    display:block;
    position: relative;
    overflow:hidden;
}
        
/* If have the image layer */
.rig-img {
    display:block;
    width: 100%;
    height: auto;
    border:none;
    transform:scale(1);
    transition:all 1s;
}

#rig .box:hover .rig-img {
    transform:scale(1.05);
}
        
/* If have the overlay layer */
.rig-overlay {
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background:#fff no-repeat center 20%;
    background-size:50px 50px;
    opacity:0;
    filter:alpha(opacity=0);/*For IE6 - IE8*/
    transition:all 0.6s;
}
#rig .box:hover .rig-overlay {
    opacity:0.3;
}

/* If have captions */
.rig-text {
    display:block;
    padding:0 30px;
    box-sizing:border-box;
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    text-transform:capitalize;
    font-size:18px;
    font-weight:bold;
    font-family: 'Oswald', sans-serif;
    font-weight:normal!important;
    top:40%;
    color:white;
    opacity:0;
    filter:alpha(opacity=0);/*For older IE*/
    transform:translateY(-20px);
    transition:all .3s;
}
#rig .box:hover .rig-text {
    transform:translateY(0px);
    opacity:0.3;
}


.gallery-title
{
    font-size: 36px;
    color: #F7941D;
    text-align: center;
    font-weight: 500;
    margin-bottom:40px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height:30px;
   
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #F7941D;
    border-radius: 5px;
    text-align: center;
    color: #F7941D;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #F7941D;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #F7941D;

}
.filter-button.active
{
    background-color: #F7941D;
    color: white;
}
.port-image
{
    width: 100%;
}


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter:  blur(1px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: #F7941D;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #f7941d;
  margin: 50px 0 0 0;
  background-color: #f7941d;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 320px) and  (max-width: 767px) 
{
	.logo{margin: 25px auto;}	
	.contact{ display:none; }
	.nav > li > a{ padding:10px 15px; }
	.carousel-caption h2{ font-size:18px; }
	.punchline{margin-bottom: 15px;}
	.padd,.padd1,.padd .text-right{ text-align:center; }
	.content {
    padding: 12px 5px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
	}
	

@media (min-width: 768px) and  (max-width: 991px) 
{
	.nav > li > a{ padding:15px 7px !important; }
	.punchline{margin-bottom: 15px;}
	
}