/* Container */
#inner-page-wrapper {
    margin-bottom: 0;
    background: #000;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.visible-on-scroll {
   /* display: none !important;*/
  }
/* Banner */
.ip-banner {
    background: #000;
}
.ip-banner canvas {
    min-height: 800px;
}

.ip-banner::before {
    background: rgba(0,0,0,.2);
}
.ip-banner-inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 35%;
    z-index: 3;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    opacity: 0.6;
}
.ip-banner-inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    z-index: 3;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    opacity: 0.5;
}
.ip-banner .banner-title {
    display: block;
    z-index: 10;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 3px;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    text-align: center;
}
.ip-banner .container {
    top: 56%;
}
/* Content */
#breadcrumbs {
    color: #adadad;
    font-size: 12px;
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding: 10px 15px;
    letter-spacing: 2px;
}
#breadcrumbs .breadcrumb_last {
    color: #fff;
}
/* Section 1 */
.ip-sec-abt-1 {
    padding: 78px 0 145px;
}
.ip-sec-h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 3px;
    padding: 15px 0;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    margin-bottom: 35px;
}
.ip-sec-abt-main p {
    color: #fff;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 1.95px;
}
.ip-sec-abt-main p:not(:last-of-type) {
    margin: 0 0 24px;
}
.custom-btn a {
    height: 48px;
    width: 100%;
    max-width: 221px;
    border: 1px solid #fff;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.3s ease;
}
.custom-btn a:hover {
    background: #fff;
    color: #000;
}
.ip-sec-abt-1 .custom-btn {
    margin: 56px 0 0;
}
.ip-sec-abt-1 .custom-img {
    margin: 70px 0 0;
}
/* Section 2 */
.ip-sec-abt-2 {
    /* min-height: 800px; */
    padding: 79px 0 75px;
    background: #525252; 
    display: none;
}
.ip-sec-abt-2 .bg-canvas {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right 12% center !important;
}
/*.ip-sec-abt-2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 63%;
    height: 100%;
    z-index: 2;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.7;
}*/

.ip-sec-abt-2 .ip-sec-abt-main {
    max-width: 535px;
    width: 100%;
}
.ip-sec-abt-2 .ip-sec-h2 {
    margin-bottom: 8px;
}
.ip-sec-abt-2 .ip-sec-abt-main p {
    letter-spacing: 0.7px;
    line-height: 1.9;
}
.ip-sec-abt-2 .ip-sec-abt-main p:not(:last-of-type) {
    margin: 0 0 20px;
}
.ip-sec-abt-contact {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.1px;
    margin: 0 0 26px;
}
.ip-sec-abt-contact > div {
    padding: 4px 0;
}
/* Section 3 */
.ip-sec-abt-3 {
    /*padding: 115px 0 140px;*/
    padding: 0 0 140px;
}
.ip-sec-abt-3 .ip-sec-h2 {
    margin-bottom: 22px;
}
.ip-sec-career-item h3 {
    color: #fff;
    font-size: 30px;
    font-family: var(--font-family-title);
    margin: 0 0 8px;
}
.ip-sec-abt-main .ip-sec-career-item p {
    letter-spacing: 1.1px;
}
.ip-sec-career-desc {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.1px;
    margin: 0 0 93px;
}
/* Sectio 4 */
.ip-sec-abt-4 {
    padding: 0 0 150px;
}
.ip-sec-abt-4 .ip-sec-abt-main {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.ip-sec-lg-mttimg-holder-wrap {
    width: 44.875%;
    display: flex;
    align-items: flex-end;
}
.ip-sec-mtt-details-holder-wrap {
    width: 32.625%;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.ip-sec-sm-mttimg-holder-wrap {
    width: 22.5%;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}
.ip-sec-sm-mttimg-holder {
    margin-left: -100%;
    pointer-events: none;
}
.ip-sec-mtt-details-item h2 {
    margin-bottom: 2px;
}
.ip-sec-mtt-details-item .ip-sec-abt-contact {
    margin: 0 0 22px;
}
.ip-sec-mtt-details-item p {
    letter-spacing: 0.7px;
    line-height: 1.8;
}
.ip-sec-mtt-details-item p:not(:last-of-type) {
    margin: 0 0 22px;
}
.ip-sec-mtt-details-inner {
    max-width: 408px;
    width: 100%;
    margin: 0 auto;
}
.ip-sec-mtt-details-item {
    padding: 0 10px;
}
.ip-sec-abt-4 .ip-sec-abt-main {
    font-size: 0;
    /* align-items: flex-end; */
}
.ip-sec-lg-mttimg-holder-wrap .slick-dots {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: -39px;
}
.ip-sec-lg-mttimg-holder-wrap .slick-dots li button {
    height: 3px;
    width: 8px;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    background: #333333;
}
.ip-sec-lg-mttimg-holder-wrap .slick-dots li:not(:last-of-type) {
    margin: 0 13px 0 0;
}
.ip-sec-lg-mttimg-holder-wrap .slick-dots li.slick-active button {
    background: #fff;
}
.ip-sec-holder-inner {
    position: relative;
    width: 100%;
}
.ip-sec-lg-mttimg-holder:not(.slick-initialized) .ip-sec-lg-mttimg-item ~ div,
.ip-sec-mtt-details-holder:not(.slick-initialized) .ip-sec-mtt-details-item ~ div {
    display: none;
}
.ip-sec-sm-mttimg-holder:not(.slick-initialized) .ip-sec-sm-mttimg-item:nth-child(n + 2) ~ div {
    display: none;
}
.ip-sec-mtt-details-holder-wrap a {
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
    font-style: italic;
    display: block;
    margin-top: 1em;
}
/* Work With Us */
.wwu-wrap {
    padding: 160px 15px 162px;
}
.wwu-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 51%;
    z-index: 4;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    opacity: 0.7;
    pointer-events: none;
}

.wwu-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 3;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    pointer-events: none;
}
.wwu-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}
/* .wwu-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    opacity: 0.88;
    pointer-events: none;
} */
.wwu-bg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgb(0,0,0);
    opacity: 0.5;
    pointer-events: none;
}
.wwu-desc {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    margin: 17px 0 0;
}
.wwu-form-inner {
    max-width: 882px;
    width: 100%;
    margin: auto;
    position: relative;
}
.cf-row.cf-field-3 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 62px -15px 43px;
}
.cf-row.cf-field-3 .cf-field {
    width: calc(100% / 3);
    padding: 0 15px;
}
.wwu-form input,
.wwu-form textarea {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 0 27px;
    color: #fff;
}
.wwu-form textarea {
    resize: none;
    padding: 0;
    height: 86px;
}
.wwu-form input[type="submit"] {
    height: 48px;
    padding: 0;
    border: 1px solid #fff;
    width: 221px;
    margin: 64px auto 0;
    display: block;
    transition: all 0.3s ease;
}
.wwu-form input[type="submit"]:hover {
    background: #fff;
    color: #000;
}
.wwu-form .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    left: auto;
    width: auto;
    font-size: 11px;
    padding: 7px 3px 3px;
    top: 0;
}
.wwu-form .wpcf7 form .wpcf7-response-output {
    text-align: center;
    color: #fff;
    padding: 7px 3px 3px;
    font-size: 11px;
    position: absolute;
    left: 0;
    bottom: -45px;
    width: 100%;
    margin: 0;
}
.wwu-form .wpcf7-spinner {
    position: absolute;
    margin: 0;
}
.footer {
    border-top: 0;
}


