/*
Theme name: Sunbeam1.0
Author: Sham Rehal

*/

html {scroll-behavior: smooth;}


.carousel-inner img {width: 100%; height:auto;}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}


		
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;}



.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
	margin-left: auto;
	margin-top:25px;}

.lgx-logo-slider-wp .lgx-logo-wrapper {
    padding: 0px;
}




/* classes for Padding and Margin */

.pad50 {padding:50px;}
header{background:#111; width:100%; height:100px;}
.m-pad {padding:40px;}
.pad20 {padding:20px;}
.pt100 {padding:100px;}
.m-margin {margin:50px;}
.m-top {margin-top:50px;}
.m-row {margin:0px; width:100%;}
.mt-100 {margin-top:100px;}
.bg-footer {background-color:#cccccc!Important}



.bg-vw {
  background-image: url("https://www.sunbeamnetworks.com/wp-content/uploads/2022/09/vw-2.png");
  background-repeat: no-repeat;
  background-size: 100%;}

.bg-proaudio {
  background-image: url("https://www.sunbeamnetworks.com/wp-content/uploads/2024/03/pro-audio-by-sunbeam.gif");
  background-repeat: no-repeat;
  background-size: 100%;}

.bg-cms {
  background-image: url("https://www.sunbeamnetworks.com/wp-content/uploads/2021/04/signage-and-CMS.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.bg-turnkey {
  background-image: url("https://www.sunbeamnetworks.com/wp-content/uploads/2022/02/Turnkey-IT_New.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.bg-cloud {
  background-image: url("https://www.sunbeamnetworks.com/wp-content/uploads/2021/09/cloud_and_web.png");
  background-repeat: no-repeat;
  background-size: 100%;
}


.bg-aboutus {
  background-image: url("https://www.sunbeamnetworks.com/wp-content/uploads/2021/07/about-us.png");
  background-repeat: no-repeat;
  background-size: 100%;
}


.cinema {
  background-image: url("https://www.sunbeamnetworks.com/wp-content/uploads/2021/12/home_cinema.png");
}

/* classes for GO TO TOP */

#myBtn {
  display:none; /* Hidden by default */
  position:fixed; /* Fixed/sticky position */
  bottom: 20%; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #ff9900; /* Add a dark-grey background on hover */
}


/* ---Navbar style------------ */

.screen-darken{
  content: ''; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0,1);
  pointer-events: none;
  z-index:1; opacity:1; 
  visibility:visible;
  position: fixed;
}

.navbar {z-index:10;}
.mynav {z-index:999;}
.wp-block-image img {height: auto}

a {
    color: #495057;   
}

body {line-height:2;}



.col{
    position: relative;
    width: 100%;
    padding-right: 0px; 
    padding-left: 0px;
}