* {
  margin: 0;
  padding: 0;
}

#section {
  height: 100vh;
  overflow: hidden;
}

.slide1 {
  background: url(../images/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}

.inner-box.box11 {
  background-image: url(../images/tile1.jpg);
  z-index: 3;
  width: 33.33%;
  height: 100vh;
  margin: auto;
  float: left;
}

.inner-box.box11:hover .inner-box-content {
  display: none;
}

.inner-box.box11:hover .hover-content {
  display: block;
  z-index: 1;
}

.inner-box.box11:hover .hover-content .text-img {
  width: 80%;
}

.inner-box.box11:hover .hover-content .btn-img {
  width: 50%;
  padding-top: 20px;
}

.inner-box.box22 {
  background-image: url(../images/tile2.jpg);
  z-index: 2;
  width: 33.33%;
  margin: auto;
  height: 100vh;
  float: left;
}

.inner-box.box22:hover .inner-box-content {
  display: none;
}

.inner-box.box22:hover .hover-content {
  display: block;
  z-index: 1;
}

.inner-box.box22:hover .hover-content .text-img {
  width: 80%;
}

.inner-box.box22:hover .hover-content .btn-img {
  width: 50%;
  padding-top: 20px;
}

.inner-box.box33 {
  background-image: url(../images/tile3.jpg);
  z-index: 1;
  width: 33.33%;
  height: 100vh;
  margin: auto;
  float: left;
}

.inner-box.box33:hover .inner-box-content {
  display: none;
}

.inner-box.box33:hover .hover-content {
  display: block;
  z-index: 1;
}

.inner-box.box33:hover .hover-content .text-img {
  width: 80%;
}

.inner-box.box33:hover .hover-content .btn-img {
  width: 50%;
  padding-top: 20px;
}

.inner-box.box11:hover #box1hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 95, 23, 0.8);
  z-index: 0;
}

.inner-box.box22:hover #box2hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(158, 7, 7, 0.8);
}

.inner-box.box33:hover #box3hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 82, 210, 0.8);
  -webkit-transition: 1s;
  transition: 1s;
}

.inner-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 3;
}

.inner-box-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.inner-box-content .text-img {
  width: 80%;
}

.inner-box-content .btn-img {
  width: 50%;
  padding-top: 20px;
}

.hover-content {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.hover-content .text-img {
  width: 80%;
}

.hover-content .btn-img {
  width: 50%;
  padding-top: 20px;
}

.bottom-box {
  background-color: #87aa45;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #fff;
  padding: 4px 2%;
  z-index: 4;
  width: 95.8%;
}

.bottom-box img {
  width: 150px;
  margin: auto;
}

span.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  cursor: pointer;
}

span.close-btn img {
  width: 40px;
}

.slide1 .inner-box .mobile-content-img {
  display: none;
}

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

