.solution_tabs > ul {
  border-left:3px solid #ffffff;
}


.solution_tabs .active a {
  background: #0b74df;
  /* background: #f2f2f2; */
  color: #5a5a5a;
  font-size: 15px;
  display: block;
  /* height: 58px; */
  line-height: 54px;
  width: 100%;
  padding-left: 16px;
  border-bottom: 1px solid #cecece;
  color: white;
  text-decoration: none;
}

.solution_tabs > ul {
  /* margin-top: 18px; */
  list-style:none;
  magin-left: 0;
  padding-left: 0;
  margin-bottom: 30px;
}
.solution_tabs ul li a {
  background: #f2f2f2;
  color: #5a5a5a;
  font-size: 14px;
  display: block;
  /* height: 58px; */
  line-height: 58px;
  width: 100%;
  padding-left: 18px;
  border-bottom:1px solid #cecece;
}

.solution_tabs ul li a:hover{
  background: #0b74df;
  color: #ffffff;
  text-decoration:none;
}
#solution .footer_1_contact i {
  color: #b02b21;
}

.have_qus {
      border-radius: 5px;
      padding: 14px 22px;
      background-color: #1c489d;
      color:white;
      margin-bottom: 50px;
      /* padding-left: 11px; */
      margin-left: 11px;
      margin-top: 50px;
}
.have_qus p {
         line-height: 25px;
    font-size: 14px;
    color: white;

     
}

.have_qus .btn-dark {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #111111;
  display: inline-block;
  font-size: 12px;
  overflow: hidden;
  padding: 13px 25px;
  text-transform: uppercase;
  transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
  margin-top: 15px;
  text-decoration: none;
}
.have_qus .btn-dark i {
  font-size: 17px;
  margin-right: 12px;
  vertical-align: sub;
}
.have_qus .btn-dark:hover{
  background:transparent;
  border: 1px solid #fff;
  color: #ffffff;
}

.breadcrumb {
	color:#c2c2c2;
	margin-bottom: 12px;
	background:none;
	padding:0;
	border-radius:0px;
	padding-top: 25px;
	padding-right: 20px;
	/* margin-left: 21px; */
}
.breadcrumb a {
	color: #3b3b3b;
	font-size:11px;
}
.breadcrumb a:hover {
	color: #e94128;
	text-decoration: none;
}

.breadcrumb li.active   {
	color: #1c489d;
	font-weight:600;
	font-size:11px;
	text-decoration: none;
}
.page-title{
	position:relative;
	padding-top: 161px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.60);
}

.page-title .auto-container{
	position:relative;
	z-index:1;
}	

.page-title h1{
	position:relative;
	font-size:32px;
	font-weight:900;
	color: #ffffff !important;
	padding-bottom:60px;
	line-height:1.4em;
	text-transform:uppercase;
}

.page-title h1:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:10px;
	width:1px;
	height:42px;
	background-color:rgba(255,255,255,0.30);
}
.page-title h4{
font-size: 27px;
}

