body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
	border-top: 1px solid #1E204A;
}

a {
	transition: all 0.5s ease-in-out;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

ol,
ul,
dl {
	margin: 0;
}


#topbar {
	background: #EC255A;
	color: #fff;
	height: 30px;
	font-size: 16px;
	font-weight: 600;

	transition: all 0.5s;
}

/* ipm-header */
.ipm-header {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fff;
}

.ipm-header-top {
	margin: 0;
	padding: 15px 0;
	position: relative;
	background-color: #fff;
}

.ipm-logo {
	margin: 0;
	float: left;
}



.ipm-top-links {
	padding: 10px 0;
	float: right;
	position: relative;


}

.ipm-phone-link {
	padding-right: 15px;
	border-right: 1px solid #1E204A;
	display: inline-block;
	position: relative;
}

.ipm-phone-numbers {
	display: inline-block;
	vertical-align: middle;
}

.ipm-phone-link i {
	color: #EC255A;
	padding: 0;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	font-size: 30px;

}

.ipm-phone-link a {
	color: #1E204A;
	padding: 0;
	display: block;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

.ipm-phone-link a:hover {
	color: #EC255A;
}

.ipm-request-link {
	margin: 0;
	display: inline-block;
	position: relative;
}

.ipm-request-link a {
	background-color: #EC255A;
	color: #fff;
	padding: 5px 20px;
	margin: 8px 0 8px 15px;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 700;
}

.ipm-request-link a:hover {
	background-color: #1E204A;
	color: #fff;

}


.ipm-header-bottom {
	margin: 0;
	position: relative;
	background-color: #1e204a;
}

.ipm-navbar {
	margin: 0;
	position: relative;
}

.ipm-navbar > .container {
	padding: 0;
}

.ipm-navbar-toggle {
	margin: 0 auto;
	display: none;
	padding: 10px 0;
	text-align: center;
}

.ipm-navbar-toggle > i {
	font-size: 24px;
	vertical-align: middle;
	color: #fff;
}

.ipm-navbar-toggle > i > span {
	margin-left: 10px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: inherit;
	font-weight: 500;
	letter-spacing: 1px;
	cursor: pointer;
}

.ipm-nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.ipm-nav > li {
	position: relative;
	display: block;
	float: left;
}

.ipm-nav > li > a {
	position: relative;
	display: block;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	vertical-align: middle;
	border-right: 1px solid #EC255A;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.ipm-nav > li:last-child > a,
.ipm-nav > li:last-child > a:hover {
	border-right: none;
}

.ipm-nav > li > a:hover,
.ipm-nav > li > a:focus {
	text-decoration: none;
	background-color: #EC255A;
	border-right: 1px solid #EC255A;
	color: #ffffff;
}

.ipm-nav > li > a > i {
	margin-left: 5px;
}

.ipm-nav > .ipm-dropdown {
	position: relative;
}

.ipm-nav > .ipm-dropdown > .ipm-dropdown-menu {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	background-color: #fff;
	margin: 0;
	padding-left: 0;
	list-style: none;
	min-width: 250px;
	width: 100%;
	z-index: 1;
}

.ipm-dropdown-menu > li {
	position: relative;
	display: block;
}

.ipm-dropdown-menu > li > a {
	position: relative;
	display: block;
	padding: 10px 20px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	vertical-align: middle;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.ipm-dropdown-menu > li > a:hover,
.ipm-dropdown-menu > li > a:focus {
	text-decoration: none;
	background-color: #EC255A;
	color: #ffffff;
}

@media (min-width: 1200px) {
	.ipm-navbar-nav {
		display: block !important;
	}
}

@media (max-width: 1199.98px) {
	.ipm-logo {
		float: none;
		margin: 0 auto 15px;
		text-align: center;
	}

	.ipm-top-links {
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.ipm-top-links a {
		float: none;
	}

	.ipm-navbar-toggle {
		display: block;
	}

	.ipm-navbar-nav {
		display: none;
		max-height: 300px;
		overflow-y: scroll;
	}

	.ipm-nav > li {
		width: 100%;
		border-bottom: 1px solid #eee;
	}

	.ipm-nav > li:last-child {
		border-bottom: none;
	}

	.ipm-nav > li > a {
		border-right: none;
		background-color: #f5f5f5;
		color: #333;
	}

	.ipm-nav > li > a:hover {
		color: #fff;
	}

	.ipm-nav > li > a > i {
		float: right;
	}

	.ipm-nav > .ipm-dropdown > .ipm-dropdown-menu {
		position: relative;
		width: 100%;
		display: none;
		z-index: 1;
	}

	.ipm-dropdown-menu > li > a {
		padding: 10px 20px 10px 40px;
	}
}



@media (max-width: 420px) {
	.ipm-phone-link {
		padding-right: 15px;
		border-right: 1px solid #1E204A;
		display: inline-block;
		position: relative;
	}

	.ipm-request-link a {
		margin: 10px 0 0 10px;
		display: block;
	}

	.ipm-phone-link a {

		font-size: 16px;

	}

	.follow-us .social-network {
		padding-top: 0px;
		margin-bottom: 10px;
		text-align: center;
	}


}



/* ipm-quote-form */
.ipm-quote-form {
	position: relative;
	padding: 25px 0;
	background-color: #cc9933
}

.ipm-quote-phone {
	display: inline-block;
	position: relative;
}

.ipm-quote-number {
	display: inline-block;
	vertical-align: middle;
}

.ipm-quote-phone i {
	color: #333;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	font-size: 36px;
	-ms-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}

.ipm-quote-phone span {
	font-size: 20px;
	font-weight: 500;
}

.ipm-quote-phone a {
	color: #258f44;
	display: block;
	font-size: 24px;
	font-weight: 700;
}

.ipm-quote-form-field {
	padding: 5px 15px;
}

.ipm-quote-form button {
	background-color: #258f44;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.ipm-quote-form button:hover {
	background-color: #258f44;
	color: #fff;
}

/* ipm-overview */
.ipm-overview {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fff;
}

.ipm-overview-content {
	padding: 50px 25px;
	max-width: 768px;
}

.ipm-overview-content h1 {
	font-size: 32px;
	font-weight: 700;
	color: #1E204A;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.ipm-overview-content p {
	font-size: 15px;
	font-weight: 400;
	color: #333;
	padding: 0;
	margin-bottom: 20px;
	line-height: 1.5;
	letter-spacing: 1px;
}

.ipm-overview-content p:last-child {
	margin-bottom: 0;
}

.ipm-cta .ipm-request-form {
	padding: 30px 20px;
	background-color: #EC255A;
	border-radius: 10px;
}

.ipm-cta .ipm-request-form h2 {
	position: relative;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}

.ipm-cta .ipm-request-form button {
	color: #fff;
	background-color: #1E204A;
	width: 100%;
	text-transform: uppercase;
	border-radius: 2px;
	font-weight: 500;
	padding: 10px;
}

.ipm-cta .ipm-request-form button:hover {
	color: #fff;
	background-color: #258f44;
}

.ipm-overview-form {
	padding: 50px 25px;
	background-color: #EC255A;
	max-height: 470px;
}

.ipm-overview-form h2 {
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.ipm-overview-form h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 3px;
	margin-bottom: 10px;
	background-color: #333;
}

.ipm-overview-form input,
.ipm-overview-form textarea {
	border: 1px solid #1E204A;
	border-radius: 25px;
	padding: 15px;
}

.ipm-overview-form button {
	color: #fff;
	background-color: #1E204A;
	width: 100%;
	text-transform: uppercase;
	border-radius: 2px;
	font-weight: 500;
	padding: 10px;
}

.ipm-overview-form button:hover {
	color: #fff;
	background-color: #258f44;
}

@media (max-width: 991.98px) {
	.ipm-overview-content {
		text-align: center;
	}

	.ipm-overview-form {
		margin-top: 0;
	}
}

@media (max-width: 767.98px) {
	.ipm-overview-content {
		padding: 40px 20px;
	}

	.ipm-overview-content h1 {
		font-size: 28px;
	}

	.ipm-overview-form {
		padding: 40px 25px;
	}
}

/* ipm-services */
.ipm-services {
	margin: 0;
	padding: 50px 0;
	position: relative;
	background-color: #f5f5f5;
	text-align: center;
}


.ipm-services h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #1E204A;
	text-transform: uppercase;
	margin: 0 0 30px;
	padding-bottom: 10px;
	line-height: 1.5;
	position: relative;
	letter-spacing: 2px;
}

.ipm-services h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 3px;
	background-color: #EC255A;
}

.ipm-services-list {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-left: 0;
	margin-right: 0;
}

.ipm-service {
	padding: 15px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.ipm-service img {
	display: block;

}

.ipm-service a {
	background-color: #1E204A;
	color: #fff;
	padding: 8px 20px;
	margin: 8px 0 8px 15px;
	vertical-align: middle;
	display: block;
	width: 100% text-decoration: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

	font-size: 16px;
	font-weight: 700;
	margin: 1px 0 0 0;
}

.ipm-service a:hover {
	background-color: #EC255A;
	color: #fff;
}

@media (max-width: 991.98px) {
	.ipm-services {
		padding: 40px 0;
	}

	.ipm-services h2 {
		font-size: 28px;
	}
}

@media (max-width: 767.98px) {
	.ipm-services h2 {
		font-size: 24px;
	}
}

/* ipm-main */
.ipm-main {
	padding: 50px 15px;
	background-color: #fff;
	position: relative;
}

.ipm-abt-us {
	padding: 0rem 0rem 1.5rem 0rem;
}

.ipm-abt-us img {
	border-radius: 5px;
}

.ipm-article {
	margin: 0;
	position: relative;
	background-color: #fff;
}

.ipm-article span {
	color: #222;
}

.ipm-article > h2 {
	color: #333;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.5;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.ipm-article > h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 3px;
	background-color: #EC255A;
}



.ipm-article > h3 {
	color: #258f44;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 15px;
	padding: 0;
}

.ipm-article > img,
.ipm-article > p > img,
.ipm-article > a > img,
.ipm-article > p > a > img {
	margin-bottom: 25px;
}

.ipm-article a {
	color: #258f44;
	text-decoration: none;
	font-weight: 500;
}

.ipm-article a:hover {
	color: #fff35d;
}

.ipm-article > p {
	color: #333;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	letter-spacing: .5px;
}

.ipm-article > p:last-child {
	margin-bottom: 0;
}

.ipm-article > ul {
	padding-left: 40px;
	margin-bottom: 25px;
	list-style-type: disc;
}

.ipm-article > ul > li {
	position: relative;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	line-height: 2;
	letter-spacing: .5px;
}

@media (max-width: 767.98px) {
	.ipm-article > h1 {
		font-size: 26px;
	}

	.ipm-article > h2 {
		font-size: 24px;
	}

	.ipm-article > h3 {
		font-size: 22px;
	}

	.ipm-article > p {
		font-size: 15px;
	}

	.ipm-article > ul > li {
		font-size: 15px;
	}
}

/* ipm-404-page */
.ipm-404-page {
	margin: 0;
	padding: 100px 0;
	background-color: #fff;
	position: relative;
}

.ipm-404-page h1 {
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.ipm-404-page p {
	font-size: 18px;
}

/* ipm-thankyou-page */
.ipm-thankyou-page {
	margin: 0;
	padding: 100px 0;
	background-color: #fff;
	position: relative;
}

.ipm-thankyou-page h1 {
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.ipm-thankyou-page p {
	font-size: 18px;
}

/* ipm-pay-page */
.ipm-pay-page {
	margin: 0;
	padding: 100px 0;
	background-color: #fff;
	position: relative;
}

.ipm-pay-page h1 {
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.ipm-pay-page p {
	font-size: 18px;
}

/* ipm-locations */
.ipm-locations {
	margin: 0;
	padding: 50px 0;
	position: relative;
	background-color: #fff;
	text-align: center;
}

.ipm-locations h1,
.ipm-locations h2 {
	margin: 0 0 40px;
	padding-bottom: 20px;
	position: relative;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	color: #333;
}

.ipm-locations h1:before,
.ipm-locations h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 3px;
	background-color: #258f44;
}

.ipm-locations-list {
	height: 200px;
	padding: 0;
	margin: 0;
}

.ipm-location {
	width: 25%;
	height: 100%;
	padding: 15px 15px 30px;
	display: block;
	float: left;
}

.ipm-location a {
	color: #333
}

.ipm-location a:hover {
	color: #258f44;
}

.ipm-location img {
	width: 100%;
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
}

.ipm-location-title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
}

@media (max-width: 991.98px) {
	.ipm-location {
		width: 33.333333%;
	}
}

@media (max-width: 767.98px) {
	.ipm-location {
		width: 50%;
	}
}

@media (max-width: 575.98px) {
	.ipm-locations-list {
		height: 250px;
	}

	.ipm-location {
		width: 100%;
	}
}

/* ipm-offices */
.ipm-offices {
	margin: 0;
	padding: 50px 0;
	position: relative;
	background-color: #fff;
}



.ipm-office-list {
	margin-right: 0;
	margin-left: 0;
}

.ipm-office {
	margin-bottom: 40px;
}



.ipm-office > h1,
.ipm-office > h2,
.ipm-office > h3 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 15px;
	text-transform: capitalize;
	padding: 0;
}

.ipm-office > h1::before,
.ipm-office > h2::before,
.ipm-office > h3::before {
	content: none;
}

.ipm-office > h1::after,
.ipm-office > h2::after,
.ipm-office > h3::after {
	content: none;
}

.ipm-office a {
	color: #333;
	text-decoration: none;
	font-weight: 500;
	word-wrap: break-word;
}

.ipm-office a:hover {
	color: #EC255A;
}

.ipm-office > p {
	color: #333;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	letter-spacing: .5px;
}

/* ipm-forms */
.ipm-forms {
	margin: 0;
	padding: 50px 0 0;
	position: relative;
	background-color: #f5f5f5;
}

.ipm-forms h1,
.ipm-forms h2 {
	margin: 0 0 40px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #333;
}

.ipm-forms h1:before,
.ipm-forms h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 3px;
	background-color: #258f44;
}

.ipm-form {
	padding: 25px 50px 50px;
	position: relative;
	background-color: #fff;
}

.ipm-form-field {
	padding: 5px 15px;
}

.ipm-form > h1,
.ipm-form > h2,
.ipm-form > h3 {
	color: #333;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 25px;
	text-transform: capitalize;
	padding: 0;
}

.ipm-form > h1::before,
.ipm-form > h2::before,
.ipm-form > h3::before {
	content: none;
}

.ipm-form > h1::after,
.ipm-form > h2::after,
.ipm-form > h3::after {
	content: none;
}

.ipm-form button {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background-color: #258f44;
}

.ipm-form button:hover {
	background-color: #333;
	color: #fff;
}

/* ipm-page-header */
.ipm-page-header {
	margin: 0;
	position: relative;
	background-color: #f5f5f5;
}

.ipm-page-thumbnail {
	margin: 0;
	width: 100%;
	display: block;
}

.ipm-page-thumbnail > img {
	width: 100%;
	max-height: 450px;
	object-fit: cover;
}

.ipm-page-map {
	margin: 0;
	width: 100%;
	display: block;
}

.ipm-page-map > iframe {
	margin: 0;
	width: 100%;
	height: 400px;
	border: none;
}

.ipm-page-breadcrumb {
	margin-top: 0;
	width: 100%;
	background: #E9ECEF;
	position: relative;
	bottom: 0;
}

.ipm-page-breadcrumb .breadcrumb {
	border-radius: 0;
	background-color: #E9ECEF;
	margin-bottom: 0;
	padding: 0.5rem 0 1.5rem 0;
}

.ipm-page-breadcrumb .breadcrumb-item {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #EC255A;
}

.ipm-page-breadcrumb a {
	font-weight: 500;
	color: #1E204A;
	text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #1E204A;
}

/*why-ipm*/
.why-ipm {
	padding: 50px 0 50px;
	margin: 0;
	position: relative;
	background-color: #fff;
}

.why-ipm h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 30px;
	padding-bottom: 20px;
	position: relative;
	line-height: 1.5;
	letter-spacing: 2px;
}

.why-ipm h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 3px;
	background-color: #EC255A;
}

