/* 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-pp-section {

    margin-bottom: 80px;

}



.ip-pp-section-container {

    position: relative;

    z-index: 3;

    width: 95%;

    max-width: 1300px;

    margin: 0 auto;

}



.ip-pp-section-container p {

    font-size: 22px;

    line-height: 1.6;

    color: #454545;

    margin-bottom: 45px;

}



.ip-pp-section-1 .section-title h2 {

    margin-bottom: 0;

    font-size: 110px;

    font-family: var(--font-family-title);

    position: relative;

}



.ip-pp-section-1 .section-title h2 small {

    color: #afa5a5;

}



.ip-pp-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-pp-section-content {

    flex: 1;

    padding: 0 8%;

}



.ip-pp-section-1 .ip-pp-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: -85px;

    left: 50%;

    transform: translateX(-50%);

    opacity: .05;

    pointer-events: none;

}



.ip-pp-section-1 .canvas-bg {

    max-height: 835px;

    top: auto;

    bottom: 0;

}



.ip-pp-section-1::after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 10%;

    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);

    z-index: 2;

    pointer-events: none;

}



.ip-pp-tabs {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between

}



.ip-pp-tabs .nav-tabs {

    width: 34%;

    border-bottom: 0;

    border-right: 2px #dbd6d6 solid;

}



.ip-pp-tabs .nav-tabs>li {

    float: none;

    margin-bottom: 0 !important;

}



.ip-pp-tabs .nav-tabs>li a {

    color: #454545;

    font-size: 30px;

    margin: 0 !important;

    /*padding: 15px 15px 15px 70px;*/

    padding: 15px 15px 15px 30px;

    cursor: pointer !important;

    border-radius: 0;

    border: 0;

	transition: all .5s;

}

.ip-pp-tabs .nav-tabs>li.active a {

	padding-left: 70px;

}

.ip-pp-tabs .nav-tabs>li>a::before {

    content: '';

    background: url(../../images/site-monogram-1.png) no-repeat;

    background-size: contain;

    width: 27px;

    height: 49px;

    transition: all var(--default-transition);

    margin: 0 auto 14px;

    position: absolute;

    left: 28px;

    top: 50%;

    transform: translateY(-50%);

    filter: brightness(0) invert(1);

    opacity: 0;

    pointer-events: none;

}

.ip-pp-tabs .nav-tabs>li>a:hover:before {

	opacity: 1;

}

.ip-pp-tabs .nav-tabs >li>a:hover {

	padding-left: 70px;

}

.ip-pp-tabs .nav-tabs>li>a::after {

    content: '';

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 90%;

    z-index: 1;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 10px 0 10px 10px;

    border-color: transparent transparent transparent #a07167;

    opacity: 0;

    pointer-events: none;

}



.ip-pp-tabs .nav-tabs>li.active>a, .ip-pp-tabs .nav-tabs>li>a:focus, .ip-pp-tabs .nav-tabs>li>a:hover {

    color: #555;

    cursor: default;

    background-color: #a07167;

    border: 0;

    border-bottom-color: transparent;

    color: #fff;

    box-shadow: 0 0 10px #be9f98;

}



.ip-pp-tabs .nav-tabs>li.active>a::after {

    opacity: 1;

    left: 100%;

}



.ip-pp-tabs .nav-tabs>li.active>a::before {

    opacity: 1;

}



.ip-pp-tabs .tab-content {

    width: 60%;

    padding: 30px 20px 50px 0;

    height: 700px;

    overflow-y: auto;

}



/* Define the scrollbar style */

.ip-pp-tabs .tab-content::-webkit-scrollbar {

    width: 15px;

    height: 15px;

}



/* Define the thumb style */

.ip-pp-tabs .tab-content::-webkit-scrollbar-thumb {

    background: #be9f98;    

}



/* Define the track style */

.ip-pp-tabs .tab-content::-webkit-scrollbar-track {

    background-color: #be9f98;

}



/* Style the beginning section of the scrollbar track */

.ip-pp-tabs .tab-content::-webkit-scrollbar-track-piece:vertical:start {

    background-color: #efeceb;

}



