.scrolbox{
  width: 100%;
  height: 500px;
  position: relative;
}

.bgbox{
  width: 100%;
  height: 500px;
  background-color: rgba(0,0,0,0.4);
}

.box1{
  background-image: url('../img/new/sri-sai-residency-hotel/s17.JPG');
    /* background-image: url('../img/home1.jpg'); */
  background-position: center;
  background-size: cover;
}

.box2{
  background-image: url('../img/new/apollo-it-office/it43.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.box3{
  background-image: url('../img/new/gbhel/b4.jpeg');
  /* background-image: url('../img/home3.jpg'); */
  background-position: center;
  background-size: cover;
}



.box4{
  background-image: url('../img/new/call-center-by-shiva/s1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box5{
  background-image: url('../img/2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box6{
  background-image: url('../img/6.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box7{
  background-image: url('../img/3.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}











.messbox{
  width: 600px;
  height: 100px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.mainmess{
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 10px #000;
}

.scr{
  width: 100%;
  /* height: 26vh; */
  /* overflow: hidden;
  flex: none; */
}

.contact{
  /* background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)) */
  background-image: url('../img/gan.jpg');
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
  padding: 0;
}

.servicesbox{
  background-image: url('../img/serv.jpg');
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
  padding: 0;
}
.gallerybox{
  background-image: url('../img/new/apollo-it-office/it21.jpg');
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
  padding: 0;
}

.aboutbox{
  background-image: url('../img/src3.jpg');
  background-position: bottom;
  background-size: cover;
  width: 100%;
  height: 500px;
  padding: 0;
}
.hover-set{
  padding: 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
.hover-set a:hover{
text-decoration: none;
}
.hover-set:hover{
background-color: #f1f1f1;
}
.white-bg1 h3{
margin-top: 20px;
color: #585745;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
}
#photo-gallery {
  list-style: none;
  display: block;
  max-width: 100%;
  height: auto;
  text-align: center;
  /* padding: 0; */
}
#photos img {
  width: 100%;
  float: left;
  display: block;
  height: 200px;
  margin: 5px;
  border-radius: 5px;
}
.apolo{
  font-weight: bold;
  font-size: 30px;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://raw.githubusercontent.com/lokesh/lightbox2/master/src/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  /* background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='); */
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
    opacity: 1;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://raw.githubusercontent.com/lokesh/lightbox2/master/src/images/next.png) right 48% no-repeat;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://raw.githubusercontent.com/lokesh/lightbox2/master/src/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.img-setheight{
  height: 180px;
  overflow: hidden;
}
.div-imgser img{
  /* height: 70px; */
  /* overflow: hidden; */
  /* width: 100%; */
}
.white{
  color: white;
}
.bg-back{
  background-color: #585745;
  padding: 20px;
  border-radius: 10px;
}
.awards-btn{
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 10px;
}
.awards-btn:hover{
  text-decoration: none;

}
.mar-t-10{
  margin-top: 1px;
}

.img-hgt {
  height: 35vh;
  overflow: hidden;
}
