/* popup */


/* hero */
#hero,.wpcp-carousel-section .wpcp-single-item img {
    position: relative;
    height: 900px;
    width: 100%!important;
    object-fit: cover;
    overflow: hidden!important
}

#hero .wpcp-carousel-section .wpcp-single-item {
    width: 100%;
}

.hero-content {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5)
}

.hero-container {
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translatey(-50%);
    max-width: 700px
}

.hero-title {
    color: #fff;
    font-size: 70px;
    font-family: var(--main-font);
    font-weight: 700;
    line-height: 70px
}

.hero-subtitle {
    color: #fff;
    font-family: var(--main-font);
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px
}

.hero-btn {
    color: #fff;
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 30px;
    border: 4px solid #fff;
    border-radius: 24px;
    padding: 0 20px;
    transition: .4s ease;
    backdrop-filter: blur(20px)
}

.hero-btn:hover {
    background: var(--blue);
    color: #fff;
    border: 4px solid var(--blue);
    transition: .4s ease
}

.hero-btn:nth-of-type(2) {
    margin-left: 30px
}

#cta {
    padding: 100px 20px
}

#cta .wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center
}

.cta-link {
    margin-left: 50px;
    font-family: var(--main-font);
    color: var(--blue);
    padding: 0 30px;
    border: 4px solid var(--blue);
    border-radius: 24px;
    font-size: 30px;
    transition: .4s ease
}

.cta-link:hover {
    color: #fff;
    background: var(--blue);
    transition: .4s ease
}

.cta-title {
    color: var(--dark-blue);
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    font-size: 40px
}

.right-divider {
    width: 50%;
    height: 20px;
    background: var(--blue);
    border-radius: 12px 0 0 12px;
    margin-left: auto
}

.left-divider {
    width: 50%;
    height: 20px;
    background: var(--blue);
    border-radius: 0 12px 12px 0;
    margin-right: auto
}

#services {
    padding: 50px 20px
}

#services .wrap {
    max-width: 1500px
}

.octane-background, .background {
    position: absolute!important;
    top: 0;
    left: 0;
    height: 100%!important;
    width: 100%!important
}

.octane-background img, .background img {
    height: 100%!important;
    width: 100%!important;
    object-fit: cover!important
}

.soliloquy-html-content,.soliloquy-clear {
    position: relative!important
}

.soliloquy-wrapper {
    max-width: 100%!important
}

.soliloquy-html-content {
    position: relative!important;
    overflow: hidden!important;
    border-radius: 30px!important;
    box-shadow: 3px 3px 15px #0000001A!important;
    transform: scale(.9);
    transition: transform .5s ease
}

.soliloquy-active-slide .soliloquy-html-content {
    transform: scale(1);
    transition: transform .5s ease
}

.slide-content h3 {
    position: absolute!important;
    bottom: 50px;
    background: rgba(255,255,255,.6)!important;
    padding: 20px 30px!important;
    font-size: 40px!important;
    font-family: var(--main-font)!important;
    color: var(--blue)!important;
    text-transform: uppercase;
    font-weight: 700
}

.services-title {
    color: var(--dark-blue);
    position: relative;
    font-size: 40px;
    font-weight: 700;
    margin-left: 20px
}

.services-title::before {
    content: "";
    height: 10px;
    width: 10px;
    display: block;
    background: var(--blue);
    border-radius: 100%;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translatey(-50%)
}

#services p {
    font-family: var(--main-font);
    font-weight: 300;
    color: #303D4D;
    font-size: 20px;
}

.soliloquy-controls {
    margin-top: 10px!important
}

.soliloquy-controls-direction {
    display: flex
}

.soliloquy-container .soliloquy-prev {
    height: 50px!important;
    width: 50px!important;
    position: relative!important;
    margin-top: 0px!important;
    left: 0px!important;
    z-index: 1320;
    background: rgba(0,0,0,0) url(/wp-content/uploads/2023/10/left.png) no-repeat scroll 50% 50%!important
}

.soliloquy-container .soliloquy-next {
    height: 50px!important;
    width: 50px!important;
    position: relative!important;
    margin-top: 0px!important;
    right: 0px!important;
    z-index: 1320;
    background: rgba(0,0,0,0) url(/wp-content/uploads/2023/10/right.png) no-repeat scroll 50% 50%!important
}

.soliloquy-container .soliloquy-next::before {
    content: "";
    display: block;
    position: absolute;
    transform: translatey(-50%);
    top: 50%;
    height: 50%;
    width: 2px;
    background: #d1d7de
}

.soliloquy-html-sentinel {
    z-index: 0!important
}

.wpcp-single-content h3 span {
    color: var(--blue);
    text-transform: uppercase;
    font-weight: bold!important
}

.wpcp-single-content h3 {
    margin: 0;
    padding: 20px;
    background: rgba(255,255,255,.6);
    text-align: center
}