.page-title .bread-crumb-outer{
	position:relative;
	display:inline-block;
	padding:13px 50px;
	top:8px;
	background-color:rgba(255,255,255,0.15);
}
.page-title .bread-crumb-outer .bread-crumb ul{
      list-style:none;
	
}
.page-title .bread-crumb-outer .bread-crumb li{
	position:relative;
	float:left;
	margin-right:30px;
	color:#ffffff;
	font-size:14px;
	line-height:24px;
	font-weight:600;
	text-transform:uppercase;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child{
	margin-right:0px;
	list-style:none;
}

.page-title .bread-crumb-outer .bread-crumb li:after{
	content:'\f105';
	font-family: 'FontAwesome';
	position:absolute;
	right:-22px;
	width:10px;
	line-height:20px;
	font-size:14px;
	color:#ffffff;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child:after{
	display:none;	
	    list-style: none;
}

.page-title .bread-crumb-outer .bread-crumb li a{
	color:#ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.page-title .bread-crumb-outer .bread-crumb li a:hover{
	color:#fa6f1c;	
}

.page-title .bread-crumb-outer .bread-crumb li.active{
	color: #ff8b39;
}

.thumbnail{
border: 4px solid #fefefe;
    box-shadow: 0 0 0 1px hsla(0,0%,4%,.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow .2s ease-out;
    border-radius: 0;
	width:100%;
margin-bottom: 1rem;}
	.solution_tabs h3{
    font-weight: normal;
    padding: 7px;
    border-bottom: 1px solid #dedede;
    padding-left: 0px;
    margin-top: 0px;
    }
.thumbnail:focus, .thumbnail:hover {
/* box-shadow: 0 0 6px 1px rgba(117, 117, 117, 0.6); */}
	
	.titlepgp{
    color: #1c489d;
    margin-top: 13px;
    margin-bottom: 10px;
    }
	
	
	
	.services-list li {
  background-color: #eeeeee;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px 10px 20px;
}

 .services-list li a {color: #17161a;}
 .services-list li:hover {
  background-color: #1c489d;
}
 .services-list li:hover a {
  color: #fff ;

}
 .services-list li.active {
  position: relative;
  border-bottom: 1px solid transparent !important;
}
 .services-list li.active a {
  color: #fff;

}
 .services-list li.active::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 23px;
  bottom: 0;
  content: "";
  height: 30px;
  left: -46px;
  position: absolute;
  top: 0;
  width: 23px;
}

ul.list {
  list-style: outside none none;
  margin-top: 13px;
  padding-left: 11px;
}

.border-theme-colored {
  border-color: #2E375F !important;
}
.services-list li.active::after {
  border-color: transparent #1c489d transparent transparent;
}
.services-list li.active {
  background-color: #1c489d!important;
  border-right: 6px solid #e94128 !important;
}

#features{
	background:url(../images/parallax1.jpg) no-repeat;
	background-size:cover;
	color:#fff;
	/* background-color: #a63747; */
	padding-top: 38px;
	padding-bottom: 50px;
}


.work-filter{}
.work-filter li{
	display:inline-block;
	margin:0 10px;
}
.work-filter li a{
	font-size:18px;
	position: relative;
	padding:5px 0;
	display:block;
	color: #222;
}
.work-filter li a:before{
	content:'';
	height: 3px;
	width:0;
	background: #c92732;
	position:absolute;
	bottom:0;
	left: 50%;
	right: 50%;
}
.work-filter li a:hover::before, .work-filter li a.active:before{ 
	width:100%;
	left:0;
	right:0;
	
}
.work-filter li a:hover, .work-filter li a.active,
#projects .work-filter li a:hover, #projects .work-filter li a.active{
  color: #c92732;
}

.gallery .work-item, #ourstudio .col-1-5{
  padding:15px;
  position: relative;
}
.mix {
  display: none;
}
.gallery .item-container:hover img {
  opacity: 0.4;
  transform: scale3d(1.1, 1.1, 1);
}
.overlay{
	background: rgba(0, 0, 0, 0.64);
	position:absolute;
	opacity:0;
	top:auto;
	left:0;
	bottom: -100%;
	height: 100%;
	width: 100%;
	color:#fff;
}

.gallery .item-container:hover .overlay, .zerogrid .item-container:hover .overlay, .shopping_box:hover .overlay {
	opacity:1;
	bottom:0;
}

.overlay .overlay-inner{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:15px;
	/* text-align:left; */
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	top: 36%;
}
.overlay:hover .overlay-inner{
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
  transform: translateY(0);
}
figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h2, figure.effect-zoe:hover p.icon-links a {
  
}		
.overlay .overlay-inner a{
  /* background: #fff; */
  color: #ffffff;
  font-size: 25px;
  padding: 2px 5px;
  display:inline-block;
  /* margin-bottom: -12px; */
}
.overlay .overlay-inner h4{
	font-size:18px;
}			
.overlay .overlay-inner p{
	margin-bottom: 8px;
	font-size: 20px;
	color: white;
}	