:root {
--accent: #fe5b2c !important;
--primary: #18333b !important;
--secondary: #67797e !important;
--primary-font: Unna, sans-serif;
--secondary-font: Roboto, sans-serif;
}

@import url(&#039;https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;display=swap&#039;);


:root {
--secondary2-font:&#039;Poppins&#039;, sans-serif;
}
.secondary_color{
color: #525080;
}
body,
p{
      font-family: var(--secondary2-font);
}

.cs_section_heading.cs_style_1 p span {
    color: #ff5a3d;
    font-weight: 500;
}


.cs_section_heading.cs_style_1 p strong {
    color: #374151;
    font-weight: 700;
}

.font-family{
      font-family: var(--secondary2-font);
}
.cs_google_map_2 iframe{
border-radius: 0;
}

.banner_first .backgroundImage{
max-height: 900px;
height: 900px;
}
.eventSchedule .container .row{
    --bs-gutter-x: 0;
}
.eventSchedule.cs_dark_section h2{
    color: #525080;
          font-family: var(--secondary2-font);
    margin: 10px 0;
}
.eventSchedule .cs_image_box {
  max-height: 30rem;
  }
.eventSchedule .cs_image_box .cs_image_box_info { 
   height: 172px;
   }
.eventSchedule .cs_image_box .cs_image_box_info .cs_image_box_subtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    padding: 0 10px;
    }
.eventSchedule .cs_image_box .cs_image_box_img img{
   height: 100%;
   width: 100%;
   object-fit: cover;
}

.eventSchedule .cs_image_box .cs_image_box_img {
      height: 172px;
}
.cs_site_header.cs_style_1.header_8 .cs_main_header_in{
    display: block;
    padding: 4px 0;
    height: auto;
}
.cs_site_header.cs_style_1.header_8  .cs_main_header_left {
      justify-content: center;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 0px 0;
}
#about-1745055748456{
padding-bottom: 2.5rem !important;
}
.header_8 .cs_main_header .cs_main_header_in .cs_main_header_left .cs_site_branding img{
height: 6rem;
}

.hero_section_5 .cs_section_subtitle {
    transform: rotate(-25deg);
}

