.solution_tabs > ul {
  /* border-left:3px solid #ffffff; */
}


.solution_tabs .active a {
  background: #666666;
  /* 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: #5a5a5a;
    font-size: 14px;
    display: block;
    height: 52px;
    line-height: 58px;
    width: 100%;
    padding-left: 18px;
    border-bottom: 1px solid #cecece;
    text-transform: uppercase; font-weight: 500;
}

.solution_tabs ul li a:hover{
  background: #04066e;
  color: #ffffff;
  text-decoration:none;
}
#solution .footer_1_contact i {
  color: #b02b21;
}

.have_qus {
      border-radius: 5px;
      padding: 32px 25px;
      background-color: #03056a;
      color:white;
      margin-bottom: 50px;
}
.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: #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:30px;
  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;
}

.title-section {
    padding-top:25px;
    /* padding-bottom:25px; */
    position:relative;
    background-color:rgb(254, 254, 254);
}
.title-section::after {
    content:"";
    background:url('images/h.html');
    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;
  background: #04066e;
  margin: 0px 0px;
  padding: 10px;
  color: #fff;
}
.thumbnail:focus, .thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(117, 117, 117, 0.6);}
