/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/
body{
    font-family: "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
}
html{
    font-family: "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
}
.bg-black{
    background-color: #000000;
}
.bg-idea{
    background-color: #030303;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font: normal bold 17px / 21px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffcb0a;
}
.text-yellow{
    color: #ffcb0a;
}
.navbar {
    padding: 0;
}
.solid-bg {
    background-color: #f7f7f7;
}
.page-inner-title {
    font: normal bold 30px / 40px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
    color: #111111;
    text-transform: uppercase;
}
@media (min-width: 768px){
    .spacer-y-4 {
        padding-top: 0;
       padding-bottom: 0;
    }
}
.page-inner-section {
    padding: 3rem 0;
}
.bg-action{
    background-size: initial;
    background-repeat: repeat;
    background-color: rgb(255, 203, 5);
    background-image: url(/web/assets/images/Idea4U_back.png);
    background-attachment: scroll;
}
.badge-custom{
    border-radius: 50%;
    color: #fff;
    background-color: #ffcb08;
}
.list-custom{
    font: normal 15px / 27px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #666666;
}
.text-black{
    color: #000000;
}
.about-title{
    font: normal bold 34px / 44px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.content-text{
    font: normal 15px / 27px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #666666;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #e0e0e0;
    transition: width 0.6s ease;
    border-radius: 1px;
}
.progress .progress-bar {
    border-radius: 200rem;
    min-height: .7rem;
}
.progress {
    border-radius: 0px;
}

.uvc-heading-spacer {
    margin-top: 15px;
    margin-bottom: 50px;
    height: 4px;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.accent-border-color .uvc-headings-line {
    border-color: #ffcb08 !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-style: solid;
    border-bottom-width: 4px;
    width: 50px;
    float: left;
}
.uvc-headings-line {
    display: block;
    width: 100%;
    max-width: 100%;
    border-color: #ffcb08 !important;
}
.custom-spacer{
    margin-top: 15px;
    margin-bottom: 50px;
    height: 4px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-color: #ffcb08 !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-style: solid;
    border-bottom-width: 4px;
    width: 50px;
    display: block;
    max-width: 100%;
}
.footer-title {
    font: normal bold 16px / 26px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    color: #fff;
}

.progress-bar-striped {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}
a.btn-action:hover{
    color: rgb(228,22,88)!important;
}
.bg-footer{
    background: #111111 none repeat center top;
}
.btn-yellow{
    color: #ffffff;
    background: #ffcb08;
}
.btn-yellow:hover{
    color: #ffffff;
    background: #ffcb08;
}
.border-radius-0{
    border-radius: 0;
}
.btn-black{
    background-color: #000000;
    color: #fff;
    font-weight: bolder;
}
a.btn-black:hover{
    color: #ffcb08;
}
.qa-hover:hover{
    color: #ffcb08!important;
}
.service-title{
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-bottom: 65px;
    font-size: 44px;
    line-height: 54px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #000;
    border: 1px solid #000;
}
.list-group-item:hover {
    background-color: #000;
    color: #ffcb08;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 0.375rem;
}
a.text-yellow:hover{
    color: #ffcb08;
    text-decoration: underline;
}
.category-link{
    color: #000;
    font-size: 13px;
}
.category-link:hover{
    color: #ffcb08;
}
.category-link.active{
    background-color: #ffcb08;
    color: white;
    padding: 8px;
}
.black-link{
    color: #000;
}
.black-link:hover{
    color: #000;
}
.yellow-link{
    color: #ffcb08;
}
.yellow-link:hover{
    color: #ffcb08;
}
.yellow-black-link{
    color: #000;
}
.yellow-black-link:hover{
    color: #ffcb08;
}
.yellow-white-link{
    color: #fff;
}
.yellow-white-link:hover{
    color: #ffcb08;
}
.crop {
    width: 1100px;
    height: 600px;
    overflow: hidden;
    object-fit: cover;
}

.crop img {
    width: 1100px;
    height: 600px;
}
.crop-service {
    width: 585px;
    height: 467px;
    overflow: hidden;
    object-fit: cover;
}

.crop-service img {
    width: 585px;
    height: 467px;
}
.btn-lang-hr {
    display: block;
    color: #000;
    position: fixed;
    top: 20px;
    left: 10px;
    z-index: 20;
    border: none;
    font-weight: 700;
    background-color: #ffcb08;
    padding: 7px;
    text-decoration: none;
}
.btn-lang-hr:hover {
    color: #ffcb08;
    background-color: #000;
}
.btn-lang-en {
    display: block;
    color: #000;
    position: fixed;
    top: 20px;
    left: 50px;
    z-index: 20;
    border: none;
    font-weight: 700;
    background-color: #ffcb08;
    padding: 7px;
    text-decoration: none;
}
.btn-lang-en:hover {
    color: #ffcb08;
    background-color: #000;
}
.crop-business {
    width: 100%;
    height: 266px;
    overflow: hidden;
    object-fit: cover;
}
.crop-business img {
    width: 100%;
    height: 266px;
}
