/* ip header */
.ip-banner::before {
    display: none;
}
.ip-banner canvas {
    min-height: 200px;
	max-height: 200px;
	background: none transparent !important;
}

.ip-container .header:not(.fixed) {
	padding: 25px 0;
}

.ip-container .header .custom-container {
	max-width: 1460px;
}

.ip-container .header .logo {
	display: block;
	margin-right: 50px;
}

.ip-container .header:not(.fixed) .logo img {
	width: 210px;
	height: auto;
}

.ip-container #breadcrumbs {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.5px;
	max-width: 1430px;
	width: 90%;
	margin: 0 auto 30px; 
}

.ip-container .hdrnav>li>a {
	color: #000;
}

.ip-container #breadcrumbs a {
	color: #808080;
}

/* */
#inner-page-wrapper {
	margin-bottom: 0;
}

#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}

.section-title h2 strong {
    display: inline-block;
}

.ip-ab-section {
	margin-bottom: 80px;
}
.ip-ab-section.ip-ab-section-2 {
    margin-bottom: 30px;
}

.ip-ab-section-container {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.ip-ab-section-container.is-flipped {
	flex-direction: row-reverse;
}

.ip-ab-section-container p {
	font-size: 18px;
	line-height: 1.6;
	color: #454545;
	margin-bottom: 45px;
}

.ip-ab-section-title {
	margin-bottom: 35px;
	font-size: 32px;
	font-family: var(--font-family-title);
	color: #454545;
	position: relative;
}

.ip-ab-section-title::before {
  content: '';
  background: url(../../images/ip-ab-section-title-icon.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 62px;
  transition: all var(--default-transition);
  margin: 0 auto 14px;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all .5s;
  pointer-events: none;
}

.ip-ab-section-content {
	flex: 1;
	padding: 0 8%;
}

.ip-ab-section-photo {
	width: 44%;
	position: relative;
}

.ip-ab-section-img {
	box-shadow: 0 10px 30px rgb(0 0 0 / .20);
}

.ip-ab-section-photo::after {
	position: absolute;
	content: '';
	background: var(--gradient-1);
	width: 50%;
	height: 50px;	
	bottom: -50px;
}

.is-flipped .ip-ab-section-photo::after  {
	right: 0;
	left: auto;
}

.ip-ab-section-photo-left, .ip-ab-section-photo-right {
	width: 28.55%;
	position: relative;
}

.ip-ab-section-photo-left {
	margin-top: 50px;
}

.ip-ab-section-photo-left::after, .ip-ab-section-photo-right::after {
	position: absolute;
	content: '';
	background: var(--gradient-1);
	width: 50%;
	height: 50px;	
	top: -50px;	
}

.ip-ab-section-photo-right::after {
	bottom: -50px;
	right: 0;
	top: auto;	
}

/* section 1 */
.ip-ab-section-1 .ip-ab-section-content {
	padding: 0 4%;
}

.ip-ab-section-1 .ip-ab-section-content::before {
  content: '';
  position: absolute;
  background: url(../../images/site-monogram.png) no-repeat;
  width: 372px;
  max-width: 95%;
  height: 680px;
  background-size: contain;
  top: 44%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: .05;
  pointer-events: none;
}

.ip-ab-section-1 .section-title h2 {
	font-size: 110px;
}

.ip-ab-section-1 .section-title h2 small {
	font-size: 20px;
	color: #afa5a5;
	font-weight: 700;
}

.ip-ab-section-1 .ip-ab-section-content p span {
	color: var(--primary)
}

.ip-ab-section-1 .ip-ab-section-content p strong {
	font-size: 22px;
}

/* section 2 */
.ip-ab-section-2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15%;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	pointer-events: none;
	z-index: 1;
}

/* section 3 */
.ip-ab-section-3 {
	overflow: hidden;
	padding: 50px 0 0;
}

.ip-ab-section-3 .ip-ab-section-content::before {
  content: '';
  position: absolute;
  background: url(../../images/site-monogram.png) no-repeat;
  width: 372px;
  max-width: 95%;
  height: 680px;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: -115px;
  opacity: .05;
  pointer-events: none;
}

.ip-ab-section-3 .ip-ab-section-photo {
	margin-top: 20px;
}


/* section 4 */
.ip-ab-section-4 {
	padding: 0;
	color: #fff;
	margin-top: -30px;
	margin-bottom: 0;
}

.ip-ab-section-4 .ip-ab-section-container {
	align-items: center;
	max-width: 1600px;
	margin: 0 auto;
}

.ip-ab-section-4 .canvas-bg.is-white {
	height: 100px;
}

.ip-ab-section-4 .canvas-bg.is-black::before {
	height: calc(100% - 100px);
	bottom: 0;
	top: auto;
}

.ip-ab-section-4 .ip-ab-section-photo {
	padding-left: 20px;
}

.ip-ab-section-4 .ip-ab-section-photo::after {
	display: none;
}

.ip-ab-section-agent-photo {
	max-width: 622px;
	height: auto;
}

.ip-ab-section-agent-signature {
	position: absolute;
	bottom: 40px;
	left: 60px;
}

.ip-ab-section-4 .ip-ab-section-content {
	width: 70%;
	padding: 8% 2% 0;
}

.ip-ab-section-4 .ip-ab-section-content p {
	font-size: 20px;
    color: #fff;
}

.ip-ab-section-4 .ip-ab-section-content p.footnote {
	font-size: 16px;
}

.ip-ab-section-4 .ip-ab-section-content p span {
	color: #d7b1a5;
}

@media(max-width: 1499px) {
	.ip-ab-section-1 .section-title h2 {
	font-size: 90px;
}
}

/*@media(max-width: 1440px) {
	.ip-ab-section-1 .section-title h2 {
		font-size: 90px;
	}
}*/

@media(max-width:1366px) {
	.ip-container .header .logo {
		margin-right: 60px;
	}

	.ip-ab-section-1 .section-title h2 {
		font-size: 70px;
	}
}

@media(max-width:1280px) {
	.ip-ab-section-agent-photo {
		max-width: 550px;
	}
}

@media(max-width:1199px) {
	.ip-ab-section-agent-photo {
		max-width: 400px;
	}
	.ip-ab-section-4 .ip-ab-section-content p{
		font-size: 14px;
	}
}


@media(max-width: 991px) {
	.ip-ab-section-photo {
		width: 100%;		
		max-width: 450px;
		margin: 0 auto 60px;
	}
	.ip-ab-section-photo-left, .ip-ab-section-photo-right {
		width: 100%;		
		max-width: 450px;
		margin: 0 auto;
	}
	.ip-ab-section-photo-left {
		margin-top: 80px;
	}
	.ip-ab-section-content {
		flex: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.ip-ab-section-title::before {
		left: -50px;
	}
	.ip-ab-section-container p:last-child {
	    margin-bottom: 0;
	}
	.ip-ab-section-1 .ip-ab-section-content {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.ip-ab-section.ip-ab-section-2 {
		margin-bottom: 0;
	}
	.ip-ab-section-3 {
		padding-top: 0;
	}
		.ip-ab-section-3 .ip-ab-section-photo {
			margin-top: 0;
		}
	.ip-ab-section-4 .ip-ab-section-photo {
		margin-bottom: 0;
		padding-left: 0;
	}
	.ip-ab-section-agent-photo{
		max-width: 100%;		
	}
	.ip-ab-section-4 .ip-ab-section-content {
		padding-top: 40px;
	}
	.ip-ab-section-4 .ip-ab-section-content p {
		text-align: center;
	}
	.ip-ab-section-agent-signature {
		left: 20px;
		width: 40%;
		bottom: 10px;
		height: auto;
	}

    .ip-container .header:not(.fixed) .logo {
        margin-left: 60px;		
    }
	.ip-container .header:not(.fixed) .logo img {
		max-width: 130px;
	}

	.offcanvas-toggle-lines i {
		background: var(--primary);
	}
}

@media(max-width: 650px) {
	.ip-ab-section-title::before {
		left: 0;
	}

	.ip-ab-section-title {
		padding-left: 50px;
	}
}