/*
Theme Name: Navian Child
Theme URI: http://www.themelogi.com/themes/navian
Description: A child theme of Navian Theme
Author: THEMELOGI
Author URI: http://www.themelogi.com
Version: 1.0.0
Template: navian
*/

.footer-modern.bg-dark .menu a {
    color: #fff!important;
    opacity: 0.8;
    text-decoration-color: #fff;
}

.footer-modern.bg-dark .menu a:hover {
    opacity: 1;
}

.headings-title h1, h2, h3, h4, h5 {
    color: #185f6a;
}

.heading-title {
    color: #185f6a;
}

.vc_row .contact-bg-gray {
    height: 100%;
    padding: 10px;
    margin: 0 auto;
    background-color: #f7f7f7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.project-text-box {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.headings-title h4 {
    padding-top: 20px;
}

.bg-light-blue {
    background-color: #DDE7E9;
}

.bg-light-yellow {
    background-color: #ffefaf;
}

.bg-light-green {
    background-color: #DDE7E9;
}

.nav-container nav.transparent.nav-dark .menu > li > a {
    color: #185f6a;
}

.nav-container nav.transparent.nav-dark .menu > li > a {
    text-decoration-color: inherit!important;
}

.nav-container nav.transparent.nav-dark .menu .current_page_item a {
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 20px;
}

.nav-container nav.transparent.nav-dark .menu .current_page_item .subnav a {
    text-decoration: none;
}

nav .menu .subnav .current-menu-item a{
    text-decoration: none;
    color: #fff;
    background-color: #185f6a;
    border-radius: 3px;
}

/* Make footer always stay at the bottom of the page */
.main-container {
    position: relative;
    /* min-height: 100vh;
    padding-bottom: 161px; */
}
  
footer {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    min-height: 161px;
}

/* Fix the footer's padding for every single resolution */
/* @media screen and (max-width: 1094px) {
    .main-container {
        padding-bottom: 190px;
    }
}

@media screen and (max-width: 991px) {
    .main-container {
        padding-bottom: 161px;
    }
}

@media screen and (max-width: 813px) {
    .main-container {
        padding-bottom: 190px;
    }
}

@media screen and (max-width: 767px) {
    .main-container {
        padding-bottom: 259px;
    }
}

@media screen and (max-width: 600px) {
    .main-container {
        padding-bottom: 252px;
    }
}

@media screen and (max-width: 480px) {
    .main-container {
        padding-bottom: 358px;
    }
} */

.nav-container nav.transparent.nav-dark .menu .menu-item-32 a {
    color: #B88618!important;
}

.nav-container nav.transparent.nav-dark .menu .menu-item-709 a {
    color: #B88618!important;
}

nav .menu li > ul > li a:hover {
    background-color: #185f6a;
    color: #fff;
}

.nav-container nav.transparent.nav-show .menu .menu-item .subnav .menu-item a:hover, a:active {
    color: #fff;
    text-decoration: none;
}

.nav-container nav.transparent.nav-show .menu .menu-item .subnav .active a {
    color: #fff;
    text-decoration: none;
}

.div-bg-yellow {
    border-radius: 5px;
    background-color: #f7de62;
    padding: 15px;
    margin: 0 15px;
}

.div-bg-yellow-2 {
    background-color: #f7de62;
}

.vc_row .headings-title h1 {
    margin-top: 20px;
    font-size: 50px;
    line-height: 60px;
}

.page-title-center .heading-title {
    font-size: 50px;
}

.bg-yellow-contest {
    /* background-color: #fbd11b; */
}

.bg-gray-image {
    background-color: #e1e6ea;
}

.title-encircled {
    position: relative;
    width: fit-content;
    margin-left: 30px;
    margin-right: 30px;
    z-index: 1;
    font-weight: 700;
    background-color: #deeff1;
    border-radius: 20px;
    padding: 10px 20px;
}

.title-encircled h2 {
    padding: 10px 20px;
    font-weight: 700;
}

