.logo h1{
		font-size: 34px;
		font-weight: 600;
		margin: 0;
		line-height: 1;
		color: #5054a3;
		text-transform: uppercase;
}
.logo h2{
		font-size: 20px;
		font-weight: 500;
		margin: 0;
		padding: 0;
		line-height: 1.1;
}
.logo h3{
		font-size: 15px;
		font-weight: 500;
		margin: 0;
		padding: 0;
		line-height: 1.1;
}
.about-us h1{
	font-size: 45px;
}
.about-us h3{
	color: #4b4d75;
	line-height: 1.2;
	font-size: 25px;
	font-weight: 400;
}
.about-us img{
	border-radius: 100%;
}
.about-top{
	padding: 70px 0;
}
.btnall{
	text-align: center;
	margin-top: 30px;
}
.btnall button{
	background-color: #35397d;
		color: #ffffff;
	font-weight: 600;
	font-size: 16px;
}
.btnall button:hover{
		background-color: #ce2335;
}

/*whatsap*/


.floating_btn {
  position: fixed;
  bottom: 70px;
  right: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

/*whatsap end*/

.featured-imagebox-services.style1 .featured-header .featured-title h5 a{
	color: #333;

}
.testimonial-section_2 {
	background-color: #35397d;
}
.faq .card-header{
	font-size: 18px;
	font-weight: 500;
}
.faq .card-header a{
	color: #333!important;
}
.faq .card{
	margin-bottom: 5px;
}
.faq .card-body p{
	color: #666666;
}
.copyright{
	font-size: 15px;
	text-align: left;
}
.abtimg{
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #00000015;
}
.abtimg img{
	width: 100%;
}
.bkbtn{
	margin-top: 20px;
	text-align: center;
}
.bkbtn button{
	width: 100%;
}
.title-desc p:last-child{
	margin-bottom: 0;
}
.innerbanner{
	background:url(img/innerbanner.jpg) no-repeat bottom center;
	background-size: cover;
	height: 250px;
	padding-top: 5%;
}
.innerbanner h2{
	font-size: 35px;
	color: #35397d;
}
.breadcrumb-wrapper span{
	color: #000000;
	font-weight: 400;
}
.breadcrumb-wrapper span a{
	color: #000000;
	font-weight: 400;
}
.map_container h1{
	font-size: 35px;
	text-align:center;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 15px;
}
.hbox{
	display: flex;
	flex-wrap: wrap;
	background-color: #cccccc30;
	padding: 30px;
	margin-bottom: 25px;
}
.hbox_l{
	width: 50%;
	text-align: left;
}
.hbox_l h2{
	font-size: 25px;
	margin: 0;
}
.hbox_l p{
	position: relative;
	padding-left: 25px;
}
.hbox_l p i{
	position: absolute;
	top: 4px;
	left: 0;
	color: #ce2335;
}
.hbox_r{
	width: 50%;
	padding-left: 25px;
}
.hbox_r iframe{
		background-color: #fff;
	padding: 10px;

}
.lfb{
	text-align: left;
}
.ht{
	text-align: center;
}
.ht h1{
	background-color: #35397d;
	display: inline-block;
	font-size: 30px;
	padding: 10px 30px;
	color: #ffffff;
	border-radius: 60px;
}
.ipd{
	background-color: #cccccc30;
	padding: 30px;
	margin-bottom: 25px;
}
.ipd iframe{
	background-color: #fff;
	padding: 10px;

}
.ipd h2{
	font-size: 25px;
	margin: 0;
	text-align: left;
	margin-bottom: 15px;
}
.appt{
	padding: 70px 250px;
}