.cs_hero.cs_style_4 .cs_hero_title span{
    background: linear-gradient(90deg, #ff2d55 0%, #ff7a3d 50%, #ffb347 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

#service-1745207473908 .cs_section_heading.cs_style_1 .cs_section_title {
font-family: var(--secondary-font);
  color: #40457c;
  font-weight: 300;
}

.services_card .cs_card.cs_style_4{
 background: #ddd;
 border-radius: 10px;
 padding: 10px 15px;
    margin-top: 7.5rem;
    height: 40rem;
 }
 
 .services_card .cs_card.cs_style_4 .image{
  display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -8rem;
    }
.services_card .cs_card.cs_style_4 .cs_card_img{
    border-radius: 50%;
    max-width: 300px;
    max-height: 300px;
}

.cs_card.cs_style_4 .cs_card_img img{
height: 300px;
    object-fit: cover;
}
.services_container .services_card .cs_card.cs_style_4 .cs_card_title
{
    background: linear-gradient(90deg, #ff2f2f, #ff8243);
    -webkit-background-clip: text;
    -webkit-text-fill-color:  transparent;
    font-family: sans-serif;
    font-size: 23px;
    font-weight: 700;
}

.cs_btn.cs_style_1.cs_type_1.explore_btn {
    position: relative;
    background: #40457c2e;
    padding: 4px 20px;
    margin-top: 10px;
    margin-left: 24px;
    }
    .cs_btn.cs_style_1.cs_type_1.explore_btn .icon {
    color: var(--accent);
    transition: all 0.3s ease;
}

/* Hover animation */
.cs_btn.cs_style_1.cs_type_1.explore_btn:hover .icon {
    animation: cameraShake 0.5s ease-in-out;
}

@keyframes cameraShake {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
.cs_btn.cs_style_1.cs_type_1.explore_btn span{
width: 100%;
}
 .cs_counter_1_wrap .cs_counter.cs_style_1:not(:nth-child(4n+0))::before{
    content: none;
 }
 
 .footer_bg_color{
     background-color:rgb(123 5 15);
 }
 .cs_bottom_footer.footer_icons{
 padding: 0;
 }
  .footer_icons .cs_social_btns.cs_style_1{
  gap: 35px;
  }
 
 .footer_icons .cs_social_btns.cs_style_1 a{
     font-size: 2.7rem;
    color: #fff;
    width: auto;
    border: none; }
        .header_top{
            display: flex;
    align-items: center;
    justify-content: center;
    }
    .header_top .logo_top{
      width: 150px;
    }
    
     .header_top .logo_top img{
     width: 100%;
     height: 100%;
     }
 .cs_nav .cs_nav_list &gt; li &gt; a{
       font-size: 2rem;
       }
.cs_nav .cs_nav_list{
     gap: 2rem;
     align-items: center;
     }
.cs_footer_main {
    padding: 0px 0 25px;
    }
.footer_image{
     width: 300px;
     }
.footer_image img{
     width: 100%;
     height: 100%;
     }
  .footer_logo{
     position: relative;
     }
     
  .footer_logo img{
      width: 150px;
  } 
 .footer_logo span{
     position: absolute;
    bottom: -15px;
    left: 4%;
    font-size: 12px;
    color: #fff;
     }
 .cs_menu_widget li:not(:last-child) {
    margin-bottom: 4px;
}
 .breadcrumb_custom{
    position: relative;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
     }
.breadcrumb_custom .cs_about_thumb_1{
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
     }
     
 .cs_fullscreen_footer.footer_section_two{
     position: inherit;
    background: #8d1b1b;
     padding: 50px 40px;
    text-align: center;
     }
 .cs_cta_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}
.cs_cta_top .footer_logo {
width: 200px;
}

.cs_cta_top .footer_logo span{
    width: 100%;
    transform: translateX(-50%);
    bottom: -12px;
    }
.cs_whatsapp {
    width: 54px;
    height: 54px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 0 4px 12px   rgba(0,0,0,.25);
    transition: .3s;
}

.cs_whatsapp:hover {
    transform: scale(1.08);
}
.cs_fullscreen_footer .cs_cta_btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#fff;
    color:#f04b37;
    padding:14px 34px;
    border-radius:50px;
    font-weight:700;
    text-decoration:none;
}
.cs_cta_tags {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    margin: 40px 0;
    padding: 0;
}

.cs_cta_tags li {
    margin: 0;
    padding: 0;
}

.cs_cta_tags li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cs_cta_tags li a:hover {
    background: #fff;
    color: #8d1b1b;
    border-color: #fff;
    transform: translateY(-2px);
}
.footer_section_two .cs_cta_center{
    font-size: 50px;
    color: #d5caca;
}
.gradient{
background: linear-gradient(90deg, #ff3131, #ff914d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        font-family: var(--secondary2-font);
}
.title{
  font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 12px;
    background: linear-gradient(90deg, #ff3131, #ff914d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        font-family: var(--secondary2-font);
    }
  .heading_title{
      font-size: 60px;
    font-family: sans-serif;
    font-weight: 700;

}
  .worldwidePresence .title{
      font-size: 50px;
    font-family: system-ui;
    font-weight: 500;
  }  
  .cameraImage{
  position: absolute;
     bottom: -14%; 
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 180px;
      background: #fff;
    border-radius: 50%;
    animation: rotateCamera 1s linear infinite;
  }
  
@keyframes rotateCamera {
    from {
        transform: translateX(-50%) rotate(0deg);
    }

    to {
        transform: translateX(-50%) rotate(360deg);
    }
}
  .cs_hero.cs_style_4{
  margin-top: 8rem;
  }
.cs_banner.cs_style_1 {     height: 100px;}

.cs_btn.cs_style_1.header_btn{
background: #8d1b1b;
padding: 8px 30px;
height: fit-content;
}

.corevalue_card.cs_iconbox.cs_style_1{
    background: #e4e8eb;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
}

.corevalue_card.cs_iconbox.cs_style_1::before{
content: none;
}
.cs_why_choose_us_1 {
    background-color: #f9f3eb;
    }

.cs_why_choose_us_1 .cs_iconbox.cs_style_2 .cs_iconbox_title{
    color: #525080;
       font-family: var(--secondary2-font);
}
.cs_why_choose_us_1 .cs_iconbox.cs_style_2 .icons {
     display: flex;
    align-items: center;
    justify-content: center;
}
.cs_why_choose_us_1 .cs_iconbox.cs_style_2 .icons .cs_iconbox_icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
  
.services_6 .cs_card.cs_style_4 .cs_card_img{
    height: 251px;
    border-radius: 10px;
    margin: 0 50px;
}
.services_6 .cs_card.cs_style_4 .cs_card_img img{
   width: 100%;
   height: 100%;
   }
.services_6 .cs_card.cs_style_4 .cs_card_img::before{
content: none;
}

.services_6 .cs_card.cs_style_4 .cs_card_title{
margin: 0 auto;
    text-align: center;
    width: max-content;
    background: #e2eef9;
    padding: 10px;
    border-radius: 10px;
    margin-top: -13px;
    position: relative;
    z-index: 9;
    }
    
    .services_6 .cs_card.cs_style_4 .cs_card_title a{
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(255, 47, 47), rgb(255, 130, 67)) text;
    }
    
.services_6 .cs_card.cs_style_4 .cs_card_subtitle,
. services_container .services_card .cs_card_subtitle strong{
color : #525080;
}
@media screen and (min-width: 1200px) {
    .cs_nav .cs_nav_list &gt; li &gt; a{
        padding: 6px 0;
        }
    }
@media (max-width: 768px) {
.cs_site_branding{
   width: max-content;
}
.cs_nav .cs_nav_list_wrap{
top: 61px;}
    .cs_cta_top {
        margin-bottom: 30px;
    }
    .cs_fullscreen_footer {
        display: block;
    }
    .heading_title {
    font-size: 35px;
    }
        .cs_video_block.cs_style_1.cs_size_lg {
        height: 250px;
    }
    .cs_cta_logo {
        width: 85px;
    }
        .cs_banner.cs_style_1 {
        padding: 40px 0;
        height: auto;
        }
    .cs_hero.cs_style_4 {
        min-height: auto;
        }

    .cs_cta_icon {
        font-size: 30px;
    }

    .cs_whatsapp {
        width: 46px;
        height: 46px;
        font-size: 24px;
    }
}
.services_2 .cs_auto_per_view_1 .row_service{
   row-gap: 2rem;
}
.services_2  .service_card{
    padding: 10px 45px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    height: 24rem;
}
.services_2  .service_card .bg_image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    }
.services_2  .service_card .bg_image img{
     width: 100%;
    height: 100%;
    }
.services_2  .service_card .cs_card_img {
    margin-top: -4rem;
    border-radius: 10px;
    height: 170px;
}

.services_2  .service_card .cs_card_img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  }
  
  .production_pupport .cs_iconbox.cs_style_1 .cs_iconbox_title,
  .shoot_support .cs_iconbox.cs_style_1 .cs_iconbox_title{
  background: #1c1b1b;
    font-size: 19px;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-family: var(--secondary2-font);
  }
  
  .service_section_4 .production-service-link span {
    font-weight: 700;
    color: #525080;
}

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