.div-encircled {
    position: relative;
    z-index: 0;
    background-color: #f7f7f7;
    border-radius: 20px;
    padding: 20px 20px 10px;
    margin-top: -20px;
}

.title-encircled-center {
    margin: 0 auto;
    width: fit-content;
    font-size: 40px;
    font-weight: 700;
    background-color: #deeff1;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: -70px;
    position: relative;
    z-index: 2;
}

.text-over-image {
    font-weight: 700;
    padding: 50px;
    margin-top: 30px;
    margin-bottom: -260px;
    position: relative;
    z-index: 1;
}

.text-over-image h2 {
    color: #000;
    font-weight: 700;
}

.partners-class img {
    max-width: 100%;
    height: auto;
}

hr {
    width: 90%;
    margin-top: 72px;
}

.image-text-overlay {
    background-image: url('images/poza1.jpg');
    background-size: cover;
    background-position: bottom;
}

.image-text-overlay-color {
    padding: 100px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.image-text-overlay h3 {
    color: #fff;
    font-weight: 700;
}

.image-text-overlay a {
    margin: 0 auto;
}

.full-width-row .container {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.full-width-row-no-bottom {
    padding-bottom: 0px;
}

.project-text-box .non-button a:hover {
    text-decoration: underline;
}

.flip-box-row {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.flip-box {
    padding: 0px;
    margin: 10px;
    background-color: transparent;
    width: 300px;
    height: 277px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #bbb;
    color: black;
}

.flip-box-back {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ebebeb;
    color: #727475;
    font-weight: 600;
    transform: rotateY(180deg);
}

.text-encircled {
    text-align: center;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    background-color: #2f7cbf;
    font-size: 30px;
}

.text-encircled-h2 {
    text-align: center;
    font-weight: 600;
    padding: 20px;
}

.bg-partners {
    background-color: #f7f7f7;
}

.bg-partners-header {
    background-color: #f0f0f0;
}

.partner-img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border-radius: 20px;
    margin: 10px auto!important;
    padding: 20px;
    width: 100%;
    max-width: 280px;
    height: auto;
    min-height: 125px;
    box-shadow: 0 10px 40px 0 rgb(57 75 89 / 10%);
}

.partner-img-container:hover {
    transform: scale(1.1);
    transition: transform 0.5s;
}

.btn:hover {
    transform: scale(1.05);
    transition: transform 0.5s;
}

footer.bg-dark .sub a {
    color: #fff!important;
}

footer.bg-dark .sub a:hover {
    text-decoration: underline;
}

.partner-img-container img {
    max-height: 80px;
    width: auto;
}

body.login #login h1 a {
    width: 100%!important;
    background-size: 100%!important;
    height: 180px!important;
}

.arrow-div {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.vert-arrow {
    display: none!important;
}

.horiz-arrow {
    display: inline-block!important;
}

.m-top-0 {
    margin-top: 0px;
}

.tabs-style-1 .tabs .tab-title {
    background-color: #DDE7E9;
    border: none;
}

.tabs-style-1 .tabs .tab-title span {
    color: #185F6A;
}

.tabs-style-1 .tabs .active .tab-title {
    background-color: #185F6A;
    border: none;
}

.tabs-style-1 .tabs .active .tab-title span {
    color: #fff;
}

.team-member {
    filter: grayscale(100%);
}

.team-member:hover {
    filter: grayscale(0%);
}

.team-member .team-info {
    padding: 20px 0 50px 0;
}

.inner-title.primary-inner.hover-reveal:hover:before {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .vert-arrow {
        display: inline-block!important;
    }

    .horiz-arrow {
        display: none!important;
    }
}

@media screen and (max-width: 576px) {
    .full-width-banner-sde14 {
        min-height: 300px;
    }
    .title-encircled {
        font-size: 24px;
    }
    .title-encircled-center {
        font-size: 24px;
    }
    .title-encircled-h2 {
        font-size: 24px;
    }
}