* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif !important;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey; */
    border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #44851f;
    border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(125, 2, 2);
}

.main_Section {
    position: relative;
}

.main_video {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    top: -14%;
    width: 100%;
    height: 130%;
}

.screen_logo_img {
    position: absolute;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    min-height: 100%;
    max-width: 100%;
    width: 38%;
    height: auto;
}

.header_main {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}

.header_main a {
    font-size: 24px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
}

.screen_btns_main {
    position: absolute;
    left: 3%;
    bottom: -99vh;
    z-index: 99;
    padding: 15px;
    z-index: 1;

}


.screen_btns_inner {
    margin-bottom: 20px;
}

.screen_btns_inner:last-child {
    margin-bottom: 0px;
}

.screen_btns_inner a img {
    max-width: 25px;
}

.screen_btns_main a {
    text-decoration: none;
    font-size: 16px;
    font-size: 500;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    transition: 0.3s all ease-in-out;

}

.screen_btns_main a span {
    font-size: 14px;
    font-size: 600;
    color: #000;
    margin-left: 10px;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    /* margin-left: -60px; */
}

.screen_btns_main a:hover span {
    display: block;
    opacity: 1;
    margin-left: 10px;
}


#audio-control {
    /* cursor: pointer;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    display: inline-block; */
    position: absolute;
    right: 15px;
    top: 5px;
}

.mute {
    position: absolute;
    right: 20px;
    top: 15px;
    height: 50px;
    width: 50px;
    background-size: cover;
    border: none;
    background-color: transparent;
}

.btn:focus {
    box-shadow: none !important;
    border: none;
    background-color: transparent;
    outline: none;
    border: none;
    outline: none;
}

#audio-control {
    /* cursor:pointer;
    padding: 10px 20px;
    background:#000;
    color: #fff;
    border-radius: 4px;
    display: inline-block; */
    border: none;
    outline: none;
}

.unmute {
    background-image: url('../img/mute.png') !important;
    position: absolute;
    right: 20px;
    top: 15px;
    height: 50px;
    width: 50px;
    background-size: cover;
    border: none;
    background-color: transparent;
    border: none;
    outline: none;
}

#muted_img {
    right: 20px;
    top: 15px;
    height: 50px;
    width: 50px;
    background-size: cover;
    border: none;
    background-color: transparent;
    border: none;
    outline: none;
}

.mute {
    background-image: url('../img/unmute.png');
    position: absolute;
    right: 20px;
    top: 15px;
    height: 50px;
    width: 50px;
    background-size: cover;
    border: none;
    background-color: transparent;
    border: none;
    outline: none;
}









.other_pages_header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
}

.other_pages_header img {
    max-width: 30px;
}

.video_small_box {
    /* margin-bottom: 30px; */
    background-color: #fff;
}

.bg_one {
    background-color: #e16dac;
}

.bg_two {
    background-color: #f2d309;
}

.bg_three {
    background-color: #3e8dd8;
}

.bg_four {
    background-color: #e16dac;
}

.bg_five {
    background-color: #f2d309;
}

.bg_six {
    background-color: #44851f;
}

.bg_seven {
    background-color: #3d40c3;
}



.video_small_box h2 {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
    padding: 5px 0;
}

.img_col_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_col_center img {
    width: 45%;
}

header {
    padding: 10px;
}

header a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

@media screen and (max-width: 991px) {
    .img_col_center {
        margin-bottom: 30px;
    }
}











#page {
    display: none;
}

#loading {
    display: block;
    background-color: #fff;
    background-color: #fcfcff;
    height: 100vh;
    position: relative;
    z-index: 999;
    overflow: hidden;
}

#loading img {
    width: 100%;
    margin: auto;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    justify-content: center;
    transform: translate(-50%, -50%);
    z-index: 999;

}

.other_pages_section {
    position: relative;
    height: 100vh;
}

.other_pages_section .screen_btns_main {
    bottom: 0 !important;
}

.other_pages_section .screen_logo_img {
    width: 40%;
    min-height: 95%;
    margin: auto 0;
    left: -4%;

}

.grid_container_main {
    /* width: 60%; */
    width: 52%;
    height: 100vh;
    margin: 0px 0 0 auto;
    margin-right: 10px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 11;
    padding-top: 30px;
    padding-bottom: 30px;
}

.grid_container_main button {
    border: none;
}

.grid-container {
    display: grid;
    row-gap: 5px;
    column-gap: 10px;
    grid-template-columns: auto auto auto auto auto;
    height: 90vh;
    overflow-y: scroll;
}

.grid-item {
    text-align: center;
}

.video_small_box img {
    min-height: 140px;
    min-width: 140px;
    height: auto;
    width: 130px;
    width: 100%;
}

.video_small_box {
    transition: 0.3s all ease-in-out;
}