.why-ipm p {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	padding: 0;
	margin: 0 0 25px;
	line-height: 1.5;
	letter-spacing: 1.5px;
}

.why-ipm-boxes {
	margin: 0;
	padding: 0;
	position: relative;
}

.why-ipm-boxes .row {
	margin: 0 -5px;
}

.why-ipm-boxes [class*="col-"] {
	padding: 5px;
}

.why-ipm-box {
	margin: 0;
	padding: 15px;
	background-color: #f5f5f5;
	position: relative;
	border: 1px solid #1E204A;
	height: 100%;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
	text-align: center;
}

.why-ipm-box-img {
	max-width: 64px;
	max-height: 64px;
	margin-bottom: 10px;
}

.why-ipm-box-num {
	font-size: 18px;
	color: #EC255A;
	display: block;
	font-weight: 700;
	line-height: 1.5;
}

.why-ipm-box-des {
	font-size: 15px;
	color: #1E204A;
	display: block;
	font-weight: 500;
	line-height: 1.5;
}

@media (max-width: 991.98px) {
	.why-ipm h2 {
		font-size: 28px;
	}

	.why-ipm p {
		font-size: 15px
	}

	.why-ipm-box-num {
		font-size: 20px;
	}

	.why-ipm-box-des {
		font-size: 14px;
	}
}