.ip-sec-lg-mttimg-slide-arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92.4%;
    pointer-events: none;
    z-index: 2;
  }
  .ip-sec-lg-mttimg-slide-arrows span {
    display: inline-block !important;
    vertical-align: top;
    width: 60px;
    height: 60px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 17px 0;
    border: 1px solid #fff;
    cursor: pointer;
    pointer-events: auto;
  }
  .ip-sec-lg-mttimg-slide-arrows span:hover,
  .ip-sec-lg-mttimg-slide-arrows span:focus {
    border-color: #fff;
    background-color:#fff;
    color: #000;
  }
  .ip-sec-lg-mttimg-slide-arrows span.next {
    float: right;
  }
  
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
    .ip-sec-abt-2 .bg-canvas {
        background-position: right 0% center !important;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-sec-career-item h3 {
        font-size: 25px;
    }
    .ip-sec-abt-main .ip-sec-career-item p {
        font-size: 10px;
    }
    .ip-sec-mtt-details-item p:not(:last-of-type) {
        margin: 0 0 14px;
    }
    .ip-sec-mtt-details-item p,
    .ip-sec-abt-contact {
        font-size: 9px;
    }
} 
@media only screen and (max-width: 991px) {
    .ip-banner canvas {
        min-height: 250px;
    }
    .ip-sec-career-holder {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .ip-sec-career-item h3 {
        font-size: 30px;
    }
    .ip-sec-abt-main .ip-sec-career-item p {
        font-size: 12px;
    }
    .ip-sec-career-item {
        padding: 15px 0;
    }
    .ip-sec-career-desc {
        line-height: 1.5;
    }
    .ip-sec-lg-mttimg-holder-wrap,
    .ip-sec-mtt-details-holder-wrap {
        width: 100%;
        padding: 15px;
    }
    .ip-sec-sm-mttimg-holder-wrap {
        display: none;
    }
    .ip-sec-mtt-details-item p, .ip-sec-abt-contact {
        font-size: 12px;
    }
    .ip-sec-mtt-details-inner {
        margin: auto;
        max-width: 600px;
    }
    .ip-sec-lg-mttimg-holder-wrap .slick-dots {
        position: relative;
        bottom: 0;
        margin: 40px 0;
        justify-content: center;
    }
    .ip-sec-lg-mttimg-holder-wrap .ip-sec-holder-inner {
        max-width: 600px;
        margin: auto;
    }
    .cf-row.cf-field-3 .cf-field {
        width: 100%;
        padding: 15px;
    }
    .cf-row.cf-field-3 {
        margin-bottom: 15px;
    }
    
    
} 
@media only screen and (max-width: 767px) {
    .ip-sec-abt-2 .bg-canvas {
        background-position: bottom !important;
    }
} 