.wpcp-single-content p span {
    font-size: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.wpcp-single-content p span::before,.wpcp-single-content p span::after {
    content: none!important
}

.wpcp-single-content p br {
    display: none!important
}

.wpcp-single-content {
    display: flex;
    flex-direction: column;
    height: 100%
}

.wpcp-single-content p {
    padding: 20px;
    flex-grow: 1;
    text-align: left;
    overflow-y: auto;
    opacity: 0;
    transition: opacity .5s;
    line-height: 20px!important;
    background: var(--dark-blue)
}

.wpcp-single-content:hover p {
    opacity: 1
}

#services .wpcp-single-item {
    border-radius: 30px!important
}

#services .wpcp-single-item a {
    background: #fff;
    color: var(--blue);
    border-radius: 20px;
    padding: 10px;
    display: block;
    text-align: center;
    margin-top: 10px!important;
    margin-bottom: 10px
}

#ita {
    padding: 50px 30px
}

#ita .wrap {
    display: flex;
    max-width: 1500px
}

#ita p {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 300;
    color: #303d4d
}

.ita-left,.ita-right {
    width: 50%;
    position: relative
}

.ita-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 3px 3px 15px #0000001A
}

.ita-left {
    padding-right: 50px
}

#clients {
    padding: 50px 20px
}

.logos {
    display: flex
}

.logos li {
    margin: 20px;
    width: calc(20% - 40px);
    align-items: center;
    justify-content: center;
    display: flex
}

.clients-title {
    font-size: 40px;
    color: var(--dark-blue);
    text-transform: uppercase;
    font-weight: 700
}

#industries {
    padding: 50px 20px
}

#industries .wrap {
    display: flex;
    max-width: 1500px
}

.industries-left,.industries-right {
    width: 50%
}

.industries-title {
    font-family: var(--main-font);
    font-size: 40px;
    font-weight: 700;
    color: var(--dark-blue)
}

.industries-right {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.industries-left img {
    border-radius: 30px;
    box-shadow: 3px 3px 15px #0000001A;
    object-fit: cover;
    max-height: 800px
}

.industries-right ul {
    display: flex;
    flex-wrap: wrap
}

.industries-right li {
    font-size: 20px;
    margin: 10px 0;
    font-family: var(--main-font);
    font-weight: 300;
    width: 100%
}

.industries-right li::before {
    background: url(/wp-content/uploads/2023/10/Group-8.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    content: "";
    display: inline-block;
    margin-right: 10px
}

#resources {
    padding: 50px 20px
}

#resources .wrap {
    max-width: 1500px
}

.grid {
        display: flex;
    flex-wrap: wrap;
    }

   

.grid li {
    position: relative;
    border-radius: 30px;
    margin: 15px;
    overflow: hidden;
    box-shadow: 3px 3px 15px #0000001A;
    height: 250px;
    width: 45%;
    flex-grow: 1;
    transform: scale(1);
    transition: .5s ease
}

.grid li:hover {
    transform: scale(1.05)!important;
    transition: .5s ease
}



.grid-content {
    position: absolute;
    bottom: 20px;
    padding: 20px;
    background: rgba(255,255,255,.7);
    transition: .3s
}

.resource-text {
    color: #fff;
    font-weight: 300;
    font-family: var(--main-font)
}

.resource-title {
    margin: 0;
    color: var(--blue);
    font-family: var(--main-font);
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s
}

.grid-hover {
    position: absolute;
    background: var(--dark-blue);
    height: 100%;
    width: 100%;
    padding: 30px;
    opacity: 0;
    transition: .5s ease;
    border-radius: 30px
}

.grid li:hover .grid-hover {
    opacity: 1;
    transition: .5s ease
}

.grid li:hover .grid-content {
    background: var(--dark-blue)
}

.grid li:hover .resource-title {
    color: #fff
}

#map {
    position: relative;
    padding: 100px 20px
}

.map-content {
    position: relative;
    display: flex;
    max-width: 700px;
    margin: auto
}

.map-content::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 100%;
    width: 100%;
    border-radius: 30px;
    z-index: 0
}

.map-left {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    z-index: 5;
}

.map-left img {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin-bottom: 20px
}

.map-left p {
    font-family: var(--main-font);
    color: black;
    font-weight: 300;
    font-size: 20px;
    margin: 0;
    text-align: center;
}

@media(max-width: 1920px) {
    #hero,.wpcp-carousel-section .wpcp-single-item img {
        height:600px
    }

    .hero-title {
        text-align: center;
        font-size: 50px;
        line-height: 50px
    }

    .hero-subtitle {
        font-size: 20px;
        text-align: center
    }

    .hero-btns {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .hero-container {
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%
    }
}

@media(max-width: 1200px) {
    .cta-title {
        font-size:30px;
        text-align: center
    }

    .cta-link {
        font-size: 25px
    }

    .services-title {
        font-size: 30px
    }

    #services p {
        font-size: 20px
    }

    .clients-title {
        font-size: 30px
    }

    .industries-title {
        font-size: 30px
    }
}

