.header-search .input-group {
    top: 15px;
}

.in-cirro-footer .in-footer-link-2 .nav-link {
    color: #000;
}

.navbar .navbar-brand {
    margin-right: 60px;
}

.dropdown-toggle::after {
    display: none;
}

.in-cirro-1 .border-decor {
    border-left: none;
    border-bottom: none;
}

.accordion-style-5.cus-tsheet-txt .accordion-button:not(.collapsed)::after {
    display: none;
}

.table thead> :not(caption)>* {
    font-size: 1.25rem;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    font-size: 16px;
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    font-size: 16px;
}

.cus-investor-action {
    margin-top: 0px !important;
}

.navbar-nav .nav-link {
    font-size: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.footer-logo h5 {
    margin-bottom: 0.5rem;
    line-height: 1.8;
}

#main-slideshow::before {
    display: none;
}

#main-slideshow::after {
    display: none;
}

#main-slideshow .in-carousel-image {
    left: 0px;
}

#main-slideshow .in-carousel-image::before {
    display: none;
}

/* #main-slideshow .carousel-item.active
{
    min-height: 650px !important;
}

#main-slideshow .in-carousel-image img
{
    height: 630px !important;
}*/

#main-slideshow.carousel-dark .carousel-indicators .active {
    display: none;
}

#main-slideshow .in-carousel-image img {
    width: 90%;
    padding: 20px;
}

.text-justify {
    text-align: justify;
}

.custom-section-img {
    width: 100%;
    height: 450px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.custom-home-img {
    width: 100%;
    height: 550px;
}

.why-alpha-tracking {
    background: #fff;
}

.cus-box-shadow {
    box-shadow: inset 30px 0 90px -6px #b7dbf8;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    display: flex;
    flex-direction: row;
    position: fixed;
    left: 0;
}

@media (min-width: 768px) {
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 16%;
    }

    .fa-long-arrow-right {
        padding-left: 30px;
    }
}