/*product detaiils css start here*/
#menu-navbar{
	position: sticky;
	background: #fff;
	z-index: 100;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
#menu-navbar li a{
	padding: 20px 10px ;
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
  background: transparent;
}


#menu-navbar li  a:hover {
  background-color: #a00505;
  color: #fff;
	border-radius: 0;
  border: 0;
}

#menu-navbar .active  a  {
  background: #a00505;
  color: #fff;
  font-weight: 500;
  border:0;
  border-radius: 0;}
#menu-navbar .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffff;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
}
#menu-navbar .nav-tabs .nav-link {
    border:0;
  border-radius: 0;
    
}



.content {
  padding: 16px;
}

/*.sticky {
  position: fixed;
  top: 75px;
  width: 100%;
}
*/
.sticky + .content {
  padding-top: 60px;
}
.product-content{
	padding-top:50px;
	padding-bottom: 50px; 
}

.btn-ab{
	background: #352abb;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	border: 1px solid #713692;
	padding: 5px 10px;
}
.product-head{
	text-align: right;
	margin-bottom:0;
}
.btn-ab:hover{
	background:#713692;
	border: 1px solid #713692;
		padding: 5px 10px;

}
.btn-ab i{
	font-size: 18px;
	padding:5px ;
}
.social-media {
	display: inline-block;

	text-align: center;
}
.media-icon {
	padding: 10px 15px;
	text-align: center;
	
	color: #713692;
	border: 1px solid #713692;
	

}
/*.image-layer{
	min-height: 400px;
}
*/
.our-clients .carousel .item{
	height: auto;
	background:none;
}
/*.our-clients .carousel-control.right , .carousel-control.left {
	background: none !important;

}*/

 
 
 .our-clients ul{
    padding: 0;
  }

.our-clients li {
    float: left;
    background: #efefef;
    width: 155px;
    height: 60px;
    margin: 10px;
    list-style-type: none;
}
.our-clients li img{
    height: 55px
}
.clients-grid{
    background: #fff;
height: 80px;
overflow: hidden;
margin: 20px 0;
    border: 1px solid #efefef;

}
.clients-grid img{
    width: 100%;
    position: static;


}

#clients .left-arrow	 {
    background: #3e2d7d;
    opacity: 100%;
    width: 35px;
    height:35px;
    border-radius: 50%;
    top: 40px;
    left: -28px;
}
.carousel-control .glyphicon-chevron-left , .carousel-control .glyphicon-chevron-right{
    font-size: 20px;
    padding: 4px;

}
#clients .right-arrow	 {
    background: #3e2d7d;
    opacity: 100%;
    width: 35px;
    height:35px;
    border-radius: 50%;
    top: 40px;
    right: -28px;
}


.career-wrapper{
    background-color: #efefef;
    padding: 30px 0;
}
.mini-heading{
    color: #000;
}
.mt-0{
  margin-top: 0;
}
.careers , .apply-form{
  margin: 10px 0;
}
.careers .panel-heading {
    padding: 20px 15px;
  }
.careers .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
    font-weight: 500;
}
.careers .panel-body ,.careers .panel-body p{
  color: #242424;
  font-size:14px;
}
.careers .panel-body h3{
  font-weight: 600;
}
.apply-form .panel-heading {
    padding: 20px 15px;
  

}
.apply-form{
    position: -webkit-sticky;
  position: sticky;
  top: 4rem;
  }
.apply-form{
  color: #000;
}
.apply-form label{
  font-weight: 500;
}
 .apply-form .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
    font-weight: 600;
}
.apply-form .view-btn{
      border: 1px solid #ff3f3b;
    padding: 10px 35px;
    border-radius: 28px;
    font-size: 16px;
    background: #ff3f3b;
    color: white;
    margin-top: 22px;
}