@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}


.top-header {
    position: relative;
}

.top-header:before {
    position: absolute;
    content: '';
    background: #f6f6f6;
    width: 300%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: -1;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.right-side-top-header-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.timings {
    display: flex;
    justify-content: center;
    align-items: center;
}

p.dimmed-text {
    margin: 0px 10px;
    font-size: 0.813em;
    font-weight: 600;
}

.dimmer {
    color: #8a8a8a;
}

.navbar ul li a.active {
    color: #c4d114;
}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
}


.left-side-top-header-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-header {
    padding: 10px 0px;
}


.navbar ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
}

.t-dark {
    color: #45445a;
}

.container h2 {
    font-family: "Catamaran", sans-serif;
    font-size: 3.125em;
    line-height: 1.3em;
    font-weight: 400;
    margin-bottom: 0.55em;
}

.navbar ul li {
    margin: 0px 10px;
}

.navbar ul li a {
    color: #45445a;
    font-weight: 600;
    text-decoration: none;
    transition: 150ms linear;
    font-size: 14px;
}

.navbar ul li a:hover {
    color: #c4d114;
    transition: 150ms linear;
}

.g-colored {
    color: #c4d114 !important;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

section.customer-logos {
    position: relative;
}

button.slick-prev.slick-arrow {
    position: absolute;
    right: 33px;
    width: 30px;
    height: 30px;
    z-index: 9999999;
    border: none;
    background-color: #8a8a8a;
    color: #fff;
    border-radius: 6px;
    top: -37px;
}

button.slick-next.slick-arrow {
    position: absolute;
    top: -37px;
    right: 0;
    width: 30px;
    height: 30px;
    border: none;
    color: #fff;
    background-color: #8a8a8a;
    border-radius: 6px;
}

.box {
    display: flex;
    justify-content: space-evenly;
    align-items: centet;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.ico-housing {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    border-radius: 50%;
    background: #ffc;
    color: #fff;
}

.info-housing.text-center,
.heading-housing {
    font-size: 13px;
}

.heading-housing {
    margin-top: 1.8em;
    font-family: "Catamaran", sans-serif;
    font-size: 1.438em;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 0.7em;
}

button.mini-navigation-btn {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    display: none;
}

.f-color {
    background-color: #554c86;
}

.s-color {
    background-color: #8dd0d3;
}

.t-color {
    background-color: #c4d114;
}


.background-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
    padding: 20px;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: 200ms linear;
}

.component-du-nav {
    width: 100%;
    background: #fff;
    padding: 40px;
    position: relative;
    border-radius: 17px;
    box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.05);
}

.component-du-nav>a {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #111;
    font-size: 22px;
}

.component-du-nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    justify-content: center;
    align-items: center;
}

.component-du-nav ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #1d2125;
    text-decoration: none;
    200ms animation-timing-function: linear;
}

.component-du-nav ul li {
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.component-du-nav ul li a:hover {
    color: #c4d114;
    transition: 200ms linear;
}

.component-du-nav ul li a.active {
    color: #c4d114;
}


.container-fluid.crumb-fluid {
    background: #024560;
    padding: 30px 0px;
}

.container.breadcrumb-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bread-heading h4 {
    margin: 0;
    color: #fff;
}

.crumb-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
}

.text-muted-x {
    color: #8a8a8a;
}

.crumb-area a~span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.crumb-area a,
.crumb-area span {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.dickheading {
    font-family: "Catamaran", sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    margin-top: 0.5em;
    margin-bottom: 1.75em;
}

.crumb-area span:last-child {
    color: #d3d3d3;
}

.carousel-control-next,
.carousel-control-prev {
    height: 50px;
    width: 50px;
    background: #111;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    margin: 0px 20px;
    font-size: 25px;
}


.carousel-indicators li {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0.05);
}

.carousel-indicators li.active {
    background-color: #111;
}
.boxar {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    border-radius: 11px;
}

a.image-area img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 11px;
}

a.image-area {
    position: relative;
    width: 100%;
    height: 200px;
    display: block;
    border-radius: 11px;
}

.image {
    position: absolute;
    bottom: -100px;
    transition: 200ms linear;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 35px;
    transition: 200ms linear;
    border-radius: 11px;
}
.image-name{ 
    font-weight: 600;
    text-transform: capitalize;
}
.image.active{
    background: rgb(255 255 255 / 50%);
    visibility: visible;
    opacity: 1;
    transition: 200ms linear;
    bottom: 0;
}

@media (max-width: 536px) {
    .top-header {
        justify-content: center;
        align-items: center;
    }

    .right-side-top-header-child {
        gap: 2px;
    }
}

@media (max-width: 991px) {
    .navbar {
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 492px) {
    button.mini-navigation-btn {
        display: flex;
    }

    .navbar ul {
        display: none;
    }
    .navbar a img {
        width: 90% !important;
    }
    .navbar a{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .background-wrapper.active {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
        transition: 200ms linear;
    }
}

@media (max-width: 768px) {
    .left-side-top-header-child {
        width: 100%;
    }
}