﻿  * {
            box-sizing: border-box;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        }



        /* ============================================================
banner video css
============================================================ */

        .homepage-container .we-live .full-screen-video video {
            position: unset!important;
            margin: inherit!important;
            width: 100%!important;
            min-width: unset!important;
            min-height: inherit!important;
            height: unset!important;
        }

        .homepage-container .we-live .full-screen-video {
            min-height: auto!important;
            height: 56.25vw!important;
            max-height: calc(100vh - 138px - 10vh)!important;
        }
        /*.video-overlay {
    position: absolute;
    z-index: 50;
    color: #fff;
    text-align: center;
    display: inline;
    width: 100%;
    height: 100%;
    display: table;
}*/

        .full-screen-video {
            width: 100%;
            height: auto;
            /*height: 100vh;*/
            overflow: hidden;
        }

        .media-container {
            position: relative;
        }

        video {
            width: 100%!important;
            height: auto!important;
        }

        audio, canvas, progress, video {
            display: inline-block;
            vertical-align: baseline;
        }



.search-box {
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translate(-5%, -50%);
    background: #fff;
    height: 32px;
    border-radius: 50px;
    padding: 1px;
}
.search-box .search-btn,
.search-btn {
    background: #f1f1f1;
}
.search-box .search-txt {
    width: 300px;
    padding: 0 6px;
}
.search-btn {
    color: #76af35;
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-txt {
    border: none;
    outline: 0;
    background: 0 0;
    float: left;
    padding: 0;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    width: 0;
    transition: width 0.4s;
}



.sider-bar .single li a {
    color:#838383;
    font-family: 'Kumbh Sans', sans-serif;
}

@media (max-width: 767px) {
    .search-box {
        position: absolute;
        top: 70%;
        right: 28%;
        transform: translate(-5%, -50%);
        background: #e7e7e7;
        height: 32px;
        border-radius: 50px;
        padding: 1px;
    }
    .search-box .search-txt {
    width: 200px;
    padding: 0 6px;
}
.xzoom-thumbs a:first-child {
 border: 1px solid #cecece;
 margin:10px 0 !important;
 
}
.xzoom-thumbs a:nth-child(2), .xzoom-thumbs a:nth-child(3){
 border: 1px solid #cecece;
 margin: 10px 0 !important;

}
.xzoom-thumbs a:last-child {
 border: 1px solid #cecece;
  margin: 10px 0 !important;
 
}
}
@media (max-width: 400px) {
    .search-box {
        right: 13%;
    }
}
@media (max-width: 500px) and (min-width: 401px){
    .search-box {
        right: 20%;
    }
}
