.menu ul > .master li a , .menu ul > .head, .menu li a{
	background: #00000045 !important;
}

body{
    font-family: 'Montserrat', sans-serif !important;
}
img{
    max-width: 100%;
}
.dflex{
        display: flex;
        align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 99;
    /* box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);    */
    border-radius: 5px;
    z-index: 1;
    width: calc(100vw - 30px);
    /* background:inherit; */
    overflow: hidden;
    margin: 15px;
    border: 1px solid #ffffff70;
}

.dflex:before{
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* box-shadow: inset 0 0 200px rgba(255, 255, 255, .5);
    filter: blur(10px);
    margin: -20px; */
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, 1);
    filter: blur(20px);
    margin: 2px;
}
.dflex img{
    max-height: 70px;
}
.nav-menu{
    position: absolute;
    /* left:15px; */
    transform: translate(17%, 0%);
    margin:0 auto;
    width:100%;
    z-index: 9;
    bottom:20px;  
}
.nav-menu ul{
    margin:0px; 
    padding:0px; 
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.nav-menu 
     li{              
        margin: 8px 0;
        position: relative;;
        list-style: none;
    }
 

    .nav-menu li.location ul {
        display: none;
    }

    .nav-menu li ul{
        position: absolute;
        top:-60px;
        /* display: none; */
    }
    .nav-menu li ul li{
        position: relative;
        width: max-content;
        margin: 0px;
    }
    .nav-menu li ul li a{
        display:flex;
         align-items: center;
        background: rgba(26, 26, 24, 0.85);
        padding: 9px 25px;  
         font-size: 15px;
        font-weight: 500;
        color:#fff;
        text-transform: capitalize;
        text-decoration: none;
    }
    .nav-menu  li a{
         display:flex;
         align-items: center;
        background: rgba(26, 26, 24, 0.85);
        padding: 9px 25px;  
         font-size: 15px;
        font-weight: 500;
        color:#fff;
        text-transform: capitalize;
        text-decoration: none;
    }
    .nav-menu  li a i{
        margin-right:10px;
        font-size:14px;
    }
    .nav-menu li:first-child:after{
        border:0px;
        background: transparent;
    }
    .nav-menu li:after {
        content: '';
        position: absolute;
        top: 15px;
        left: -5px;
        height: 7px;
        width: 7px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid #20231e;
        box-sizing: initial;
    }
    .nav-menu li a:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 3px;
        background-color: #212121;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
      }
      .nav-menu li a:hover {
        color: #fff;
        background-color: #f5d948;
        border-color: #f5d948;
      }
      .nav-menu li.active:hover ul{
          display: flex;
      }
      .nav-menu li.active a.active {
        color: #fff !important;
        background-color: #f5d948 !important;
        border-color: #f5d948 !important;
        border-bottom: none !important;
      }
      .nav-menu li.active:before{
          content:'';
          position: absolute;
          top:5px;
          border-left:
          10px solid #f5d948;
        border-right:
          10px solid #f5d948;
      }

.menu{
    position: absolute;
    right:15px;
    width:230px;
    z-index: 9;
    top:120px;
}
.menu ul{
    margin:0px; 
    padding:0px;
   
}
.menu ul > .sub{
    
    max-height:calc(100vh - 230px);
    overflow-x: hidden;
    position: relative;
 
}
.menu ul > .head{
    display:flex;
    align-items: center;
    color:#fff;
    font-size: 1.22rem;
    font-weight: 500;
    padding:8px 5px;
    width:100%;
    background: rgba(0,0,0,0.5);
    position: relative;

}
.menu ul  .floor{
    width:15%;
    text-align: center;
}
.menu ul   .t8{
     width:50%;
     text-align: center;
}
.menu ul > .t9{
     width:40%;
     text-align: center;
}
.menu ul > .sub li{
        margin:0px !important; 
        margin-bottom:1px !important;  
       
    }
    .menu ul > .sub li:after{
        background: none;
        border: 0px;
    }
       
    .menu ul > .sub li:hover{
        border-left:5px solid #000;
        /* padding-left:15px !important;  */
    }
    .menu ul > .sub li:hover a{
        padding-left:15px !important;  
        font-weight: 600;
    }

.menu ul > .sub li a{
    display:flex;
    align-items: center;
    color:#fff;
    font-size: 1.19rem;
    font-weight: 400;
    padding:5px 20px;
}

