.elementor-17114 .elementor-element.elementor-element-7a5c129{padding:0px 0px 0px 0px;}.elementor-17114 .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-17114 .elementor-element.elementor-element-00f74df > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-17114 .elementor-element.elementor-element-7f317c2{padding:0px 0px 0px 0px;}.elementor-17114 .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-17114 .elementor-element.elementor-element-85f8fd2 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-17114 .elementor-element.elementor-element-9e6ec93{--display:flex;--padding-top:1px;--padding-bottom:1px;--padding-left:1px;--padding-right:1px;}.elementor-17114 .elementor-element.elementor-element-fe31ec3{--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@400;500;600;700;800&display=swap');

.simple-contact-page,
.simple-contact-page *{
    box-sizing:border-box;
}

.simple-contact-page{
    --blue:#123F73;
    --yellow:#F2B705;
    --yellow-light:#FFF8D8;
    --text:#333333;
    --border:#E8E8E8;

    width:100%;
    background:#ffffff;
    font-family:"Montserrat",Arial,sans-serif;
    color:var(--text);
}

.simple-contact-wrap{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:70px 30px;
}


/* ==============================
   HEADING
============================== */

.simple-contact-heading{
    max-width:700px;
    margin:0 auto 55px;
    text-align:center;
}

.simple-contact-heading > span{
    display:inline-block;
    margin-bottom:14px;
    padding:9px 22px;
    border-radius:30px;

    background:var(--yellow);
    color:#111;

    font-size:12px;
    font-weight:800;
}

.simple-contact-heading h1{
    margin:0 0 15px;

    color:var(--blue);

    font-size:50px;
    line-height:1;
    font-weight:800;
}

.simple-contact-heading p{
    margin:0;

    color:#666;

    font-size:15px;
    line-height:1.8;
}


/* ==============================
   CONTACT GRID
============================== */

.simple-contact-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}


/* ==============================
   BOX
============================== */

.simple-contact-box{
    min-height:300px;

    padding:38px;

    border:1px solid var(--border);
    border-radius:14px;

    background:#ffffff;

    box-shadow:0 8px 30px rgba(0,0,0,.04);
}

.simple-contact-box:nth-child(2){
    background:var(--yellow-light);
    border-color:#F5E5A5;
}

.simple-contact-label{
    display:inline-block;

    margin-bottom:20px;
    padding:7px 15px;

    border-radius:20px;

    background:var(--yellow);

    color:#111;

    font-size:10px;
    font-weight:800;
    letter-spacing:.7px;
}

.simple-contact-box h3{
    margin:0 0 20px;

    color:var(--blue);

    font-size:28px;
    font-weight:800;
}

.simple-contact-box p{
    margin:0 0 22px;

    color:#555;

    font-size:14px;
    line-height:1.8;
}

.simple-contact-box p:last-child{
    margin-bottom:0;
}

.simple-contact-box strong{
    color:#222;
}

.simple-contact-box a{
    color:var(--blue);
    font-weight:600;
    text-decoration:none;
}

.simple-contact-box a:hover{
    text-decoration:underline;
}


/* ==============================
   LOCATIONS
============================== */

.simple-contact-locations{
    margin-top:25px;

    padding:35px 30px;

    border-radius:14px;

    background:#ffffff;

    border:1px solid var(--border);

    text-align:center;
}

.simple-city-row{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;

    gap:10px;
}

.simple-city-row span{
    padding:10px 18px;

    border-radius:25px;

    background:var(--yellow-light);

    color:var(--blue);

    font-size:11px;
    font-weight:800;
}


/* ==============================
   SOCIAL
============================== */

.simple-contact-social{
    margin-top:25px;

    padding:30px;

    border-radius:14px;

    background:var(--yellow);

    text-align:center;
}

.simple-contact-social > span{
    display:block;

    margin-bottom:18px;

    color:#111;

    font-size:12px;
    font-weight:800;
    letter-spacing:1px;
}

.simple-social-links{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;

    gap:10px;
}

.simple-social-links a{
    display:inline-flex;

    align-items:center;
    justify-content:center;

    min-width:120px;
    min-height:42px;

    padding:0 20px;

    border-radius:25px;

    background:#ffffff;

    color:var(--blue);

    font-size:11px;
    font-weight:800;

    text-decoration:none;

    transition:.2s ease;
}

.simple-social-links a:hover{
    transform:translateY(-2px);
}


/* ==============================
   TABLET
============================== */

@media(max-width:900px){

    .simple-contact-wrap{
        padding:55px 24px;
    }

    .simple-contact-heading h1{
        font-size:42px;
    }

    .simple-contact-grid{
        grid-template-columns:1fr;
    }

    .simple-contact-box{
        min-height:auto;
    }

}


/* ==============================
   MOBILE
============================== */

@media(max-width:600px){

    .simple-contact-wrap{
        padding:45px 16px;
    }

    .simple-contact-heading{
        margin-bottom:35px;
    }

    .simple-contact-heading h1{
        font-size:36px;
    }

    .simple-contact-heading p{
        font-size:13px;
    }

    .simple-contact-box{
        padding:28px 22px;
    }

    .simple-contact-box h3{
        font-size:24px;
    }

    .simple-contact-locations,
    .simple-contact-social{
        padding:25px 18px;
    }

    .simple-city-row{
        flex-direction:column;
    }

    .simple-city-row span{
        width:100%;
    }

    .simple-social-links{
        flex-direction:column;
    }

    .simple-social-links a{
        width:100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7c74dc */@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 */