/*-------------------Main Banner-------------------*/

.WorkMainBanner{
	display: block;
  font-size: 0;
  width:100%;
  height:91vh;
  background: rgb(0,40,84);
  background: linear-gradient(180deg, rgba(0,40,84,0.18) 0%, rgba(0,40,84,0.03) 100%);
  overflow: hidden;
  position: relative;
}

.HP-logo{
  display: block;
  position: relative;
  width: 20%;
  top: 50%;
  left: 15%;
  min-width: 400px;
}

.HP-BG{
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  min-width: 400px;
}


@keyframes FadeInOut {
  0% {
    opacity: .4;
  }
  50%{
  	opacity: 1;
  }
  100% {
    opacity: .4;
  }
}

@keyframes MoveUPDown {
  0% {
    transform: translateY(0px);
  }
  50%{
      transform: translateY(5px);
  }
  100% {
        transform: translateY(0px);
  }
}

#WorkDetails_Container{
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 
}


.slick-slider  div{
  -webkit-user-select: text !important; 
  -khtml-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
.slick-list div.draggable {
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}






/*-------------------  Big Img  -------------------*/

.mid-hero-img{
  display: block;
  height: 650px;
  overflow: hidden;
  background: url("../../links/HotelPortal/Banner_HotelPortal.jpg") no-repeat 50%;
  background-size: cover;
}


.F1_Holder .F3_Title{
  color: black;
}


/* ----------- Bottom Work Detail Nav ----------- */

.sliding-middle-out3 {
  display: inline-block;
  position: relative;
  padding-top: 3px;
}

.sliding-middle-out3:after {
  content: '';
  display: block;
  position:absolute;
  top:-8px;
  margin: auto;
  height: 2px;
  width:100%;
  transform: scaleX(0);
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sliding-middle-out3.active3:after {
  transform: scaleX(1);
  background: #283c55;
}

.sliding-middle-out3:hover:after {
  transform: scaleX(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: black;
}









/* ----------- Work_Details_Holder ----------- */
.Work_Details_Holder_P1{
  width: 100%;
  background-color: white;
}





/* Feature */


/* F 1 */

.F1_Holder{
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  text-align: center;
  padding: 160px 40px 0;
  box-sizing: border-box;
}

.F1_Holder img{
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 1300px;
  display: block;
  margin: 80px auto;
}

.F1_Holder img:nth-child(4){
  float: right;
  margin: 0 0 0 0;
}

.Inno-allicons{
  display: block;
  width: 100%;
  margin: 8% auto;
}

.Inno-img-3{
  display: block;
  width: 85%;
  margin: 5% auto;
  max-width: 1300px;
}

.Inno-img-3-BLK{
  display: block;
  width: 100%;
  background-color: black;
  text-align: center;
}

.Inno-img-3-BLK img{
  width: 85%;
  max-width: 1300px;
  margin: 5% auto;
}

.Inno-iconsDetails{
  width: 85%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  display: block;
  text-align: center;
  margin-top: 10%;
}

.Inno-iconsDetails div{
  display: block;
  font-size: 0;
  width:100%;
  max-height: 550px;
  background-color: #ff0095;
  text-align: center;
  overflow: hidden;
}

.Inno-iconsDetails img{
  width: 50%;
  margin: 10%;
}

.HP-bg-1{
  display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 560px;
    background: -moz-linear-gradient(top, rgba(0,40,84,0.05) 0%, rgba(0,39,81,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,40,84,0.05) 0%,rgba(0,39,81,0) 100%);
    background: linear-gradient(to bottom, rgba(0,40,84,0.05) 0%,rgba(0,39,81,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d002854', endColorstr='#00002751',GradientType=0 );
}

/* F 2 */

.F2_Holder{
  width: 100%;
  margin: auto;
  position: relative;
  display: block;
  padding: 40px;
  box-sizing: border-box;
}
.F2_Holder .Display-2{
  text-align: center;
  margin: auto;
  max-width: 1200px;
}

.HP-F2-Features{
  display: block;
  position: relative;
  padding: 80px 40px;
  box-sizing: border-box;
  text-align: center;
}

.HP-F2-Features div{
  display: inline-block;
  width: 14%;
  text-align: center;
  vertical-align: top;
  max-width: 200px;
  min-width: 130px;
  padding-bottom: 50px;
}

.HP-F2-Features div img{
  width: 40%;
  margin-bottom: 15px;
  min-width: 70px;
}

.HP-F2-Features div span{
  text-align: center;
  font-weight: 400;
  /* color: #002855; */
  vertical-align: top;
  display: block;
}



/*  F3  */
.F3_Holder{
  margin: auto;
  position: relative;
  display: block;
  padding: 0 40px 160px;
  box-sizing: border-box;
  max-width: 2000px;
  text-align: center;
}

/*  F4  */
.F4_Holder{
  width: 85%;
  display: block;
  position: relative;
  margin: 10% auto;
}

.F4_Holder img:first-child{
  width: 100%;
}

.F4_Holder img:last-child{
  width: 13%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

/*  F5  */
.F5-Holder{
  display: block;
  position: relative;
}

.F5-child{
  display: table;
  position: relative;
  width: 100%;
  font-size: 0;
}

.F5-child .F2_Details{
  display: table-cell;
  text-align: left;
  width: 50%;
  padding: 10%;
  vertical-align: middle;
  box-sizing: border-box;
}

.F5-child:nth-child(1) div:nth-child(2){
  display: table-cell;
  position: relative;
  width: 50%;
  height: 600px;
  vertical-align: middle;
  background: url("../../links/HotelPortal/HP-F5-img-1.jpg") no-repeat 50%;
  background-size: cover;
}

.F5-child:nth-child(2) div:nth-child(1){
  display: table-cell;
  position: relative;
  width: 50%;
  height: 500px;
  vertical-align: middle;
  background: url("../../links/HotelPortal/HP-F5-img-2.jpg") no-repeat 50%;
  background-size: cover;
}

.F5-child:nth-child(3) div:nth-child(2){
  display: table-cell;
  position: relative;
  width: 50%;
  height: 500px;
  vertical-align: middle;
  background: url("../../links/HotelPortal/HP-F5-img-2.jpg") no-repeat 50%;
  background-size: cover;
}

.F5-child:nth-child(4) div:nth-child(2){
  display: table-cell;
  position: relative;
  width: 50%;
  height: 500px;
  vertical-align: middle;
  background: url("../../links/HotelPortal/HP-F5-img-3.jpg") no-repeat 50%;
  background-size: cover;
}

/*.F5-child:nth-child(2) .F2_Details{
  float: right;
}

.F5-child:nth-child(2) div:nth-child(2) {
  float: left;
}
*/
.F5-child div img{
  display: inline-block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  width: 100px;
}

.F5-child:nth-child(2) div img{
  left: inherit;
  right: -50px;
}

.HP-last-banner{
  display: block;
  width: 100%;
  height: 480px;
  background: url(../../links/HotelPortal/HP-EndBanner.jpg) no-repeat 50%;
  background-size: cover;
}

/*=========================================Behind Scenes=================================================*/



/*=========================================Computer Screens=================================================*/

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

}


@media only screen and (min-width:1025px){

}

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

}

@media only screen and (max-width: 800px) {
  .F2_Holder .Display-2{
    font-size: 32px;
    line-height: 48px;
  }
  
  .HP-F2-Features{
    padding: 80px 0;
  }

  .HP-bg-1{
    display: none;
  }

  .HP-logo {
    top: 280px;
  }
}

@media only screen and (min-width: 700px){
  .F5-child:nth-child(3){
    display: none;
  }
}

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

  .F5-child div{
    display: block !important;
    width: 100% !important;
  }

  .F5-child:nth-child(2){
    display: none;
  }

  .F5-child div img{
    top: inherit;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .F5-child div:nth-child(2){
    height: 330px !important;
  }

}



/*=========================================mobile=================================================*/

@media only screen and (max-width: 480px) {
  .F2_Holder {
    padding: 24px;
  }


  .F5-child .F2_Details{
    padding: 80px 24px; 
    box-sizing: border-box;
  }

  .HP-logo{
    left: 24px;
    min-width: 300px;
  }
}
