.elementor-16835 .elementor-element.elementor-element-7a5c129{padding:0px 0px 0px 0px;}.elementor-16835 .elementor-element.elementor-element-00f74df > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-16835 .elementor-element.elementor-element-00f74df > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-16835 .elementor-element.elementor-element-7f317c2{padding:0px 0px 0px 0px;}.elementor-16835 .elementor-element.elementor-element-85f8fd2 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-16835 .elementor-element.elementor-element-85f8fd2 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-16835 .elementor-element.elementor-element-9e6ec93{--display:flex;--padding-top:1px;--padding-bottom:1px;--padding-left:1px;--padding-right:1px;}.elementor-16835 .elementor-element.elementor-element-a915c97{--display:flex;--padding-top:1px;--padding-bottom:1px;--padding-left:1px;--padding-right:1px;}/* Start custom CSS for html, class: .elementor-element-2a9c44c */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Open+Sans:wght@400;500;600&display=swap');


/* ======================================================
   GLOBAL
====================================================== */

.htci-new-page,
.htci-new-page *{
    box-sizing:border-box;
}

.htci-new-page{
    --blue:#123f73;
    --blue-dark:#0d315a;
    --blue-light:#3978b8;

    --yellow:#f2b705;
    --yellow-dark:#daa500;

    --white:#ffffff;
    --offwhite:#f4f5f6;
    --text:#1a1a1a;
    --grey:#6d6d6d;
    --line:#e0e3e7;

    width:100%;
    overflow:hidden;

    background:#ffffff;

    color:var(--text);

    font-family:"Open Sans",Arial,sans-serif;
}

.htci-new-container{
    width:100%;
    max-width:1320px;

    margin:0 auto;

    padding:0 40px;
}


/* ======================================================
   COMMON LABEL
====================================================== */

.htci-new-label{
    display:flex;
    align-items:center;

    gap:14px;

    margin-bottom:20px;

    font-family:"Montserrat",sans-serif;

    font-size:12px;
    font-weight:800;

    letter-spacing:2.2px;

    text-transform:uppercase;

    color:var(--blue);
}

.htci-new-label:before{
    content:"";

    width:42px;
    height:4px;

    background:var(--yellow);
}

.htci-new-label.light{
    color:var(--yellow);
}

.htci-new-label.light:before{
    background:#ffffff;
}


/* ======================================================
   INTRO
====================================================== */

.htci-new-intro{
    position:relative;

    padding:120px 0;

    background:#ffffff;
}

.htci-new-intro:after{
    content:"";

    position:absolute;

    top:0;
    right:0;

    width:10px;
    height:100%;

    background:var(--yellow);
}

.htci-new-intro-grid{
    display:grid;

    grid-template-columns:.72fr 1.28fr;

    gap:100px;

    align-items:start;
}

.htci-new-title-area h1{
    margin:0;

    font-family:"Montserrat",sans-serif;

    font-size:clamp(52px,6vw,82px);
    line-height:.98;

    font-weight:800;

    letter-spacing:-3.5px;

    color:var(--blue);
}

.htci-new-title-area h1 span{
    display:block;

    color:var(--yellow);
}

.htci-new-copy{
    padding-top:10px;
}

.htci-new-copy p{
    margin:0 0 28px;

    max-width:780px;

    font-size:16px;
    line-height:2;

    color:var(--grey);
}

.htci-new-copy p:first-child{
    font-size:19px;

    line-height:1.8;

    font-weight:600;

    color:var(--blue);
}

.htci-new-copy strong{
    font-weight:700;

    color:var(--blue);
}


/* ======================================================
   NETWORK
====================================================== */

.htci-new-network{
    padding:110px 0;

    background:#f4f5f6;
}

.htci-new-network-grid{
    display:grid;

    grid-template-columns:.7fr 1.3fr;

    min-height:440px;
}

.htci-new-stat-card{
    display:flex;

    flex-direction:column;
    justify-content:center;

    padding:55px;

    background:var(--yellow);

    color:var(--blue);
}

.htci-new-stat-card span{
    font-family:"Montserrat",sans-serif;

    font-size:13px;
    font-weight:800;

    letter-spacing:2px;
}

.htci-new-stat-card strong{
    display:block;

    margin:5px 0 10px;

    font-family:"Montserrat",sans-serif;

    font-size:clamp(100px,11vw,155px);
    line-height:.85;

    font-weight:800;

    letter-spacing:-8px;
}