.menu ul > .sub .floor{
    width:15%;
    text-align: center;
}
.menu ul > .sub  .t8{
     width:50%;
     text-align: center;
}
.menu ul > .sub .t9{
     width:40%;
     text-align: center;
}

.mt-15{
    margin-top:10px !important;
}
.menu ul > .master li{
    margin:0px !important; 
    margin-bottom:1px !important;  
   
}
.menu ul > .master li:after{
    background: none;
    border: 0px;
}
   
.menu ul > .master li:hover{
    border-left:5px solid #000;
    /* padding-left:15px !important;  */
}
.menu ul > .master li:hover a{
    padding-left:15px !important;  
    font-weight: 600;
}

.menu ul > .master li a{
display:flex;
align-items: center;
color:#fff;
font-size: 1.19rem;
font-weight: 400;
padding:5px 20px;
}
.menu ul > .master .red{
    position: relative;
    width:12px;
    height:12px;
    margin-right: 15px;
    background: rgb(255, 102, 0);
    border-radius: 5px;
}
.menu ul > .master .per{
    position: relative;
    width:12px;
    height:12px;
    margin-right: 15px;
    background: rgb(74, 6, 169);
    border-radius: 5px;
}
.menu ul > .master .blue{
    position: relative;
    width:12px;
    height:12px;
    margin-right: 15px;
    background: rgb(0, 174, 255);
    border-radius: 5px;
}
.menu ul > .ms .t8{
    width:80%;
 text-align: left;
}
.menu ul > .master .green{
    position: relative;
    width:12px;
    height:12px;
    margin-right: 15px;
    background: rgb(66, 169, 6);
    border-radius: 5px;
}
.menu ul > .master .pink{
    position: relative;
    width:12px;
    height:12px;
    margin-right: 15px;
    background: rgb(228, 14, 78);
    border-radius: 5px;
}
.menu ul > .master .floor{
width:15%;
text-align: left;
}
.menu ul > .master {
    max-height:calc(100vh - 340px);
    overflow-x: hidden;
    position: relative;
}
.menu ul > .master  .no{
    width:30px;
    text-align: left;
   }
.menu ul > .master  .t8{
 width:80%;
 text-align: left;
}
.menu ul > .master .t9{
 width:40%;
 text-align: left;
}
.menu ul > .head:after{
    background: linear-gradient(to right,rgba(255,255,255,.8) 25%,transparent);
    border:0px;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;  
    width:100%;
    top:32px;
    
}
.menu 
     li{
              
        margin: 8px 0;
        position: relative;;
        list-style: none;
    }
    .menu  li a{
         display:grid;
        background: rgba(0,0,0,0.5);
        padding: 9px 20px;  
         font-size: 15px;
        font-weight: 500;
        color:#fff;
        text-transform: capitalize;
        text-decoration: none;
    }
    .menu li:after {
        content: '';
        position: absolute;
        top: 15px;
        left: -5px;
        height: 7px;
        width: 7px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid #475259;
        box-sizing: initial;
    }
    .menu li a:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 3px;
        background-color: #212121;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
      }
      .menu li a:hover {
        color: #fff;
        background-color: #f5d948;
        border-color: #f5d948;
      }
      .menu li.active>* {
        color: #fff !important;
        background-color: #00000065 !important;
        border-color: #00000065 !important;
        border-bottom: none !important;
      }

      #tower{
          position: absolute;
          width:100%;
          height:100vh;
          overflow: hidden;          
      }
      #master{
        width: 100%;
        position: relative;

        height: 100%;
      }
      /* #master .dflex{
        border: 1px solid #ffffff70;
          }
      #master .dflex:before{
        content: "";
        position: absolute;
        background: inherit;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 0 2000px rgba(255, 255, 255, 1);
        filter: blur(20px);
        margin: 2px;
        
    } */

    .slice-path{ cursor: pointer; fill:rgba(0,174,239,0.0)   }   
      .slice-path:hover{ fill:rgba(255, 102, 0,0.5);stroke-width:5; stroke:rgba(0, 0, 0,0.5); 
     }

     .slice-blur{ fill:rgba(255, 102, 0,0.2);stroke-width:5; stroke:rgba(0,0,0,0.5); 
     }

     .blur{fill:rgba(163, 127, 20, 0.45);stroke-width:1; stroke:rgba(163, 127, 20, 0.65)}
     .slice-layer{ cursor: pointer; fill:rgba(0,174,239,0.0) }
     .slice-layer:hover{ fill:rgba(163, 127, 20, 0.45);stroke-width:1; stroke:rgba(163, 127, 20, 0.65)}
     @media screen and (-webkit-min-device-pixel-ratio:0) {
      /* Safari and Chrome, if Chrome rule needed */
      svg {
       border: 0px solid #f00; position: absolute; 
      }
   
      /* Safari 5+ ONLY */
      /*::i-block-chrome, svg {
         border: 1px solid #f00; position: relative; z-index: 9; display: inline-block; left: 0px; height: 100%
      }*/
  
    
  }
  
  a.svg {
    position: relative;
    display: inline-block; 
    z-index: 1;
  }
  a.svg:after {
    content: ""; 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
  }
  
  svg {
     pointer-events: all;
  }
 
  .btntop{
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom:8px;
}
.btntop i{
    margin-right:5px;
}
.btntop a{
    padding: 8px;
    background: rgba(0,0,0,0.5);
    width: 49%;
    text-align: center;
}
.btntop a:hover{
    color:#fff !important;
    background: #f5d948;
   
}
.building-feature{
    position: absolute;
    width:21%;
    top:150px;
    right:-500px;
    background:rgba(0,0,0,0.7);
    border: 1px solid #000;
    padding:25px;
    z-index: 1;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}
