#heroCarousel .carousel-item {
    width: 100%;
}
div#heroCarousel {
    width: 100%;
}
.ct_slider_bg {
   
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.ct_slider_1_bg{
    background: url(../../assets/img/img_2/banner_1.jpg);
}
.ct_slider_2_bg{
    background: url(../../assets/img/img_2/slide_bg_2.jpg);
}
.ct_slider_3_bg{
    background: url(../../assets/img/img_2/slide_bg_3.jpg);
}
.ct_slider_4_bg{
    background: url(../../assets/img/img_2/slide_bg_4.jpg);
}
.ct_slider_bg {
    display: flex !important;
}
.ct_slider_bg:before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: #000;
    opacity: 0.8;
  }
  .ct_about_inner_box {
    position: relative;
    max-width: 500px;
    height: 500px;
    margin: 30px auto;
    animation: move 2s linear infinite;
    margin-top: 46px;
}
@keyframes move{
    0%,50%,100%{
        transform: translateY(0px);
    }
    25%,50%{
        transform: translateY(-15px);
    }
}
.ct_about_inner_box img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.why-us .video-box img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    border-radius: 100%;
}
.ct_about_inner_box:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -30px;
    background-color: rgba(155, 114, 50, 0.15);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: -1;
}

.carousel-control-prev {
    left: 30px;
}
.carousel-control-next {
    right: 30px;
}

.count-area {
    background-image: url('../../assets/img/img_2/Rectangle 40.png');
    padding-block: 60px;
    position: relative;
    background-position: center;
    width: 100%;
    background-size: cover;
}

.ct_btn_bg {
    background-color: #bd944c !important;
    border-color: #bd944c !important;
    color: #fff !important;
}

.ct_btn_bg i{
    color: #fff !important;
}
.ct_btn_bg:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #333 !important;
}
.ct_btn_bg:hover i{
    color: #333 !important;
}
/* .count-area:before{
    content: '';
    position: absolute;
    inset: 0px;
    background-color: rgba(155, 114, 50, 0.30);

} */
.count-area-content:hover img {
    filter: brightness(35);
}

#header.header-scrolled a {
    color: #fff !important;
}
#header.header-scrolled a.active,#header.header-scrolled a.active{
        color: #bd944c !important;
}


@media screen and (max-width:575px) {
    .ct_about_inner_box:before{
        display: none;
    }
}