@media (max-width: 767.98px) {
	.why-ipm h2 {
		font-size: 24px;
	}
}

/*ipm-cta*/
.ipm-cta {
	padding: 60px 0;
	margin: 0;
	position: relative;
	background-image: url(../images/backgrounds/cta-bg.jpg);
	background-position: 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f5f5f5;
}

.ipm-cta a {
	background-color: #EC255A;
	color: #fff;
	padding: 10px 20px;
	margin: 8px 0 8px 0px;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 700;
}

.ipm-cta a:hover {
	background-color: #1E204A;
	color: #fff;

}

.ipm-cta-content {
	padding: 40px 20px;
	position: relative;
	background-color: #f5f5f5;

}

.ipm-cta h2 {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	color: #333;
	position: relative;
}

.ipm-cta h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 3px;
	background-color: #EC255A;
}

.ipm-cta p {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 1.5;
}

@media (max-width: 991.98px) {
	.ipm-cta-content h2 {
		font-size: 28px;
	}
}

@media (max-width: 767.98px) {
	.ipm-cta {
		padding: 60px 0;
	}

	.ipm-cta-content p {
		font-size: 14px;
	}
}

/*ipm-clients*/
.ipm-clients {
	background-color: #fff;
	padding: 50px 0;
	margin: 0;
	position: relative;
}