/* Style the end section of the scrollbar track */

.ip-pp-tabs .tab-content::-webkit-scrollbar-track-piece:vertical:end {

    background-color: #efeceb;

}



/* Define the button style */

.ip-pp-tabs .tab-content::-webkit-scrollbar-button:vertical {

    background-repeat: no-repeat;

    background-size: 50%;

    background-position: center;

}



.ip-pp-tabs .tab-content::-webkit-scrollbar-button:vertical:decrement {

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,165.66a8,8,0,0,1-11.32,0L128,91.31,53.66,165.66a8,8,0,0,1-11.32-11.32l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,213.66,165.66Z'%3E%3C/path%3E%3C/svg%3E");

}



.ip-pp-tabs .tab-content::-webkit-scrollbar-button:vertical:increment {

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'%3E%3C/path%3E%3C/svg%3E");

}



/* Define the button style when being hovered over */

.container::-webkit-scrollbar-button:hover {

    background-color: #999999;

}



.ip-pp-tabs .tab-group-title {

    font-size: 25px;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 30px;

    letter-spacing: 1.5px;

}



.ip-pp-cards {

    font-size: 0;

}



.ip-pp-card {

    border: 1px var(--primary) solid;

    border-radius: 10px;

    width: 100%;

    max-width: 345px;

    font-size: 15px;

/*    padding: 30px 15px 30px 30px;*/
    padding: 30px 15px;

    margin: 5px 5px 45px;

    display: inline-flex;

    justify-content: space-between;

		background-color: #fff;

  position: relative;

}



.ip-pp-card-name {

    font-size: 26px;

    font-family: var(--font-family-title);

    color: var(--primary);

    margin-bottom: 20px;

    padding-right: 55px;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

    min-height: 52px;

}



.ip-pp-card-name a {

    color: var(--primary);

}



.ip-pp-card-details ul li {

    margin-bottom: 10px;

    color: #454545;

    font-size: 15px;

    display: flex;

}



.ip-pp-card-details ul li span {

    display: inline-block;

    line-height: 1.4;

}



.ip-pp-card-details ul li a {

    color: #454545;

}



.ip-pp-card-details ul li i {

    color: var(--primary);

    width: 25px;

    display: inline-block;

}



.ip-pp-card-details ul li i.ai-font-location-c {

    top: 5px;

}



.ip-pp-card-details ul li i.ai-font-envelope-f {

    font-size: 11px;

    top: 2px;

}



.ip-pp-card-details ul li i.ai-font-world-o {

    font-weight: 700;

}

.ip-pp-card-icon img{
    height: auto;
    display: block;
    max-width: 100%;
}

.fade.in {

    opacity: inherit;

}



.ip-pp-cards p.nrf {

    text-align: center;

    font-size: 25px;

    font-weight: 700;

    margin-bottom: 30px;

    letter-spacing: 1.5px;

    padding-top: 50px;

}



@media(max-width: 1499px) {

    .ip-pp-section-1 .section-title h2 {

        font-size: 90px;

    }

}



@media(max-width: 1366px) {

    .ip-container .header .logo {

        margin-right: 60px;

    }



    .ip-pp-section-1 .section-title h2 {

        font-size: 70px;

    }

    .hp-smis-list {

        right: 0;

    }    

}



@media(max-width: 1199px) {

}



@media(max-width: 991px) {

    .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);

    }



    .ip-pp-tabs .nav-tabs>li a {

        font-size: 20px;

    }

}



@media(max-width: 650px) {

    .ip-pp-section-title::before {

        left: 0;

    }



    .ip-pp-section-title {

        padding-left: 50px;

        font-size: 20px;

    }



    .ip-pp-tabs .nav-tabs {

        width: 100%;

        border-right: 0;

    }



    .ip-pp-tabs .tab-content {

        width: 100%;

        height: auto;

    }

}



@media(max-width: 480px) {

    .ip-pp-section-1 .section-title h2 {

        font-size: 50px

    }



	.ip-pp-card {

		padding: 15px;

	}

	.ip-pp-card-details {

		width: 80%;

	}

}

