

/*---------- ANIMATION ----------*/
@-webkit-keyframes kbrns_zoomInOut {
    0% {
      -webkit-transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.2);
    }
  }
  @-moz-keyframes kbrns_zoomInOut {
    0% {
      -moz-transform: scale(1);
    }
    100% {
      -moz-transform: scale(1.2);
    }
  }
  @-ms-keyframes kbrns_zoomInOut {
    0% {
      -ms-transform: scale(1);
    }
    100% {
      -ms-transform: scale(1.2);
    }
  }
  
  @-o-keyframes kbrns_zoomInOut {
    0% {
      -o-transform: scale(1);
    }
    100% {
      -o-transform: scale(1.2);
    }
  }
  @keyframes kbrns_zoomInOut {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.2);
    }
  }

/* Defaults */
.mystickyelements-position-left.mystickyelements-entry-effect-slide-in.entry-effect {
    display: none !important;
}

.crblt__topHeaderWrapper {
    background: #000;
}

.ip-services-single {
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    background: #000;
}

/* Banner */
.ip-ss-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bg-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
    -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
  -moz-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
  -o-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
  -ms-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
  animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
}

.ip-ss-banner-container {
    width: 100%;
}

.ip-ss-banner-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;
    background: #000;
}

.ip-ss-banner-col {
    position: relative;
    display: flex;
    min-height: 800px;
    height: 100vh;
}

.ip-ss-banner-col.left {
    width: 60%;
}

.ip-ss-banner-col.right {
    width: 40%;
    overflow: hidden;
}

.ip-ss-banner-col.right::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-width: 300px 300px 0 0;
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    display: inline-block;
    z-index: 100;
}

.ip-ss-banner-col.right::after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 0;
    height: 0;
    border-width: 0 0 300px 300px;
    border-color: transparent transparent #000000 transparent;
    border-style: solid;
    display: inline-block;
    z-index: 100;
}

.ip-ss-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    mix-blend-mode: multiply;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.ip-ss-overlay span {
    display: block;
}

.ip-ss-banner video {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ip-ss-overlay h1,
.ip-ss-overlay h2 {
    word-spacing: 100vw;
    margin: 0;
    text-transform: uppercase;
    font-size: clamp(40px,5.73vw,110px);
    max-width: 810px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.ip-ss-overlay h1 span,
.ip-ss-overlay h2 span {
    font-size: clamp(22px,1.51vw,29px);
    letter-spacing: 0px;
    font-weight: 400;
    word-spacing: normal;
}

/* Banner Bottom */

.ip-ss-overlay h2 {
    word-spacing: normal;
    font-size: clamp(30px,3.13vw,60px);
}

.ip-ss-banner-bot .ip-ss-banner-main {
    flex-direction: row-reverse;
}

.ip-ss-banner-bot p {
    font-size: clamp(18px,1.3vw,25px);
}

/* Section 1 */
.ip-ss-sec {
    background: #000;
    min-height: 800px;
    height: 100vh;
}

.ip-ss-sec.sec-1 {
    color: #fff;
    padding: 600px 15px;
    text-align: center;
}

.ip-ss-sec.sec-1 h2 {
    font-size: clamp(35px,3.13vw,60px);
    background: linear-gradient(45deg, rgb(197 255 223) 0%, rgb(145 181 73) 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.ip-ss-sec.sec-1 p {
    font-size: clamp(18px,1.3vw,25px);
    max-width: 750px;
    width: 100%;
    margin: auto;
}

/* Section 1 Bottom */
.ip-ss-sec.sec-1.sec-1-bot {
    height: auto;
    padding: 200px 15px;
}

.ip-ss-sec.sec-1.sec-1-bot p {
    margin: 30px auto;
    max-width: 1100px;
    font-size: clamp(25px,2.08vw,40px);
}

/* Section 2 */
.ip-ss-sec.sec-2 {
    height: auto;
}

.sec-2 .ip-ss-container {
    max-width: 1470px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    color: #fff;
}

.ip-ss-why-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.ip-ss-why-item-label {
    width: 30%;
    padding: 15px 15px 15px 20px;
    font-size: clamp(25px,2.08vw,40px);
    color: var(--crblt-lgrn);
    font-weight: 700;
    word-spacing: 100vw;
    border-left: 5px solid;
    border-radius: 30px;
}

.ip-ss-why-item-value {
    width: 70%;
    padding: 0 0 0 30px;
    font-size: clamp(18px,1.3vw,25px);
}

.ip-ss-why-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 300px 0;
}

.ip-ss-why-btns a {
    margin: 0 20px;
}

/* Section 3 */
.ip-ss-sec.sec-3 {
    background: #3F554C;
    background: linear-gradient(0deg, rgba(63, 85, 76, 1) 0%, rgba(0, 0, 0, 1) 100%);
    height: auto;
    padding: 500px 15px;
}

.ip-ss-cycle-img {
    max-width: 700px;
    width: 100%;
    margin: auto;
    padding: 100px 50px;
    border-radius: 20%;
    background-color: #e7edda;
    /* background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%); */
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    animation: morphing 10s infinite;
    overflow: hidden;
}

@keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }
  25% {
    border-radius: 58% 42% 65% 25% / 67% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 66% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }
  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
  }
}