.ipm-clients h1 {
	text-align: center;
	color: #333;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.ipm-clients h1:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 3px;
	background-color: #258f44;
}

.ipm-clients h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 50px;
	padding-bottom: 20px;
	line-height: 1.5;
	position: relative;
	letter-spacing: 2px;
}

.ipm-clients h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 3px;
	background-color: #EC255A;
}

.ipm-client {
	padding: 25px 50px;
	border: 1px solid #eee;
}

.ipm-clients-cell {
	width: 25%;
	height: auto;
	background: #fff;
	padding: 25px 50px;
	border: 1px solid #eee;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ipm-clients-cell:hover {
	border-color: #e23939;
}

@media (max-width: 991.98px) {
	.ipm-clients h2 {
		font-size: 28px;
	}

	.ipm-clients-cell {
		width: 25%;
	}
}

@media (max-width: 767.98px) {
	.ipm-clients h2 {
		font-size: 24px;
	}

	.ipm-clients-cell {
		width: 33.333333%;
	}
}

@media (max-width: 575.98px) {
	.ipm-clients-cell {
		width: 50%;
	}
}

/*ipm-whatsapp*/
.ipm-whatsapp {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 20px;
	right: 20px;
	border-radius: 50px;
	background-color: #fff;
	text-align: center;
	font-size: 0px;
	z-index: 1000;
}

