
@import url('https://fonts.googleapis.com/css?family=Lustria');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

html,
body {
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

body {
    max-width: 100% !important;
       overflow-x: hidden !important;
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
a, a:focus, a:hover
{
  outline:none;
  color: #333;
}
.close {
    font-size: 10px;
    display: block;
}
.hide {
    display: none;
}
  #myVideo{
        position: absolute;
        right: 0;
        bottom: 0;
        top:0;
        right:0;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        background-color: black; /* in case the video doesn't fit the whole page*/
        background-image: /* our video */;
        background-position: center center;
        background-size: contain;
        object-fit: cover; /*cover video background */
        z-index:3;
    }

    #myVideo2{
        position: absolute;
        right: 0;
        bottom: 0;
        top:0;
        right:0;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        background-color: black; /* in case the video doesn't fit the whole page*/
        background-image: /* our video */;
        background-position: center center;
        background-size: contain;
        object-fit: cover; /*cover video background */
        z-index:3;
    }


    .banner-head-home1 {
    white-space: nowrap;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50%;
    background-size: cover;
    text-align: center;
    color: #fff;

}
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    background-color: black;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;
}

.centered-home {
    display: inline-block;
    vertical-align: middle;
}
.centered-home img
{
  text-align: center;
  /*width: 70%;*/
  margin:0 auto;
}
.centered-home h2
{
  color: #fff !important;
text-transform: uppercase;
font-size: 24px !important;
margin-bottom: 45px !important;
margin-top: 10px;
}
.centered-home h1
{
   font-family: 'Lustria', serif;
}

.banner-head-home1::before {

    content: "";
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
    margin-right: -.25em;

}

.button_container {
  position: fixed;
  top: 5%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #fff;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container .dark
{
  /* background:#373736 !important;*/
  background: #bd8f33 !important;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.nav-overlay{
  position: fixed;

  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
 /* transition: opacity .35s, visibility .35s, height .35s;*/
  overflow: hidden;
}
.nav-overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100vh; 
  z-index: 2;
}
.nav-overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.nav-overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.nav-overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.nav-overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.nav-bg
{
 background:url(../images/nav-bg.jpg);
  background-position: bottom;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.nav-overlay ul {
  list-style: none;
  padding-top: 10vh;
  padding-left: 0px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
 font-family: 'Lustria', serif;
 font-size: 16px;
 text-transform: uppercase;
}
.nav-overlay ul li {
  display: block;
  height: 25%;
 height: calc(100% /16);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.nav-overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  padding: 5px 55px;
}

/*.nav-overlay ul li .sub-menu {
  display: none;
}*/
.sub-menu
{
min-height: 40px !important;
}
.sub-menu a
{
padding: 0px 55px 5px 55px !important;

font-size: 13px; 
}

.nav-overlay ul li a:hover:after, .nav-overlay ul li a:focus:after, .nav-overlay ul li a:active:after {
  width: 100%;
}
.nav-overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 1px;
  background: #bd8f33;
  transition: .35s;
}

