body {
    margin:0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: 200vh;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.top-bar {
  padding: .5rem 0;
  background: #eee; }
  .top-bar a {
    color: #666666; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem; }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 2rem;
      /*padding-bottom: 3rem;*/
      } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 3; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 0px;
        color: #000 !important;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 200px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #007bff !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }

.site-logo img{
    width: 180px;
      height: auto;
}

#intro-hero {
  background: url(../images/banner.jpeg) no-repeat scroll 0 0;
  padding-top: 35px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  color: #fff;
  margin-top: 0px;
    background-color: black;
}
#intro-hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background: rgba(114, 192, 44, 0.5); */
  z-index: -1;
}

.hero-title {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.hero-tagline {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.intro-btn > .btn {
  margin-right: 15px;
}
.white {
  color: white;
}

.head {
  color: #ffdb2a;
  font-weight: 600;
  line-height: 25px;
  margin-top: -20px;
}

.fw6 {
  font-weight: 600;
}

.promo-thumb.pull-right {
  padding-left: 30px;
  padding-right: 15px;
}

.promo-thumb {
  padding-right: 30px;
}

.promo-thumb > img {
  width: 100%;
}

.contact-details {
  float: left;
  background-color: #1a5654;
  box-sizing: border-box;
  display: inline;
  padding: 10px;
  border: 1px solid #1a5654;
  color: #fff;
  cursor: pointer;
  margin: 10px;
}

.whatsapp-button {
  float: left;
  background-color: #1a5654;
  box-sizing: border-box;
  display: inline;
  padding: 10px;
  border: 1px solid #1a5654;
  color: #fff;
  cursor: pointer;
  margin: 10px;
}
.f12 {
  font-size: 12px;
}
.contact-message {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  position: absolute;
  top: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn {
  cursor: pointer;
}

.btn-theme {
  background: #1a5654;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 30px;
  color: #fff;
  line-height: normal;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  min-width: 200px;
  text-align: center;
  letter-spacing: 1px;
}

.btn-round {
  border-radius: 100px;
}

.btn-theme:hover,
.btn-theme:focus {
  background: #000 !important;
  color: #fff;
}
.intro-btn > .btn {
  margin-right: 15px;
}

input,
textarea {
  width: 100%;
  padding: 2px 15px;
  border: 1px solid #f6f6f6;
  margin-bottom: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  color: #666;
  font-family: inherit;
}

.form-join > h4 {
  font-weight: 600;
  margin-bottom: 0px;
}
.form-join input {
  background: #f6f6f6;
  color: #aaa;
}
.m10 {
  margin-bottom: 10% !important;
}
.offer {
  background: #1a5654;
  box-shadow: 0 0 10px 4px #25252547;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: inherit;
  font-size: 14px;
  letter-spacing: 1px;
  outline: 0px;
  padding: 0px;
  text-transform: uppercase;
  width: 100%;
}

.property-details .text-it-p > p {
  font-style: oblique;
}
.property-details .text-it-p {
  border-left: 6px solid #848483;
  padding: 15px 10px 15px 25px;
}
.mt-30{
  margin-top: 30px;
}
.bottom30{
	margin-bottom:30px;
}
.bottom40{
	margin-bottom:40px;
}
/*.profile-form .single-query label {*/
/*  font-weight: bold;*/
/*  margin: 10px 0;*/
/*  vertical-align: bottom;*/
/*}*/
.border_radius{
	border-radius:4px;
}
.btn {
  display: inline-block;
  padding: 10px 22px;
  margin-bottom: 0;
  font-size: 14px;
}
.btn-primary {
  color: #fff;
  background-color: #1f3f81;
  border-color: #1f3f81;
}
.grey-table{
  background:#f9f8f5;
  padding: 10px;
}
.listing1 .property-query-area{
	padding:0;
}
aside .property-query-area {
  background: #33393f;
  padding:0px;
}
aside .property-query-area h3{
	margin-bottom:10px;
}
aside .property-query-area h3{
  color: #fff !important;
}

.bottom20{
	margin-bottom:20px;
}

.top15{
	margin-top:15px;
}
.callus .row{
	margin-left:-10px;
	margin-right:-10px;
}
.callus .col-md-3, .callus .col-md-4, 
.callus .col-md-2, .callus .col-sm-6, 
.callus .col-md-8, .callus .col-md-12, .callus .col-sm-12{
	padding-left:10px;
	padding-right:10px;
}
.callus input[type="text"], 
.callus .keyword-input, 
.callus .intro .zelect, 
.callus select, .callus .form-control{
	border:1px solid #d5dadf;
  height:34px;
  width: 100%;
	border-radius:4px;
	background:#fff;
	padding:6px 12px;
	font-size:14px;
	color: #999999;
}
/*
.callus textarea{
	min-height:90px;
	resize:none;
}
*/
.callus .btn-blue {
  text-transform: uppercase;
  width: 100%;
}
.callus label{
	font-weight:normal;
	font-size:14px;
	color:#535353;
}
.callus .file_uploader{
	border:1px solid #d5dadf;
	padding:15px;
}
.profile-form .callus .btn-blue{
	width:auto;
}
aside .callus label, aside .callus .price, aside .callus .leftLabel, aside .callus .rightLabel, aside .property-query-area h3{
  color: #fff !important;
}
.callus .btn-blue {
  text-transform: uppercase;
  width: auto;
}
.mb-5{
  margin-top: 5px;
  margin-bottom: 5px;
  }
.form-group {
  margin-bottom: 0px;
}

.input-group .form-control {
 
  height: 40px;
}

.btn-yellow:hover, .btn-yellow:focus{
	background:#1f1f1f;
	color:#fff;
}
.btn-yellow{
  background: #19ad25;
  color: white;
  font-size:14px;
	padding:8px 20px;
	display:inline-block;
	font-weight:bold;
	position:relative;
	overflow:hidden;
}
.contact-num{
  text-align: center;
  color: white;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;

}
.promo-list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.promo-list > ul > li {
  width: 100%;
  float: left;
  padding: 10px 0;
  color: #000;
}
.promo-list > ul > li span {
  color: #000;
  font-size: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

.promo-thumb.pull-right {
  padding-left: 30px;
  padding-right: 15px;
}

.promo-thumb {
  padding-right: 30px;
}

.promo-thumb > img {
  width: 100%;
}
section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-title {
  font-size: 40px;
  color: #000;
  font-weight: 300;
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  line-height: 60px;
  margin-bottom: 20px;
}

.mb-30{
  margin-bottom: 30px;
}
.amenities-main1 h3 {
  text-align: center;
  color: #000;
  font-size: 18px;
}

.locationBox1 {
  margin: 18px 0px;
  height: 175px;
}
.locationBox1 .location-icon {
  color: #fff;
  font-size: 50px;
  width: 110px;
  height: 121px;
  line-height: 78px;
  margin: 0 auto 15px;
  display: block;
  position: relative;
}

.location-icon span {
  color: #ffc10e;
  font-size: 60px !important;
  /* width: 60px !important; */
  /* height: 55px; */
  line-height: 78px;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
  /* z-index: 1; */
  top: 20px;
}
.locationBox1 .location-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 35px;
  /* box-shadow: 0 0 0 5px #fff inset; */
  background-image: linear-gradient(to right, #000000 , #000000);
  
  transform: rotate(140deg);
  position: relative;
  /* background: #fff; */
  position: absolute;

  top: 0;
  left: 0;
  /* z-index: 1; */
  transition: all 0.5s ease 0s;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  /* font-size: 20px; */
  font-style: normal;
  /* margin-left: 20px; */
}
.title {
  text-align: center;
  color: #000;
  font-size: 18px;
}

#gallery img{
    height:180px;
    width:auto;
    margin:10px;
    border-radius:3px;
}

.column a img{
    transition:0.5s;
}

.column a img:hover{
    opacity:1;
    transform:scale(1.1);
}

.fixed {
    z-index:1000;
  position: fixed;
  /* to change height from the top */
  top: 50%;
}
.dal {
  position: relative;
  display: flex;
}
.myform {
  display: flex;
  flex-direction: column;
  /* to change height of the form */
  /* IMP: width of button should be of same value */
  /* IMP: find hard coded values of top and left for button */
  height: 280px;
  justify-content: center;
  transition: 0.3s;
  /* same as negative margin of hide class */
  width: 320px;
 background-color: aliceblue;
  padding: 1em;
}
.hide {
  margin-left: -320px;
}
.slidebtn {
   
  transform: rotate(90deg);
  position: relative;
  height: 40px;
  /* hard coded values: change if height of form is changes */
  top: 30px;
  left: -30px;
  width: 100px;
  padding:0px;
  text-align:center;
  line-height:0.9rem;
  
  background-color: #1c87c9;
        border: none;
        color: #eeeeee;
        cursor: pointer;
   
}



@media (max-device-width: 768px){
    .locationBox1 {
      margin: -5px 15px -16px 0px;
      margin-top: 19px;
  }
}

@media screen and (max-width: 767px) {
  .width {
    width: auto;
  }
    .w-50 {
    width: 100% !important;
  }
    #intro-hero {
    padding-top: 50%;
    padding-bottom: 60px;
        background-size: 100%;
    margin-top: 0px;
  }
   
  .intro {
    padding: 0;
  }
  .intro-inner {
    border-radius: 0 !important;
    background: #000000e8 !important;
      padding: 20px;
  }
  .enquiry-inner {
      margin-top: -43px;
    background: #000000e8 !important;
    padding: 20px;
  }
    .promo-list > ul > li {
    width: 100%;
    float: none;
  }
    .section-title {
    font-size: 24px;
  }
    .hide-mobile {
    display: none;
  }
    
    
  
}

@media screen and (min-width: 768px) {
  .width {
    width: 1258px;
  }
  
    
    .intro-inner {
    border-radius: 5px;
    background-color:rgba(0,0,0,.7);
    
        padding: 20px;
  }
  .enquiry-inner > .form-join{
    background-color:rgba(0,0,0,.7);
    padding: 20px;
      border-radius: 5px;
      
  }
    .hide-desktop {
    display: none;
  }
    #gallery img{
        height:130px;
        width:auto;
        margin:7px;
        border-radius:3px;
    }
}

@keyframes bounceIn {
   0% { 
      opacity: 0; 
      transform: scale(.3);
   }
   50% { 
      opacity: 1;
      transform: scale(1.05);
   }
   70% {
      transform: scale(.9);
   }
   100% {
      transform: scale(1);
   }
}  

@media screen and (max-width: 991px) {
  #intro-hero {
    padding-top: 246px;
    padding-bottom: 100px;
  }
  .promo-thumb {
    float: none !important;
    padding-bottom: 30px;
  }
  
}
@media screen and (min-width: 900px){
     #gallery img{
        height:180px;
        width:auto;
        margin:10px;
        border-radius:3px;
    }
}



@media screen and (max-width: 480px) {
  .btn.btn-theme.btn-round {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    float: none !important;
  }
  .intro-btn .btn {
    display: block;
    margin: 0;
    margin-bottom: 15px;
  }
    
    #gallery img{
        height:90px;
        width:auto;
        margin:5px;
        border-radius:3px;
    }
    .slidebtn {
    
      transform: rotate(90deg);
      position: relative;
      height: 40px;
      /* hard coded values: change if height of form is changes */
      top: 30px;
      left: -30px;
      width: 100px;
      padding:0px;
      text-align:center;
      line-height:0.9rem;
      
      background-color: #ff4500;
      border: none;
      color: #eeeeee;
      cursor: pointer;
    }
}
