.about-area{
	padding: 40px 0px;
}
.container::after {
	clear: both;
}
.container::after, .container::before {
	content: " ";
	display: table;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.wpb_wrapper{
	margin-bottom: 0;
}
.wpb_wrapper h2{
	font-family: Montserrat;
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
	line-height: 46px;
	color: #15356a;
}
p {
	letter-spacing: .5px;
	font-size: 19px;
}
.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}


.icon {
	width: 50px;
	height: 50px;
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}
.blockicon{
	display: flex;
	margin: 14px 0px;
	gap: 15px;
}
.row{
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

#about-page .calculator-section .inner {
	position: unset !important;
}

#about-page .calculator-section{
	background-image: url(../img/about-banner-2.jpg);
	background-repeat: repeat;
	background-size: cover;
	position: relative;
	height: 300px;
	padding-bottom: 67px;
	background-position: center bottom;
}

#about-page .calculator-section::before{

	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;

}

#about-page .inner2 h1 {
color: #fff;
  text-align: center;
  margin: 160px 10px;
  display:none;
}