.nav-welcome-txt
{
    padding-top:12vh;
      background:url(../images/header-bg.jpg);
      height: 100vh;
  background-position: bottom;
  background-size: cover;
    text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  width:100%;
  margin:0 auto;
    color: #fff;
    padding-left: 10%;
    padding-right: 10%;
}
.nav-welcome-txt h1
{
    font-family: 'Lustria', serif;
    font-weight: normal;
    color: #e99148;
    margin-bottom: 30px;
}
.nav-logo
{
    
    width:30%;
    margin:0 auto;
    padding-bottom:35%;
}
.centered
{
    text-align: center;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
#section1
{
     background:url(../images/hompage-bg1.jpg);
     background-size:cover;
     background-position-y:10%;
     line-height: 25px;

}
#section1 p::before
{
 content: '';
background: url(../images/win-bullet2.png);
position: absolute;
left: 0px;
display: block;
width: 15px;
height: 15px;
top: 5px;

}
#section1 p
{
  padding-left: 25px;
}

#section3
{
     background:url(../images/hompage-bg1.jpg);
     background-size:cover;
     background-position-y:10%;
     line-height: 25px;

}
#section3 p::before
{
 content: '';
background: url(../images/win-bullet2.png);
position: absolute;
left: 0px;
display: block;
width: 15px;
height: 15px;
top: 5px;

}
#section3 p
{
  padding-left: 25px;
}

.section h2
{
    color: #e99148;
    font-family: 'Lustria', serif;
    margin-bottom: 30px;
    font-size: 40px;


}
#section2
{
    background:url(../images/video-img.jpg);
    background-size: 100%;
    height: 100vh;
    text-align: center;
}
.display-non
{
  display: none;
}

.display-block
{
  display: block;
}
.video-btn
{
  color: #fff;
  margin-top: 50vh;
}
.life-style-img
{
      background:url(../images/homepage-img1.jpg);
    background-size: cover;
    height: 100vh;

}
#section3
{
    background:url(../images/lifestyle-bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 100vh;
}

.life-style
{
    padding-top: 15vh;
}

#section4
{
    background:url(../images/black-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: -50px;
    color: #fff;
}

#section4 h3
{
    font-family: 'Lustria', serif;
    font-size: 40px;
    color: #bd8f33;
}
.black-box-cont
{
    width: 100%;
    margin-top: -5%;
}
.black-box-cont::before
{
    content: '';
    background: url(../images/divider-bg.png);
    position: absolute;
    width: 2px;
    top: 10%;
    left: 0px;
    height: 327px;
}
#section4 p
{
    margin-bottom: 35px;
}

.parent {
    width: 100%;
    height: 50vh;
     border-bottom:  2px solid #12161a;
    border-right:  1px solid #12161a;
    border-left:  1px solid #12161a;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.parent span
{
    position: absolute;
    text-align: center;
    font-size: 30px;
     font-family: 'Lustria', serif;
 /*    color: #bd8f33;*/
     color: #d69f30;
     bottom: 40px;
     margin:0 auto;
     left: 33%;
}
.parent p
{
  position: absolute;
text-align: center;
font-size: 35px;
font-family: 'Lustria', serif;
color: #bd8f33;
bottom: 40px;
margin: 0 auto;
left: 45%;
top: 40vh;
}
.parent:hover span
{
  display: none;
}

.parent:hover .child, .parent:focus .child {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
border-radius: 15px;
-webkit-transform:scale(1.3);
transform:scale(1.3);
 -webkit-transition: transform 1.05s ease-in-out;
    -moz-transition:transform 1.05s ease-in-out;
    -ms-transition:transform 1.05s ease-in-out;
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}


.parent:hover a, .parent:focus a {
    display: block;
}


.parent::before
{
      content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
     background: rgba(0, 0, 0, 0.5);
}
/* Several different images */
.bg-one {
     background-image:url(../images/floor-plan-img.jpg);
     height: 100vh;
       background-size: cover;
      background-position: center;
}
.bg-two {
     background-image:url(../images/amenities-img.jpg);
     height: 100vh;
       background-size: cover;
      background-position: center;
}
.bg-three {
     background-image:url(../images/specification-img.jpg);
     height: 100vh;
      background-size: cover;
     background-position: center;
}
.bg-four
{
    background-image:url(../images/gallery-img.jpg);
     height: 100vh;
       background-size: cover;
     background-position: center;
}
.bg-five
{
    background-image:url(../images/association-img.jpg);
     height: 100vh;
       background-size: cover;
     background-position: center;
}
.bg-six
{
    background-image:url(../images/location-img.jpg);
     height: 100vh;
       background-size: cover;
     background-position: center;
}
#section6
{
     background-image:url(../images/home-footer.jpg);
     background-size:cover;

}
.home-footer
{
  width: 100%;
  text-align: center;
}

.home-footer hr
{
  border-top: 1px solid #fff;
width: 11%;

}
.home-footer a
{
  color: #fff;
}
.home-footer h2
{
  color: #bd8f33;
}
.home-footer p
{
  color: #fff;
  font-size: 19px;

}
.home-footer .address
{
margin-bottom: 30px;

color: #fff;

font-size: 19px;

}
.home-footer .address li 
{
  list-style: none;
}
.home-footer .address li:before
{
    content: '\f041';
  font-family: 'FontAwesome';
  margin-left: -1.5em;
  margin-right: 15px;
  color: #fff;
  font-size: 28px;
}

#section6 h2
{
 font-size: 37px;
}
.home-footer {
    width: 100%;
    text-align: center;
    padding: 10px 10px 50px;
}
/*.home-footer .address::before
{
  content: '\f041';
font-family: FontAwesome;
position: absolute;
 padding-right: 35px;
display: block;
width: 51px;
height: 51px;
font-size: 30px;
top: 0px;
left: 37%;
}*/




 .logo-foo
{
  margin-bottom: 30px;
}
.footer
{
    width: 100%;
    background: #000;
    color: #fff;
    padding: 5px 0px;
    position: absolute;
    bottom: 0px;
}
.footer a
{
  color: #fff;
}
.footer h4
{
  font-weight: 600;
}

.footer h4 i
{
  margin-right: 5px;
  font-size: 20px;
}

.br-bottom
{
  border-bottom: 1px solid #b2b4b7;
  padding-bottom: 10px;
}
.social-media li
{
  list-style: none;
  display: inline-block;

}
.social-media li a
{
padding: 0px 5px;
display: block;
width: 25px;
height: 25px;
border: 1px solid #fff;
border-radius: 50%;
margin: 5px 3px 0 0;

}
.social-media li a:hover
{
  background: #e99148;
  color: #fff;
}
.social-media
{
margin: 0px;
z-index: 3;
padding: 0px;
font-size: 14px;
}
.home-social-media
{
  margin-top: 30px;
z-index: 3;
padding: 0px;
font-size: 20px;
margin-bottom: 30px;
}

.home-social-media li
{
  list-style: none;
  display: inline-block;

}
.home-social-media li a
{
padding: 0px 10px;
display: block;
width: 25px;
height: 25px;

margin: 0px 2px;

}
.home-social-media li a:hover
{

  color: #bd8f33;
}
.fixme { color: white;
text-align: center;
width: 100%;
z-index: 1;
background: #fff;
padding: 10px 0px;}
/*------------------------------------------------------------innerpage---------------------------------------*/
.logo
{
  width: 100%;

}
.logo img
{
 width:auto;
  margin:0 auto;
}
.top-strip
{
  width: 100%;
  padding: 20px 0px;
}
.bord-bottom
{
  border-bottom: 2px solid #373736; 
}
.banner
{
  width: 100%;
  height: 375px;

}

.banner2
{
  width: 100%;
  height: 185px;
  margin-bottom: 5px;

}

.banner-amenities {
    background: url(../images/specification-banner.jpg);
        background-size: auto auto;
    background-size: cover;
    color: #e99148;
    font-size: 25px;
    text-align: center;
    font-family: 'Lustria', serif;
    padding-top: 5%;
}
.content
{
  width: 100%;
  padding: 4em 0em;
}
.location-bg
{
  width: 100%;
  background: url(../images/location-bg.jpg);
  background-position:right;
  background-repeat: no-repeat;
background-size: 50% 100%;
background-position-y: -85px;


}

.location-block-1
{
    padding: 4em 0em 6em 2em;
}
.location-bg ul
{
  width: 40%;
  letter-spacing: 1px;
  padding: 0px;
}
.location-bg ul li
{
  list-style: none;
  float: left;
  margin-bottom: 15px;
}
.location-bg h2
{
  letter-spacing: 3px;
  line-height: 45px;
  margin-top: 45px;
  margin-bottom: 30px;
}
.img-bullet
{
  padding-right: 10px;
  padding-top: 10px;
  width: 30px;
  float: left;

}

.list-txt
{
  width: 80%;
  float: left;
}


.img-bullet2
{
  padding-right: 10px;
  padding-top: 10px;
  width: 10%;
  float: left;

}

.list-txt2
{

  float: left;
}


.location-bg li hr
{
    border-bottom: 1px solid #e99148;
    width: 50%;
    float: left;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
}
h2
{
  color:#e99148;
  font-size: 35px;
  font-family: 'Lustria', serif;

}
.location-black-box
{
  width: 100%;
  height: 135px;
  background: url(../images/location-black-bg.jpg);
  background-size: cover;
  margin-top: -60px;
  padding-top: 5px;
  text-align: center;
}
.location-list
{
  margin: 5em auto;
  width: 100%;
}
.location-list ul
{
  margin:0px;
  padding-left: 30px;

}
.location-list ul li
{
  list-style: none;
  line-height: 35px;
  clear: both;
}
.location-list h3
{
  font-size: 20px;
  color: #e99148;
  margin-bottom: 15px;
  float: left;
 font-family: 'Lustria', serif;
}
.location-list ul li
{
   list-style-image: url('../images/win-bullet2.png');
}
.heading-b li
{
    background: url('../images/win-bullet-small.png') no-repeat 7px 7px transparent;
   list-style-image: none !important;
    margin: 0;
    padding: 0px 0px 1px 24px;
    vertical-align: middle;

}


.banner-spec
{
  background: url(../images/specification-banner.jpg);
  background-size: cover;
  color: #e99148;
  font-size: 35px;
  text-align: center;
   font-family: 'Lustria', serif;
  padding-top: 11%;
}
.spc-content
{

} 
.spc-content .nav-tabs
{
  border-bottom: 0px;
  text-align: center;
}
.spc-content .nav > li {
    float: none !important;
    display: inline-block;
   font-size: 26px;
      font-family: 'Lustria', serif;
       border-right: 2px solid #e99148;
}
.spc-content .nav > li:last-child

{
   border-right:0px;
}
  .spc-content  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover

{
  border:none;
 

}
.spc-content .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover
{
  color: #e99148;
}
  .spc-content .nav-tabs > li > a
  {
    border-radius: 0px;
    padding: 0px 15px;
    color: #555;


  }
.spc-content .nav-tabs > li > a:hover
  {
    border-color: #fff;

  }

  .spc-list
{
  margin: 5em auto;
  width: 100%;
}
.spc-list ul
{
  margin:0px;
  padding-left: 30px;

}
.spc-list ul li
{
  list-style: none;
  line-height: 23px;
  margin-bottom: 30px;
  clear: both;
}
.spc-list ul li h4
{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.spc-list h3
{
  font-size: 20px;
  color: #e99148;
  margin-bottom: 15px;
  float: left;
 font-family: 'Lustria', serif;
 clear: both;
}
.spc-list ul li
{
   list-style-image: url('../images/win-bullet2.png');
}

.amenities-wrap img
{
  width: 100%;
  padding-bottom: 5px;
}
 .pad-1
{
padding-right: 5px !important;
}

.assoc-bg
{
  width: 100%;
  background: url(../images/assoc-bg.jpg);
  background-position:right;
  background-repeat: no-repeat;
background-size: unset;
background-position-y:80%;


}
.assoc-bg h2 {
    letter-spacing: 3px;
    line-height: 45px;
    margin-top: 45px;
    margin-bottom: 30px;
}
.assoc-bg p
{
  width: 60%;
  line-height: 26px;
}

.assoc-bg2
{
  width: 100%;
  background: url(../images/assoc-bg2.jpg);
  background-position:left;
  background-repeat: no-repeat;
background-size: unset;
background-position-y: -100%;
margin-top: 50px;

}

.assoc-bg2 h2 {
    letter-spacing: 3px;
    line-height: 45px;
    margin-top: 35px;
    margin-bottom: 30px;
}
.assoc-bg2 p
{
  width: 95%;
  line-height: 26px;
}
.assoc-bg2-block {
    padding: 4em 0em 4em 4em;
}
.assoc-bg3
{
  width: 100%;
  background: url(../images/assoc-bg3.jpg);
  background-position:right;
  background-repeat: no-repeat;
background-size: unset;
background-position-y: 500%;
margin-bottom: 4em;


}
.assoc-bg3 h2 {
    letter-spacing: 3px;
    line-height: 45px;
    margin-top: 45px;
    margin-bottom: 30px;
}
.assoc-bg3 p
{
  width: 60%;
  line-height: 26px;
}
.assoc-bg3 ul li
{
   list-style-image: url('../images/win-bullet2.png');
   line-height: 30px;
}

.assoc-bg4
{
    background: url(../images/assoc-bg4.jpg);
    background-position:left;
  background-repeat: no-repeat;
background-size: unset;
background-position-y: 40%;
padding-top: 50px;
}

.assoc-bg4 h2 {
    letter-spacing: 3px;
    line-height: 45px;
    margin-top: 35px;
    margin-bottom: 30px;
}
.assoc-bg4 p
{
  width: 95%;
  line-height: 26px;
}
.btn-white
{
background: transparent;
border: 1px solid #fff;
border-radius: 0px;
text-transform: uppercase;
border: 0px;
font-size: 16px;

}
.btn-white i
{
  padding-right: 5px;
}
.btn-white:hover
{
 background: transparent;
color: #fff;
border: 1px solid #fff;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Footer Styles */

footer
{
    width: 100%;
    background: #000;
    color: #b2b4b7;
    padding: 15px 0px 0px;
    bottom: 0px;
}
footer a, footer a:focus
{
   color: #b2b4b7;
}

.section-one > .fp-tableCell h2 {
  transform: translateX(-1000px);
  opacity: 0;
  transition: transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
        opacity .8s ease-in-out;
}

.section-one.active > .fp-tableCell h2 {
  transform: translateY(0);
  opacity: 1;
    animation-duration: 3s;
}

.section-one > .fp-tableCell p {
   transform: translateX(-1000px);
  opacity: 0;
  transition: transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
  opacity .8s ease-in-out;
    animation-duration: 3s;
}

.section-one > .fp-tableCell ul {
   transform: translateX(-1000px);
  opacity: 0;
  transition: transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
  opacity .8s ease-in-out;
    animation-duration: 3s;
}

.section-one > .fp-tableCell p + p {
  transform: translateX(-100%);
    animation-duration: 3s;
}

.section-one > .fp-tableCell p + p + p {
 transform: translateX(-100%);
   animation-duration: 3s;

}

.section-one.active > .fp-tableCell p {
  transform: translateX(0);
  opacity: 1;
}

.section-one.active > .fp-tableCell ul {
  transform: translateX(0);
  opacity: 1;
}
.section-one.active > .fp-tableCell ul {
  transition-delay: .2s;
}

.section-one.active > .fp-tableCell p {
  transition-delay: .2s;
}

.section-one.active > .fp-tableCell p + p {
  transition-delay: .4s;
}

.section-one.active > .fp-tableCell p + p + p {
  transition-delay: .6s;
}



.section-two > .fp-tableCell h2,
.section-two > .fp-tableCell p {
  -webkit-transform: translateY(-1000px);
          transform: translateY(-1000px);
  opacity: 0;
  -webkit-transition: opacity .66s ease-in-out,
        -webkit-transform .66s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity .66s ease-in-out,
        -webkit-transform .66s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform .66s cubic-bezier(0.16, 0.68, 0.43, 0.99),
        opacity .66s ease-in-out;
  transition: transform .66s cubic-bezier(0.16, 0.68, 0.43, 0.99),
        opacity .66s ease-in-out,
        -webkit-transform .66s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.section-two.active > .fp-tableCell h2,
.section-two.active > .fp-tableCell p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.section-two.active > .fp-tableCell h2 {
  -webkit-transition-delay: .44s;
          transition-delay: .44s;
}

.section-two.active > .fp-tableCell p {
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
}

.section-two.active > .fp-tableCell p + p {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}


.section-three > .fp-tableCell h2,
.section-three > .fp-tableCell p {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.section-three.active > .fp-tableCell h2,
.section-three.active > .fp-tableCell p {
  opacity: 1;
}

.section-three.active > .fp-tableCell p {
  -webkit-transition-delay: .33s;
          transition-delay: .33s;
}

.section-three.active > .fp-tableCell p + p {
  -webkit-transition-delay: .66s;
          transition-delay: .66s;
}


.section-one1 > .fp-tableCell h2 {
  transform: translateX(1000px);
  opacity: 0;
  transition: transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
        opacity .8s ease-in-out;
}

.section-one1.active > .fp-tableCell h2 {
  transform: translateY(0);
  opacity: 1;
    animation-duration: 3s;
}

.section-one1 > .fp-tableCell p {
   transform: translateX(1000px);
  opacity: 0;
  transition: transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
  opacity .8s ease-in-out;
    animation-duration: 3s;
}

.section-one1 > .fp-tableCell p + p {
  transform: translateX(100%);
    animation-duration: 3s;
}

.section-one1 > .fp-tableCell p + p + p {
 transform: translateX(100%);
   animation-duration: 3s;

}

.section-one1.active > .fp-tableCell p {
  transform: translateX(0);
  opacity: 1;
}

.section-one1.active > .fp-tableCell p {
  transition-delay: .2s;
}

.section-one1.active > .fp-tableCell p + p {
  transition-delay: .4s;
}

.section-one1.active > .fp-tableCell p + p + p {
  transition-delay: .6s;
}


.sec-contact
{
  padding: 4em 0em;
  clear: both;
}

.sec-contact .form-control::-moz-placeholder {
    color: #2c2c2c;
    opacity: 1;
    font-size: 16px;
}
.sec-contact .form-control
{
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  border-bottom: 1px solid #2c2c2c;
  color: #000;
   font-size: 16px;
   padding: 20px 12px;
}
.sec-contact .form-group
{
margin-bottom: 30px;
}
.sec-contact .send-btn
{
  background: transparent;

border: 0px;

color: #2c2c2c;

text-transform: uppercase;

font-size: 20px;
}
.sec-contact .send-btn:hover
{
  background:#000;
  color: #fff;
  border-radius: 0px;
}
.sec-contact h4
{
  font-weight: bold;
}
.sec-contact p
{
  margin-bottom: 35px;
}
.grey-box
{
  background: #eaeae5;
  width: 100%;
  padding: 30px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  margin-top: 10px;
}
.gallery-p
{
  width: 100%;


}
.gall-h4
{
font-size: 16px;
color: #333;
text-align: center;
text-transform: uppercase;
font-weight: bold;
 font-family: 'Lustria', serif;

}
a .gall-h4:hover
{
  text-decoration: none;
}
.gall-block
{
  position: relative;
  margin-bottom: 40px;

}
.gall-block img
{
  width: 100%;
}
.b-overlay
{
  position: absolute;
top: 0px;
left: 0px;
text-align: center;
width: 100%;

}
.b-overlay img
{
  width: 9%;
margin: 0 auto;
margin-top:20%;
  text-align: center;

  display: block;
}

.b-overlay1
{
  position: absolute;
top: 0px;
left: 0px;
text-align: center;
width: 100%;

}
.b-overlay1 img
{
  width: 5%;
margin: 0 auto;
margin-top: 5%;
  text-align: center;

  display: block;
}
.gallery-p figure {
  cursor: pointer;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

.gallery-p figure figcaption,
.gallery-p figure figcaption > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery-p figure figcaption {
  backface-visibility: hidden;
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
}

.gallery-p figure h4,
.gallery-p figure p {
  margin: 0;
}

.gallery-p figure h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  word-spacing: -0.15em;
}

.gallery-p figure p {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
}

.gallery-p figure h2,
.gallery-p figure p {
  margin: 0;
}



.gallery-p figure.softeffect img {
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}

figure.softeffect:hover img {
  opacity: 0.35;
  transform: scale(1);
}

.gallery-p figure.softeffect figcaption:before,
.gallery-p figure.softeffect p {
  opacity: 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.gallery-p figure.softeffect h4 {
  opacity: 0;
 padding: 24% 0 20px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  font-size: 28px;

}

.gallery-p figure.softeffect h4 img {
 filter:unset;
 opacity: 1;
 vertical-align: middle;
 display: block;
 margin: 0 auto;
 width: 30px;
 height: 30px;

}
.gallery-p figure.softeffect h4 i
{
  font-weight: lighter;
}



.gallery-p figure.softeffect:hover figcaption:before,
.gallery-p figure.softeffect:hover p {
  opacity: 1;
  transform: scale(1);
}

.gallery-p figure.softeffect:hover h4 {
  opacity: 0.7;
  transform: scale(1);
}

.gallery-p figure img {
  display: block;
  max-width: 100%;
  min-height: 100%;
  opacity: 1;
  position: relative;
}

figure.softeffect {
  background: none repeat scroll 0 0 transparent;
}

figure.softeffect:hover {
  background: none repeat scroll 0 0 #000000;
  /* Cyan: #00aeef */
}

figure.softeffect img {
  transform: scale(1);
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}

figure.softeffect:hover img {
  opacity: 0.40;
  transform: scale(1.15);
  /*filter: blur(2px);*/
}
.down-pdf
{
  position: relative;
bottom: 0;
right: 20px;
color: #2c2c2c;
font-size: 18px;
float: right;
margin-top: -55px;
z-index: 999999;

}
figure.softeffect:hover .down-pdf a
{
      color: #fff;
  background: #2c2c2c;
  text-decoration: none;
  padding: 5px;
}
.down-pdf a
{
 
  color: #2c2c2c;
  padding: 5px;
}
.down-pdf a:hover
{
    color: #fff;
  background: #2c2c2c;
  text-decoration: none;
  padding: 5px;
}
.down-pdf a:focus
{
  text-decoration: none;
}
.marg-bottom
{
  margin-bottom: 30px;
}
figure.softeffect:hover .down-pdf a
{
  color: #fff;
}
.gallery-section
{
  margin:5em 0em;
}
iframe img .client-logo {
    display: none !important;
    max-width: 100%;
}
.gallery-section h2 {
   color: #333;

font-size: 30px;

font-family: 'Lustria', serif;

margin-bottom: 45px;
font-weight: bold;
}

.gallery-section h2:after
{
 content: '';
background: #e99148;
width: 5%;
height: 1px;
display: inline-block;
padding-top: 1px;
vertical-align: middle;
margin-left: 10px;

}

.gallery-section h2:before
{
 content: '';
background: #e99148;
width: 5%;
height: 1px;
display: inline-block;
padding-top: 1px;
vertical-align: middle;
margin-right:10px;
}

.gallery-section iframe
{
  margin-bottom: 30px;
}

.mt-40
{
  margin-top: 40px;

}

.repre-txt
{
  position: absolute;left: 5px; bottom: 5px; font-size: 10px;
}
.why-content
{
  background: url(../images/why-windermere/why-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 4em;
  background-position: center;

}
.why-content h2 {
   letter-spacing: 3px;
line-height: 45px;
margin-top: 45px;
margin-bottom: 30px;
    font-family: 'Lustria', serif;
}
.why-content h2:before
{
content: '';
background: url(../images/win-bullet-mid.png);
top: 0px;
left: 0px;
display: inline-block;
width: 42px;
height: 11px;
margin-right: 15px;
}
.why-content ul {
    margin: 0px;
padding-left: 50px;
}
.why-content ul li {
   list-style-image: url('../images/win-bullet2.png');
line-height: 23px;
margin-bottom: 30px;
clear: both;
padding-left: 10px;
font-weight: bold;
}
.exotic-landscape
{
margin-bottom: 3em;
}
.exotic-landscape h2 {
   letter-spacing: 3px;
line-height: 45px;
margin-top: 45px;
margin-bottom: 30px;
    font-family: 'Lustria', serif;
}
.exotic-landscape h2:before
{
content: '';
background: url(../images/win-bullet-mid.png);
top: 0px;
left: 0px;
display: inline-block;
width: 42px;
height: 11px;
margin-right: 15px;
}
.exotic-landscape li
{
  list-style: none;
  font-size: 17px;
padding-left: 60px;
font-weight: bold;
margin-bottom: 30px;
}
.exotic-landscape h3
{
  font-size: 20px;
color: #e99148;
margin-bottom: 15px;
font-family: 'Lustria', serif;
clear: both;
}
.exotic-landscape h3:before
{
  content: '';
background: url(../images/win-bullet2.png);
top: 0px;
left: 0px;
display: inline-block;
width: 15px;
height: 15px;
margin-right: 10px;
}
.exotic-landscape h5
{
  font-size: 16px;
}
.exotic-landscape h6
{
  font-size: 16px;
}
.exotic-landscape h5:after
{
  width: 55%;
height: 1px;
background: #6b6b6b;
content: '';
display: block;
margin-top: 7px;
}
.exotic-landscape h6:after
{
  width:95%;
height: 1px;
background: #6b6b6b;
content: '';
display: block;
margin-top: 7px;
}
.exotic-landscape p
{
  text-align: justify;
}
.why-blocks
{

}
.why-blocks .pad-left
{
  padding-left: 60px;

}
.why-blocks h2
{
  margin-bottom: 20px;
}
.why-blocks .pad-right
{
  padding-right: 60px;

}
.why-blocks .pad-top
{
  padding-top:5vh;
}
.why-blocks .marg-bottom
{
  margin-bottom: 8em;
}
.why-blocks .marg-bottom2
{
  margin-bottom: 4em;
}
.btn-black
{
  background: #222;
  color: #fff;
  border-color: transparent;
}
.btn-black:hover, .btn-black:focus
{
  background: #e99148;
  color: #fff;
}
.sect-mb-bg
{
  display: none;
}
.marg-bt-70
{
  margin-bottom: 70px;
}
.pro-by
{
  margin-bottom: 20px; font-size: 16px !important;
}
.dsk
{
  display: block;
}
.mobl
{
  display: none;
}

#feedback-tab {
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    height: auto;
    z-index: 9999;
    background-color: #0d0c07;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 11px;
    padding-left: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 0px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px 5px 0px 0px;
   position: fixed;
    top: 30%;
    right: 0px;
    margin-right: -105px;
    margin-top: 103px;
}
#feedback-tab:hover
{
  background-color: #e99148;
}
#feedback-tab a,  #feedback-tab a:hover
{
  color:#fff;
  text-decoration: none;
}

/*Chat bot kenty code*/

#kenytChatBubble.position-right {
    right: 0;
    margin-right: 20px;
    margin-bottom: 50px !important;
}
.chatWithUsMessage, .unreadcount[data-unreadcount]:after {
    position: absolute;
    color: #fff;
    text-align: center;
    font-family: Calibri,sans-serif;
    margin-bottom: 31px;
}

/*Chat bot kenty code end*/

/* Responsive Styles */
@media (max-width: 1920px) {
    #section4
    {
      background-size: contain;

    }

  }
    @media (max-width: 1680px) {
       #section4
    {
        background-size: unset;
      }
    }
@media only screen and (max-width: 1440px) {

  footer
  {
    padding: 5px 0px 40px;

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

  footer
  {
    padding: 5px 0px 40px;

  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
}

@media(max-width:991px) {

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
  .why-blocks .pad-top
  {
    padding-top: 0vh;
  }
  .why-blocks .pad-left {
    padding-left: 0px;
}
.exotic-landscape h2 {
  margin-top: 0px;
  }
  .why-blocks .marg-bottom {
    margin-bottom: 4em;
}
.banner-head-home1
{

 background: url(../images/banner-bg.jpg);
 background-size:unset;
height:375px;
margin: 0px;
background-position: center;
}
.mob-non
{
  display: none;
}
 #section1 p::before {
      margin-top: 10px;
      top: unset;
      left: 13px;
    }
    #section2
    {
      height: auto;
      position: relative;
    }
    .section h2
    {
      font-size: 30px;
    }
    .video-btn
    {
      margin-top: 0px;
      padding-top: 250px;
      padding-bottom: 50px;
    }
    .life-style {
      padding-top: 2vh;
    }
     #section3 p::before {
      margin-top: 10px;
      top: unset;
      left: 13px;
    }
    .life-style-img
    {
      height: 45vh;
    }
    #section3
    {
      height: auto;
    }
    #section4
    {
      margin-top: 25px;
    }
    .black-box-cont
    {
      margin-top: 5%;
      margin-bottom: 5%;

    }
    #section4
    {
      background: #000;
    }
    #section4 h3
    {
      font-size: 25px;
    }
    .parent span
    {
      font-size: 20px;
      left: 27%;
    }
    #section6 h2 {
    font-size: 30px;
}
.nav-welcome-txt
{
  display: none;
}
.nav-overlay ul
{
  padding-top: 5vh;
}
h2
{
  font-size: 25px;

}
.location-bg h2
{
  line-height: 30px;
}
.location-black-box
{
  float: left;
}
.banner-spec
{
  padding-top: 20%;
}
.social-media
  {
    padding: 0px;
    margin-top: 15px;
  }

}
  
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
  #section2
  {
    background-repeat: no-repeat;
    background-color: #22211f;
  }
  .social-media
  {
    padding: 0px;
  }

  }
  @media (max-width: 667px) {
.nb-form
    {
      right: 5% !important;
      width: 90% !important;
    }
    .nb-form input, .nb-form textarea
    {
      width: 100% !important;
      margin-left: 0px !important;
      max-width: 100% !important;
    }
  }
@media (max-width: 500px) {
  html, body {
    font-size: 13px;

}
.gall-h4
{
  font-size: 13px;
}
.gallery-section h2::before
{
  left: 72%;
}
.gallery-section h2::after
{
  right:72%;
}
.gallery-section h2
{
  font-size: 24px;
}
body {
    overflow-x:hidden;
}

.dsk
{
  display:none;
}
.mobl
{
  display: block;
}
.marg-bt-70
{
  margin-bottom: 30px;
}
.pro-by
{
  margin-bottom: 20px; font-size: 16px !important;
}
.sect-mb-bg
{
  display: block;
  background: url(../images/hompage-bg-mobile.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  float: left;
background-size: cover;
margin-bottom: 20px;
background-position-x: -85px;
}

h2
  {
    font-size:17px;

  }
.why-blocks .pad-right
{
  padding-right: 15px;

}
.why-blocks .pad-left
{
  padding-left: 15px;

}
.why-blocks .marg-bottom {
    margin-bottom: 3em;
}
.exotic-landscape h3 {
    font-size: 18px;
  }
.why-blocks .pad-top
{
  padding-top:0vh;
}
.home-social-media
{
  font-size: 18px;
}
.repre-txt
{
  font-size: 9px;
  bottom: 2px;
left: 2px;
}
.banner2
{
 height: 60px;
}
.banner-amenities
{
  font-size: 20px;
}

  .fixme
  {
    padding: 70px 0px 10px;
  }
  .black-box-cont
  {
    margin-top:0px;
  }
  .location-bg h2
  {
    line-height: 27px;
  }
  .location-bg ul
  {
    width: 100%;

  }
  .list-txt2
{
  width: auto;
  float: left;
}
.location-list
{
  width: 100%;
  margin: 2em auto;
}
.mob-non
{
  display: none;
}
.banner-head-home1
{

 background: url(../images/banner-bg.jpg);
 background-size:unset;
height: 370px;
margin: 0px;
background-position: center;
background-repeat: no-repeat;
}
.banner-head-home1::before
{
  height: auto;
}
.section h2
{
  font-size: 27px;
}
#section2
{
  background: url(../images/video-img-mobile.jpg);
  background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-color: #272624;
height: 410px;
}
.btn-white
{
  font-size: 12px;
}
#myVideo2
{
  width: 100%;
  background-color: black; /* in case the video doesn't fit the whole page*/
        background-image: /* our video */;
        background-position: center center;
        background-size: contain;
        object-fit: none; /*cover video background */
}
.life-style {
    padding-top: 5vh;
}
#section4
{
  background-size: cover;

}
.nav-welcome-txt
{
  display: none;

}
#section4 h3
{
  font-size: 27px;
}
.parent span
{
  font-size: 23px;
  left: 0;
  text-align: center;
 vertical-align: middle;
 margin: 0 auto;
 display: block;
 width: 100%;
}
.nav-overlay ul
{
  padding-top: 15vh;
}
.logo img
{
  width: 40%;
}
.button_container
{
  width: 25px;
  right: 5%;
}
.button_container span
{
  height: 4px;
}
.banner
{
  height: auto; 
}
.banner-spec
{
  padding-top: 10%;
  padding-bottom: 10%;
  font-size: 20px;
}
.spc-content .nav > li
{
 font-size: 16px;
}
.location-bg
{
  background: url(../images/location-bg-mb.jpg);
  background-size: 100% 50%;
background-position-y: 430px;

width: 100%;
}
.location-list h3
{
  font-size: 15px;
}
.img-bullet
{
  width: 25px;
}
.spc-list h3
{
  font-size: 15px;
}
.spc-list ul li h4
{
  font-size: 13px;
}
.pad-1 {
    padding-right: 0px !important;
}
.h3, h3 {
    font-size: 16px;
}
.sec-contact h4
{
  font-size: 14px;
}
.sec-contact .form-control::-moz-placeholder
{
  font-size: 13px;
}
.sec-contact .form-control
{
  font-size: 13px;
  padding: 10px 12px;
}
.sec-contact .form-group {
    margin-bottom: 15px;
}
.sec-contact {
    padding: 2em 0em;
    }
    .sec-contact .send-btn
    {
      font-size: 16px;
    }
    .down-pdf
    {
     margin-top: 0px;
font-size: 14px;
z-index:0;
background: #000;
display: block;
width: 100%;
height: 40px;
line-height: 40px;

color: #fff !important;
bottom: 0px;
right: 0px;
display: block;
    }
    .down-pdf a
    {
      color: #fff;
      display: block;
      width: 100%;
      padding: 0px;
    }
    figure.softeffect:hover .down-pdf a
     {
      background: transparent;
      width: 100%;
      color: #fff;
      padding: 0px;
     }
    .footer
    {
      position: unset;

    }
    .video-btn
    {
      margin-top: 0px;
     padding-top: 260px;    }
    .section
    {
      clear:both;
    }
    #section1
    {
      background-size: 200% 100%;
    }
    #section2
    {
      position: relative;
    }
    #closeIcon
    {
      display: none;
    }
    #section3
    {
      height: auto;
    }
    #section4
    {
      margin-top: 0px;
    }
    .parent p
    {
      left: 35%;
      font-size: 24px;
    }
    #myVideo2
    {
      position: relative;
    }

    #section1 p::before {
      margin-top: 10px;
      top: unset;
      left: 13px;
    }
  #section3 p::before
  {
     margin-top: 10px;
      top: unset;
      left: 13px;
  }

.home-footer .address::before {
  display: none;
}
   .nb-form .title
    {
      width:55% !important;
      margin-left: 0px !important;
      padding: 10px 7px !important;
      
    }
    .nb-form
    {
      right: 5% !important;
      width: 92% !important;
    }
    .logo-foo {
    margin-bottom: 30px;
    width: 40%;
    margin-top: 0px;
}
#section6 h2 {
    font-size: 24px;
}
.home-footer .address
{
  font-size: 14px;
}
.home-footer p
{
  color: #fff;
  font-size: 13px;

}

footer 
{
      padding: 5px 0px 50px;
      text-align: center;
}
.social-media
{
  padding: 0;
  margin-top: 10px;
}
.h4, h4 {

    font-size: 15px;

}
.spc-content .nav-tabs > li > a {
  padding: 0px 10px;
  }
  .nav-overlay ul
  {
    font-size: 14px;
  }
  .nav-overlay ul li
  {
    min-height: 40px;
  }
  .assoc-bg p {
    width: 90%;
}
.location-block-1 {
    padding: 2em 0em 0em 2em;
}
.location-black-box
{
  margin-top: 30px;
}
.location-bg h2 {
    margin-top: 35px;
}
.spc-list
{
  margin: 2em auto;
}
.content
{
  padding: 3em 0em;
}
.social-media li a {
    padding: 0px 5px;
  }
  .assoc-bg h2 {
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.assoc-bg2
{
  margin-top: 25px;
}

.assoc-bg2 h2 {
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 25px;

}
.assoc-bg2-block {
    padding: 2em 0em 2em 4em;
}
.assoc-bg3 h2
{
line-height: 25px;
margin-top: 20px;
margin-bottom: 20px;
}
.assoc-bg4
{
  padding-top: 0px;
}
.assoc-bg2-block {
    padding: 2em 0em 2em 2em;
}
.why-content h2 {
    letter-spacing: 1px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 30px;

}
.why-content h2::before
{
  width: 20px;
height: 6px;
margin-right: 15px;
background-size: 100%;
background-repeat: no-repeat;
}
.why-content ul
{
  padding-left: 25px;
}
.exotic-landscape
{
  margin-bottom: 0px;
}
.exotic-landscape h2
{
   letter-spacing: 1px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.exotic-landscape h2::before
{
  width: 20px;
height: 6px;
margin-right: 15px;
background-size: 100%;
background-repeat: no-repeat;
}
.exotic-landscape li
{
  font-size: 14px;
padding-left: 30px;
}

}




/*------------- Form ---------------*/

.nb-form {
    position: fixed;
    z-index: 1;
    width: 300px;
    right: 20px;
    bottom:-482px;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
    border-radius: 10px 10px 0 0;
   
}
/*.nb-form:hover {
    bottom: 0px;
}
*/
/*-- User Icon --*/
.scroll-down {


  display:block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 15px;
  height:15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 9;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation:    fade_move_down 2s ease-in-out infinite;
  animation:         fade_move_down 2s ease-in-out infinite;
  margin-left: 70px;
  margin-top: 5px;
}


/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
}

.nb-form .user-icon {
    position: absolute;
    top: -49px;
    right: 12px;
    display: block;
    width: 58px;
    margin: 20px auto 15px;
    border-radius: 100%;
}

/*-- Title --*/

.nb-form .title {
background:#0d0c07;
font-size: 14px !important;
padding: 10px 18px;
color: #fff !important;
border-radius: 5px 5px 0 0;
text-transform: uppercase;
font-weight: bold;
text-align: center;
width: 65%;
margin-left: 35%;
cursor: pointer;
}


/*-- Text --*/

.nb-form p {
    font-size: 13px;
    margin: 0;
    padding: 15px;
    color: #666;
}

.nb-form p.message {
    margin-left: 7px;
}

/*-- Form Elements --*/

.nb-form form {
    padding:25px 15px 15px 15px;

    background:#0d0c07;
     box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);

}

.nb-form input,
.nb-form textarea {
 
    font-size: 14px;
    width: 254px;
    max-width: 254px;
    margin-bottom: 10px;
    margin-left: 7px;
    padding: 6px;
    border: none;
    border-radius: 0px;
    color: #333;
    border-bottom: 1px solid #b0b0b0;
}

.nb-form input:focus,
.nb-form textarea:focus {
    outline: none;
    box-shadow: none;
}

.nb-form input[type='submit'] {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff !important;
    border: none;
    background:#e99148;
    margin-bottom:35px;
}

.nb-form input[type='submit']:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.07),0 1px 7px 0 rgba(0,0,0,0.02),0 3px 1px -1px rgba(0,0,0,0.1);
}

.nb-form textarea {
    min-height: 110px;
}


.nb-form ::-webkit-input-placeholder {
    color: #333;

.nb-form ::-moz-placeholder{
   color: #333;
}

.nb-form :-ms-input-placeholder {
    color: #333;
}

.nb-form :-moz-placeholder {
    color: #333;
}

.nb-form input[type='submit'] {
    background: #03a9f4;
}

@media screen and (max-width: 676px) {
    .nb-form:hover .user-icon {
        display: none;
    }

    .nb-form .message {
        display: none;
    }

    .nb-form form {
        padding-top: 15px;
    }
    .nb-form{
        right: 50%;
        bottom: -380px;
        left: 50%;
        transform: translateX(-50%);
    }

}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.form-disclamer{
    font-size: 10px;
    margin-top: 5px;
}

