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


.solution_tabs .active a {
  background: #0c3a80;
  /* 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: 5px;
  list-style:none;
  magin-left: 0 !important;
  padding-bottom: 40px;
  /* margin-left: -43px; */
}
.solution_tabs ul li a {
     background: #f2f2f2;
     color: #333333;
     font-size: 15px;
     display: block;
     height: 52px;
     line-height: 58px;
     width: 100%;
     padding-left: 18px;
     border-bottom: 1px solid #cecece;
     text-transform: uppercase;
}

.solution_tabs ul li a:hover{
  background: #ef853e;
  color: #ffffff !important;
  text-decoration:none;
}
#solution .footer_1_contact i {
  color: #ef853e;
}

.have_qus {
      /* border-radius: 5px; */
      /* padding: 61px 33px; */
      background-color: #ef853e;
      color:white;
      height: 91px;
      padding-top: 16px;
}
.have_qus h3 {
  
    
      color:white;
}
.have_qus p {
         line-height: 25px;
    font-size: 14px;
    color: white;

     
}

.have_qus p {
         line-height: 25px;
    font-size: 14px;
    color: white;

     
}


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

.title-section {
    padding-top:25px;
    /* padding-bottom:25px; */
    position:relative;
    background-color:rgb(254, 254, 254);
}
.title-section::after {
    content:"";
    background:url('images/h.jpg');
    top:0;
    left:0;
    bottom:0;
    right:0;
    position:absolute;
    z-index:-1;
	background-size:cover;
}
.title-section h1 {
    text-transform:uppercase;
    margin-top:0px;
    margin-bottom:5px;
	color:#FFF;
}
.title-section ul {
    margin: 0px;
}
.breadcrumb {
	/* color:#c2c2c2; */
	margin-bottom: 23px;
	background:none;
	padding:0;
	border-radius:0px;
	padding-top: 18px;
	/* left: 5px; */
	padding-left: 16px;
}
.breadcrumb a {
	color: #00549a;
	/* font-size:11px; */
}
.breadcrumb a:hover {
	color: #f37001;
	/* text-decoration:underline; */
}

 

.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;}
.thumbnail:focus, .thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(117, 117, 117, 0.6);
    