.production_setup .bg_image{
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(-30deg);
        z-index: -1;
        height: 100%;
} 

.production_setup .bg_image img{
   height: 100%;
   }
.production_setup .heading{
    display: flex;
    justify-content: space-between;
}

.production_setup .heading .image{
    width: 100px;
}

.production_setup .card_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.production_setup .card_top .icon_title{
    display: flex;
    gap: 10px;
    align-items: center;
}
.production_setup .cs_iconbox {
  padding: 10px 20px;
  }
  .production_setup .cs_iconbox .cs_type_4 {
      margin-top: 0px;
  }
  .production_setup .cs_iconbox .cs_type_4 span{
     border: 1px solid #000;
    padding: 5px 14px;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;

  }
 .production_setup .cs_iconbox    .cs_type_4::before{
    content: none;
    }
  
    .production_setup .cs_iconbox .cs_type_4 i{
        transform: rotate(0deg);
            color: #000;
    }
    .production_setup .cs_iconbox .cs_type_4 span .cs_btn.cs_style_1 i:last-child{
    left: -4px;
    bottom: -15px;
    }
    
  .production_setup .cs_iconbox .cs_type_4.cs_btn.cs_style_1:hover i:last-child{
  transform: translate(30px, -25px) rotate(0deg);
  }
    