/*-- css style end --*/
/*-- Media Query Starts --*/
@media (max-width: 480px) and (orientation: portrait) {
  .inner-box.box11 {
    width: 100%;
    height: 31vh;
  }
  .inner-box.box22 {
    width: 100%;
    height: 31vh;
  }
  .inner-box.box33 {
    width: 100%;
    height: 31vh;
  }
  .inner-box {
    background-image: url(../images/tab_scene3.jpg) !important;
    height: 31vh !important;
    width: 100%;
  }
  .inner-box .inner-box-content .text-img {
    width: 50% !important;
  }
  .inner-box .inner-box-content .btn-img {
    width: 39% !important;
    display: block;
    margin: 0 auto;
    padding-top: 10px !important;
  }
  .inner-box.box22 {
    background-image: url(../images/tab_scene2.jpg) !important;
    height: 31vh !important;
    width: 100%;
  }
  .inner-box.box33 {
    background-image: url(../images/tab_scene3.jpg) !important;
    height: 31vh !important;
    width: 100%;
  }
  /*-- on mobile text-bg chaange --*/
  .slide1 .inner-box.box11:hover .inner-box-content {
    background-image: url(../images/tab_overlayTxt1.png) !important;
    z-index: 1;
  }
  .slide1 .inner-box.box11:hover .hover-content {
    display: none;
    z-index: 1;
  }
  .slide1 .inner-box.box11:hover .mobile-content-img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
  }
  .slide1 .inner-box.box11:hover .mobile-content-img .text-img {
    width: 80%;
  }
  .slide1 .inner-box.box11:hover .mobile-content-img .btn-img {
    width: 50%;
    padding-top: 20px;
  }
  .slide1 .inner-box.box11:hover .mobile-content-img .btn-img {
    width: 50%;
    padding-top: 20px;
  }
  /*-- slide one --*/
  .slide1 .inner-box.box22:hover .inner-box-content {
    background-image: url(../images/tab_overlayTxt2.png) !important;
    z-index: 1;
  }
  .slide1 .inner-box.box22:hover .hover-content {
    display: none;
    z-index: 1;
  }
  .slide1 .inner-box.box22:hover .mobile-content-img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
  }
  .slide1 .inner-box.box22:hover .mobile-content-img .text-img {
    width: 80%;
  }
  .slide1 .inner-box.box22:hover .mobile-content-img .btn-img {
    width: 50%;
    padding-top: 20px;
  }
  .slide1 .inner-box.box22:hover .mobile-content-img .btn-img {
    width: 50%;
    padding-top: 20px;
  }
  /*-- slide two --*/
  .slide1 .inner-box.box33:hover .inner-box-content {
    background-image: url(../images/tab_overlayTxt3.png) !important;
    z-index: 1;
  }
  .slide1 .inner-box.box33:hover .hover-content {
    display: none;
    z-index: 1;
  }
  .slide1 .inner-box.box33:hover .mobile-content-img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
  }
  .slide1 .inner-box.box33:hover .mobile-content-img .text-img {
    width: 80%;
  }
  .slide1 .inner-box.box33:hover .mobile-content-img .btn-img {
    width: 50%;
    padding-top: 20px;
  }
  .slide1 .inner-box.box33:hover .mobile-content-img .btn-img {
    width: 50%;
    padding-top: 20px;
  }
  .bottom-box {
    padding: 5px 1.7% !important;
    text-align: center;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .inner-box.box11 {
    width: 100%;
    height: 31vh;
  }
  .inner-box.box22 {
    width: 100%;
    height: 31vh;
  }
  .inner-box.box33 {
    width: 100%;
    height: 31vh;
  }
  .inner-box-content {
    width: 75%;
  }
  .inner-box {
    background-image: url(../images/tab_scene3.jpg) !important;
    height: 31vh !important;
    width: 100%;
  }
  .inner-box .inner-box-content .text-img {
    width: 50% !important;
  }
  .inner-box .inner-box-content .btn-img {
    width: 39% !important;
    display: block;
    margin: 0 auto;
    padding-top: 10px !important;
  }
  .inner-box.box22 {
    background-image: url(../images/tab_scene2.jpg) !important;
    height: 31vh !important;
    width: 100%;
  }
  .inner-box.box33 {
    background-image: url(../images/tab_scene3.jpg) !important;
    height: 31vh !important;
    width: 100%;
  }
  /*-- on mobile text-bg chaange --*/
  .slide1 .inner-box.box11:hover .inner-box-content {
    background-image: url(../images/tab_overlayTxt1.png) !important;
    z-index: 1;
    width: 100%;
  }
  .slide1 .inner-box.box11:hover .hover-content {
    display: none;
    z-index: 1;
  }
  .slide1 .inner-box.box11:hover .mobile-content-img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
  }
  .slide1 .inner-box.box11:hover .mobile-content-img .text-img {
    width: 80%;
  }
  .slide1 .inner-box.box11:hover .mobile-content-img .btn-img {
    width: 50%;
    padding-top: 20px;
  }
  .slide1 .inner-box.box11:hover .mobile-content-img .btn-img {
    width: 50%;
    padding-top: 20px;
  }
  /*-- slide one --*/
  .slide1 .inner-box.box22:hover .inner-box-content {
    background-image: url(../images/tab_overlayTxt2.png) !important;
    z-index: 1;
  }
  .slide1 .inner-box.box22:hover .hover-content {
    display: none;
    z-index: 1;
  }
  .slide1 .inner-box.box22:hover .mobile-content-img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
  }
  .slide1 .inner-box.box22:hover .mobile-content-img .text-img {
    width: 80%;
  }
  .slide1 .inner-box.box22:hover .mobile-content-img .btn-img {
    width: 50%;
    padding-top: 20px;
  }
  .slide1 .inner-box.box22:hover .mobile-content-img .btn-img {
    width: 50%;
    padding-top: 20px;
  }
  /*-- slide two --*/
  .slide1 .inner-box.box33:hover .inner-box-content {
    background-image: url(../images/tab_overlayTxt3.png) !important;
    z-index: 1;
  }
  .slide1 .inner-box.box33:hover .hover-content {
    display: none;
    z-index: 1;
  }
  .slide1 .inner-box.box33:hover .mobile-content-img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
  }
  .slide1 .inner-box.box33:hover .mobile-content-img .text-img {
    width: 80%;
  }
  .slide1 .inner-box.box33:hover .mobile-content-img .btn-img {
    width: 50%;
    padding-top: 20px;
  }
  .slide1 .inner-box.box33:hover .mobile-content-img .btn-img {
    width: 50%;
    padding-top: 20px;
  }
  .bottom-box {
    padding: 12px 2%;
  }
}
::-webkit-scrollbar { 
    display: none; 
}
/*-- Media Query Starts --*/
/*# sourceMappingURL=style.css.map */