.htci-new-stat-card small{
    max-width:250px;

    font-family:"Montserrat",sans-serif;

    font-size:12px;
    line-height:1.6;

    font-weight:700;

    letter-spacing:1.5px;
}

.htci-new-network-copy{
    display:flex;

    flex-direction:column;
    justify-content:center;

    padding:65px;

    background:var(--blue);
}

.htci-new-network-copy h2{
    margin:0 0 28px;

    font-family:"Montserrat",sans-serif;

    font-size:clamp(45px,5vw,68px);
    line-height:1.02;

    font-weight:800;

    letter-spacing:-3px;

    color:#ffffff;
}

.htci-new-network-copy h2 span{
    display:block;

    color:var(--yellow);
}

.htci-new-network-copy p{
    max-width:650px;

    margin:0;

    font-size:15px;
    line-height:1.95;

    color:#dbe5ef;
}


/* ======================================================
   INDUSTRIES
====================================================== */

.htci-new-industries{
    padding:120px 0;

    background:#ffffff;
}

.htci-new-heading{
    margin-bottom:65px;
}

.htci-new-heading h2{
    margin:0;

    font-family:"Montserrat",sans-serif;

    font-size:clamp(48px,5.5vw,75px);
    line-height:1;

    font-weight:800;

    letter-spacing:-3px;

    color:var(--blue);
}

.htci-new-heading h2 span{
    display:block;

    color:var(--yellow);
}

.htci-new-industry-grid{
    display:grid;

    grid-template-columns:repeat(2,1fr);

    border-top:1px solid var(--line);
    border-left:1px solid var(--line);
}

.htci-new-industry-card{
    min-height:270px;

    padding:45px;

    position:relative;

    border-right:1px solid var(--line);
    border-bottom:1px solid var(--line);

    background:#ffffff;

    transition:
        background .35s ease,
        transform .35s ease;
}

.htci-new-industry-card:hover{
    background:var(--blue);

    transform:translateY(-5px);
}

.htci-new-card-number{
    width:58px;
    height:58px;

    display:flex;

    align-items:center;
    justify-content:center;

    margin-bottom:60px;

    background:var(--yellow);

    font-family:"Montserrat",sans-serif;

    font-size:17px;
    font-weight:800;

    color:var(--blue);
}

.htci-new-industry-card h3{
    max-width:420px;

    margin:0;

    font-family:"Montserrat",sans-serif;

    font-size:28px;
    line-height:1.25;

    font-weight:800;

    color:var(--blue);

    transition:color .3s ease;
}

.htci-new-industry-card:hover h3{
    color:#ffffff;
}


/* ======================================================
   PARTNERS
====================================================== */

.htci-new-partners{
    padding:120px 0;

    background:var(--blue);
}

.htci-new-partners-heading{
    margin-bottom:65px;
}

.htci-new-partners-heading h2{
    margin:0;

    font-family:"Montserrat",sans-serif;

    font-size:clamp(48px,5.5vw,75px);
    line-height:1;

    font-weight:800;

    letter-spacing:-3px;

    color:#ffffff;
}

.htci-new-partners-heading h2 span{
    display:block;

    color:var(--yellow);
}

.htci-new-partner-grid{
    display:grid;

    grid-template-columns:repeat(5,1fr);

    border-top:1px solid rgba(255,255,255,.16);
    border-left:1px solid rgba(255,255,255,.16);
}

.htci-new-partner-card{
    min-height:190px;

    padding:30px;

    display:flex;

    align-items:center;
    justify-content:center;

    text-align:center;

    border-right:1px solid rgba(255,255,255,.16);
    border-bottom:1px solid rgba(255,255,255,.16);

    transition:
        background .3s ease,
        transform .3s ease;
}

.htci-new-partner-card:hover{
    background:var(--yellow);

    transform:translateY(-5px);
}

.htci-new-partner-card strong{
    font-family:"Montserrat",sans-serif;

    font-size:19px;
    line-height:1.4;

    font-weight:800;

    color:#ffffff;

    transition:color .3s ease;
}

.htci-new-partner-card:hover strong{
    color:var(--blue);
}


/* ======================================================
   JOINT VENTURE
====================================================== */

.htci-new-jv{
    padding:115px 0;

    background:#f4f5f6;
}

.htci-new-jv-grid{
    display:grid;

    grid-template-columns:.6fr 1.4fr;

    gap:30px;
}