.production_setup .card_top .icon_title .cs_iconbox_icon {
    height: 70px;
    width: 70px;
}

.production_setup .card_top .icon_title .cs_iconbox_icon img{
     width: 100%;
     height: 100%;
     }
     
 .why_choose_section_2 .cs_iconbox.cs_style_2 .image{

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px
     }
     
 .why_choose_section_2 .cs_iconbox.cs_style_2 .image .cs_iconbox_icon{
 display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 100px;
    margin-bottom: 0;
        border-radius: 17px;
    overflow: hidden;
 }
 .why_choose_section_2 .cs_iconbox.cs_style_2 .image .cs_iconbox_icon img{
 width: 100%;
 height: 100%;
 }
 .form_container{
     padding: 20px;
    border-radius: 20px;
    box-shadow: rgb(255 114 68 / 52%) 0px 7px 29px 0px;
 }
 
 .form_container .cs_form_field_2{
  border-width: 1px;
 }
 .camera_section .row_camera{
 --bs-gutter-x: 3.5rem;
 }
.camera_section .row_camera .cs_iconbox {
    border-radius: 20px;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    height: 17rem;
 }
.camera_section .row_camera .cs_iconbox .bg_image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
 }
 .camera_section .row_camera .cs_iconbox .bg_image img{
    width: 100%;
    height: 100%;
    }
.camera_section .cs_iconbox .image{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    }
.camera_section .cs_iconbox .image .cs_iconbox_icon{
   width: 200px;
   }
   .camera_section .row_camera .cs_iconbox  .cs_iconbox_title {
   padding: 0 20px;
   }
   
 .Categories_camera .cs_iconbox {
     border: 2px dotted #000;
    padding: 20px;
 }
  .Categories_camera .cs_iconbox  .cs_iconbox_icon {
     background: #405b6b;
    position: relative;
        align-items: center;
      z-index: 1;
  }
.Categories_camera .cs_iconbox .cs_iconbox_icon:before {
    content: &#039;&#039;;
    position: absolute;
    top: 10px;
    right: -5px;
    width: 40px;
    height: 40px;
    background: #405b6b;
    transform: rotate(45deg);
    border-top-left-radius: 16px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius:    16px;
    z-index: -1;
   }
 .Categories_camera .row{
     --bs-gutter-x: 0rem;
 }
   .Categories_camera .cs_iconbox .cs_iconbox_icon span{
       background: #fff;
    color: #405b6b;
    padding: 10px 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    }
  .Categories_camera .cs_iconbox .cs_btn.cs_style_1.cs_type_4::before {
  content: none;
}
 .Categories_camera .cs_iconbox .cs_btn.cs_style_1{
  font-size: 12px;
  }
  .Categories_camera .cs_iconbox .cs_btn.cs_style_1 span{
    display: none;
  }
  
.camera_process_section{
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.timeline_line {
    position: absolute;
    left: 50%;
    top: 45px;
    bottom: 40px;
    width: 2px;
    background: #e8e8e8;
    transform: translateX(-50%);
    z-index: -1;
}

.camera_process_section .timeline_content{
     display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}


.camera_process_section .timeline_center{
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:5;
}

.camera_process_section .timeline_center img{
    width: 80px;
    height:80px;
    object-fit:contain;
    background:#fff;
    border-radius:50%;
}

.camera_process_section .timeline_img{
    width:200px;
    height:100px;
    object-fit:contain;
}


.timeline_content p{
    margin:0;
    color:#555;
    line-height:1.7;
    max-width:270px;
}
.Lighting_Categories .lighting-card .lighting-icon{
   display: flex;
    justify-content: center;
    align-items: center;
      margin-bottom: 1rem;
}
.Lighting_Categories .lighting-card .lighting-icon img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}
.Lighting_Categories .lighting-card  .lighting-body {
        background: #dde4ec;
    border-radius: 6px;
    padding: 15px 20px;
    min-height: 290px;
    text-align: left;
    padding-bottom: 0px;
}