/*ipm-footer*/
.ipm-footer {
	margin: 0;
	padding: 0;
	position: relative;
}

.ipm-footer-top {
	padding: 20px 0;
	margin: 0;
	position: relative;
	background-color: #F5F5F5;
}

.ipm-footer-widget {
	margin: 10px 0;
	padding: 0;
	position: relative;
}

.ipm-footer-widget p {
	color: #454545;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1px;
}

.ipm-footer-widget a {
	color: #454545;
	font-weight: bold;
}

.ipm-footer-widget a:hover {
	color: #EC255A;

}


.ipm-footer-widget h4 {
	font-size: 20px;
	color: #EC255A;
	text-transform: capitalize;
	margin-bottom: 15px;
	line-height: 1.5;
	font-weight: 600;
}

.ipm-footer-widget h4:before {
	content: '';
	position: absolute;
	/* bottom: 10px; */
	top: 30px;
	/* left: 50%; */
	/* margin-left: 0px; */
	width: 80px;
	height: 2px;
	background-color: #EC255A;
}

.ipm-footer-widget p:last-child {
	margin-bottom: 0;
}

.ipm-footer-widget strong {
	font-weight: 600;
	color: #EC255A;
}

.ipm-footer-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ipm-footer-widget ul li {
	margin-bottom: 10px;
}