/* Section 3 */
.sec-3 .ip-ss-main,
.sec-4 .ip-ss-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sec-3 .ip-ss-col,
.sec-4 .ip-ss-col {
    width: 50%;
}

.sec-3 .ip-ss-col.left {
    padding: 0 50px 0 0;
}

.sec-3 .ip-ss-container,
.sec-4 .ip-ss-container {
    max-width: 1470px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    color: #fff;
}

.sec-3 h2,
.sec-4 h2 {
    font-size: clamp(35px,3.13vw,60px);
    background: linear-gradient(45deg, rgb(197 255 223) 0%, rgb(145 181 73) 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    /* display: inline-block; */
    margin: 0;
}

.sec-3 h3,
.sec-4 h3 {
    margin: 20px 0 40px;
    font-size: clamp(25px,2.08vw,40px);
    font-weight: 400;
}

.sec-3 p,
.sec-4 p {
    font-size: clamp(18px,1.3vw,25px);
}

/* Section 4 */
.sec-4 {
    background: #3F554C;
}

.sec-4 .ip-ss-main {
    flex-direction: row-reverse;
}

.sec-4 h2 {
    margin-bottom: 30px;
}

.sec-4 .ip-ss-col.left {
    padding: 0 0 0 50px;
}

.sec-4 .ip-ss-cycle-img {
    background: url(/wp-content/uploads/2024/05/it-services3.jpg) no-repeat center / cover;
}

.sec-4 ul {
    list-style: none !important;
}

.sec-4 ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.sec-4 ul li .ip-ss-icon {
    width: 50px;
    font-size: 50px;
}

.sec-4 ul li .ip-ss-desc {
    width: calc(100% - 50px);
    padding: 0 0 0 30px;
}

.sec-4 ul li .ip-ss-desc em {
    font-size: clamp(18px,1.3vw,25px);
    font-weight: 700;
    color: var(--crblt-lgrn);
    text-transform: uppercase;
    font-style: normal !important;
}

/* Section 5 */
.ip-ss-sec.sec-5 {
    background: #3F554C;
    background: linear-gradient(180deg, rgba(63, 85, 76, 1) 0%, rgba(0, 0, 0, 1) 100%);
    height: auto;
    padding: 300px 15px;
}

.ip-ss-sec.sec-5 h2 {
    font-size: clamp(35px,3.13vw,60px);
    background: linear-gradient(45deg, rgb(197 255 223) 0%, rgb(145 181 73) 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.ip-ss-sec.sec-5 p {
    font-size: clamp(18px,1.3vw,25px);
    max-width: 700px;
    width: 100%;
    margin: auto;
    color: #fff;
}

.sec-5 .ip-ss-container {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.sec-5 .img-wrapper {
    border: 15px solid #f9fafc;
    border-radius: 10px;
    margin: 50px 0 0;
}

.black {
    background: #000 !important;
}

/* Section 6 */
.ip-ss-sec.sec-6 {
    padding: 200px 15px;
    height: auto;
}

.ip-ss-sec.sec-6 h2 {
    font-size: clamp(35px,3.13vw,60px);
    background: linear-gradient(45deg, rgb(197 255 223) 0%, rgb(145 181 73) 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 0 15px;
}

.ip-ss-accordion {
    margin: 50px auto 0;
    max-width: 1470px;
    width: 100%;
    padding: 0 15px;
}

.ip-ss-accordion #accordion {
    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;
    justify-content: space-between;
    margin: 0 -15px;
}

.ip-ss-accordion #accordion .panel {
    width: calc((100% / 3) - 20px);
    /* border: 1px solid #ccc; */
    margin: 20px 0;
}

.ip-ss-accordion #accordion .panel .panel-heading {
    padding: 15px;
    border-top: 5px solid var(--crblt-lgrn);
    border-radius: 30px;
    transition: all 0.3s ease;
}

.ip-ss-accordion #accordion .panel .panel-heading:hover {
    border-top: 5px solid var(--crblt-dgrn);
}

.ip-ss-accordion #accordion .panel .panel-title a {
    max-width: 100%;
    padding: 15px;
    font-size: clamp(25px,2.08vw,40px);
    color: var(--crblt-lgrn);
    font-weight: 700;
    text-align: left;
    display: block;
    text-decoration: none;
}

.ip-ss-accordion .panel-body {
    color: #fff;
    font-size: clamp(18px,1.3vw,25px);
    text-align: left;
    border-bottom: 5px solid;
    border-radius: 30px;
    padding: 15px 15px 20px;
}