.video_small_box:hover {
    transform: scale(1.5);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.audio_files {
    position: absolute;
    top: 20%;
    left: 23%;
    z-index: 1;
}


.about_content {
    position: absolute;
    top: 27%;
    left: 30%;
    z-index: 1;

}

.about_content p {
    width: 25%;
    font-size: 13px;
    font-weight: 400;
}
.about_content img{
    max-width: 60%;
}

.video_zoom {
    position: relative;
    top: -14%;
    width: 100%;
    height: 130%;
}



#exampleModal_six .modal-content {
    width: 80%;
    margin: auto;
}

#exampleModal_thrteen .modal-content {
    width: 70%;
    margin: auto;
}

#exampleModal_rig_diwali .modal-content {
    width: 55%;
    margin: auto;
}

#exampleModal_LOMBARD .modal-content {
    width: 100%;
    margin: auto;
}

#exampleModal_Maruti .modal-content {
    width: 80%;
    margin: auto;
}

#exampleModal_Newspaper .modal-content {
    width: 40%;
    margin: auto;
}

#exampleModal_Safalta .modal-content {
    width: 40%;
    margin: auto;
}

#exampleModal_Calender .modal-content {
    width: 80%;
    margin: auto;
}

/* .modal{
    background-color: #f2d3095c;
} */

@media only screen and (min-width: 2560px) {
    .other_pages_section .screen_logo_img {
        width: 35%;
        min-height: 85%;
    }

    .about_content {
        top: 27%;
        left: 27%;
    }

    .about_content p {
        width: 25%;
    }
}

@media only screen and (max-width: 2560px) {
    .video_small_box img {
        height: 185px;
    }

    .about_content {
        top: 27%;
        left: 27%;
    }

    .about_content p {
        width: 25%;
    }
}

@media only screen and (max-width: 2000px) {
    .about_content {
        /* top: 20%; */
        left: 25%;
    }

    .other_pages_section .screen_logo_img {
        min-height: 70%;
    }
}

@media only screen and (max-width: 1800px) {
    .video_small_box img {
        height: 140px;
        width: 100%;
    }

    .other_pages_section .screen_logo_img {
        width: 38%;
        min-height: 80%;
    }

}

@media only screen and (max-width: 1440px) {
    .video_small_box img {
        height: 120px;
        min-height: auto;
    }

    .other_pages_section .screen_logo_img {
        width: 45%;
        /* min-height: 90%; */
        min-height: auto;
    }

    .grid_container_main {
        width: 42%;
    }

    .about_content {
        top: 20%;
        left: 33%;
    }

    .about_content p {
        width: 30%;
    }
}

@media only screen and (max-width: 1200px) {
    .video_small_box img {
        height: 75px;
    }

    .other_pages_section .screen_logo_img {
        width: 45%;
        /* min-height: 100%; */
    }
    .about_content img {
        max-width: 49%;
    }
}

@media only screen and (max-width: 1199px) {
    .grid-container {

        grid-template-columns: auto auto auto auto;
    }

    .video_small_box img {
        height: auto;
        min-height: 92px;
        min-width: auto;
    }

    .other_pages_section .screen_logo_img {
        width: 45%;
        /* min-height: 90%; */
    }
}

@media only screen and (max-width: 1024px) {
    .video_small_box h2 {
        font-size: 10px;
    }

    .about_content p {
        font-size: 9px;
    }
}


@media only screen and (max-width: 991px) {
    .video_small_box h2 {
        font-size: 9px;
        margin: 0;
    }
}











/* ======contact us page======= */
.contact_page_content {
    width: 100%;
    height: 100vh;
    margin: 0px 0 0 auto;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* z-index: 11; */
}

.contact_img {
    max-width: 70px;
    margin: 20px;
}

.contact_page_content_inner {
    display: flex;
    align-items: center;
    position: relative;

}

.contact_img_one {
    margin-top: 50px;

}

.contact_img_two {
    margin-top: 70px;
}

.contact_page_content_details {
    text-align: center;
}

.contact_page_content_details p {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.contact_page_content_details a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;

}