.Lighting_Categories .lighting-card:hover .lighting-body {
      background: #456188;
}
.Lighting_Categories .lighting-card .lighting-body h4 {
    color: #203a5d;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.coreValue3_section .cs_iconbox.cs_style_1 .cs_iconbox_icon{
    width: 75px;
    padding: 0;
}
.Lighting_Categories .lighting-card:hover .lighting-body h4,
.Lighting_Categories .lighting-card:hover .lighting-body ul{
color: #fff;
}
.LightingsPage .cs_iconbox {
    padding: 10px 20px;
    }
.LightingsPage .cs_iconbox.cs_style_1 .cs_iconbox_icon ,
.shoot_support .cs_iconbox.cs_style_1 .cs_iconbox_icon{
    padding: 0;
    }
    .LightingsPage .cs_iconbox .cs_iconbox_icon img,
    .shoot_support .cs_iconbox .cs_iconbox_icon img {
    height: 100%;
}
.LightingsPage .cs_iconbox.cs_style_1 .cs_iconbox_title{
   background: #333;
    padding: 6px 19px;
    text-align: center;
    font-size: 16px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.working_LightingsPage{
    background:#f6f4ef;
    background: url(&#039;http://aapmedia.test/media/media/aU4atC7zlOa7n3kfmMHfmu9FshArZO8yMeMhx7Nr.jpg&#039;);
}
.working_LightingsPage .lighting_reason_section{

    padding-bottom:70px;
    position:relative;
}

.working_LightingsPage .lighting_banner{
    height:530px;
    background-size:cover;
    background-position:center;
}

.working_LightingsPage .lighting_reason_section .reason_card{
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 5px solid #fff;
    border-radius: 20px;
}

.reason_card img{
    width:100%;
    display:block;
}

.working_LightingsPage .reason_item{
    display:flex;
    align-items:flex-start;
    gap:18px;
}

.working_LightingsPage .reason_number{
    min-width:36px;
    font-size:18px;
    font-weight:700;
    color:#5d6a77;
}

.Professional_Sound .feature-item{
    display: flex;
    align-items: center;
    gap: 10px;
    }
    
    .Professional_Sound .feature-item .feature-icon{
      width: 30px;
    height: 30px;
    }
      .Professional_Sound .feature-item .feature-icon img{
      width: 100%;
      height: 100%;
      }
.product_category_gallery .cs_category_1_wrap{
        grid-gap: 0px
}  
.led_screens .cs_card{
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #e6eaee;
    border-radius: 69px 16px 16px 70px;
}
.led_screens .cs_card .cs_card_img{
    height: 8rem;
    border-radius: 50%;
    overflow: hidden;
}
.led_screens .cs_card .cs_card_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} 

.led_screens .cs_category_1,
.banner_audio .cs_category_1{
    height: auto;
    }
  .led_screens .cs_category_1:hover .cs_category_thumb ,
.banner_audio  .cs_category_1:hover .cs_category_thumb{
    transform: scale(1);
}  
  .led_screens .cs_category_1 .cs_category_info,
.banner_audio .cs_category_1 .cs_category_info{
   top: 10%;
    left: unset;
    z-index: 1;
    background: rgb(54, 68, 87);
    padding: 5px 10px;
    width: max-content;
    height: max-content;
    border-radius: 10px;
    right: -1%;
    }
    
.corevalue_card.cs_iconbox.cs_style_1 .cs_iconbox_icon{
    height: 100px;
    width: 100px;
   padding: 0px; 
    margin-bottom: 22px;
}
.cs_footer_grid_4 .cs_footer_item{
    margin-bottom: 0px;
}

.production_gallery.production_gallery_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    width: 100%;
    overflow: hidden;
}

/* Every image */
.production_gallery.production_gallery_1 .production_gallery_item {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    background: #f1f1f1;
}

.production_gallery.production_gallery_1 .production_gallery_item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* 3rd image = full width */
.production_gallery.production_gallery_1 .production_gallery_item:nth-child(3) {
    grid-column: span 2;

}

/* Hover */
.production_gallery.production_gallery_1 .production_gallery_item:hover img {
    transform: scale(1.05);
}

