/*styles*/

#thirdParagraphText a{
    color: #000;
}

#INCHCAPE_Lietuvoje p{
    font-family: poppins-small;
}

#jobs_wrapper a:hover{
    color: #002239;
}

.bg--darkblue{              /*btn--style--darkblue*/
    background-color: rgba(0, 34, 57, 1);
}

.bg--lightblue{             /*btn--style--blue*/
    background: rgba(24, 189, 230, 1);
}

.bg--lightgreen{
    background: rgba(106, 156, 8, 1);
}

.bg--light-1{
    background-color: rgba(240, 241, 242, 1);
}

.bg--black-o{                  /*page1-header__menu*/
    background-color: rgba(0, 0, 0, 0.6);
}

.text-style--darkblue{
    color: rgba(0, 34, 57, 1);
}
.text-style--white{         /*footer__text-style--white and av-link--textstyle*/
    color: rgba(240, 241, 242, 1);
}

.text-style--gray{         /*footer__text-style--light*/
    color: rgba(111, 115, 120, 1);
}

.text-style--lightblue{        /* and table__text-style--lightblue*/
    color: rgba(24, 189, 230, 1);
}

.dropdown-toggle::after {
    display: none !important;
}

.tool-icon-wrapper img{
    width: 75px;
    height: 75px;
}
.new_image img {
    height: 410px;
    transition: 1s;
    padding: 5%;
}

.new_image img:hover{
    box-shadow: 18px 19px 33px 6px rgba(0,0,0,0.65);
}

.new_image{
    transition: 1s;
}

.new_image:hover {
    transform: scale(1.05);
}

#NAUJIENOS h2{
    font-family: poppins;
    color: #002239;
    letter-spacing: 0;
    font-weight: 700 !important;
}

@media screen and (max-width: 768px){
    .aside__menu--sm{
        bottom: 0px !important;
        width: 100vw !important;
        box-shadow: 0px -2px 5px #b9b9b9 !important;
    }

    aside .rounded-2{
        border-radius: 0 !important;
    }
}