.ipm-footer-widget ul li:last-child {
	margin-bottom: 0;
}

.ipm-footer-widget ul li a {
	color: #454545;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.ipm-footer-widget ul li a:hover {
	color: #EC255A;
}

.ipm-social-links {
	margin: 25px 0;
	padding: 0;
	position: relative;
}

.ipm-social-links h4 {
	font-size: 22px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 25px;
	line-height: 1.5;
	font-weight: 500;
}

.ipm-social-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ipm-social-links ul li {
	margin-bottom: 10px;
}

.ipm-social-links ul li:last-child {
	margin-bottom: 0;
}

.ipm-social-links ul li a {
	color: #757575;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	font-weight: 400;
	padding: 0;
}

.ipm-social-links ul li a i {
	margin-right: 10px;
	font-weight: 900;
	font-size: 15px;
}

.ipm-social-links ul li a:hover {
	color: #EC255A;
}

.ipm-footer-middle {
	padding: 10px 0;
	margin: 0;
	position: relative;
	background-color: #212121;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.ipm-footer-middle-text {
	color: #757575;
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
}

.ipm-footer-middle-text a {
	color: #EC255A;
}

.ipm-footer-bottom {
	padding: 25px 0;
	margin: 0;
	position: relative;
	background-color: #212121;
}

.ipm-copyright {
	position: relative;
	text-align: center;
}

.ipm-copyright span {
	font-size: 15px;
	color: #757575;
	font-weight: 400;
}

