.social-media-icon_box img{
    display: inline-block;
    margin-right: 5px;
    margin-top: 0px;
    max-width: 100%;
    transition: transform 0.5s ease-in-out;
    width: 22px !important;
    height: 26px !important;
    filter: drop-shadow(0.1px 0.1px 0.2px black);
}
.social-media-icon_box img:hover{
    transform: scale(1.1);
}
.social-media-icon_box{
    text-align: right;  
}
.about-icon_box img{
    max-width: 117px;
    margin: 10px 11px;
    background: #4d464d;
    padding: 23px;
    border-radius: 20px;
   filter: drop-shadow(2px 4px 6px black);
}
 .btm-img{
    border-radius: 17px;
    padding: 0px 5px;
}
.ct-u-paddingBottom50.brand-slider .slick-list{
    height: 79px;
}
.front-image_item img {
    max-width: 289px;
    width: 100%;
    border-radius: 10px;
    border: 3px solid #42424240;
}
.front-image_item {
    margin-top: 35px;
    margin-left: 10px;
}
.front-image_item h4 {
    font-size: 21px;
    margin-top: 15px;
    text-align: center;
    font-weight: 600;
}
.our-section_box {
    padding-left: 10px;
    padding-right:10px;
    margin-bottom: 56px;
}
.our-section_box img{
    border-radius: 20px;
    max-height: 460px;
    max-width: 100%;
    width: 100%;
}

body::-webkit-scrollbar{
    width:10px;
}
body::-webkit-track{
    background: #000;
}
body::-webkit-scrollbar--thumb{
    background:green;
}
body::-webkit-scrollbar-thumb:hover{
    background: #fff;
}