.htci-new-jv-year{
    min-height:420px;

    display:flex;

    flex-direction:column;

    justify-content:center;
    align-items:center;

    text-align:center;

    background:var(--yellow);

    color:var(--blue);
}

.htci-new-jv-year span{
    font-family:"Montserrat",sans-serif;

    font-size:12px;
    font-weight:800;

    letter-spacing:2.5px;
}

.htci-new-jv-year strong{
    display:block;

    margin-top:12px;

    font-family:"Montserrat",sans-serif;

    font-size:clamp(90px,9vw,135px);
    line-height:.9;

    font-weight:800;

    letter-spacing:-7px;
}

.htci-new-jv-copy{
    min-height:420px;

    display:flex;

    flex-direction:column;
    justify-content:center;

    padding:65px;

    background:var(--blue);
}

.htci-new-jv-copy h2{
    margin:0 0 28px;

    font-family:"Montserrat",sans-serif;

    font-size:clamp(45px,5vw,68px);
    line-height:1;

    font-weight:800;

    letter-spacing:-3px;

    color:#ffffff;
}

.htci-new-jv-copy h2 span{
    display:block;

    color:var(--yellow);
}

.htci-new-jv-copy p{
    max-width:700px;

    margin:0;

    font-size:15px;
    line-height:1.95;

    color:#dbe5ef;
}

.htci-new-jv-copy strong{
    color:var(--yellow);
}


/* ======================================================
   TABLET
====================================================== */

@media(max-width:1024px){

    .htci-new-container{
        padding:0 30px;
    }

    .htci-new-intro,
    .htci-new-network,
    .htci-new-industries,
    .htci-new-partners,
    .htci-new-jv{
        padding:90px 0;
    }

    .htci-new-intro-grid{
        grid-template-columns:1fr;

        gap:45px;
    }

    .htci-new-network-grid,
    .htci-new-jv-grid{
        grid-template-columns:1fr;
    }

    .htci-new-partner-grid{
        grid-template-columns:repeat(3,1fr);
    }

}


/* ======================================================
   MOBILE
====================================================== */

@media(max-width:767px){

    .htci-new-container{
        padding:0 20px;
    }

    .htci-new-intro{
        padding:70px 0;
    }

    .htci-new-intro:after{
        width:6px;
    }

    .htci-new-title-area h1{
        font-size:45px;

        letter-spacing:-2px;
    }

    .htci-new-copy p{
        font-size:15px;

        line-height:1.85;
    }

    .htci-new-copy p:first-child{
        font-size:18px;
    }

    .htci-new-network,
    .htci-new-industries,
    .htci-new-partners,
    .htci-new-jv{
        padding:70px 0;
    }

    .htci-new-stat-card{
        min-height:320px;

        padding:35px 28px;
    }

    .htci-new-network-copy,
    .htci-new-jv-copy{
        padding:40px 28px;
    }

    .htci-new-network-copy h2,
    .htci-new-jv-copy h2{
        font-size:40px;

        letter-spacing:-2px;
    }

    .htci-new-heading h2,
    .htci-new-partners-heading h2{
        font-size:42px;

        letter-spacing:-2px;
    }

    .htci-new-industry-grid{
        grid-template-columns:1fr;
    }

    .htci-new-industry-card{
        min-height:auto;

        padding:35px 28px;
    }

    .htci-new-card-number{
        margin-bottom:40px;
    }

    .htci-new-industry-card h3{
        font-size:24px;
    }

    .htci-new-partner-grid{
        grid-template-columns:1fr 1fr;
    }

    .htci-new-partner-card{
        min-height:150px;

        padding:20px;
    }

    .htci-new-partner-card strong{
        font-size:15px;
    }

    .htci-new-jv-year{
        min-height:300px;
    }

}


/* ======================================================
   SMALL MOBILE
====================================================== */