.rentals_page{
    position: relative;
}
.rentals_page .bg_left_img,
.rentals_page .bg_right_img{
     position: absolute;
    width: 150px;
    height: 150px;
}
.rentals_page .bg_left_img{
       transform: rotate(190deg);
}

.rentals_page .bg_right_img{
    right: 0;
    top: -50px;
}
.rentals_page .bg_left_img img,
.rentals_page .bg_right_img img{
   height: 100%;
   width: 100%;
   }
   
 .home_video_section {
    position: relative;
    }


 .home_video_section .video_container{
  height: 600px;
  }
.home_video_section .cs_cta_video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.production_pupport .cs_iconbox.cs_style_1 .cs_iconbox_icon{
     height: 75px;
    width: 100px;
}

.Categories_camera.audio_equipment_Categories .cs_gap_y_40 {
    gap:  0;
    }
.Categories_camera.audio_equipment_Categories .cs_gap_y_40 .cs_iconbox {
    height: 18rem;
}
@media (min-width: 1200px) {
.cs_nav .cs_nav_list  li  a{
        font-size: 21px;
        font-weight: 700;
        font-family: math;
}
}
@media (min-width: 1400px) and (max-width: 1500px) {
    .services_2 .service_card {
        margin: 30px 0 !important;
    }
}

@media(max-width:991px){

.working_LightingsPage   .lighting_banner{
        height:240px;
    }

.working_LightingsPage   .reason_card{
        width:85%;
        margin-top:-35px;
    }

}

@media(max-width:767px){

    .lighting_banner{
        height:180px;
        border-radius:8px;
    }

    .reason_card{
        width:95%;
        margin-top:-25px;
    }

    .reason_item{
        gap:12px;
    }

    .reason_item h5{
        font-size:18px;
    }

    .reason_item p{
        font-size:15px;
    }
    .video_card_2,
    .video_card_4{
        flex-direction: column !important;
    }
    .cs_site_header.cs_style_1.header_8 .cs_main_header_left
 {
  border: none;
}
.eventSchedule .cs_image_box .cs_image_box_img {
    height: auto;
}
.camera_section .row_camera .cs_iconbox{
  height: auto;
  }

}

.cs_bottom_footer{
    padding: 0;
    }
  .cs_bottom_footer .cs_copyright,
  .cs_bottom_footer_right .cs_footer_links li a{
      font-size: 12px;
  }
 @media(max-width: 991px){  .cs_site_header.cs_style_1.header_8 .cs_main_header_left {
    justify-content: space-between;
}
   .cs_nav .cs_nav_list{
     gap: 0;
     }
     .camera_process_section .timeline_center{
     display: none;
     }
     .cs_hero.cs_style_4{
         padding: 285px 0 94px;
             }
     .worldwidePresence .video{
       bottom: 0;
       }
  .worldwidePresence .video  video{
            object-fit: cover;
        }
     }
     
  @media(max-width: 768px){ 
  .cs_footer_grid_item .footer_image{
    display: none;
    }
       .cs_hero.cs_style_4{
       padding: 300px 0 50px;
        margin-top: 5.8rem;
       }
   .banner_first .backgroundImage{
       max-height: max-content;
   }
   .cs_btn.cs_style_1.header_btn{
       width: auto;
   }
 .banner_audio .cs_category_1_wrap,
 .product_category_gallery .cs_category_1_wrap,
.production_gallery.production_gallery_1{
    grid-template-columns: repeat(1, 1fr);
    }
    
.audio_hero .breadcrumb_custom{ 
    height: 400px;
    }
.shoot_hero .breadcrumb_custom{
    height: 380px;
    }
    
    .home_video_section .video_container {
    height: auto;
}
.header_8 .cs_main_header .cs_main_header_in .cs_main_header_left .cs_site_branding img{
    height: 5rem;

}
  }
  
    @media(max-width: 550px){ 
       .cs_hero.cs_style_4{
       padding: 130px 0 50px;}
   .breadcrumb_custom {
    height: 200px;
    }
     .cameraImage{
       width: 80px;
      height: 80px;
    }
  .breadcrumb_custom .cs_fs_80 {
        font-size: 35px;
    }
.breadcrumb_custom .cs_fs_30 {
    font-size: 18px;
    }
  }