.building-feature h2{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom:10px;
    margin-top:0px;
    color:#fff;

}
.building-feature p{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom:5px;
    color:#fff;
}
.building-feature span{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    color: #ca9803;
}

.close{
    padding: 11px !important;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    background: #ffffff !important;
    opacity: 0.4 !important;
}
.close:hover{
    opacity: 0.9 !important;
    outline: 0px;;
}
#myModal .modal-dialog {
    width: 1100px;
    
    overflow: hidden;
    margin: 5% auto;
}
#myModal .modal-body{
    padding:0px;
}

#plan .modal-dialog {
    width: 1100px;
    
    overflow: hidden;
    margin: 5% auto;
}
#plan .modal-body{
    padding:0px;
}
.modal-dialog video{
    width: 1100px;   
}
.modal-content{
 background: transparent !important;
}

#slide {
    position: absolute;
    right: -50px;
    width: 600px;
    height: 370px;
    background: blue;
    -webkit-animation: slide 0.5ms forwards;
    -webkit-animation-delay: 1ms;
    animation: slide 0.5ms forwards;
    animation-delay: 1ms;
}

@-webkit-keyframes slide {
    100% { right: 15px; }
}

@keyframes slide {
    100% { right: 15px; }
}

@keyframes popup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
   
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);        
    }
  }
 
  .tt{
    animation: popup 0s 0.5ms ease-in ;
  }
  .trex {   
    /* transform: translateY(150px); */
    animation: popup 2s 70ms ease-in ;   
  }
   #tower8-9 {   
    /* transform: translateY(150px); */
    animation: popup 2s 70ms ease-in ;   
  }
  #tower10 {   
    /* transform: translateY(150px); */
    animation: popup 2.2s 75ms ease-in ;   
  }
  #t-hub{
    
    animation: popup 2.3s 85.9ms ease-in ; 
  }
  #tower5-6{
    animation: popup 2.4s 110ms ease-in ; 
  }
  #tower7{
    animation: popup 2.5s 150ms ease-in ;   
  }
  #tower1-2-3-4{
    animation: popup 2.6s 200ms ease-in ; 
  }
  #bak{
    animation: popup 2.7s 250ms ease-in ; 
  }
  #lake{
    animation: popup 2.8s 300ms ease-in ; 
  }
  #tower14-15{
    animation: popup 2.8s 300ms ease-in ; 
  }
  #tower16-17{
    animation: popup 2.9s 350ms ease-in ; 
  }
  #tower18{
    animation: popup 3s 400ms ease-in ; 
  }


#microsoft{
    animation: popup 2s 70ms ease-in ; 
}
#iithy{
    animation: popup 2.3s 85.9ms ease-in ;  
}
#thub{
    animation: popup 3s 150ms ease-in ;   
}
#shotel{
    animation: popup 3.6s 180ms ease-in ;  
}
#wipro{
    animation: popup 4s 210ms ease-in ;  
}
#apple{
    animation: popup 4.5s 250ms ease-in ;  
}
#finace{
    animation: popup 5s 310ms ease-in ;  
}
#hospital{
    animation: popup 5.1s 350ms ease-in ;  
}
#garrotery{
    animation: popup 5.2s 400ms ease-in ;  
}

#aireport{
    animation: popup 2s 70ms ease-in ;
}

