.ip-banner{
	display: none;
}

header.main-header {
    background: #000;
}

#inner-page-wrapper {
    margin-top: 145px;
    margin-bottom: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#content-sidebar, #content-full {
    margin-top: 0;
}

.ip-breadcrumbs p#breadcrumbs {
    margin: 0 auto;
    max-width: 1140px;
}

.ip-breadcrumbs {
    padding: 7px 15px;
    background: #f5f5f5;
}

.custom-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.ad-section1 {
    position: relative;
    padding: 80px 0;
}

.ad-col1 {
    margin-right: -30px;
}

.ad-col2 {
    padding-left: 67px;
}

.ad-photo {
    position: relative;
    max-width: 488px;
    margin: 0 auto;
}

.ad-contact {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0;
}

.ad-contact span {
    display: block;
    margin: 0 0 6px;
}

.ad-contact a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ad-contact a:hover {
    opacity: .7;
}

span.ad-license {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
}

.ad-contact em {
    font-size: 15px;
    margin-right: 18px;
}

span.ad-email em {
    font-size: 12px;
}

.ad-smi a {
    font-size: 19px;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ad-smi a:hover {
    background: #fff;
    color: #000;
}

.ad-smi span {
    margin-right: 15px;
    display: inline-block;
}

.ad-smi {
    padding: 8px 0 0;
}

.ad-title {
    font-size: 60px;
    font-weight: 400;
    font-family: var(--font-family-title);
    letter-spacing: 3px;
    letter-spacing: 0;
    line-height: 1;
}

.ad-position {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 6px;
    letter-spacing: 0;
    line-height: 1;
    padding: 0 0 14px;
}

.ad-text p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.8px;
    max-width: 557px;
    line-height: 1.5 !important;
    display: block;
    padding: 0 0 6px;
}

.ip-logo-slider {
    position: relative;
    max-width: 1170px;
    margin: 28px auto 0;
    padding: 0 15px;
}

.ip-logo-list {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 154px;
}

.ip-logo-arrow-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}

