#noveo_footer{
    background-color: #F9F9F9;
    padding: 64px 0px;
}
#noveo_footer .cols_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
#noveo_footer .cols_box .right{
    grid-column: span 2;
    display: flex;
    gap: 24px;
}
#noveo_footer .logo{
    margin-bottom: 16px;
    display: block;
}
#noveo_footer .company_data{
    margin-bottom: 48px;
}
#noveo_footer .contact_row{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
#noveo_footer .contact_row img{
    margin-right: 9px;
}
#noveo_footer .contact_row a{
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0%;
    color: #383838;
}
#noveo_footer .social_row{
    display: flex;
    align-items: center;
    margin-top: 48px;
}
#noveo_footer .social_row a{
    display: inline-block;
    margin-right: 24px;
}
#noveo_footer .single_menu{
    width: 100%;
}
#noveo_footer .foot-title,
#noveo_footer .foot-title{
    font-size: 2.4rem;
    line-height: 100%;
    color: #0194DE;
    margin-bottom: 32px;
}
#noveo_footer .single_menu_link{
    display: flex;
    align-items: center;
    color: #383838;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 150%;
    align-items: flex-start;
    margin-bottom: 16px;
}
#noveo_footer .single_menu_link::before{
    content: '';
    display: block;
    width: 12px;
    min-width: 12px;
    height: 2px;
    background-color: #0194DE;
    margin-right: 8px;
    margin-top: 1rem;
}

#noveo_bottom_info{
    background-color: #F1F1F1;
    padding: 24px 0px;
}
#noveo_bottom_info p,
#noveo_bottom_info a{
    color: #808080;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0%;
}
#noveo_bottom_info a{
    color: #383838;
    font-weight: 600;
}
#noveo_bottom_info .bottom_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#noveo_bottom_info .bottom_box>div{
    display: inline-block;
}
#noveo_bottom_info .bottom_box .left{
    display: flex;
    align-items: center;
}
#noveo_bottom_info .bottom_box .left p{
    margin-bottom: 0px;
    margin-right: 24px;
}
#noveo_bottom_info .bottom_box .right p{
    margin-bottom: 0px;
}
#noveo_footer a{
    transition-duration: 0.4s;
}
#noveo_footer a:hover{
    opacity: 0.7;
}

.otgs-development-site-front-end{
    display: none;
}