#outer{
    animation: popup 2s 70ms ease-in ; 
}
#isbroad{
    animation: popup 2s 70ms ease-in ; 
}

#cre {   
    /* transform: translateY(150px); */
    animation: popup 2s 70ms ease-in ;   
  }
  #gym {   
    /* transform: translateY(150px); */
    animation: popup 2.2s 75ms ease-in ;   
  }
  #court{
    
    animation: popup 2.3s 85.9ms ease-in ; 
  }
  #food{
    
    animation: popup 2.3s 85.9ms ease-in ; 
  }


#t_x5F_1234{
    animation: popup 2s 70ms ease-in ; 
}
#t_x5F_5{
    animation: popup 2.1s 75ms ease-in ; 
}
#t_x5F_6{
    animation: popup 2.2s 78ms ease-in ; 
}
#t_x5F_7{
    animation: popup 2.3s 80ms ease-in ; 
}
#t_x5F_8{
    animation: popup 2.5s 85ms ease-in ; 
}
#t_x5F_9{
    animation: popup 2.5s 90ms ease-in ; 
}
#t_x5F_10{
    animation: popup 2.6s 100ms ease-in ; 
}
#t_x5F_14{
    animation: popup 2.7s 105ms ease-in ; 
}
#t_x5F_15{
    animation: popup 2.8s 110ms ease-in ; 
}
#t_x5F_16{
    animation: popup 2.9s 115ms ease-in ; 
}
#t_x5F_17{
    animation: popup 3s 120ms ease-in ; 
}
#t_x5F_18{
    animation: popup 3.1s 125ms ease-in ; 
}
#t_x5F_19{
    animation: popup 3.2s 130ms ease-in ; 
}
#t_x5F_20{
    animation: popup 3.4s 135ms ease-in ; 
}
#t_x5F_21{
    animation: popup 3.5s 140ms ease-in ; 
}
#t_x5F_22{
    animation: popup 3.6s 145ms ease-in ; 
}
#t_x5F_23{
    animation: popup 3.7s 150ms ease-in ; 
}
#transt_x5F_hub{
    animation: popup 3.8s 155ms ease-in ; 
}



  #t_x5F_1234_x5F_text, #t_x5F_5_x5F_text, #t_x5F_6_x5F_text, #t_x5F_7_x5F_text, #t_x5F_8_x5F_text,
  #t_x5F_9_x5F_text,#t_x5F_10_x5F_text,#t_x5F_14_x5F_text,#t_x5F_15_x5F_text,#t_x5F_15_x5F_text,
  #t_x5F_16_x5F_text,#t_x5F_17_x5F_text,#t_x5F_18_x5F_text,#t_x5F_19_x5F_text,#t_x5F_20_x5F_text,
  #t_x5F_21_x5F_text,#t_x5F_22_x5F_text, #t_x5F_23_x5F_text, #t_x5F_hubb_x5F_text
  {
      display: none;
  }
  #t_x5F_1234_x5F_btn, #t_x5F_5_x5F_btn, #t_x5F_6_x5F_btn,#t_x5F_7_x5F_btn, #t_x5F_8_x5F_btn,
  #t_x5F_9_x5F_btn,#t_x5F_10_x5F_btn,#t_x5F_14_x5F_btn,#t_x5F_15_x5F_btn,#t_x5F_15_x5F_btn,
  #t_x5F_16_x5F_btn,#t_x5F_17_x5F_btn,#t_x5F_18_x5F_btn,#t_x5F_19_x5F_btn,#t_x5F_20_x5F_btn,
  #t_x5F_21_x5F_btn,#t_x5F_22_x5F_btn, #t_x5F_23_x5F_btn, #th_x5F_btn{
      cursor: pointer;
  }

  .fitout{
      background-color: #646663;
  }

  .tabbable-panel {
    /* border:1px solid #eee;
    padding: 10px; */
  }
  
  .tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
    position: absolute;
    z-index: 99999;
    top: 11px;
    left: 10px;
  }
  .tabbable-line > .nav-tabs > li {
    margin-right: 2px;
  }
  .tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #fffbfb;
    border: 1px solid;
    border-radius: 4px;
    margin-right: 10px;
  }
  .tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
  }
  .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid rgb(80,144,247);
    background-color: #fff;
    border-radius: 4px;
  }
  .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
  }
  .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
  }
  .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
  }
  .tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #32465B;
    position: relative;
  }
  .tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
  }
  .tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
  }
  .tabbable-line > .tab-content {
    /* margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0; */
  }
  .portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
  }