.ip-logo-arrow-holder > span {
    cursor: pointer;
    font-size: 25px;
    color: #000;
    padding: 5px;
    pointer-events: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-logo-arrow-holder > span:hover{
    color: #18324c;
}

.ad-logo-slick-slider {
    padding: 0 10px;
}

.ad-logo-slick-slider .slick-slide > div > div{
    display: block !important;
}

.ad-logo-slick-slider:not(.slick-initialize) > div:not(:first-child){
    display:none;
}

.ad-globbal-title span {
    display: block;
    font-size: 60px;
    font-weight: 400;
    font-family: var(--font-family-title);
    line-height: 1;
}

.ad-globbal-title  {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 4.4px;
    letter-spacing: 0;
    margin-bottom: 13px;
}

.ad-globbal-title::after {
    content: '';
    position: absolute;
    top: calc(100% - 35px);
    left: calc(100% + 50px);
    width: 552px;
    height: 71px;
    border-top: solid 1px #c4c4c4;
    border-right: solid 1px #c4c4c4;
}

.ad-section2 {
    position: relative;
    padding: 97px 0;
    text-align: center;
    background: #f4f4f4;
}

.ad-section2 .ad-globbal-title span {
    text-transform: capitalize;
}

.ad-section2 .ad-globbal-title {
    text-align: center;
}

.ad-section2 .ad-globbal-title::after {
    width: 415px;
    border-right: none;
}

.prev-icon,
.next-icon {
    display: block;
    width: 17px;
    height: 20px;
    background: url(../../images/arrow-l.png) no-repeat;
}

.next-icon {
    background: url(../../images/arrow-r.png) no-repeat;
}

.ad-section3 {
    position: relative;
    padding: 95px 15px;
}

.ad-section3-inner {
    position: relative;
    z-index: 5;
    max-width: 1410px;
    margin: 0 auto;
}

.ad-section3-inner .ad-globbal-title span {
    margin-top: 13px;
}

.ad-listings-slider {
    position: relative;
    /* max-width: 1200px; */
    margin: 20px auto 0;
    padding: 0 105px;
}

.ad-listings-list {
    padding: 0 1px;
    /*max-width: 400px;*/
}

.ad-listings-list a {
    position: relative;
    display: block;
}

.ad-listings-photo {
    position: relative;
}

.ad-listings-photo canvas {
    display: block;
    width: 100%;
    background: #000;
}

.ad-listings-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ad-listings-list a:hover .ad-listings-photo img {
    opacity: .7;
}

.ad-listings-content {
    text-align: center;
    padding: 15px;
}

.ad-listings-address {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0 0 3px;
}

.ad-listings-price {
    font-size: 15px;
    font-weight: 400;
}

.ad-listings-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.ad-listings-arrow span {
    cursor: pointer;
    pointer-events: auto;
    width: 62px;
    height: 62px;
    border: 1px solid #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ad-listings-arrow span em {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ad-listings-arrow span:hover {
    background: #000;
}

.ad-listings-arrow span:hover em {
    filter: invert(1);
}

.ad-listings-slick .slick-slide > div > div{
    display: block !important;
}

.ad-listings-slick:not(.slick-initialize) > div:not(:first-child){
    display:none;
}

.ad-section3-head {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.ad-section3-inner .ad-globbal-title::after {
    width: 100%;
}

/*testimoanials*/
section.testimonials-area {
    padding: 87px 0 30px;
    line-height: 1;
}

.testi-holder {
    max-width: 1370px;
    display: block;
}

.testi-content {
    width: 100%;
}

.testi-head {
    padding: 0 0;
    text-align: center;
}

.testi-mid {
    position: relative;
    padding: 0 77px;
}

.testi-slider::after,
.testi-slick-slider::after{
    display: none;
}

.testi-slider {
    padding: 35px 15px 54px;
    max-width: 1050px;
    margin: 0 auto;
}

.testi-slider .global-site-btn a {
    margin: 0 auto;
    font-size: 18px;
    max-width: 180px;
    height: 55px;
}

.testi-author {
    font-size: 18px;
}

.arrow-holder {
    right: 0;
    margin: auto;
    max-width: 1200px;
}

.testi-list {
    text-align: center;
}

.testi-slick-slider {
    margin: 0 auto 40px;
}

.arrow-holder {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    justify-content: space-between;
}

.arrow-left, .arrow-right {
    width: 62px;
    height: 62px;
    background-size: auto !important;
    border: solid 1px #000;
    border-radius: 100%;
    pointer-events: auto;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
    .ad-listings-address {
        font-size: 16px;
    }

    .ad-col2 {
        padding-left: 57px;
    }

    .ad-title {
        font-size: 50px;
    }

    .ad-position {
        font-size: 25px;
    }

    .ad-text p {
        font-size: 15px;
    }

    .testi-mid {
        max-width: 1075px;
        margin: 0 auto;
    }

    .testi-title::after {
        width: 150px;
    }
} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .ad-contact a,
    span.ad-license {
        font-size: 16px;
    }

    .ad-listings-slider {
        padding: 0 70px;
    }

    .ad-listings-address {
        font-size: 13px;
    }

    .ad-listings-price {
        font-size: 12px;
    }

    .testi-mid {
        max-width: 890px;
    }

    .testi-title::after {
        width: 100px;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    #inner-page-wrapper {
        margin-top: 0;
    }

    .ad-contact {
        display: block;
        text-align: center;
    }

    .ad-smi {
        padding: 8px 0 30px;
        text-align: center;
    }

    .ad-content {
        text-align: center;
    }

    .ad-text p {
        max-width: 100%;
    }

    .ad-col2 {
        padding-left: 0;
    }

    .ip-logo-arrow-holder {
        padding: 0 15px;
    }

    .ad-listings-arrow {
        position: relative;
        justify-content: center;
    }

    .ad-listings-arrow span {
        margin: 0 15px;
    }

    .ad-listings-address {
        font-size: 20px;
    }

    .ad-listings-price {
        font-size: 15px;
    }

    .ad-col1 {
        margin-right: 0;
    }

    .arrow-holder {
        position: relative;
        justify-content: center;
        gap: 15px;
    }

    .testi-mid {
        padding: 0;
    }

    
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .ad-listings-slider {
        padding: 0 15px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    .ad-title {
        font-size: 40px;
    }

    .ad-position {
        font-size: 20px;
        letter-spacing: 2px;
        letter-spacing: 0;
    }

    .ad-section2 {
        padding: 50px 0;
    }

    .ad-section3 {
        padding: 50px 15px;
    }

    .ad-section3-head {
        padding: 0;
    }

    .ad-globbal-title {
        text-align: center;
    }

    .ad-listings-slider {
        padding: 0;
    }

    .ad-listings-address {
        font-size: 14px;
    }

    .ad-listings-price {
        font-size: 13px;
    }
}
 