.team_page_section {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.team_img img {
    position: absolute;
    right: 10%;
    top: 0%;
    bottom: 0;
    height: 98vh;
    margin: auto;
}

.team_img img {
    max-width: 100%;
}


/* ==============Brands page=========== */
.brands_grid_main .grid-item {
    width: 140px;
    height: 120px;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands_grid_main .grid_container_main {
    width: 56%;
    height: 100vh;
    margin: 0px 0 0 auto;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 11;
}

.brands_grid_main .grid-container {
    display: grid;
    row-gap: 5px;
    column-gap: 10px;
    grid-template-columns: auto auto auto auto auto auto;
}

.brands_grid_main .grid-item img {
    width: 110px;
    max-height: 110px;
}



@media only screen and (max-width: 2560px) {
    .brands_grid_main .grid-item {
        width: 100%;
        height: 100%;
    }

    .brands_grid_main .grid-item img {
        width: 250px;
        max-height: 250px;
    }

    .brands_grid_main .grid-container {
        row-gap: 50px;
    }
}


@media only screen and (max-width: 1920px) {
    .brands_grid_main .grid-item {
        width: 120px;
        height: 110px;
    }

    .brands_grid_main .grid-item img {
        width: 200px;
        max-height: 200px;
    }

    .brands_grid_main .grid-container {
        row-gap: 20px;
    }
    .about_content{
        top: 14%;
    }
}

@media only screen and (max-width: 1440px) {
    .brands_grid_main .grid-item {
        width: 100px;
        height: 130px;
    }

    .brands_grid_main .grid-item img {
        width: 200px;
        max-height: 200px;
    }

    .brands_grid_main .grid-container {
        row-gap: 20px;
        column-gap: 20px;
        grid-template-columns: auto auto auto auto auto;

    }

    .grid-container {
        grid-template-columns: auto auto auto auto;
    }

    .screen_logo_img {
        width: 50%;
    }
}

@media only screen and (max-width: 1200px) {
    .brands_grid_main .grid-container {
        grid-template-columns: auto auto auto auto;
    }
}

@media only screen and (max-width: 1024px) {
    .brands_grid_main .grid-item {
        width: 90px;
        height: 100px;
    }

    .brands_grid_main .grid-item img {
        width: 200px;
        max-height: 200px;
    }

    .brands_grid_main .grid-container {
        row-gap: 20px;
        column-gap: 10px;
        grid-template-columns: auto auto auto auto;

    }

    .screen_logo_img {
        width: 60%;
    }
}

@media only screen and (max-width: 991px) {
    .brands_grid_main .grid-item {
        width: 70px;
        height: 70px;
    }

    .brands_grid_main .grid-item img {
        width: 200px;
        max-height: 200px;
    }

    .brands_grid_main .grid-container {
        row-gap: 30px;
        column-gap: 10px;
    }

    .screen_logo_img {
        width: 55%;
    }
}



@media only screen and (max-width: 992px) {
    .grid-container {
        grid-template-columns: auto auto auto auto;
        height: 90vh;
        overflow-y: scroll;
    }

    .grid_container_main {
        display: block;
        padding-top: 30px;
    }

    .video_small_box img {
        min-height: 87px;
        /* min-width: 110px; */
    }
}




@media only screen and (max-width: 990px) {
    .grid-container {
        grid-template-columns: auto auto;
    }

    .other_pages_section .screen_logo_img {
        width: 41%;
    }

    .grid_container_main {
        width: 45%;
    }

    .video_small_box img {
        min-height: 200px;
    }

    .about_content {
        left: 30%;
        top: 16%;
    }

    .about_content p {
        width: 30%;
    }

    .brands_grid_main .screen_logo_img {
        width: 45%;
    }
}

@media only screen and (max-width: 768px) {


    .other_pages_section .screen_logo_img {
        width: 45%;
    }

    .video_small_box img {
        min-height: 150px;
        min-width: 150px;
    }

    .screen_logo_img {
        width: 70%;
    }

    .brands_grid_main .screen_logo_img {
        width: 50%;
    }

    .brands_grid_main .grid-container {
        grid-template-columns: auto auto auto;
    }
}

@media only screen and (max-width: 600px) {
    .screen_logo_img {
        width: 80%;
    }
}


@media only screen and (max-width: 766px) {


    .other_pages_section .screen_logo_img {
        width: 30%;
        min-width: auto !important;
        /* min-height: 34%; */
        margin-left: 15%;
        margin-top: 5%;
    }

    .about_content {
        top: 40%;
        left: 13%;
    }

    .about_content p {
        width: 42%;
    }

    .video_small_box img {
        min-height: 80px;
        height: 80px;
        min-width: 80px;
        width: 120px;
        /* width: 100%; */
    }

    .brands_grid_main .screen_logo_img {
        width: 45%;
        margin: auto;
        margin-left: 5%;

    }
}

@media only screen and (max-width: 766px) {
    .team_img img {
        height: auto;
        right: 0;
        top: 14%;
    }
}

@media only screen and (max-width: 600px) {
    .other_pages_section .screen_logo_img {
        /* margin-top: 14%; */
        width: 40%;
    }

    .about_content {
        top: 52%;
    }
}


/* .screen_logo_img {
    min-width: 48vw !important;
    width: 48vw !important;
    height: auto !important;
    min-height: auto !important;
} */






























/* ==================================== */
/* =============for mobile============= */
/* ==================================== */
.index_page_mobile {
    display: none;
}


@media only screen and (max-width: 500px) {

    body {
        overflow-x: hidden;
        overflow-y: scroll;
        background-color: #ffffff !important;
        /* min-height: 5000px; */
    }

    .main_Section,
    .other_pages_section {
        display: none !important;
    }

    .index_page_mobile {
        display: block;
    }
}


.header {
    background-color: #f2d309;
}

.navbar-brand img {
    max-width: 20px;
}

.navbar-brand h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}


.mobile_hero {
    background-color: #ffffff;
    padding: 20px 0;
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    margin-top: 44px;

}

.mobile_hero h2 {
    position: absolute;
    top: 20px;
    left: 23px;
    font-size: 16px;
}

.mobile_para_main {
    position: relative;
    display: flex;
    align-items: center;

}

/* .mobile_para_main img{
    max-width: 30px;
} */
.para_img_one {
    position: absolute;
    top: 0;
    left: 15px;

}

.para_img_two {
    position: absolute;
    bottom: -5px;
    right: 15px;

}

.mob_para {
    /* position: absolute;
    bottom: 0vh;
    right: 10px; */
    width: 90%;
    margin: auto;
    padding: 15px;
    margin-right: 0;
    font-size: 12px;
    line-height: 18px;
    color: #468423;
    margin-left: 30px;
    text-align: center;
}

.mob_para::before {
    background-image: url(../img/contact-img-1.png);
}

.mobile_hero img {
    max-width: 70%;
}

/* work section */
.works_section {
    margin-top: 30px;
}

.works_section h1 {
    font-size: 46px;
    font-weight: 500;
    color: #f2d309;
    font-family: 'Work Sans', sans-serif !important;
}














.layer {
    position: relative;
    z-index: 1;
}

.translate {
    transform: translate3D(0, 0, -1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.--animate {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}








.index_page_mobile {

    background-color: #ffffff;
}

.works_section_mobile {
    position: relative;
    margin-bottom: 100px;

}

#one,
#seven,
#ten,
#five,
#ten_one,
#ten_five,
#ten_six,
#ten_seven,
#ten_eight,
#ten_ten {
    position: relative;
    z-index: 1;
}

.img_one {
    max-width: 120px;
    max-height: 120px;
    width: 120px;
    height: 120px;

}

.works_box_mob {
    margin-bottom: 20px;
}

.alternate {
    display: flex;
    align-items: center;
    justify-content: right;
}









.brands_section_mobile {
    margin-top: 50px;
}

.brands_section_mobile img {
    max-width: 70px;
    max-height: 70px;
}

.img_brand_box {
    display: flex;
    align-items: center;
    /* background-color: #3d40c3; */
    justify-content: center;
    margin-bottom: 10px;
}


.team_section_mobile {
    margin-top: 50px;
}

.contact_section_mobile {
    margin-top: 30px;
    margin-bottom: 40px;
}

.contact_section_mobile .contact_img {
    margin: 0;
    max-width: 40px;
}

.flex_box {
    display: flex;
}

/* #mob_page{
    display: none;
}
#overlay {
     position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    background-color: #fff;
}
#overlay img{
    width: 100%;
    margin: auto;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    justify-content: center;
    transform: translate(-50%, -50%);
} */

@media only screen and (max-width: 415px) {
    .img_one {
        max-width: 130px;
        max-height: 130px;
        width: 130px;
        height: 130px;
    }
}

@media only screen and (max-width: 400px) {
    .img_one {
        max-width: 120px;
        max-height: 120px;
        width: 120px;
        height: 120px;
    }
}

@media only screen and (max-width: 376px) {
    .img_one {
        max-width: 115px;
        max-height: 115px;
        width: 115px;
        height: 115px;
    }
}


@media only screen and (max-width: 320px) {
    .img_one {
        max-width: 94px;
        max-height: 94px;
        width: 94px;
        height: 94px;
    }
}


.mob_models .modal-content {
    width: 100% !important;
}

.works_section_mobile button {
    border: none;
}

.mob_models .modal-body {
    padding: 5px;
}




nav {
    background-color: #f2d309;
    height: auto;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    /* text-align: center; */
}

.navbar {
    position: fixed !important;
    z-index: 99;
}

.nav-up {
    top: -252px;
}


.scroll {
    overflow: hidden;
    /* Hide scrollbars */
}


.carousel-control-next,
.carousel-control-prev {
    height: 50%;
    top: 50% !important;
    transform: translate(0, -50%);
}















#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}

.cnt223 a {
    text-decoration: none;
}

.popup-onload {
    width: 100%;
    /* margin: 0 auto; */
    display: none;
    position: fixed;
    z-index: 101;
    height: 100vh;
}

.cnt223 {
    width: 100%;
    height: 110vh;
    position: fixed;
    background: #fcfcf8;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 103;
    margin-top: -44px;

}