@media(max-width:480px){

    .htci-new-partner-grid{
        grid-template-columns:1fr;
    }

    .htci-new-partner-card{
        min-height:125px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d5f28da */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Open+Sans:wght@400;500;600&display=swap');


/* =====================================================
   FOOTER GLOBAL
===================================================== */

.htc-footer,
.htc-footer *{
    box-sizing:border-box;
}

.htc-footer{
    --blue:#123f73;
    --blue-dark:#0d315a;
    --blue-light:#3978b8;

    --yellow:#f2b705;
    --yellow-dark:#daa500;

    --white:#ffffff;

    width:100%;

    overflow:hidden;

    background:var(--blue-dark);

    font-family:"Open Sans",Arial,sans-serif;
}


/* =====================================================
   TOP ACCENT
===================================================== */

.htc-footer-accent{
    width:100%;
    height:7px;

    background:var(--yellow);
}


/* =====================================================
   MAIN
===================================================== */

.htc-footer-main{
    position:relative;

    padding:75px 0 35px;

    background:
        linear-gradient(
            135deg,
            #0d315a 0%,
            #123f73 55%,
            #164c82 100%
        );
}


/* BACKGROUND DECORATION */

.htc-footer-main:before{
    content:"";

    position:absolute;

    width:430px;
    height:430px;

    right:-170px;
    top:-180px;

    border-radius:50%;

    border:1px solid rgba(242,183,5,.12);
}


.htc-footer-main:after{
    content:"";

    position:absolute;

    width:230px;
    height:500px;

    right:5%;
    top:-160px;

    transform:rotate(20deg);

    border-left:1px solid rgba(242,183,5,.08);
    border-right:1px solid rgba(255,255,255,.04);
}


/* =====================================================
   CONTAINER
===================================================== */

.htc-footer-container{
    position:relative;

    z-index:2;

    width:100%;

    max-width:1380px;

    margin:0 auto;

    padding:0 45px;
}


/* =====================================================
   MAIN GRID
===================================================== */

.htc-footer-grid{
    display:grid;

    grid-template-columns:1.25fr 1fr .75fr;

    gap:75px;

    align-items:start;
}


/* =====================================================
   SMALL LABEL
===================================================== */

.htc-footer-label{
    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:24px;

    font-family:"Montserrat",sans-serif;

    font-size:11px;
    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    color:var(--yellow);
}


.htc-footer-label:before{
    content:"";

    width:34px;
    height:3px;

    background:var(--yellow);
}


/* =====================================================
   OFFICE
===================================================== */

.htc-footer-office h2{
    max-width:560px;

    margin:0;

    font-family:"Montserrat",sans-serif;

    font-size:clamp(27px,2.8vw,39px);
    line-height:1.25;

    font-weight:700;

    letter-spacing:-1.2px;

    color:#ffffff;
}


.htc-footer-office h2 span{
    display:block;

    color:#d7e2ee;
}


.htc-country{
    margin:12px 0 30px;

    font-family:"Montserrat",sans-serif;

    font-size:11px;
    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    color:#aebfd0;
}


/* =====================================================
   PHONE
===================================================== */

.htc-footer-phone{
    max-width:390px;

    display:flex;

    align-items:center;

    gap:15px;

    padding-top:24px;

    border-top:1px solid rgba(255,255,255,.13);

    text-decoration:none;
}


.htc-footer-phone span,
.htc-contact-item span{
    display:block;

    margin-bottom:5px;

    font-size:9px;
    font-weight:600;

    letter-spacing:1.4px;

    text-transform:uppercase;

    color:#9fb1c4;
}


.htc-footer-phone strong{
    font-family:"Montserrat",sans-serif;

    font-size:16px;

    font-weight:600;

    color:#ffffff;
}


/* =====================================================
   ICON
===================================================== */

.htc-footer-icon{
    width:44px;
    height:44px;

    flex:0 0 44px;

    display:flex;

    align-items:center;
    justify-content:center;

    background:var(--yellow);
}


.htc-footer-icon svg{
    width:19px;
    height:19px;

    fill:var(--blue-dark);
}


/* =====================================================
   CONTACT
===================================================== */

.htc-footer-contact{
    min-width:0;
}


.htc-contact-item{
    display:flex;

    align-items:center;

    gap:15px;

    padding:18px 0;

    border-bottom:1px solid rgba(255,255,255,.12);
}


.htc-contact-item:first-of-type{
    padding-top:0;
}


.htc-contact-item a{
    display:block;

    color:#ffffff;

    font-size:14px;
    line-height:1.5;

    font-weight:500;

    text-decoration:none;

    word-break:break-word;

    transition:color .25s ease;
}


.htc-contact-item a:hover{
    color:var(--yellow);
}


/* =====================================================
   LOCATIONS
===================================================== */

.htc-location-list{
    display:flex;

    flex-direction:column;

    border-top:1px solid rgba(255,255,255,.12);
}


.htc-location-list span{
    position:relative;

    display:block;

    padding:14px 0 14px 18px;

    border-bottom:1px solid rgba(255,255,255,.12);

    font-family:"Montserrat",sans-serif;

    font-size:12px;
    font-weight:600;

    letter-spacing:.5px;

    text-transform:uppercase;

    color:#ffffff;
}


.htc-location-list span:before{
    content:"";

    position:absolute;

    left:0;
    top:50%;

    width:6px;
    height:6px;

    transform:translateY(-50%);

    border-radius:50%;

    background:var(--yellow);
}


/* =====================================================
   SOCIAL ROW
===================================================== */

.htc-footer-social-row{
    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:40px;

    margin-top:65px;

    padding-top:30px;

    border-top:1px solid rgba(255,255,255,.14);
}


.htc-social-heading{
    flex:0 0 auto;

    font-family:"Montserrat",sans-serif;

    font-size:11px;
    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    color:#aebfd0;
}


/* =====================================================
   SOCIAL LINKS
===================================================== */

.htc-social-links{
    display:flex;

    align-items:center;

    justify-content:flex-end;

    flex-wrap:wrap;

    gap:10px;
}


.htc-social-links a{
    min-height:46px;

    display:flex;

    align-items:center;
    justify-content:center;

    gap:9px;

    padding:0 17px;

    border:1px solid rgba(255,255,255,.14);

    text-decoration:none;

    color:#ffffff;

    transition:
        background .3s ease,
        border-color .3s ease,
        color .3s ease,
        transform .3s ease;
}


.htc-social-links a svg{
    width:17px;
    height:17px;

    fill:var(--yellow);

    transition:fill .3s ease;
}


.htc-social-links a span{
    font-family:"Montserrat",sans-serif;

    font-size:10px;

    font-weight:600;

    letter-spacing:.5px;

    text-transform:uppercase;
}


.htc-social-links a:hover{
    background:var(--yellow);

    border-color:var(--yellow);

    color:var(--blue-dark);

    transform:translateY(-3px);
}


.htc-social-links a:hover svg{
    fill:var(--blue-dark);
}


/* =====================================================
   LAPTOP
===================================================== */

@media(max-width:1200px){

    .htc-footer-container{
        padding:0 30px;
    }

    .htc-footer-grid{
        grid-template-columns:1.2fr 1fr .7fr;

        gap:45px;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:950px){

    .htc-footer-main{
        padding-top:60px;
    }

    .htc-footer-grid{
        grid-template-columns:1fr 1fr;

        gap:50px;
    }

    .htc-footer-locations{
        grid-column:1 / -1;
    }

    .htc-location-list{
        display:grid;

        grid-template-columns:repeat(5,1fr);
    }

    .htc-location-list span{
        text-align:center;

        padding:15px 8px;

        border-right:1px solid rgba(255,255,255,.12);
    }

    .htc-location-list span:before{
        display:none;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:767px){

    .htc-footer-accent{
        height:5px;
    }

    .htc-footer-main{
        padding:55px 0 28px;
    }

    .htc-footer-container{
        padding:0 20px;
    }

    .htc-footer-grid{
        grid-template-columns:1fr;

        gap:50px;
    }

    .htc-footer-locations{
        grid-column:auto;
    }

    .htc-footer-office h2{
        font-size:29px;

        letter-spacing:-1px;
    }

    .htc-footer-phone{
        max-width:100%;
    }

    .htc-location-list{
        grid-template-columns:1fr 1fr;
    }

    .htc-location-list span{
        text-align:left;

        padding:14px 12px 14px 17px;
    }

    .htc-location-list span:before{
        display:block;
    }

    .htc-footer-social-row{
        display:block;

        margin-top:50px;

        padding-top:25px;
    }

    .htc-social-heading{
        margin-bottom:18px;
    }

    .htc-social-links{
        display:grid;

        grid-template-columns:1fr 1fr;

        gap:8px;
    }

    .htc-social-links a{
        justify-content:flex-start;

        padding:0 14px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media(max-width:430px){

    .htc-footer-container{
        padding:0 16px;
    }

    .htc-footer-office h2{
        font-size:25px;
    }

    .htc-footer-phone strong{
        font-size:14px;
    }

    .htc-contact-item a{
        font-size:12px;
    }

    .htc-location-list{
        grid-template-columns:1fr;
    }

    .htc-social-links{
        grid-template-columns:1fr;
    }

    .htc-social-links a{
        min-height:48px;
    }

}


/* =====================================================
   REDUCED MOTION
===================================================== */

@media(prefers-reduced-motion:reduce){

    .htc-footer *,
    .htc-footer *:before,
    .htc-footer *:after{
        transition:none !important;
    }

}/* End custom CSS */