/* Section 7 */
.ip-ss-sec.sec-7 {
    height: auto;
    text-align: center;
    overflow: hidden;
    perspective: 500px;
    transform-style: preserve-3d;
    min-height: auto;
    padding: 0 30px;
}

.ip-ss-sec.sec-7 .ip-ss-container {
    transform-origin: center bottom;
    background: #fff;
    padding: 200px 15px;
}

.ip-ss-sec.sec-7 .ip-ss-main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    flex-wrap: wrap;
}

.ip-ss-sec.sec-7 .ip-ss-main h2 {
    width: 40%;
    padding: 0;
    margin: 0;
}

.ip-ss-sec.sec-7 .ip-ss-main p {
    width: 30%;
    padding: 0 15px;
}

.ip-ss-sec.sec-7 h2 {
    font-size: clamp(35px,3.13vw,60px);
    background: linear-gradient(45deg, rgb(145 181 73) 0%, rgb(145 181 73) 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 0 15px;
}

.ip-ss-sec.sec-7 p {
    font-size: clamp(18px,1.3vw,25px);
    max-width: 1440px;
    width: 100%;
    margin: 20px auto;
}

.ip-ss-clients-item {
    padding: 0 50px;
}

.ip-ss-clients-holder {
    margin: 80px 0;
}

/* Section 8 */
.ip-ss-sec.sec-8 {
    min-height: auto;
    height: auto;
    padding: 200px 0;
}

.sec-8 .ip-ss-container {
    max-width: 1470px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.ip-ss-sec.sec-8 h2 {
    font-size: clamp(35px,3.13vw,60px);
    background: linear-gradient(45deg, rgb(197 255 223) 0%, rgb(145 181 73) 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
}

.ip-ss-sec.sec-8 p,
.ip-ss-sec.sec-8 em {
    font-size: clamp(18px,1.3vw,25px);
    max-width: 100%;
    width: 100%;
    margin: 20px auto;
    color: #fff;
    display: block;
}

.ip-ss-sec.sec-8 em {
    margin-bottom: 0;
}

.ip-ss-sec.sec-8 p {
    margin-top: 0;
}

.ip-ss-contact-txt {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px auto 0;
}

.ip-ss-contact-txt-col {
    width: 50%;
    padding: 15px;
    text-align: left;
}

.ip-ss-contact-txt-col em {
    font-size: clamp(18px,1.3vw,25px);
    font-weight: 700;
    color: var(--crblt-lgrn) !important;
    text-transform: uppercase;
    font-style: normal !important;
}

.ip-ss-form {
    position: relative;
}

.ip-ss-form input,
.ip-ss-form textarea {
    background: #fff;
    border-radius: 0;
    outline: var(--crblt-lgrn);
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.ip-ss-form input[type="submit"] {
    background: var(--crblt-lgrn) !important;
    text-decoration: none !important;
    margin: auto !important;
    display: block;
}

.ip-ss-form input[type="submit"]:hover {
    background: #3f554c !important;
}

.ip-ss-form .wpcf7 form .wpcf7-response-output {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -20px;
    margin: 0;
    font-size: 12px;
    background: #fff;

}

.ip-ss-form .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    font-size: 12px;
    width: auto;
}

@media screen and (max-width: 991px){
    .crblt__navigationWrapper img {
        filter: invert(1) brightness(15);
    }

    .ip-ss-banner {
        padding: 100px 15px;
        min-height: auto;
    }

    .ip-ss-banner-col.left {
        width: 100%;
        z-index: 100;
        padding: 20px 0;
    }

    .ip-ss-banner-col.right {
        width: 100%;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 1;
    }

    .ip-ss-overlay h1, .ip-ss-overlay h2 {
        text-align: center;
    }

    .ip-ss-banner-col {
        min-height: auto;
        height: auto;
    }

    .crblt__navigationWrapper {
        box-shadow: none;
    }

    .ip-ss-sec {
        min-height: auto;
        height: auto;
    }

    .ip-ss-sec.sec-1,
    .ip-ss-sec.sec-3 {
        padding: 200px 15px;
    }

    .ip-ss-why-item-label {
        width: 100%;
        word-spacing: normal;
    }

    .ip-ss-why-item-value {
        width: 100%;
        padding: 30px 0 0;
    }

    .sec-3 .ip-ss-col, .sec-4 .ip-ss-col {
        width: 100%;
        padding: 15px !important;
    }

    .ip-ss-sec.sec-7 .ip-ss-main {
        text-align: center;
    }

    .ip-ss-accordion #accordion .panel {
        width: 100%;
    }

    .ip-ss-sec.sec-7 .ip-ss-container {
        padding: 100px 15px;
        text-align: center;
    }

    .ip-ss-sec.sec-7 .ip-ss-main h2 {
        width: 100%;
    }

    .ip-ss-sec.sec-7 .ip-ss-main p {
        width: 100%;
        padding: 0;
    }

    .ip-ss-contact-txt-col {
        width: 100%;
    }

    .crblt__footerWrapper {
        padding: 35px 0 0;
    }
}