.solution_tabs > ul {
  /* border-left: 5px solid #ffffff; */
  /* border-right: 5px solid #fff; */
}


.solution_tabs .active a {
  background: #cf056b;
  /* background: #f2f2f2; */
  color: #5a5a5a;
  /* font-size: 15px; */
  display: block;
  /* height: 58px; */
  /* line-height: 49px; */
  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: 32px;
  text-transform: capitalize;
  border-top: 5px solid #9d0953;
}
.solution_tabs ul li a {
  background: #f2f2f2;
  color: #222222;
  font-size: 16px;
  display: block;
  /* height: 58px; */
  line-height: 48px;
  width: 100%;
  padding-left: 18px;
  border-bottom:1px solid #cecece;
  font-weight: 600;
}

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

.have_qus {
      border-radius: 5px;
      padding: 17px 22px;
      background-color: #cf056b;
      color:white;
      margin-bottom: 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: 18px;
	padding-right: 20px;
	margin-left: 14px;
	margin-bottom: 23px;
}
.breadcrumb a {
	color: #000000;
	font-size:12px;
}
.breadcrumb a:hover {
	color: #cf056b;
	text-decoration: none;
}

.breadcrumb li.active   {
	color: #ebb00a;
	font-weight:600;
	font-size: 12px;
	text-decoration: none;
}



.image_thumb {
  overflow: hidden;
  /*display: inline-block;*/
  position: relative;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 0px 17px #d2cfcf;
  background-color: #FFF;
  padding: 6px;
}

.image_thumb:before {
  content: "";
  background: rgba(0, 0, 0, 0.04);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.image_thumb img {
  max-width: 100%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.image_thumb:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image_thumb:hover:before {
  opacity: 1;
}
	.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: #190044;
    margin-top: 13px;
    margin-bottom: 10px;
    }
	
	
 .picture-2 h1 {
 margin: 0px;
 font-size: 20px;
 line-height: normal;
 color: #fff;
 background-color: rgb(10 152 206 / 78%);
 padding-top: 18px;
 padding-bottom: 18px;
 text-transform:uppercase;
 padding-left: 28px;
 padding-right: 28px;
 text-align: center;
 position: absolute;
 z-index: 10;
 top: 37.7%;
 left: -48px;
 border: 6px solid #fff;
}
