:root{

    /* FONT */
    --body-font:"arboria", sans-serif;
    --title-font:"arboria", sans-serif;
    --font-light:300;
    --font-bold:700;

    /* COLORS */
    --theme-color2:#12b0ac;
    --theme-color:#6f6f6f;
    --body-color:#f0f4f4;
}

body{
    font-family: var(--body-font);
    font-weight: var(--font-light);
}

.work-process-container-wrapper.style1 .work-process-content .fancy-box-content h4,
.work-process-container-wrapper.style1 .work-process-content .fancy-box-content p{
    font-family: var(--body-font);
}
.work-process-container-wrapper.style1 .work-process-content .fancy-box-content p{
    font-weight: var(--font-light);
}


/*
==========================================
COLORS
==========================================
*/
.section-title.style4 h2.title,
.section-title h2.title,
.widget.widget_nav_menu.footer-widget .widget_title,
.widget.widget_nav_menu.footer-widget .single-contact-widget .single-contact_widget-title h5{
    color:var(--title-color);
}
.et-widget-about .about-text,
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a,
.widget.widget_nav_menu.footer-widget .single-contact-widget .single-contact_item a,
.copyright-wrap .copyright-layout .layout-text .copyright,
.copyright-wrap .copyright-layout .link-wrapper a,
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a i,
.copyright-wrap .copyright-layout .layout-text .copyright a{
    color:var(--theme-color);
}

.widget.widget_nav_menu.footer-widget .single-contact-widget .single-contact_item i,
.et-social.style2 a{
    color:var(--theme-color2);
}
.widget.widget_nav_menu.footer-widget .single-contact-widget .single-contact_item i,
.widget.widget_nav_menu.footer-widget .single-contact-widget .single-contact_item i, .et-social.style2 a{
    background-color: rgba(18, 176, 172,.15);
}


/*
==========================================
HEADER
==========================================
*/
.header-logo img{
    width: 170px;
}

.header-button img{
    width: 52px;
}
.main-menu a{
    text-transform: none;
}

.et-menu-wrapper .mobile-logo,
.et-menu-wrapper{
    background-color: var(--body-color);
}
.mobile-logo img{
    max-width: 220px;
}
.et-menu-wrapper .et-menu-area{
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border:none;
    border-radius: 30px;
}
.et-menu-wrapper.et-body-visible .et-menu-area{
    left:50%;
    height: auto;
}
.et-menu-wrapper .et-menu-toggle{
    background-color: white;
    color:var(--theme-color);
}


/*
==========================================
CONTENT
==========================================
*/


[class*="aspect--"]{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aspect--2-3{
    aspect-ratio: 2/3;
}
.aspect--4-5{
    aspect-ratio: 4/5;
}
.aspect--1{
    aspect-ratio: 1;
}

.hero-thumb.style2 .main-thumb{
    border-radius: 60px;
}

.hero-title-wrapper.style2 h1.title{
    font-size: 84px;
    line-height: 1;
}

.about-thumb img{
    border-radius: 20px;
}

.service-card.style1{
    text-align: left;
    height: 100%;
    padding-top:40px;
    background-color: white;
    border:none;
}
.service-card.style1 .service-card-icon::before{
    content:none;
}
.service-card.style1 .service-card-icon{
    width: 80px;
    height: 80px;
    line-height:80px;
    margin-bottom:30px;
    background-color: transparent;
    border-radius: 0;
}
.checklist-wrapper .checklist{
    align-items: flex-start;
    padding-left: 0;
}
.checklist-wrapper .checklist li{
    text-transform: none;
    text-align: left;
}
.checklist-wrapper .checklist li img{
    width:18px;
    height: auto;
}

.work-process-container-wrapper.style1 .work-process-content .fancy-box-style-2 img{
    border:none;
    background-color: var(--body-color);
}


.cta-wrapper.style2{
    background-image: url('../img/involucrolab-4.jpg');
    background-size: cover;
    position: relative;
    overlay:hidden;
}
.cta-wrapper.style2:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    border-radius: 20px;
}
.cta-wrapper.style2 > *{
    position: relative;
    z-index: 1;
}

.offer-card.style1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: white;
    border:none;
}

.about-container-wrapper.style2 .about-thumb .shape h6{
    left:-40px;
}

.work-process-container-wrapper.style1 .work-process-content .fancy-box-style-2 img{
    width:84px;
    height: 84px;
}


/*
==========================================
FOOTER
==========================================
*/

.footer-layout{
    background-color: white;
}
.cta-wrapper.style2 .cta-title{
    max-width: 1000px;
}
.copyright-wrap{
    background: none;
}
.copyright-wrap{
    border-top-color: rgba(0,0,0,0.15);
}
.footer-area .about-logo img{
    max-width: 220px;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a,
.et-widget-about .about-text{
    font-size: 18px;
}
.widget.widget_nav_menu.footer-widget .single-contact-widget .single-contact_widget-title h5{
    font-size: 16px;
    letter-spacing: 0;
}
.scroll-top::after{
    border-color:var(--body-color);
}


/*
==========================================
MEDIA QUERIES
==========================================
*/

@media (max-width:767.98px){
    .border-radius,
    .hero-thumb.style2 .main-thumb,
    .hero-content.style2{
        border-radius: 30px;
    }
    .hero-title-wrapper.style2 h1.title{
        font-size: 52px;
    }
}