@media(max-width: 1024px) {
    #cta .wrap {
        flex-direction:column-reverse
    }

    .cta-link {
        margin-left: 0;
        margin-top: 20px
    }

    #ita .wrap {
        flex-direction: column-reverse
    }

    .ita-left,.ita-right {
        width: 100%
    }

    .ita-left {
        padding: 0;
        padding-top: 30px
    }

    #industries .wrap {
        flex-direction: column
    }

    .industries-left,.industries-right {
        width: 100%
    }

    .industries-left img {
        aspect-ratio: auto
    }

    .industries-right {
        padding: 0;
        padding-top: 30px
    }

    .map-content {
        flex-direction: column-reverse
    }

    .map-left,.map-right {
        width: 100%;
        border: 0;
        padding: 30px
    }

    .map-right {
        padding-bottom: 0
    }

    .map-right iframe {
        height: 300px
    }
}

@media(max-width: 980px) {
    #hero,.wpcp-carousel-section .wpcp-single-item img {
        height:400px
    }

    .hero-title {
        font-size: 45px
    }

    .hero-subtitle {
        font-size: 18px;
        text-align: center
    }

    .hero-btn {
        font-size: 18px
    }

    .wpcp-single-content p {
        opacity: 1
    }
}

@media(max-width: 960px) {
    .right-divider,.left-divider {
        height: 15px
    }
}

@media(max-width: 800px) {

    .grid li {
        width: 100%;
    }

    .grid li:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2
    }

    .grid li:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3
    }

    .grid li:nth-child(3) {
        grid-area: 2 / 1 / 3 / 3
    }

    .grid li:nth-child(4) {
        grid-area: 3 / 1 / 4 / 2
    }

    .grid li:nth-child(5) {
        grid-area: 3 / 2 / 4 / 3
    }

    .grid li:nth-child(6) {
        grid-area: 4 / 1 / 5 / 3
    }

    .grid li:nth-child(7) {
        grid-area: 5 / 1 / 6 / 2
    }

    .grid li:nth-child(8) {
        grid-area: 5 / 2 / 6 / 3
    }

    /* popup */

    .popup-box p {
        font-size: 16px;
    }

    .popup-box img {
        max-width: 150px;
    }
}

@media(max-width: 736px) {
    #services .wpcp-single-item {
        height:fit-content!important
    }

    .wpcp-single-content p span {
        line-height: 20px
    }
}

@media(max-width: 650px) {
    #hero,.wpcp-carousel-section .wpcp-single-item img {
        height:350px
    }

    .hero-title {
        font-size: 30px;
        line-height: 30px
    }

    .hero-subtitle {
        font-size: 16px
    }

    .hero-container {
        padding: 20px
    }

    .hero-btn {
        font-size: 18px;
        text-align: center
    }

    #cta {
        padding: 20px
    }

    .cta-title {
        font-size: 20px;
        font-weight: 700
    }

    .cta-link {
        font-size: 20px
    }

    .services-title {
        font-size: 20px
    }

    #services p {
        font-size: 16px
    }

    .wpcp-single-content p {
        line-height: 25px!important
    }

    .slide-content h3 {
        bottom: 20px;
        padding: 10px 20px!important;
        font-size: 20px!important
    }

    #ita p {
        font-size: 16px
    }

    .logos {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }

    .logos li {
        margin: 20px;
        width: calc(33.3% - 40px);
        align-items: center;
        justify-content: center;
        display: flex
    }

    .clients-title {
        font-size: 20px
    }

    .industries-title {
        font-size: 20px
    }

    .industries-right li {
        font-size: 16px
    }

    .grid-hover {
        display: none
    }

    .grid li {
        height: 200px
    }

    .grid:hover li {
        transform: scale(1)!important
    }

    .grid li:hover {
        transform: scale(1)!important
    }

    #map {
        padding: 20px
    }

    .map-left p {
        font-size: 18px
    }
}

@media(max-width: 480px) {
    #hero,.wpcp-carousel-section .wpcp-single-item img {
        height:300px
    }

    .hero-btns {
        flex-direction: column
    }

    .hero-btn:nth-of-type(2) {
        margin-left: 0;
        margin-top: 10px
    }
}

@media(max-width: 450px) {
    .industries-right li {
        width:100%
    }

    .grid li {
        height: 150px;
        border-radius: 20px;
    }

    .grid-content {
        position: relative;
        height: 100%;
        width: 100%;
        text-align: center;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px
    }

    .resource-title {
        font-size: 20px
    }
}



/* announce */

#announce {
    background: #f2f2f2;
}

#announce .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#announce .wrap::before, #announce .wrap::after {
    content: none;
}

#announce img {
    max-height: 200px;
    width: auto;
}

.pad {
    padding: 40px 20px;
}

.popup-title {
    margin: 0;
    color: var(--blue);
    font-style: italic;   
    text-align: center;
}