.ipm-footer-menu {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

.ipm-footer-nav-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ipm-footer-nav-menu > li {
	display: inline-block;
	position: relative;
	color: #757575;
}

.ipm-footer-nav-menu > li:after {
	content: "/";
	margin: 0 10px;
}

.ipm-footer-nav-menu > li:last-child:after {
	display: none;
}

.ipm-footer-nav-menu > li > a {
	color: #757575;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.5;
}

.ipm-footer-nav-menu > li > a:hover {
	color: #EC255A;
}



.lightbox-gallery {
	background-color: #fff;
	padding: 50px 0;
	margin: 0;
	position: relative;
}


.lightbox-gallery h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 50px;
	padding-bottom: 20px;
	line-height: 1.5;
	position: relative;
	letter-spacing: 2px;
}

.lightbox-gallery h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 3px;
	background-color: #EC255A;
}

@media (max-width:767px) {
	.lightbox-gallery h2 {
		margin-bottom: 20px;

		font-size: 24px
	}


}



.lightbox-gallery .item {
	padding-bottom: 20px;

}

.lightbox-gallery .item img {
	border-radius: 5px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}




.lightbox-gallery .hover-zoomin {}

.hover-zoomin a {
	display: block;
	position: relative;
	overflow: hidden;
}

.hover-zoomin img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.hover-zoomin:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}



.lightbox-gallery .row {
	margin: 0 -10px;
}

.lightbox-gallery [class*="col-"] {
	padding: 10px;
}

.follow-us {
	padding: 5px;
	background: #1E204A;


}

.follow-us h4 {
	font-size: 18px;
	font-weight: 600;
	padding-top: 8px;
	color: #fff;
	text-align: center;
}

.follow-us .social-network {
	padding-top: 3px;
	text-align: center;
}

.social-menu ul {
	position: relative;
	text-align: center;

	padding: 0;
	margin: 0;
	list-style-type: none;

	display: inline-flex;
}
}

.social-menu ul li {
	list-style: none;
	margin: 10px 20px;
}

.social-menu ul li .fab {
	font-size: 15px;
	line-height: 30px;
	transition: .3s;
	color: #EC255A;
}

.social-menu ul li .fab:hover {
	color: #fff;
}

.social-menu ul li a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	transition: .6s;
	box-shadow: 0 5px 4px rgba(0, 0, 0, .5);
}

.social-menu ul li a:hover {
	transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover {
	background-color: #EC255A;
}

.social-menu ul li:nth-child(2) a:hover {
	background-color: #EC255A;
}

.social-menu ul li:nth-child(3) a:hover {
	background-color: #EC255A;
}

.social-menu ul li:nth-child(4) a:hover {
	background-color: #EC255A;
}

.social-menu ul li:nth-child(5) a:hover {
	background-color: #EC255A;
}

.ipm-footer-text img {
	margin: 0 auto 15px;
	max-width: 65%;
}

.ipm-footer-text p {
	color: #454545;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1px;
}

.ipm-jumbotron {
	padding: 1.2rem 1.2rem;
	margin-bottom: 0;
	background-color: #e9ecef;
	padding: 1.5rem 1.5rem 0 1.5rem;

}

.ipm-jumbotron h1 {

	font-size: 25px;
	font-weight: 600;
	color: #EC255A;

}

.ipm-jumbotron p {

	font-size: 14px;
	font-weight: 600;
	color: #1E204A;
	margin-bottom: 0;

}

@media (min-width: 576px) {
	.ipm-jumbotron {
		padding: 1.5rem 1.5rem 0 1.5rem;
	}

	.ipm-jumbotron h1 {

		font-size: 32px;
		font-weight: 600;
		color: #EC255A;

	}

	.ipm-jumbotron p {

		font-size: 15px;
		font-weight: 600;
		color: #1E204A;
		margin-bottom: 0;

	}
}

.nav-list li {
	margin-bottom: 10px;

}

.nav-list li a {
	color: #333;

	font-weight: 500;
	font-size: 16px;
}

.nav-list li a:hover {
	color: #EC255A;


}
