/*!
Theme Name: Shantione
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shantione
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Shantione is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@charset "utf-8";

/* google fonts */


@import url('https://fonts.googleapis.com/css2?family=Faustina:wght@400;500;600&display=swap');
/*@font-face{
  font-family: 'Anaton';
  
  src: url('fonts/anton/Anton-Regular.eot') 
       url('fonts/dm-serif/DMSerifDisplay-Regular.woff2') format('woff2'), 
       url('fonts/dm-serif/DMSerifDisplay-Regular.woff') format('woff'), 
       url('fonts/dm-serif/ADMSerifDisplay-Regular.ttf')  format('truetype'),
       url('fonts/dm-serif/DMSerifDisplay-Regular.otf')  format('opentype');
}*/

html{
  scroll-behavior: smooth;
}
body {
  font-family: 'Faustina', serif;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 300;
  color: #333;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Faustina', serif;



  color: #333333;
}
h1,h2{
 color: #333333;
}
a,
a:hover,
a:active,
a:focus { text-decoration: none; font-size: 14px;}
p{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
}


.top_red{
  color: #fff;
  font-size: 14px;
  padding: 8px 0px;
  background: #333333;
}
.top_red .container { padding-left: 0; padding-right: 0; }
.top{
  position: relative;
  z-index: 12;
}
.top_add_contact{
  padding-top: 0px;
  margin-top: 0px;
}
.top_add ul,.top_add_contact ul{
  margin-bottom: 0px;
}
.top_add_contact ul li {
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 10px;
}
.top_add_contact ul li i{
  padding-right: 10px;
  font-size: 18px;
  color: #ffffff;
}
.top_add ul li,.top_add_contact ul li {
  display: inline-block;
  margin-bottom: 0px;
}
.top_add p{
  margin: 0px;
}
.top_add p a{
  float: right;
  color: #fff;
}
.top_add ul li a,.top_add_contact ul li a{
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.top_add ul li a:hover{
  color:#c3ad79;
  background: #fff;
}
.top_add .top_social{
  float: right;
}
.top_add .top_social li{
  margin-left: 10px;
}
/*.top_add .top_social li:first-child a,.top_add .top_social li:nth-child(3) a{
  background: none;
  color: #fff;
  height: auto;
  width: auto;
}*/
.top_add .top_social li a {
    text-decoration: none;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    line-height: 32px;
    background-color: transparent;
    border-radius: 50%;
    height: 32px;
    display: inline-block;
    width: 32px;
    font-size: 17px;
    border:1px solid;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.top_add .top_social li a{
  text-decoration: none;
  text-align: center;
  padding-top: 0px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.top .navbar-default {
  background-color: transparent;
  border:0px; 
  text-align:center;
  margin-bottom: 0px;
  border-radius: 0;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.top a.navbar-brand {
  height: auto; 
  padding: 0; 
  position: relative;
  padding-left: 0px;
  display: block;
  font-size: 20px;
  color: #A11313;
  padding-top: 30px;
}


.top a.navbar-brand img {
  transition: 0.3s ease; 
  margin-top: 10px;
  margin-bottom: 15px;
  width: 110px;
}
/*.top a.navbar-brand:before{
      content: "";
    height: 170px;
    width: 310px;
    background: #222222;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: -15px;

}*/

.top .navbar-nav{
  margin-top: 50px;
}
/*.top .navbar-nav>li:after{
      content: "";
    position: absolute;
    margin-right: 0px;
    border-right: 1px solid #fff;
    display: block;
    right: 0;
    height: 14px;
    top: 5px;
}*/
.top .navbar-nav>li:last-child{
  margin-right: 0;
}
.top.home_nav .navbar-nav>li>a{
  color: #fff;
}
.top .navbar-nav>li>a,
.top .navbar-default.sticky .navbar-nav>li>a{
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 11px 36px;
  margin-left: 20px;
  border-radius: 20px;
  outline: none;
  /*-webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;*/
}
.top .navbar-nav>li.intro a{
  background: #cd8467; /* Old browsers */
color: #fff;
background: -moz-linear-gradient(left,  #cd8467 0%, #cdab69 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #cd8467 0%,#cdab69 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #cd8467 0%,#cdab69 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd8467', endColorstr='#cdab69',GradientType=1 ); /* IE6-9 */
}
.top .navbar-default .navbar-nav>li>a:focus, 
.top .navbar-default .navbar-nav>li>a:hover{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cd8467+0,cdab69+100 */
background: #cd8467; /* Old browsers */
color: #fff;
background: -moz-linear-gradient(left,  #cd8467 0%, #cdab69 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #cd8467 0%,#cdab69 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #cd8467 0%,#cdab69 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd8467', endColorstr='#cdab69',GradientType=1 ); /* IE6-9 */

}



.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover{
  background:transparent;
  color: #cfac52;
  /*background-size: #fff;*/
  border: 1px solid #cfac52;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}
.top .navbar-default.sticky{
  background: #000;
  box-shadow: 0px 12px 13px -16px #525252;
  -webkit-box-shadow: 0px 12px 13px -16px #525252;
  -moz-box-shadow: 0px 12px 13px -16px #525252;
}
.top .navbar-default.sticky .navbar-brand>img{
  width: 110px;
  transition: 0.3s ease;
      margin-top: 0px;
}
.top .navbar-default.sticky .navbar-brand{
  bottom:-8px;
  padding-top: 0px;
  padding-left: 0px;
}
.top .navbar-default.sticky .navbar-brand img{
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top .navbar-default .navbar-brand img.colorlogo{
  display: none;
}
.top .navbar-default.sticky .navbar-brand img.colorlogo{
  display: block;
}
.top .navbar-default.sticky .navbar-brand img.whitelogo{
 display: none;
}
.top .navbar-default.sticky .navbar-header h4,.top .navbar-default.sticky .navbar-header h5{
  display: none;
}
.top .navbar-default.sticky .navbar-nav {
  margin-top: 8px;
  margin-bottom: 8px;
}
.top_bread{
  margin-top: 200px;
}
.top .navbar-nav>li:hover ul{
  display: block;
  animation:fadeInUp 0.5s;
}
.top .navbar-nav>li  ul li a{
  padding: 15px 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.top .navbar-right .dropdown-menu{
     right: -39px;
     padding: 0px;
         border: none;
     background: #cd8467; /* Old browsers */
     color: #fff;
     background: -moz-linear-gradient(left,  #cd8467 0%, #cdab69 100%); /* FF3.6-15 */
     background: -webkit-linear-gradient(left,  #cd8467 0%,#cdab69 100%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right,  #cd8467 0%,#cdab69 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd8467', endColorstr='#cdab69',GradientType=1 ); /* IE6-9 */
            min-width: 200px;
        border-radius: 40px;
    overflow: hidden;
}
.top .navbar-nav>li  ul li a:hover{
  background: #222222 !important;
}
.top .navbar-nav>li ul.dropdown-menu>.active>a, .top .navbar-nav>li ul.dropdown-menu>.active>a:focus, .top .navbar-nav>li ul.dropdown-menu>.active>a:hover{
      text-decoration: none;
    background-color: #222222;
    outline: 0;

}
/*.video_banner{
  position: relative;
  background: url('images/bannerbg.jpg')no-repeat center;
  background-size: cover;
  margin-top: 0px;
  height: 700px;
}*/
.video_banner .outer_carousel{

  padding: 0px 0px 0px;

}
.banner_txt{
  text-align: center;
  position: relative;
}
#bg-vid {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}
.video_banner{
  position: relative;
  height: 700px;
  overflow: hidden;
}
.video_banner .banner_text {
    margin-top: 380px;
    background-color: ;
    position: relative;
    z-index: 3;
}
.video_banner .banner_txt{
    margin-top: 260px;
    position: relative;
    z-index: 3;
    padding-bottom: 150px;
}
.video_banner:before{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.23);
  text-align: center;
  transition: 0.3s ease-in-out;
}
.video_banner .banner_txt h3{
  font-weight: bold;
  margin: 0px;
  color: #fff;
  font-size: 30px;
}
.video_banner .banner_txt h1{
  font-weight: normal;
  font-size: 50px;
  color: #cd8467;
  margin: 15px 0px;
}
.video_banner .banner_txt img{
    background-size: cover;
    width: 100%;
}
.video_banner .banner_txt  p{
  color: #fff;
  font-weight: 600;
}
.video_banner .banner_txt  span{
  color: #b09a65;
  font-weight: bold;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
 width: 35px;
    height: 50px;
    margin-left: -10px;
    bottom: -20%;
  margin-top: 0px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

.zoomIn{
  z-index: 1;
    position: relative;
}
/*#mySidenav,.open_menu_btn,.res_banner{
  display: none;

}*/
.open_menu_btn {
        font-size: 26px;
    cursor: pointer;
    position: absolute;
    height: 45px;
    width: 45px;
    text-align: center;
    top: 45px;
    color: #fff;
    background: rgb(0 0 0 / 48%);
    display: none;
    border: 1px solid #fff;
    border-radius: 50%;
    padding-top: 2px;
    z-index: 2;
}

.sidenav { 
  display: none; 
  height: 100%;  
  width: 0;  
  position: fixed; 
  z-index: 20;  
  text-align: left;
  top: 0px;  
  right: 0;  
  background: #000;
  /*background: url('images/sidebgnew.jpg')no-repeat center;  */
  overflow-x: hidden;
  overflow-y: auto;  
  transition: 0.4s;  
  padding-top: 100px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    color: #000;
    margin-left: 50px;
    background: #f7be6b;
    height: 60px;
    width: 60px;
    text-align: center;
}
.sidenav a {
    /*padding: 8px 8px 8px 20px;
    margin-bottom: 10px;*/
    text-decoration: none;
    font-weight: 500;
    color: #ffffff;
    display: block;
    transition: 0.4s;
}
.sidenav .newnav li a{
    padding: 15px 8px 15px 20px;
    text-decoration: none;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 500;
    border-bottom:1px solid rgb(255 255 255 / 35%);
    color: #f7be6b;
    /*background: #f7be6b;*/
    display: block;
    transition: 0.4s;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidenav ul li .dropdown-menu {
    border-radius: 0px;
    border: 0px;
    position: inherit;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background: transparent;
    box-shadow: none;
    left: 0;
    display: block;
    margin-bottom: 10px;
}
.sidenav ul li .dropdown-menu li.menu-item a {
    padding: 10px 0px 10px 40px;
    font-size: 16px;
}
.newnav{
  margin-top: 50px;
}
.sidenav ul#projects li a {
    font-size: 16px;
    padding: 10px 0px 10px 40px;
}
.sidenav .newnav li a:hover{
  background: #ffad36;
  color: #fff;
}
.sidenav .top_add_contact ul li{
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
}
.heading h1{
  font-weight: 300;
  position: relative;
  padding-bottom: 15px;
  text-transform: none !important;
}

.heading img{
  padding-top: 40px;
}
.btnnew{
  text-align: center;
}
.btnnew .link_btn{
  margin-top: 20px;
  background: none;
 color: #cd9968;
    font-weight: 600;
    letter-spacing: 2px;
  padding: 0px;
  border:none;
  animation: bounce 1s infinite
}
.btnnew .link_btn:hover,.btnnew .link_btn:focus,.btnnew .link_btn:active{
  border:none;
  color: #cd8467;
  padding: 0px;
  animation:none;
}
.btnnew .link_btn i{
  display: block;
  font-size: 30px;
}
.link_btn {
    color: #000;
    background: #fff;
    display: inline-block;
    margin-top: 30px;
    z-index: 1;
    outline: none;
    border-radius: 40px;
    padding: 11px 36px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #000;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.link_btn:hover,.link_btn:focus{
  background: #000;
  border:1px solid #fff;
  color: #fff;
  outline: none;
}

.footer{
  background: #292929;
  padding: 60px 0px;
}
.footer h4{
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #fff;
}
.foot_link{
  margin-bottom: 30px;
}
.foot_link a{
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.foot_link a:hover{
  color: #c3ad79;
}
.linkedin{
  background: #000000;
    height: 35px;
    color: #fff;
    width: 35px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
    cursor: pointer;
    font-size: 20px !important;
    border:1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.linkedin:hover{
  background: transparent;
  border:1px solid #cd8d68;
  color: #cd8d68;
}
.foot_txt p{
  color: #fff;
}
.foot_logo p{
  margin-top: 20px;
  color: #fff;
}
.foot_con a{
  display: block;
  color: #fff;
  margin-bottom: 0px;
  padding-left: 30px;
  position: relative;
}
.foot_con p{
  margin-bottom: 10px;
}
.foot_con a i{
  height: 0px;
  padding-right: 10px;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 5px;
  color: #c3ad79;
}
.foot_con{
  margin-top: 30px;
}
.form .input {
    border: none;
    font-family: 'Questrial', sans-serif;
    border: 1px solid #fff;
    font-size: 1.5rem;
    padding: 8px 0px;
    width: 100%;
    margin-top: 0px;
    padding-left: 10px;
    transition: ease-in-out 0.3s;
    border-radius: 0px;
    background: transparent;
    color: #fff;
    outline: none;
}
.form textarea {
    border: none;
    font-family: 'Questrial', sans-serif;
    color: #fff;
    border: 1px solid #fff;
    font-size: 1.5rem;
    padding: 12px 0px;
    width: 100%;
    margin-top: 0px;
    padding-left: 10px;
    transition: ease-in-out 0.3s;
    border-radius: 0px;
    background: transparent;
    min-height: 150px;
    outline: none;
}
.form h3{
  margin-bottom: 20px;
}
.btn-regular2 {
    padding: 12px 35px;
    background: transparent;
    border:1px solid #fff;
    border-radius: 40px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-regular2:hover{
  background: #fff;
  color: #000;
}
/*.form .btn-regular {
    background: transparent;
    padding: 10px 30px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    margin-top: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3;
    transition: all 0.3s;
    float: right;
}*/
.foot_social h4{
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.foot_social ul li{
  display: inline-block;
  margin-right: 5px;
}
.foot_social ul li a{
  color: #fff;
  font-size: 18px;
}
.foot_social li a {
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
    color:#fff; 
    border:1px solid transparent;
    background-color: #c3ad79;
    border-radius: 50%;
    height: 35px;
    display: inline-block;
    width: 35px;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.foot_social li a:hover{
   border:1px solid #c3ad79;
   background: transparent;
}
.enq p{
  color: #fff;
  font-weight: bold;
}
.form .input::-webkit-input-placeholder { 
  color: #fff;
  text-transform: uppercase;
}
.form .input::-moz-placeholder { 
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
}
.form .input:-ms-input-placeholder { 
  color: #fff;
  text-transform: uppercase;
}
.form .input:-moz-placeholder { 
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
}
.form .input::placeholder {
  color: #fff;
  text-transform: uppercase;
}

.form .textarea::-webkit-input-placeholder { 
  color: #fff;
  text-transform: uppercase;
}
.form .textarea::-moz-placeholder { 
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}
.form .textarea:-ms-input-placeholder { 
  color: #fff;
  text-transform: uppercase;
}
.form .textarea:-moz-placeholder { 
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}
.form .textarea::placeholder {
  color: #fff;
  text-transform: uppercase;
}
#main_footer{
  padding: 20px 0px;
  background: #000;
}
#main_footer p{
  color: #fff;
  font-weight: normal;
  margin-bottom: 0px;
}
#main_footer a{
  color: #fff;
}
.back_to_top {
    position: fixed;
    bottom: 70px;
    right: 30px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    display: none;
    font-size: 22px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.back_to_top:hover {
    background-color: #000f24;
    color: #ffffff;
    text-decoration: none;
}

.search input {
    width: 100%;
    height: 55px;
    padding-left: 28px;
    background: #fff;
    color: #000;
    border: 0px;
    font-family: 'Questrial';
    outline: none;
    border-radius: 4px;
    border: 2px solid #D2CCCC;
}
.search textarea {
    width: 100%;
    height: 85px;
    padding-left: 28px;
    background: transparent;
    color: #000;
    border: 0px;
    outline: none;
    font-family: 'Questrial';
    border-radius: 4px;
    border: 2px solid #D2CCCC;
}

.form_txt h3 {
    color: #888;
    margin-bottom: 30px;
    font-weight: bold;
}

/*.map {
    background-color: #e5e3df;
    overflow: hidden;
    height: 380px;
    margin-bottom: 0px;
}*/
.map p{
    background-color: #e5e3df;
    overflow: hidden;
    height: 380px;
    margin-bottom: 0px;
}
.map iframe {
    height: 100%;
    width: 100%;
    
}
.email_box input{
  border: 1px solid #fff;
    font-size: 1.5rem;
    padding: 12px 0px;
    max-width: 100%;
    width: 100%;
    margin-top: 0px;
    padding-left: 10px;
    transition: ease-in-out 0.3s;
    border-radius: 30px;
    background: #fff;
    color: #000;
    outline: none;
}
.email_box .submit{
   display: inline-block;
    padding: 14px 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 25px;
    color: #fff;
    margin-top: 30px;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #c3ad79;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.email_box .submit:hover{
  background: transparent;
  background: #c3ad79;
}
.our{
   background: #cd8467; /* Old browsers */
color: #fff;
background: -moz-linear-gradient(left,  #cd8467 0%, #cdab69 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #cd8467 0%,#cdab69 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #cd8467 0%,#cdab69 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd8467', endColorstr='#cdab69',GradientType=1 ); /* IE6-9 */
  padding: 15px 0px;
}
.our .heading h2{
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: 1px;
  margin-top: 0px;
  font-size: 24px;
  font-weight: 300;
}
.our .heading h3:before{
  background: #fff;
}
.our .heading p,.our .heading p a{
  color: #fff;
  font-weight: 300;
  margin-bottom: 0px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.our .heading p a:hover{
  color: #000;
}
/*.our .heading p a{ 
 font-family: 'Montserrat', sans-serif;
}*/
.loca{
  padding: 15px 0px;
  background: #333333;
}
.sitemap{
  padding: 60px 0px 80px;
}
.loca .heading h3{
  padding-bottom: 15px;
  position: relative;
  color: #fff;
}

.add_box{
  margin-top: 0px;
}
.add_box h2{
  color: #b09a65;
  margin-top: 0px;
}
.add_box p a{
  color: #fff;
  /*font-family: 'Montserrat', sans-serif;*/
}
.add_box p{
  color: #fff;
  margin: 5px 0px 0px ;
  display: inline-block;
}
.accebility{
  padding: 60px 0px;
  background: #21262a;
}
.accebility .heading h3{
  color: #fff;
}
.accebility .heading p{
color:#999999;
}
.acce_txt{
  margin-top: 30px;
}
.acce_txt img{
    display: inline-block !important;
    margin-right: 15px;
    margin-top: -8px;
}
/*.acce_txt img.expresway{
  position: absolute;
    left: 7px;
    top: 30px;
}*/
.acce_txt p{
  color: #000;
  text-transform: uppercase;
  margin-top: 15px;
}
.acce_txt span{
  color:#5d5d5d;
}
#our_customers .owl-carousel {
    padding: 50px 30px;
    margin-top: 30px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    background-color: #f0f3f8;
}
#our_customers {  
  background-color: #f2f2f2;
  padding: 60px 0 80px;
}

#our_customers .container{ position: relative; }

#our_customers .owl-carousel {
  padding: 50px 30px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  background-color: #fff;
}

#our_customers .owl-carousel .item { border: 0px; padding: 5px; }
#our_customers .owl-carousel .item:hover { border-color: none; }

.cust_box { 
  background-color: #fff; 
  text-align: center; 
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
}
.cust_box img { 
  width: 100%; 
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*.cust_box:hover {
  -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 7px rgba(0,0,0,0.3);  
}*/
.cust_box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.abt_sec{
  padding: 70px 0px;
  background: url('images/abtbg.jpg')no-repeat center;
  background-size: cover;
}
.abt_sec .heading{
  padding: 0px 50px;
}
.abt_sec .heading h1{
  color: #fff;
  font-weight:200;
  margin-bottom: 30px;
}
.abt_sec .heading p{
  color: #fff;
  font-weight:200;
  font-size: 16px;
}
/*.welcome{
  background: #c9b37c;
}*/
.nopad{
    padding: 0px;
}
.wel_box {
    position: relative;
    overflow: hidden;
}
.wel_box p{
  color: #fff;
    letter-spacing: 1px;
    line-height: 24px;
}
.wel_box img{
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wel_box:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.big_txt{
  position: absolute;
    bottom: 100px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
     -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wel_box:hover .big_txt{
  bottom:120px;
}
.wel_box .link_btn{
  margin-top: 20px;
  border:1px solid #fff;
  color: #fff;
  background: transparent;
}
.wel_box:hover .link_btn{
  background: #fff;
  color: #000;
}
.wel_box h3{
  color: #fff;
  letter-spacing: 2px;
      height: 50px;
}

.video_banner h4{
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color:#b09a65;


  font-weight: 600;
}
.video_banner h5{
   text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color:#fff;
  font-weight: 600;
}
.addnew{
  margin-bottom: 80px;
}

.inner_banner{
      height: 580px;
  
}
.innerbg1{
  background: url('images/detailsbg.jpg')no-repeat center;
  background-size: cover;
      background-attachment: fixed;
}
.breadcrumb {
    padding: 8px 15px 0px 0px;
    margin: 10px 0px 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
.breadcrumb li {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.breadcrumb li a {
    color: #000;
    font-weight: normal;
    font-size: 13px;
    font-weight: bold;
}
.breadcrumb li.active { font-weight: bold;color: #000 }
.breadcrumb li a:hover {
  text-decoration: none;
  color: #777;
}
.inner_txt{
  padding-top: 250px;
    padding-bottom: 120px;
}
.inner_banner .heading h1{
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}
.inner_banner .heading p{
  text-transform: uppercase;
  color: #fff;
}
.btnnew2{
  text-align: center;
  padding-top: 150px;

}
.btnnew2 .link_btn{
  margin-top: 20px;
  background: none;
  color: #fff;
  padding: 0px;
  border:none;
  animation: bounce 1s infinite
}
.btnnew2 .link_btn:hover,.btnnew2 .link_btn:focus,.btnnew2 .link_btn:active{
  border:none;
  color: #cd8467;
  padding: 0px;
  animation:none;
}
.btnnew2 .link_btn i{
  display: block;
  font-size: 30px;
}
.specification .nav-pills>li{
  float: none;
  margin-right: 20px;
}
.specification .nav-pills > li.active > a, 
.specification .nav-pills > li.active > a:hover, 
.specification .nav-pills > li.active > a:focus {
    background: #cd8467; /* Old browsers */
color: #fff;
background: -moz-linear-gradient(left,  #cd8467 0%, #cdab69 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #cd8467 0%,#cdab69 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #cd8467 0%,#cdab69 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd8467', endColorstr='#cdab69',GradientType=1 ); /* IE6-9 */
}
.specification .nav>li>a {
    color: #000000;
    padding: 20px;
    font-weight: bold;
    border-radius: 40px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    border:1px solid transparent;
    text-transform: uppercase;
    /*-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}
.specification .nav>li>a:hover{
    background: #cd8467; /* Old browsers */
color: #fff;
background: -moz-linear-gradient(left,  #cd8467 0%, #cdab69 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #cd8467 0%,#cdab69 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #cd8467 0%,#cdab69 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd8467', endColorstr='#cdab69',GradientType=1 ); /* IE6-9 */
}
.specification .nav-pills {
    margin-bottom: 40px;
    margin-top: 50px;
}
.specification ul.nav-pills li{
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-top: -4px;
    background: transparent;
}
.spec_box ul{
  margin-top: 0px;
}
.spec_box h4{
  margin: 20px 0px;
}
.spec_box ul li{
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.spec_box ul li:before{
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  left:0;
  top: 5px;
  background: #000;
  border-radius: 50%;
}
.specification{
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
}
.specification#airport{
 overflow: inherit;
}
.spec_box h3,.aga_txt h3,.hyaat_txt h3{
  font-weight: normal;
  color: #333333;
  line-height: 33px;
}

.spec_box p{
  margin-top: 30px;
}
.det_img1{
  margin-left: -100px;
  margin-top: 50px;
}
.det_img2{
  margin-right: -100px;
    margin-top: 50px;
}
.det_img2 img{
    
}
area{
  position: relative;
}
#mapcir{
  content: "";
  position: absolute;
 height: 20px;
    width: 20px;
    background: #000;
    border-radius: 50%;
    display: block;
}
.aga_txt{
  padding-top: 60px;
}
.aga_img img{
  margin-top: 50px;
}
.txtbg1{
  background: url('images/txtbg1.jpg')no-repeat center;
  background-size: cover;
}
.txtbg2{
  background: url('images/txtbg2.jpg')no-repeat center;
  background-size: cover;
}
.txtbg3{
  background: url('images/txtbg3.jpg')no-repeat center;
  background-size: cover;
}
.bgtxt{
     height: 184px;
    padding: 68px 50px;
    width: 397px;
    text-align: center;
}
.aga_img{
  position: relative;
}
/*.aga_img img{
  height: 500px;
  object-fit: cover;
}*/
.bgtxt p{
  color: #fff;
}
.bgtxtouter{
      display: inline-block;
    position: absolute;
    top: 99px;
    right: 50px;
    z-index: 1;
}
.aga_img{
      padding: 0px 0px 80px;
}
.spec_txt{
  padding: 80px 0px 40px;
}
.pro_box{
  border: 10px solid #ebebeb;
 
  border-width: 10px;
  overflow: hidden;
      padding: 20px 10px 0px 20px;
    min-height: 230px;

  margin-bottom: 30px;
  
}


.draw img{
  animation: pulse 1s infinite;
}


.fire_box{
  border: 10px solid #ebebeb;
  border-image-slice: 1;
  border-width: 10px;
  padding: 40px 20px 0px;
  height: 200px;
  margin-bottom: 30px;
  overflow: hidden;
  /*animation: mymove 3s infinite;*/
}
.inn_ame{
      text-align: center;
    border: 1px solid #e4e4e4;
    padding: 30px;
}
.inn_ame img{
  margin: auto;
}
.inn_ame p{
  margin-top: 15px;
  color: #000;
}
.hyyat{
  padding: 60px 0px;
}
.hyt_txt{
  min-height: 390px;
  line-height: 380px;
  text-align: center;
}
.hyt_txt p{
  color: #fff;
}
.hytbg1{
  background: #b1ae57;
}
.hytbg2{
  background: #ba8f4e;
}
.hytbg3{
  background: #fca060;
}
.innerbg2{
  background: url('images/bigbg.jpg')no-repeat center;
  background-size: cover;
      background-attachment: fixed;
}
.innerbg3{
  background: url('images/airportbg.jpg')no-repeat center;
  background-size: cover;
      background-attachment: fixed;
}
.access{
  padding: 60px 0px;
}
.acc_txt img{
  margin: auto;
}
.acc_txt {
  border: 10px solid #ebebeb;
  padding: 60px 20px 0px;
  min-height: 250px;
  margin-bottom: 30px;
}
.accadd h3{
  line-height: 48px;
  letter-spacing: 1px;
}
.abt_img img{width: 100%;}
.abt_txt{
  padding: 70px 110px 114px;
}
.clr1{
  background: #c9b37c;
}
.clr2{
  background: #3b7aaf;
}
.clr1 h3,.clr2 h3{
  color: #fff;
  margin-bottom: 20px;
}
.clr1 p,.clr2 p{
  color: #fff;
}
.clr h3{
  margin-bottom: 20px;
}
.tabs-left {
  border-bottom: none;
  background: #f1f1f1;
  border-right: 1px solid #ddd;
}

.tabs-left>li {
 float: left;
    margin: 0px;
    text-align: center;
    display: inline-block;
    width: 25%;
}
.tabs-left>li .acce_txt{
  min-height: 40px;
}
.locationmap .tabs-left>li .acce_txt{
  min-height: 40px;
}
.acce_txt p{
  font-size: 17px;
}
.acce_txt b.expbold{
  margin-top: -10px;
    display: inherit;

}
.acce_txt span.margb{
 margin-bottom: 20px;
}
.specification .nav.tabs-left>li.active>a,
.specification .nav.tabs-left>li.active>a:hover,
.specification .nav.tabs-left>li.active>a:focus {
  background:#fff;
  border:none;
  border-radius:0px;
  margin:0px;
  outline: none;

}
.tab_box{
  -moz-box-shadow: 0px 0px 18px 0px #ccc;
  -webkit-box-shadow: 0px 0px 18px 0px #ccc;
  box-shadow: 0px 0px 18px 0px #ccc;
  margin:13px;
}
.tab-content{
  padding: 5px 20px 20px;
}
.specification .nav.tabs-left>li>a{
  border-radius: 0px;
  border:none;
  margin:0px;
  padding: 10px;
  background: #f1f1f1;
}
.tab-content .map_txt,.tab-content .map_txt_new{
  margin-bottom: 10px;
}
.tab_box .acce_txt{
  margin-top: 10px;
}
.tab-content .map_txt p, .tab-content .map_txt_new p{
  margin-top: 0px;
  margin-bottom: 0px;
}
.tabpadnone{
  padding: 0px;
}
.tabs-left>li.active>a,.specification .nav.tabs-left>li>a:hover,.specification .nav.tabs-left>li>a:focus{
  background:#fff;
  border:none;
  border-radius:0px;
  margin:0px;
      color: #000;
}
.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.agamap p{
  font-weight: normal;
}
/*.tabs-left>li.active>a::after{
  content: "";
    position: absolute;
    top: 53px;
    right: -10px;
    border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #f1f1f1;
    display: block;
    width: 0;
  }*/
.apprecia .owl-carousel .owl-nav.disabled{
  display: block;
}
.apprecia .owl-nav button.owl-prev{
  left: -40px;
}

.apprecia .owl-nav button.owl-next{
  right: -40px;
}
.apprecia .owl-nav button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.apprecia .owl-nav span {
  font-size: 46px;
  position: relative;
  top: -5px;
  color: #c39e41;
}

.apprecia .owl-nav button:focus {
  outline: none;
}
.apprecia .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}
.apprecia .owl-nav span:hover{
  color: #01367b;
}
.apprecia .owl-carousel .owl-item img{
  border-radius: 50%;
    width: 100px;
    margin: auto;
}
.app_txt p{
  color: #6f6f6f;
}
.app_txt h4{
  color: #b09a65;
  margin: 20px 0px;
}
.apprecia{
  padding-bottom: 80px;
}
.app_txt {
    padding: 20px;
    border: 5px solid #b09a65;
    border-radius: 40px;
    margin-top: 30px;
}
.upcom .heading{
    display: inline-block;
    background: #f7f7f7;
    padding: 15px 40px;
}
.upcom .heading h1{
  margin: 0px;
  font-weight: 300;
}
.up_box{
  height: 278px;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 90px 0px 0px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}
.up1{
  background: url('images/up1.jpg')no-repeat center;
  background-size: cover;
}
.up2{
  background: url('images/up2.jpg')no-repeat center;
  background-size: cover;
}
.up3{
  background: url('images/up3.jpg')no-repeat center;
  background-size: cover;
}
.up4{
  background: url('images/up4.jpg')no-repeat center;
  background-size: cover;
}
.up_prop{
  position: absolute;
  background: #000;
  color: #fff;
  padding: 8px;
  left: 0;
  top: 0;
   -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.up_prop p{
  color: #fff;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.up_box h3{
  color: #fff;
  font-size: 21px;
  margin-bottom: 5px;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
/*.up_box:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}*/
.up_box p{
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.up_box:hover .up_prop{
  top: 50px;
}
.up_box:hover{
  text-align: left;
}

/*** counter ***/
.exp{
  padding: 80px 0px;
}
.exp_box {
  position: relative;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
  min-height: 180px;
  padding: 20px;
      margin-top: 30px;
}
.exp_box .exp_body {
    /*border-radius: 50%;
    width: 200px;
    height: 200px;
    flex-grow: 0;*/
    padding-top:45px;
}
.exp_body span{
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
      
}
.exp_box:hover span.office{
  animation: fadeInLeft 1s 1;
}
.exp_box:hover span.retail{
  animation: fadeInDown 1s 1;
}
.exp_box:hover span.warehouse{
  animation: fadeInUp 1s 1;
}
.exp_box:hover span.datacen{
  animation: fadeInRight 1s 1;
}
.exp_body h3{
      margin: 0;
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 3px;
}
.circular-loader {
  height: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.loader-path {
    stroke-dasharray: 100,200;
    stroke-dashoffset: -25;
    stroke-linecap: round;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50px 50px;
    -moz-transform-origin: 50px 50px;
    -ms-transform-origin: 50px 50px;
    transform-origin: 50px 50px;
    transition: all 1s ease;
}
.loader-path2 {
    stroke-dasharray: 100,200;
    stroke-dashoffset: 5;
    stroke-linecap: round;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50px 50px;
    -moz-transform-origin: 50px 50px;
    -ms-transform-origin: 50px 50px;
    transform-origin: 50px 50px;
    transition: all 1s ease 0.2s;
}
.loader-path3 {
    stroke-dasharray: 100,200;
    stroke-dashoffset: -45;
    stroke-linecap: round;
    -webkit-transform: rotate(125deg);
    -moz-transform: rotate(125deg);
    -ms-transform: rotate(125deg);
    transform: rotate(125deg);
    transform-origin: 50px 50px;
    -webkit-transform-origin: 50px 50px;
    -moz-transform-origin: 50px 50px;
    -ms-transform-origin: 50px 50px;
    transition: all 1s ease 0.4s;
}

.exp_box:hover .loader-path {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.exp_box:hover .loader-path2 {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.exp_box:hover .loader-path3 {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
/** testimonials index slider **/
#testimonials {
  padding: 40px 0 60px;
}
#testimonials .container { position: relative; }
#testimonials .quote_icon {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
}
#testimonials .quote_icon i{
  font-size: 60px;
  color: #000;
  display: inline-block;
  margin: auto;
}
#testimonials .owl-carousel .owl-stage {
  padding: 100px 0 40px;
}
#testimonials .owl-carousel .owl-item img{
  width: 70px;
  margin-top: -50px;
}
#testimonials .owl-carousel .item { border: 0; transition: all 0.3s ease; /*background-color: #3700b3; color: #fff;*/ }
#testimonials .owl-carousel .owl-item.active {
  z-index: 1;
}
/*#testimonials .owl-carousel .owl-item.active:after {
position: absolute;
content: '';
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background: rgba(255,255,255,0.6);
}
#testimonials .owl-carousel .owl-item.active.center:after {
display: none;
}*/
#testimonials .owl-carousel .owl-item.active .item {
  transform: scale(0.99);
  /*background-color: #ebebeb;*/
  /*filter: grayscale(80%);*/
  /*color: #000;*/
  opacity: 0.7;
}
#testimonials .owl-carousel .owl-item.active .item p,
#testimonials .owl-carousel .owl-item.active .item h6 ~ span {
  color: #000000;
      margin-top: 15px;
}
#testimonials .owl-carousel .owl-item.active .item h3{
  font-weight: 300;
}
#testimonials .owl-carousel .owl-item.active .item .owl_controls {
  display: none;
}
#testimonials .owl-carousel .owl-item.active.center {
  z-index: 2;
}
#testimonials .owl-carousel .owl-item.active.center .item {
    transform: scale(1.38);
    min-width: 430px;
    padding: 10px;
    background: #cd8467; /* Old browsers */
color: #fff;
background: -moz-linear-gradient(left,  #cd8467 0%, #cdab69 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #cd8467 0%,#cdab69 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #cd8467 0%,#cdab69 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd8467', endColorstr='#cdab69',GradientType=1 ); /* IE6-9 */
    border: 0;
    color: #fff;
    opacity: 1;
    /*box-shadow: 0 0 12px rgba(0,0,0,0.25);*/
}
#testimonials .owl-carousel .owl-item.active.center .testi_box{
  padding: 20px;
}
#testimonials .owl-carousel .owl-item.active.center .item p,
#testimonials .owl-carousel .owl-item.active.center .item h3,
#testimonials .owl-carousel .owl-item.active.center .item h3 ~ span {
  color: #fff;
  margin-top: 10px;        
}
#testimonials .owl-carousel .owl-item.active.center .item h3{
     font-weight: 400;
}
#testimonials .owl-carousel .owl-item.active.center .item h3 ~ span{
  font-weight: 700;
    padding-bottom: 15px;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #c9b784;
}
#testimonials .owl-carousel .owl-item.active .item h3 ~ span{
  font-weight: 700;
  color: #1d1b35;
  letter-spacing: 1px;
}
#testimonials .owl-carousel .owl-item.active.center .item p{
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
}
#testimonials .owl-carousel .owl-item.active.center .item .owl_controls {
  display: inline-block;
}
.testi_box {
    position: relative;
    padding: 100px 20px;
    min-height: 370px;
    border-radius: 0px;
    border: 1px solid #eaeaea;
    /*box-shadow: 1px 4px 25px rgba(120, 107, 107, 0.25);*/
    /*box-shadow: 0 3px 20px -4px rgba(0,0,0,.5);*/
    transition: all .3s ease-in-out;
}

.testi_box p {    
   font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 300;
     }
.testi_box h6 { margin-bottom: 5px;font-size: 18px; font-weight: 700; margin-top: 0px; }
.testi_box h6 ~ span {
  font-size: 13px;
  font-weight: 400;
}
#testimonials .owl_controls {
  position: absolute;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #7f7f7f;
  color: #fff;
  display: inline-block;
  top: 56%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
#testimonials .owl_controls i { font-size: 24px; line-height: 32px; color: #7f7f7f;}
#testimonials .owl_controls img {
  width: auto;
}
#testimonials .owl_controls.customPrevBtn { left: -17px; }
#testimonials .owl_controls.customNextBtn { right: -17px; }
#testimonials .owl_controls.customNextBtn i{
  padding-left: 3px;
}
#testimonials .owl_controls:hover,
#testimonials .owl_controls:focus { background-color: #f5f5f5; outline: none; }
.big_img{
  margin-top: 30px;
  transition: 0.3s ease-in-out;
}
.big_img img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: -0.8vmax -0.8vmax rgb(205 134 103 / 73%), 0.8vmax 0.8vmax rgb(205 169 105 / 73%);
  transition: 0.3s ease-in-out;
}
.big_img:hover {
  padding: 10px;
}
.big_img:hover img {
  box-shadow: -0.1vmax -0.1vmax rgba(117, 217, 232, 0.05), 0.1vmax 0.1vmax rgba(188, 205, 234, 0.05);
}
.big_img {
  background: #cd8467;
    color: #fff;
    background: -moz-linear-gradient(left, #cd8467 0%, #cdab69 100%);
    background: -webkit-linear-gradient(left, #cd8467 0%,#cdab69 100%);
    background: linear-gradient(to right, #cd8467 0%,#cdab69 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd8467', endColorstr='#cdab69',GradientType=1 );
}
.effect_img {
  background: #cd8467;
    color: #fff;
    background: -moz-linear-gradient(left, #cd8467 0%, #cdab69 100%);
    background: -webkit-linear-gradient(left, #cd8467 0%,#cdab69 100%);
    background: linear-gradient(to right, #cd8467 0%,#cdab69 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd8467', endColorstr='#cdab69',GradientType=1 );
}
.big_cen_txt{
  padding-top: 10px;
}
.big_cen_txt h3{
  margin-bottom: 30px;
}


#bigcentergallery .gal_img{
  margin-bottom: 15px;
  margin-right: 15px;
}
.foot_new_so ul li{
  display: inline-block;
}
.foot_new_so ul{
  text-align: center;
}
.foot_new_so ul li a{
    padding: 15px;
    display: inline-block;
    border-radius: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border:1px solid transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.foot_new_so ul li a.fotbookapt{
  background: #01367b;
}
.foot_new_so ul li a.track_order{
      background: #c39e41;
}
.foot_new_so ul li a.chat_wi_us{
  background: #169c0f;
}
.foot_new_so ul li a.fotbookapt:hover{
  border:1px solid #01367b;
  color: #01367b;
  background: transparent;
}
.foot_new_so ul li a.track_order:hover{
  border:1px solid #c39e41;
  color: #c39e41;
  background: transparent;
}
.foot_new_so ul li a.chat_wi_us:hover{
  border:1px solid #169c0f;
  color: #169c0f;
  background: transparent;
}
/*.team_box {
    position: relative;
    z-index: 1;
    min-height: 500px;
    margin-top: 30px;
    text-align: center;
    border: 1px solid rgba(0,0,0,.125);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team_box img {
    margin: 40px auto;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);

}
.team_txt{
  padding: 0px 20px 20px 20px;
}
.team_box:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    background: #cd8467; 
    background: -moz-linear-gradient(left,  #cd8467 0%, #cdab69 100%); 
    background: -webkit-linear-gradient(left,  #cd8467 0%,#cdab69 100%); 
    background: linear-gradient(to right,  #cd8467 0%,#cdab69 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd8467', endColorstr='#cdab69',GradientType=1 ); 
    display: block;
    height: 80px;
    z-index: -1;
     -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transition: height .3s ease;
}
.team_box:hover:before{
  height: 100%;
}
.team_box:hover h3,.team_box:hover p{
  color: #fff;
}*/
.tab_team {
    padding: 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
        min-height: 520px;
        -moz-box-shadow: 0px 0px 18px 0px #efefef;
    -webkit-box-shadow: 0px 0px 18px 0px #efefef;
    box-shadow: 0px 0px 18px 0px #efefef;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tab_team:hover{
  margin-top: -10px;
}
.tab_team:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    background: #cd8467;
    background: -moz-linear-gradient(left, #cd8467 0%, #cdab69 100%);
    background: -webkit-linear-gradient(left, #cd8467 0%,#cdab69 100%);
    background: linear-gradient(to right, #cd8467 0%,#cdab69 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd8467', endColorstr='#cdab69',GradientType=1 );
    display: block;
    height: 30px;
    z-index: -1;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transition: height .3s ease;
}
.tab_team:hover h3,.tab_team:hover h4,.tab_team:hover p{
  color: #fff;
}
.tab_team:hover a{
  background: #fff;
    color: #000;
    border: none;
}
.tab_team:hover:before {
    height: 100%;
}
.tab_team h4{
    line-height: 20px;
    min-height: 40px;
}
.tab_team p{
  font-weight: 300;
}
.modal-backdrop.in{
z-index: 13;
}
.modal-content{
-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.5);
box-shadow: 0 0px 0px rgba(0,0,0,.5);
background: transparent;
border:none;
}
.modal-header{
padding: 0px;
border:0px;
}
.modal-header .close{
padding: 10px 10px 14px;
height: 40px;
width: 40px;
margin-bottom: 10px;
border-radius: 50%;
background:#fff;
line-height: 0;
opacity: 1;
color:#000;
outline: none;
}
.modal-footer{
border:0px;
}
.modal-body{
padding: 0px;
}
.quick_connect {
    padding: 30px;
    border-radius: 4px;
        /* background: #f6d384; */
    background: #cd8467;
    background: -moz-linear-gradient(left, #cd8467 0%, #cdab69 100%);
    background: -webkit-linear-gradient(left, #cd8467 0%,#cdab69 100%);
    background: linear-gradient(to right, #cd8467 0%,#cdab69 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd8467', endColorstr='#cdab69',GradientType=1 );
    /* background: #008F4F; */
}
.modal-body h3,.modal-body h4{
  color: #fff;
}
.modal-body p{
  color: #fff;
  font-weight: 300;
}
.specification .slider_nav.ourteam{
  padding-left: 220px;
}
#ourteam{
  padding-top: 80px;
}
.team_page{
  padding-bottom: 80px;
}
.thumb_hover {
    position: absolute;
    top: 0;
    /* bottom: 0; */
    width: 100%;
    height: 0%;
    /* transform: scale(0); */
    margin: auto;
    background-color: rgba(205, 132, 103, 0.62);
    text-align: center;
    transition: 0.3s ease-in-out;
}
.tab_team .link_btn{
      position: absolute;
    left: 20px;
    display: inline-block;
    margin: auto;
    width: 88px;
    bottom: 20px;
    outline: none;
    padding: 3px;
}
.gal_img{
  position: relative;
      margin-bottom: 30px;
}
.gal_img:hover .thumb_hover {
    height: 100%;
}
#ourteam .main_tab{
  padding-top: 100px;
}

.up_box:hover .thumb_hover{
    height: 100%;
}
.up_box .thumb_hover{
   left:0px;
   background-color: rgba(0, 0, 0, 0.73);

}
.up_txt{
    position: absolute;
    top: 40%;
    text-align: center;
    left: 10%;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: 0.5s;
    width: 270px;
    display: inline-block;
}
.up_box:hover .up_txt{
  left: 3%;
  top: 40%;
  text-align: left;
}
.up_txt p{
  text-align: left;
  bottom: 10px;
  opacity: 0;
  font-weight: 300;
  visibility: hidden;
  position: relative;
  display: none;
}
.up_box:hover .up_txt p{
  bottom:0;
   opacity: 1;
   display: block;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
  visibility: visible;
}
.specification .slider_nav li{
  display: inline-block !important;
  text-align: center;
  color: #000;
  margin-top: 0px;
  letter-spacing: 2px;
  position: relative;
  display: block;
  background: transparent;
  float: none;
  font-weight: bold;
  margin-right: 10px;     
  /*padding: 20px;*/
  cursor: pointer;
    text-transform: uppercase;
  font-size: 14px;
  border-radius: 40px;
  border: 2px solid #d8d8d8; 
  outline: none;
}
.specification .slider_nav .slick-track li.slick-current a{
  display: block;
  color: #000;
  border: none;
  border-radius: 40px;
}
.specification .slider_nav li a{
  color: #000;
  text-align: center;
  margin-top: 0px;
  letter-spacing: 2px;
  position: relative;
  display: block;
  background: transparent;
  float: none;
  font-weight: bold;
  margin-right: 0px;     
  padding: 11px 26px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 40px;
  border: 2px solid transparent; 
  outline: none;
}
.specification .ourteam li{
color: #000;
  text-align: center;
  margin-top: 0px;
  letter-spacing: 2px;
  position: relative;
  display: block;
  background: transparent;
  float: none;
  font-weight: bold;
  margin-right: 10px;     
  cursor: pointer;
  padding: 11px 36px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 40px;
  border: 2px solid #d8d8d8; 
  outline: none;
}
.specification .slider_nav{
  margin: 5px 0px 40px;
  position: absolute;
  height: 52px;
  z-index: 1;
  padding-left: 0px;
  width: 100%;
}
/*.slider_nav .slick-list{
  overflow: inherit;
}*/
.fancybox-container .fancybox-thumbs .fancybox-thumbs-y {
    display: block !important;
}
.hide_div{
  padding-top: 100px;
}
.specification .slider_nav .ourteam li a:hover,.specification .slider_nav li:hover{
  border:2px solid #cd8467;

}
.slick-track .ourteam  li.slick-current a:hover{
   border:2px solid #cd8467;
  
}
.slick-track li.slick-current{
  border:2px solid #cd8467;
}
.slick-list.draggable {
    float: left;
    width: 100%;
}
#shantionepark .slick-initialized .slick-slide,#airport .slick-initialized .slick-slide{
  opacity: 1 !important;
}
.stick {
 position: fixed;
  top: 57px;
  left: 0;
  z-index: 1;
  background: #fff;
  transition: 0.5s ease;
 /* z-index: 10000;
  border-radius: 0 0 0.5em 0.5em;*/
}
.wrap_slider_nav.stick .wrap_cont{
  width: 1170px;
  margin: auto;

}
/*.slick-slider .slick-track, .slick-slider .slick-list{
      -webkit-transform: translate3d(0, 0, 0)!important;
    -moz-transform: translate3d(0, 0, 0)!important;
    -ms-transform: translate3d(0, 0, 0)!important;
    -o-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0) !important;
    width: 100% !important;
}*/
#officepark.slick-slider .slick-track,#airportdelhi.slick-slider .slick-track,
#bigcenterthane.slick-slider .slick-track{
    -webkit-transform: translate3d(0, 0, 0)!important;
    -moz-transform: translate3d(0, 0, 0)!important;
    -ms-transform: translate3d(0, 0, 0)!important;
    -o-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0) !important;
    width: 100% !important;
}
.slider_nav.formobile{
  display: none;
}
/*.wrap_cont{
  position: relative;
}*/
.wrap_slider_nav.stick .slider_nav{
  margin: 0px;
  padding: 20px 0px;
      width: 1170px;
}
.wrap_slider_nav{
  display: block;
  width: 100%;
}
.main_tab{
  outline: none;
  padding-bottom: 80px;
}
.floor_plan{
  margin-bottom: 30px;
  position: relative;
  border: 10px solid #ebebeb;
}
 .fancybox-image,.fancybox-spaceball{
  border: 10px solid #ebebeb !important;
}
.amenitiesimg{
  position: relative;
  margin-bottom: 30px;
  /*-moz-box-shadow: 0px 0px 18px 0px #ccc;
    -webkit-box-shadow: 0px 0px 18px 0px #ccc;
    box-shadow: 0px 0px 18px 0px #ccc;*/
    border: 10px solid #ebebeb;
}
.amenitiesimg br{
  display: none;
}
.amenitiesimg p:nth-child(2){
	position: absolute;
 
}

.amentxt{
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: rgb(37 37 37 / 78%);
  min-height: 110px;
  padding: 10px ;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.amentxt h4{
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
}
.amentxt p{
  color: #fff;
  margin-bottom: 0px;
}
/*.amentxt p:last-child{
  display: none;
}*/
.amenitiesimg:hover .amentxt{
  visibility: visible;
  opacity: 1;
}
.backcolor:before{
      content: "";
    position: absolute;
    height: 61px;
    left: 0;
    width: 100%;
    top: 0px;
    display: block;
    background: #f1f1f1;
}
.wrap_cont:before{
    content: "";
    position: absolute;
    height: 46px;
    left: 0;
    width: 100%;
    top: 0px;
    display: block;
    background: #f1f1f1;
}
.floor_plan:hover .thumb_hover,.amenitiesimg:hover .thumb_hover{
  height: 100%;
}
.hyaat_txt h3,.hyaat_txt h3 p{
  margin: 0px;
  font-weight: 300;
  color: #000;
  font-size: 36px;
}
.hyaat_txt{
  padding: 0px 0px 40px;
}
.accadd h3 {
    line-height: 48px;
    letter-spacing: 1px;
}
.access_img{
  margin-top: 50px;
}
.accadd{
  margin-top: 50px;
}
.project_add_box{
  margin-bottom: 30px;
    margin-top: 20px;
}
.project_add_box h5{
  font-size: 18px;
}

.project_add_box p,.project_add_box p a{
  color: #757575;
}
.bigcentab{
  padding-left: 50px;
}
.delhi_acc{
  -moz-box-shadow: 0px 0px 18px 0px #ccc;
    -webkit-box-shadow: 0px 0px 18px 0px #ccc;
    box-shadow: 0px 0px 18px 0px #ccc;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 360px;
}
.delhi_acc h3{
  font-size: 20px;
  margin: 20px 0px;
}
.del_loc{
  -moz-box-shadow: 0px 0px 18px 0px #ccc;
  -webkit-box-shadow: 0px 0px 18px 0px #ccc;
  box-shadow: 0px 0px 18px 0px #ccc;
  padding: 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 320px;
           
}
.del_loc h3{
  font-size: 18px;
  margin: 20px 0px;
  min-height: 50px;
  line-height: 26px;
  letter-spacing: 1px;
}
.del_loc .link_btn{
      padding: 3px 25px;
}
.delhinav{
  padding-left: 230px;
}
/*.del_loc:hover{
  min-height: 570px;
}*/
.del_loc:hover p{
  visibility: visible;
  display: block;
  font-weight: 400;
  transition: opacity .45s ease-in-out;
   -moz-transition: opacity .45s ease-in-out;
   -webkit-transition: opacity .45s ease-in-out;
   opacity: 1;
}
/*.del_loc p{
  visibility: hidden;
  opacity: 0;
  display: none;
}*/
/*.wrap_slider_nav{
  position: fixed;
  min-height: 100px;
  left: 0;
  top: 40%;
  background: rgba(255,255,255,0.6);
  z-index: 1;
}*/
#access .access_bg .hyaat_txt h3,#access .access_bg .hyaat_txt p,
#delhiaccess .access_bg .hyaat_txt h3,#delhiaccess .access_bg .hyaat_txt p{
  color: #000;
}
#access .access_bg .hyaat_txt p,#delhiaccess .access_bg .hyaat_txt p{
  margin-top: 20px;
  font-weight: 300;
}
#access .access_bg .acce_txt{
  margin-top: 0px;
}
.locbg.clearfix{
  -moz-box-shadow: 0px 0px 18px 0px #ccc;
  -webkit-box-shadow: 0px 0px 18px 0px #ccc;
  box-shadow: 0px 0px 18px 0px #ccc;
  padding: 10px 0px;
  margin: 40px 15px 0px;
}
.locbg .address h3{
  margin-bottom: 40px;
}
.locbgs .row{
  clear: both;
  -moz-box-shadow: 0px 0px 18px 0px #ccc;
  -webkit-box-shadow: 0px 0px 18px 0px #ccc;
  box-shadow: 0px 0px 18px 0px #ccc;
  padding: 20px 0px;
  margin: 40px 15px 0px;

}
.wrap_slider_nav.stick li a{
    padding: 5px 8px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}
.wrap_slider_nav.stick li{
  margin-right: 20px;
}
.wrap_slider_nav.stick .slider_nav{
  padding: 5px 0px;
}
/*.wrap_slider_nav.stick .slider_nav.bigcentab {
      padding-left: 110px;
}
.wrap_slider_nav.stick .slider_nav.delhinav{
   padding-left: 280px;
}
.wrap_slider_nav.stick .slider_nav.office{
  padding-left: 70px;
}*/

.locatab .row{
  margin: 15px;
}
.locatab .newtxt{
  padding-bottom: 40px;
}
.locationmap{
  margin-top: 50px;
}
.hyaat_txt.padtopnew{
  display: none;
}
button.fancybox-button.fancybox-button--thumbs{
  display: inline-block !important;
}
.draw {
  background: none;
  border: 0;
  box-sizing: border-box;
  padding: 30px 16px 0px 30px;
  box-shadow: inset 0 0 0 10px #ebebeb;
  font-size: inherit;
  min-height: 230px;
  position: relative;
  vertical-align: middle;
  margin-bottom: 30px;
}
.draw p {
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-bottom: 5px;
    /* min-height: 40px; */
    font-size: 13px;
}
.draw p span{
  text-transform: inherit;
    font-family: 'Faustina', serif;
    box-sizing: border-box;
    font-size: inherit;
    font-weight: 300;
    color: #333;
}
.draw p:last-child{
   text-transform: inherit;
}
.draw::before, .draw::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.draw {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.draw::before, .draw::after {
  border: 10px solid transparent;
  width: 0;
  height: 0;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}
/*.draw:hover {
  color: #60daaa;
}*/
.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before {
  border-top-color: #cd8467;
  border-right-color: #cd8467;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
  border-bottom-color: #cd8467;
  border-left-color: #cd8467;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.det_img{
  position: relative;
}
.det_img a{
  position: absolute;
  height: 10px;
  width: 10px;
  background: #000;
  border-radius: 50%;
}
.mapdots{
  position: relative;
}


/*masonary css*/
.galltab {
    /*background-color: #e4e4e4;*/
    padding: 20px 0 50px;
    text-align: center;
}

.galltab .grid {
    width: 100%;
    margin: 0px auto 0;
}

.galltab_btns {
    padding: 10px 0 40px;
    /*background-color: #ddd;*/
}

.galltab_btns button {
    font-size: 17px;
    font-weight: 500;
    padding: 10px 15px;
    border: 0;
    margin-top: 0px;
    margin-right: 20px;
    background-color: transparent;
    border-bottom: 1px solid #d8d8d8;
    color: #000000;
    outline: none;
}

.galltab_btns button:hover,
.galltab_btns button.active {
    color: #cd8467;
    outline: none;
    border-bottom: 2px solid #cd8467;
}

.galltab .grid-item {
    width: 25%;
    float: left;
    margin: 0;
    background-color: #fff;
    padding: 10px;
   /* -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 1px rgba(0,0,0,0.1);*/
    /*-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}

.galltab .grid-item .tabgal_img {
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    position: relative;
    z-index: 0;
}
/*.galltab .grid-item .tabgal_img p{
	display: none;
}*/
.galltab .grid-item .tabgal_img,.floor_plan{
  position: relative;
}
.galltab .grid-item .tabgal_img:hover::before,
.floor_plan a:hover::before,
.galltab .grid-item a:hover::before,
.amenitiesimg a:hover::before{
  height: 100%;
}
.tabgal_img:before,.floor_plan a:before,.galltab .grid-item a:before,.amenitiesimg a:before{
  content: "";
   position: absolute;
    top: 0;
    /* bottom: 0; */
    width: 100%;
    height: 0%;
    left: 0;
    /* transform: scale(0); */
    margin: auto;
    background-color: rgba(205, 132, 103, 0.62);
    text-align: center;
    transition: 0.3s ease-in-out;
}
.galltab .grid-item p:last-child{
	margin: 0;
    display: none !important;
  
}

.galltab .grid-item p a{
  display: none !important;
}
.galltab .grid-item a {
        display: block;
        color: #333;
        position: relative;
    }

    /*.galltab .grid-item .tabgal_img:before {
        content: '';
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: rgba(203,169,131,0.2);
    }*/

    .galltab .grid-item img {
        width: 100%;
    }

   /* .gal_360 .grid-item:hover {
        -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.15);
        box-shadow: 0 1px 6px rgba(0,0,0,0.15);
    }

        .gal_360 .grid-item:hover .workspace_img:before {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }
*/
.galltab .grid-item:hover .thumb_hover{
    height: 100%;
}
.aga_box h3{
  font-weight: normal;
    color: #333333;
    line-height: 33px;
}
.aga_box {
  margin-bottom: 0px;
}
.paddingbox{
  padding:40px; 
}

.contact_form .form .input {
    border: none;
    color: #000;
    border: 1px solid #008F4F;
    font-size: 1.5rem;
    padding: 15px 0px;
    width: 100%;
    font-weight: 500;
    margin-top: 15px;
    padding-left: 10px;
    transition: ease-in-out 0.3s;
    border-radius: 6px;
}
.access_bg {
    padding: 0px;
    /*background: #21262a;*/
}
.padddiv{
  padding-top: 120px;
}
.extrapad{
  padding-top: 100px;
}
.padtop{
  padding-top: 60px;
}
.padtop h3{
  margin-bottom: 20px;
}
.hyaat_txt  h3.new_adv_txt{
  font-size: 22px;
  padding: 50px 0px 0px;
  margin-bottom: 0px;
letter-spacing: 1px;
text-transform: uppercase;
}
.acess a{
    height: auto;
    display: block;
    outline: none;
    padding:0px;
    -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
.access_bg .draw{
      padding: 50px 0px 0px 0px;
}

.mapmodal .modal-lg {
    width: 1200px;
}
.mapmodal .quick_connect{
   padding: 30px 15px;
   background: #fff;
} 
.map_txt p,.map_txt_new p{
 color: #cc8667;;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;

}
.map_txt span,.map_txt_new span {
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
}
.map_txt_new table{
  margin-top: 10px;
}
.map_txt_new table th{
  width: 40%;
  font-weight: bold;
}
.map_txt_new table td{
  color: #000;
}
.bggray{
  background: #eaeaea;
}
.bgdark{
  background: #b1b1b1;
}
/*#metro .map{
      height: 590px;
}*/
.acess  h3{
  line-height: 40px;
}
.draw.metrobox {
    padding: 50px 0px 0px;
    text-align: center;
}
.draw.metrobox img{
  margin: auto;
}
.metrobox h4{
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: 1px;
    font-size: 23px;
}





#tenants .owl-carousel {
    padding: 50px 30px;
    margin-top: 0px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    background-color: #f0f3f8;
}
/*#associates {  
  padding: 60px 0 80px;
}*/

#tenants .container{ position: relative; }

#tenants .owl-carousel {
  padding: 50px 30px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  background-color: #fff;
}
.cust_box img{
   -webkit-transition: all 0.3s ease-in-out;
                  -moz-transition: all 0.3s ease-in-out;
                  -ms-transition: all 0.3s ease-in-out;
                  -o-transition: all 0.3s ease-in-out;
                  transition: all 0.3s ease-in-out;
}
.cust_box img:hover{
  transform: scale(1.1);
}

#tenants .owl-carousel .item { border: 0px; padding: 5px; }
#tenants .owl-carousel .item:hover { border-color: none; }
.delhiproj .tabs-left>li{
  width: 19.99%;
}
.biglocationmap .tabs-left>li{
   width: 33.33%;
}
.delhiproj .tabs-left>li .acce_txt {
    min-height: 40px;
}
.tab-content p,.tab-content span{
    display: block;
}
/*.tab-content .map_txt p,.tab-content .map_txt span{
  display: block;
}*/
.tab-content .map_txt_new p,.tab-content .map_txt_new span{
  display: block;
  font-size: 16px;
}
.tab-content .map_txt_new p.aga_txt_new{
  display: block;
  color: #cc8667;
}
.tab-content .map_txt p.aga_txt_new{
  display: none;
}
.map_txt{

}
.prod_vid {
        position: relative;
    height: 400px;
    background: #000;
    overflow: hidden;
    width: 63%;
    margin: auto;
}
#pro_vid {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}
.aga_box.aganewtxt{
  display: none;
}
/**************************************************/



.newactive a{
  color: #fff !important;
    background: #cd8467 !important;
    background: -moz-linear-gradient(left, #cd8467 0%, #cdab69 100%)!important;
    background: -webkit-linear-gradient(left, #cd8467 0%,#cdab69 100%)!important;
    background: linear-gradient(to right, #cd8467 0%,#cdab69 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd8467', endColorstr='#cdab69',GradientType=1 );

}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  color: #fff;
  background-color: transparent;
}

/*****************************/
/**** Responsive Styles *****/
/****************************/
@media screen and (max-width: 1600px){
 
}
@media screen and (max-width: 1382px){
  
}
@media screen and (max-width: 1366px){

}
@media screen and (max-width: 1260px){
  .video_banner{
        height: 670px;
  }

}
@media screen and (max-width: 1199px){
  
  .abt_txt {
      padding: 20px 30px 0px;
  }
  .big_txt{
    bottom: 60px;
  }
  .wel_box h3{
    font-size: 20px;
  }
  #bg-vid{
        object-fit: cover;
  }
  .video_banner .owl-carousel .item h1{
    font-size: 36px;
  }
  .video_banner .item{
    margin-top: 210px;
  }
  .abt_sec{
    padding: 100px;
  }
  .specification .slider_nav.ourteam{
  padding-left: 100px;
}
.prod_vid {
    
    width: 89%;
}

  

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


}

@media screen and (max-width: 991px){
    .top .navbar-default .navbar-nav { display: none;}
    .open_menu_btn{ display: inline-block; right: 30px;}
    .sidenav{display: block;}
    .sidenav .top_add .top_social{
      float: none;
    }
    .sidenav .top_add .top_social li a{
      padding: 0px;
    }
    .sidenav .top_add_contact{
      margin: 40px 0px;
    }
    .sidenav .top_add_contact ul li a{
      margin-bottom: 0px;
    }
   
    .open_menu_btn{
      top: 30px;
    }
    .container>.navbar-header{
      margin:0px;
    }

    .nopad{
      padding: 0px 15px;
    }
    .welcome .nopad,.upcom .nopad{
      padding: 0px;
    }
    .wel_box:hover .big_txt{
      bottom:60px;
    }
    .abt_sec{
    padding: 80px 0px;
  }
  .abt_sec .heading{
      padding: 0px;
  }
  .top .navbar-default.sticky .open_menu_btn{
    top: 12px;
  }
  .galltab .grid-item{
    width: 33.2%;
  }
  .tab-content p,.tab-content span{
    display: block;
  }
  .acce_txt p b,.acce_txt span{
    display: none;
  }
  .tabs-left>li .acce_txt {
      min-height: 60px;
  }
  .tab-content .map_txt p.aga_txt_new{
    display: block;
    font-weight: bold;
  }
  .map_txt p, .map_txt_new p{
    font-size: 16px;
  }
  .tab-content .map_txt_new p.aga_txt_new {
      display: block;
  }
  .delhiproj .tabs-left>li .acce_txt {
      min-height: 50px;
  }
  .locationmap .tabs-left>li .acce_txt{
    min-height: 40px;
  }
  .acce_txt b.expbold{
    display: none;
  }
  .acce_txt img.expresway{
    position: inherit;
    left: 0;
    top: 0;
  }
  .acce_txt img{
        margin-right: 0px;
  }
  @media(max-width: 991px){


 }
@media screen and (max-width: 880px){
 
}
@media screen and (max-width: 768px){
   #officepark.slick-slider .slick-track,#airportdelhi.slick-slider .slick-track,
   #bigcenterthane.slick-slider .slick-track{
    display: none;
  }
  .slider_nav.formobile{
    display: block;
  }
  .wrap_slider_nav.stick .slider_nav {
      padding: 8px 0px;
  }
  .slider_nav.formobile.slick-slider .slick-track{
    transform: translate3d(-9517px, 0px, 0px);
  }
  .prod_vid {
      width: 100%;
          height: 407px;
  }
}

@media screen and (max-width: 767px){
  
  
  .top a.navbar-brand{
    margin-left: 0px;
  }

  .btn-regular{
    margin-top: 10px;
  }
  .avail a{
    display: block;
    margin-top: 20px;
  }
 
  .top a.navbar-brand img {
      /*width: 140px;*/
  }
  .top .navbar-default{
    min-height: 70px;
  }
 
  .footer h4{
    font-size:  16px;
  }
  a,p{
    font-size: 14px;
  }
  .foot_logo{
    margin-top: 30px;
  }
  .foot_logo img{
    margin: auto;
  }
  .our{
      padding: 20px 0px;
  }
  .hyt_img img{
    width: 100%;
  }
  .hyt_txt{
    padding-top: 110px;
  }
  .our .heading h3{
    font-size: 20px; 
  }
  .abt_txt {
    padding: 20px 30px 30px;
    height: auto;
  }
 
  .inner_txt {
    padding-top: 150px;

  }
  .inner_banner {
    height: 314px;
  }
  .exp_box .exp_body{
    margin: auto;
  }
  .wel_box img{
    width: 100%;
  }
  .upcom .heading h1,.our_team .heading h2{
    font-size: 20px;
  }
  .abt_sec .heading h1,.heading h1{
    font-size: 24px;
  }
  .video_banner {
    height: 540px;
  }
  
  .our .heading h2{
    font-size: 20px;
  }
  .add_box h1{
    font-size: 28px;
  }
  .loca .heading h3{
    font-size: 18px;
  }
  .map iframe{
    margin-top: 30px;
  }
 .specification .slider_nav.ourteam{
  padding-left: 0px;
}
  .specification .ourteam li,.specification .slider_nav li a{
    padding: 7px 12px;
    font-size: 13px;
  }
  .specification .slider_nav{
    padding: 0px;
  }
  .tab_team{
    margin-bottom: 30px;
  }
  .video_banner .banner_txt{
    margin-top: 180px;
   
    padding-bottom: 110px;
  }
  .video_banner .banner_txt h1{
    font-size: 36px;
  }
  .video_banner .banner_txt h3{
    font-size: 24px;
  }
  #ourteam {
      padding-top: 40px;
  }
  .tab_team h3{
    font-size: 20px;
  }
  .tab_team h4{
    font-size: 18px;
  }
  .up_box .thumb_hover{
    height: 100%;
  }
  .up_txt{
    left: 3%;
    width:auto;
        text-align: left;
  }
  .up_box .up_prop{
   top: 50px;
  }
  .up_txt p{
        visibility: visible;
    display: block;
    opacity: 1;
    bottom: 0px;
  }
  .icon-scroll{
    display: none;
  }
  .inner_txt{
    padding-bottom: 0px;
  }
  .top a.navbar-brand{
    padding-top: 20px;
  }
  .wrap_slider_nav.stick .slider_nav.office,
  .wrap_slider_nav.stick .slider_nav.bigcentab,
  .wrap_slider_nav.stick .slider_nav.delhinav {
      padding-left: 10px;
  }
  .wrap_slider_nav.stick li {
    margin-right: 10px;
 }
 .hyaat_txt h3{
  font-size: 22px;
 }
 /*.access_box .hyaat_txt h3{
  font-size: 18px;
 }*/
 .acess h3 {
      line-height: 30px;
  }
 .bgtxtouter{
  position: inherit;
  margin: auto;
  top: 0px;
  right: 0px;
  text-align: center;
 }
 .bgtxt {
      height: 211px;
      padding: 70px 50px;
      width: 100%;
      text-align: center;
  }
  .aga_box h3{
    font-size: 22px;
  }
  .stick{
    top: 67px;
  }

  .amenitiesimg{
    margin-bottom: 30px;
  }
  .galltab_btns button{
    margin-right: 10px;
  }
  .galltab .grid-item{
      width: 50%;
  }
  #bigcentergallery:first-child .col-xs-12{
    width: 100%;
  }
  #bigcentergallery .col-xs-12.nopad{
    width: 50%;
  }
  #bigcentergallery .gal_img{
    margin-bottom: 0px;
  }
  .top a.navbar-brand img{
    width: 90px;
  }
  .big_cen_txt h3{
    font-size: 20px;
  }
  .specification  .wrap_slider_nav.stick li a{
      padding: 5px 8px;
      font-size: 11px;
  }
  .del_loc {
      min-height: auto;
  }
  .del_loc p{
   visibility: visible;
   display: block;
  }
 /* .map {
    background-color: transparent;
    overflow: hidden;
    height: 570px;
      margin-bottom: 0px;
  }*/
    .map p{
    background-color: transparent;
    overflow: hidden;
    height: 570px;
      margin-bottom: 0px;
  }
  .del_loc .link_btn{
    margin-top: 0px;
  }
  .galltab_btns button {
      margin-right: 10px;
      opacity: 0;
      display: none;
  }
  .tenants_box .galltab .grid {
    width: 100%;
      margin: 110px auto 0;
  }
  #bigcentergallery .gal_img{
    margin-right: 0px;
  }
  .biggal .col-xs-12{
    padding: 0px;
  }
  #hyatt .galltab .grid-item{
    padding: 0px;
  }
  .hyaat_txt.padtopnew{
    display: block;
    padding-top: 60px;
  }
  .hyaat_txt.padtop,.aga_box{
    display: none;
  }
  .aga_box.aganewtxt{
    display: block;
    padding: 0px 30px;
  }
  .extrapad {
      padding-top: 0px;
  }
  .main_tab .taggd__button{
    height: 12px;
    width: 12px;
    border-radius: 50%;
  }
   #officepark.slick-slider .slick-track,#airportdelhi.slick-slider .slick-track,
   #bigcenterthane.slick-slider .slick-track{
    display: none;
  }
  .slider_nav.formobile{
    display: block;
  }
  .wrap_slider_nav.stick .slider_nav {
      padding: 8px 0px;
  }
}
@media screen and (max-width: 640px){
   .big_txt,.wel_box:hover .big_txt {
    bottom: 120px;
  }  
  .prod_vid{
        height: 307px;
  }
}
@media screen and (max-width: 580px){
   .video_banner .owl-carousel .item h1 {
      font-size: 30px;
  }
  .video_banner .owl-carousel .item h3{
    font-size: 20px;
  }
  #testimonials .owl-carousel .owl-item.active.center .item p{
    font-size: 13px;
    font-weight: 300;
  }
  .big_txt, .wel_box:hover .big_txt {
      bottom: 80px;
  }
  .wel_box .link_btn{
    margin-top: 0px;
  }
 /* .map{
    position: relative;
    padding-bottom: 95%;
    height: 0;
    overflow: hidden;
  }*/
    .map p{
    position: relative;
    padding-bottom: 95%;
    height: 0;
    overflow: hidden;
  }
  .map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

}

@media screen and (max-width: 520px){
    
.aga_box.aganewtxt {
    display: block;
    padding: 0px 20px;
}
.prod_vid {
    height: 266px;
}

}
@media screen and (max-width: 480px){
 .video_banner .outer_carousel{
  width: 240px;
 }
 .top a.navbar-brand{
    padding-left: 0px;
 }
 .video_banner h4{
  font-size: 16px;
  letter-spacing: 0px;
 }

 .inner_txt {
    padding-top: 130px;
}
.aga_box.aganewtxt {
    display: block;
    padding: 0px 40px;
}
 /*.wel_box {
    padding: 150px 100px 0px 100px;
}*/
.prod_vid {
    height: 236px;
}

}
@media screen and (max-width: 420px){
 /* .wel_box {
      padding: 150px 60px 0px 60px;
  }*/
  .prod_vid {
      height: 206px;
  }
}
@media screen and (max-width: 380px){
 .aga_box.aganewtxt {
    display: block;
    padding: 0px 20px;
}

}
@media screen and (max-width: 340px){
  
}