
html, body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.carousel-caption h1{

    font-weight: 700;
    line-height: 85px;
    letter-spacing: 0em;
    text-align: left;

}
/* .carousel-inner .carousel-item{
    height: 84vh;
    /* padding-top: 65px; */
    /* padding-left: 90px;*/
    /* padding-right: 90px;  */
/* } */
.carousel-inner img{
    height: 84vh;
    object-fit: cover;
    /* object-fit: cover; */
    padding-top: 65px;
    /* padding-left: 90px;
    padding-right: 90px; */
}
.carousel{
    padding-top: 0%;
}
@media (min-width:426px){
    .carousel-inner img{
        
        padding-left: 90px;
        padding-right: 90px;
    }
    .carousel-control-prev {
        padding-top: 65px;
        padding-left: 100px;
    }
    .carousel-control-next {
        padding-top: 65px;
        padding-right: 100px;
    }
}

@media (max-width:426px){
    .carousel-inner img{
        /* height: 74vh; */
        padding-left: 30px;
        padding-right: 30px;
    }
    .carousel-control-prev {
        padding-top: 65px;
        padding-left: 30px;
    }
    .carousel-control-next {
        padding-top: 65px;
        padding-right: 30px;
    }
}
@media (max-width:376px){
    .carousel-inner img{
        height: 74vh;
    }
   
}

.container .text-center h1{
    width: 163px;
    height: 61px;
    padding-left: 674px;
    font-size: 50px;
    font-weight: 400;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: center;
}

.scroll-container{
    position: relative;
    overflow: hidden;
    margin-left: 90px;
    margin-right: 90px;
    cursor: pointer;
}
.scroll-container .item:hover {
    img{
        -webkit-filter: brightness(125%);
        transition: all 1s;
    }
}

@media (max-width:426px){
    .scroll-container{
        /* height: 74vh; */
        margin-left: 30px;
        margin-right: 30px;
    }
}

.wrapper {
    width: 100%;
    position: relative;
    height: 253px;
    border: 0;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;

}
.wrapper::-webkit-scrollbar{
    width: 0;
    height: 0;
}
.wrapper::-webkit-scrollbar {
    display: none;
}
.wrapper .item {
    width: 390px;
    position: relative;
    flex: 0 0 auto;
    margin-right: -10px;
    
}
.wrapper .item .bg-img img{
    object-fit: cover;
    height: 253px;
    width: 390px;
    padding: 0;
    /* border-radius: 45px/50%; */
    /* border-radius: 30%; */
}


.wrapper .item .item-text{
    padding-top: 0px;
    /* padding-top: 30px; */
    padding-left: 29px;
    height: 36px;
    color: #ffffff;
    line-height: normal;
    font-size: 30px;
    font-weight: 700;
}
@media (min-width:1400px){
    .wrapper .item{
        min-width: calc(100%/5);
        .bg-img img{
            width: calc(90%);
        }
    }
}
@media (min-width:1200px) and (max-width:1400px){
    .wrapper .item{
        min-width: calc(100%/4);
        .bg-img img{
            width: calc(90%);
        }
    }
}
@media (min-width:1000px) and (max-width:1200px){
    .wrapper .item{
        min-width: calc(100%/3);
        .bg-img img{
            width: calc(90%);
        }
    }

}
@media (min-width:768px) and (max-width:1000px){
    .wrapper .item{
        min-width: calc(100%/2);
        .bg-img img{
            width: calc(90%);
        }
    }

}
@media (max-width:768px){
    .wrapper .item{
        min-width: calc(90%);
        .bg-img img{
            width: calc(90%);
        }
    }

}
.bottom-left{
    top: 210px;
}
@media (max-width:767px){
    .carousel-caption{
        h1{
            font-size: 40px;
        }

    }
}
@media (max-width:1200px) and (min-width:768px){
    .carousel-caption{
        h1{
            font-size: 50px;
        }

    }
}
@media (min-width:1200px){
    .carousel-caption{
        h1{
            font-size: 75px;
        }

    }
}
.container-fluid .rows .popup-image{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}
.container-fluid .rows .popup-image img video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px;
    width: 550px;
}

.container-fluid .rows .popup-image img video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px;
    width: 550px;
}
@media (min-width:1024px){
    .popup-image .popup-container .card img{
        width:calc(54vw); 
        height:calc(47vh);
    }}
.blur {
    filter: blur(5px); /* Adjust the blur value as needed */
}


.container-fluid .rows .popup-image {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    overflow: auto; /* Allow scrolling if the content overflows */
}

.container-fluid .rows .popup-image .popup-container {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100vw; /* Adjust the maximum width as needed */
}

.container-fluid .rows .popup-image img video {
    width: auto;
    max-width: 100%; /* Make sure images take up 100% of the container width */
    height: auto;
    max-height: 100vh; /* Limit the maximum height to the viewport height */
    display: block;
    margin: 0 auto; /* Center the image horizontally */
    border: 0;
}

@media (max-width: 768px) {
    .carousel-item img {
        min-height: 300px; /* Adjust the value based on your preference */
    }
}
/* css for office.php start   */
.banner img{
    width: 100%;
    object-fit: cover;
    height: 84vh;
    padding-top: 65px;
}
@media (min-width:426px){
    .banner img{
        padding-left: 90px;
        padding-right: 90px;
    }
}
@media (max-width:426px){
    .banner img{
        padding-left: 30px;
        padding-right: 30px;
    }
}

.banner-caption h1{
    margin-top: -104px;
    margin-left: 199px;
    border: 1px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}
.banner-caption p{
    margin-top: -18px;
    margin-left: 160px;
    /* font-size: 50px; */
    font-weight: 400;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: left;
    color: #9A9999;
}
.left-arr{
    width: 24px;
    font-size: 60px;
    margin-left: 102px;
    margin-top: -106px;
    color: #FFFFFF;
}
@media (max-width:769px){
    .banner-caption h1{
        font-size: 20px;
        margin-left: calc(20% + 20px);
        width:60vw;
    }
    .banner-caption p{
        font-size: 15px;
        line-height: 40px;
        margin-left: calc(20% - 9px);
    }
    .left-arr{
        margin-left: calc(20% - 30px);
        margin-top: -70px;
        font-size: 40px;
    }
}
@media (max-width:1441px){
    #columns .card, img,video{
        height: 290px;
    }
    #columns .card img{
        object-fit: cover;
    }
}

@media (min-width:1441px){
    #columns .card, img,video{
        height: 435px;
        
    }
    #columns .card img{
        object-fit: cover;
    }
}

.scroll-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* justify-content: flex-end; */
    pointer-events: none; 
    z-index: 1000; 
}

.arrow {
    font-size: 50px;
    cursor: pointer;
    pointer-events: auto; 
    color: #333; /* Arrow color */
    background-color: #fff; /* Arrow background color */
    border: 1px solid #333; /* Arrow border color */
    padding: 5px; /* Padding around the arrow */
    border-radius: 5px; /* Border radius for rounded corners */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition */
}

.left {
    margin-right: 10px;
}

.right {
    margin-left: 10px;
}

@media only screen and (max-width: 600px) {
    .arrow {
        font-size: 30px; /* Adjust the size for small devices */
    }
}
@media (max-width:426px){
    #carousel{
        margin-left: 16px;
        margin-right: 16px;
    }
}
@media (min-width:426px){
    #carousel{
        margin-left: 76px;
        margin-right: 76px;
    }
}
.container-imgs{
    padding-bottom: 35px;
}


