header .navbar-brand {
    padding: 10px;
}

header .navbar-brand img {
    max-height: 100px;
}
header.sticky .navbar-brand img {
    max-height: 100px;
}

.navbar .navbar-nav .nav-link {
    color: #000;
}
.navbar .navbar-nav .nav-link:hover {
    color: #404294;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    text-transform: capitalize;
}

.inner-link.nav-link.active {
    /* opacity: .6; */
    color: #404294;
}
header.sticky.sticky-active [data-header-hover=light] .navbar-nav .nav-link.active {
    color: #404294;
}

header.sticky nav.navbar {
    box-shadow: 0 0 1px 1px #cbcbcb;
}

header.sticky .center-logo .navbar-nav .nav-link {
    padding: 50px 20px;
}

header.sticky nav.navbar.header-transparent .widget-text {
    color: #000;
}

header.sticky nav.navbar.header-transparent {
    background: #fff;
}

header .header-push-button .push-button span {
    background: #000;
}

header.sticky .header-push-button .push-button span {
    background: #fff;
}

header .social-icon-style-09 ul.light li a {
    border-color: rgba(34, 33, 33, 0.3);
}

header .social-icon-style-09 ul.light li a:hover {
    border-color: rgba(34, 33, 33, 0.3) !important;
}

header.sticky .social-icon-style-09 ul.light li a {
    border-color: rgba(34, 33, 33, 0.3);
}

header.sticky .social-icon-style-09 ul.light li a:hover {
    border-color: rgba(34, 33, 33, 0.3) !important;
}
header .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
.bg-cabaret-red {
    /* background: #EC3137; */
    background: #EC3237;
}

:root {
    --base-color: #404294;
}

.smp-home-about-section .interactive-banner-style-03 figure img {
    min-height: 70vh;
    object-fit: cover;
}

.smp-home-about-section .interactive-banner-style-03 p,
.smp-home-about-section .interactive-banner-style-03 button {
    position: relative;
    display: none;
    top: 100px;
    transition: top 1s ease-in;
}

.smp-home-about-section .interactive-banner-style-03:hover p,
.smp-home-about-section .interactive-banner-style-03:hover button {
    display: block;
    top: 0;
}

.smp-home-about-section .interactive-banner-style-03 button {
    margin-top: 10px;
}

.smp-divider {
    background: #ededed;
    height: 3px;
    width: 100%;
    margin-bottom: 3em;
}

.icon-box-white {
    padding: 15px 16px;
    background: white;
    display: flex;
    align-items: center;
}

.icon-box-red {
    padding: 15px 16px;
    background: red;
    align-items: center;
    display: flex;
}

.tab-img {
    max-height: 60px;
    max-width: 50%;
    margin: auto;
}

.tab-img:hover {
    max-height: 65px;
    max-width: 50%;
    margin: auto;
}

.smp-banner .swiper-slide .col-12 {
    border-left: 10px solid #EC3237;
    padding-left: 2rem;
    margin-bottom: 2em;
}

footer .footer-logo img {
    max-height: 70px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    left: unset;
    right: 2em;
    transform: none;
}

.right-modal-img {
    position: fixed;
    z-index: 1000;
    right: 1rem;
    bottom: 2rem;
}

.right-modal-img a {
    background: green;
    color: #fff;
    font-size: 2em;
    padding: .1em .3em;
    border-radius: 100%;
}
.text-base-color {
    color: #404294;
}
.smp-banner .left-border-red {
    border-left: 10px solid #EC3237;
    padding-left: 2rem;
    margin-bottom: 2em;
}

.page-title-big-typography {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 250px;
}

.page-title-big-typography::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.page-title-big-typography .container {
    position: relative;
    z-index: 2;
}

.about-page .icon-with-text-style-05 .feature-box {
    height: 100%;
    transition: height 0.3s ease;
    display: block;
    justify-content: space-between;
}

.about-page .feature-box .content-slide-up {
    overflow: hidden;
}

.about-page .feature-box:hover {
    height: auto;
}

.about-page .feature-box-content p {
    transition: opacity 0.3s ease;
}
.about-page .bg-white-card{
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.left-right-padding{
    padding-left: 40px;
    padding-right: 40px;
}
.founders-image{
    width: 100%;
    height: 60vh;
    object-fit: cover;
}
.parent-swiper-image{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
}
@media (max-width: 1399px) {

    .center-logo .navbar-nav .nav-link,
    header.sticky .center-logo .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 1199px) {
    /* .navbar.center-logo .navbar-nav .nav-link {
        padding: 38px 15px;
    } */

    .center-logo .navbar-nav .nav-link {
        padding: 38px 15px;
    }
}

@media screen and (min-width: 992px) {
    .smp-w-30 {
        width: 30%;
    }

    .smp-banner .left-border-red {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    header .navbar-brand{
        padding: 10px 0;
    }
    header .header-push-button .push-button span {
        background: #000;
    }

    .smp-banner .left-border-red {
        margin-bottom: 0;
    }

    .page-title-big-typography {
        margin-top: 100px;
        padding-top: 50px;
    }

    .quote-icon {
        margin-top: -1em;
    }

    .about-page .icon-with-text-style-05 .feature-box {
        height: unset;
        transition: height 0.3s ease;
        display: block;
        justify-content: space-between;
    }
    .left-right-padding {
        padding: 0;
    }
    .founders-image {
        width: 100%;
        height: unset;
        object-fit: cover;
    }
    
}
.gallery-image-custom{
    height: 35vh;
    width: 100%;
    object-fit: fill;
}
.moved-bottom-up{
    transform: translateY(20px);
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #404294;
    color: #fff;
}
.disclaimer-link{
    color: #000;
}
.disclaimer-link:hover{
    color: #404294;
}