html {
  overflow-x: hidden; }

body {
  line-height: 1.7;
  /* color: gray; */
  font-weight: 400;
  font-size: 1rem; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

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

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Oswald", sans-serif;
  font-weight: 300 !important;
  /* text-transform: uppercase;  */
}

.border-2 {
  border-width: 2px; }

.text-black {
    color: #fff !important;
    font-size: 20px;}
h2.h4.text-black {
    font-size: 25px;
}    
    

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  font-size: 16px;
  border-radius: 4px;
  padding: 10px 30px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-primary {
    background: #00d898;
    border-color: #00d898;
    color: #fff; }
    .btn.btn-primary:hover {
      background: #343a40;
      color: #fff;
      border-color: #343a40; }
    .btn.btn-primary.btn-black--hover:hover {
      background: #666666;
      color: #fff; }

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 43px;
  border-radius: 4px;
  background-color: #bd9234 !important;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .form-control:active, .form-control:focus {
    border-color: #37cfa2; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0; } }
  .site-section.site-section-sm {
    padding: 3em 0; }

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    .site-section-heading {
      font-size: 3rem; } }

.border-top {
  border-top: 1px solid #edf0f5 !important; }

.site-footer {
  padding: 4em 0;
  background: #000; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 4em 0; } }
.footerlogo {
    width: 50%;
    margin: auto;
}
      .footerlogo .flogo {
    width: 40%;
}
.footerlogo h4 {
    font-size: 20px;
    font-weight: 500 !important;
    font-family: serif;
}
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #bd9234;
    margin: 13px;
    font-size: 17px; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #999999; }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #fff; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge {
      height: auto !important; } }
  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #8bc34a; }
  .ul-check.primary li:before {
    color: #37cfa2; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

/* Navbar */
.getcopy .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
 /* background-color: rgb(0,0,0);*/
  background-color: rgb(238 238 238 / 90%);
  overflow-x: hidden;
  transition: 0.5s;
}

.getcopy .overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.getcopy .overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
 
}

.getcopy .overlay a:hover, .getcopy .overlay a:focus {
  color: #f1f1f1;
}

.getcopy .overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .getcopy .overlay a {font-size: 20px}
  .getcopy .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
.loginsec {
    width: 50%;
    margin: auto;
    background: #fff;
    padding: 50px 20px;
    border: 2px solid #e81050;
    border-radius: 1px 50px 1px 50px;
     margin-top: 110px;
}
.loginsec h1 {
    background: #e81050;
    color: #fff;
    font-size: 35px;
    font-weight: 600 !important;
    padding: 5px 0;
}
.enquairy-h {
    margin-top: 45px;
}
.enquairy-h h1 {
  /* background: #e81050; */
    color: #fff;
    font-size: 25px;
    font-weight: 500 !important;
    padding: 5px 0;
    text-align: center;
}
.loginsec input[type="submit"] {
    color: #fff;
    background: #03033c;
    padding: 5px 20px;
    border: none;
    border-radius: 30px;
    outline: none;
    cursor: pointer;
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%; }
  .site-navbar ul {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 300; }
  .site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 1.7rem;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif; }
    .site-navbar .site-logo a {
      color: #fff; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      display: inline-block;
      padding: 5px 20px; }
    .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 {
    padding: 5px 10px;
    font-size: 20px;
    color: black;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 500;
}        .site-navbar .site-navigation .site-menu > li > a:hover {
          /* color: #fff; */
         }
    .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 #37cfa2;
        -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);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        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 {
            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: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #37cfa2 !important; }
        .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: #f4f5f9;
              color: #25262a; }
          .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: #f4f5f9;
            color: #25262a; }
      .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: #fff; }
      .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: 245px;
  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: #25262a; }
          .logo {
    width: 50%;
    margin: auto;
}
    .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: #37cfa2; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #37cfa2; }
    .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: 16px; }
      .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: absolute;
  z-index: 100;
  width: 100%;
  right: 0;
  left: 0; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2);  */
    top: -15px; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7); }
      .sticky-wrapper .site-navbar ul li a:hover {
        /* color: #fff; */
       }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff; }
  .sticky-wrapper.is-sticky .site-menu-toggle .icon-menu {
    color: #black !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    /* background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)); */
    background-color: white;
    /* border-bottom: 1px solid transparent; */
    -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: #000; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: black !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: Black !important; }
  .sticky-wrapper .shrink {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

/* Blocks */
.site-block-wrap {
  min-height: 600px;
  height: calc(100vh);
  background: transparent;}
.bgsec{ 
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: fill;
background-size: cover;
z-index: -1;
}

.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center; }
  .site-blocks-cover > .container {
    z-index: 2;
    position: relative; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      z-index: 1;
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); }
  .site-blocks-cover.overlay-2 {
    position: relative; }
    .site-blocks-cover.overlay-2:after {
      z-index: 1;
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.7);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(25%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(25%, rgba(255, 255, 255, 0)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 ); }
  .site-blocks-cover .text-shadow {
    text-shadow: 0px 0px 0px #000; }
  .site-blocks-cover .player {
    position: absolute;
    bottom: -250px;
    width: 100%; }
  .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 600px;
    height: calc(100vh); }
  .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover > .container > .row {
    min-height: 400px;
    height: calc(20vh); }
  .site-blocks-cover h1 {
    font-size: 72px;
    font-weight: 600 !important;
    color: #d48e0f;
    font-weight: 900;
}
    @media (max-width: 991.98px) {
      .site-blocks-cover h1 {
        font-size: 2rem; } }
.site-blocks-cover p {
    color: white;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
}
  .site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5; }
  @media (max-width: 991.98px) {
    .site-blocks-cover .display-1 {
      font-size: 3rem; } }
  .site-blocks-cover .btn:hover {
    background: #000;
    border-color: #000; }

.site-block-subscribe .btn {
  padding-left: 20px;
  padding-right: 20px; }

.site-block-subscribe .form-control {
  font-weight: 300;
  border-color: #fff !important;
  height: 80px;
  font-size: 22px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px; }
  .site-block-subscribe .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }

.bg-light {
  background: #ccc; }

.block-12 {
  position: relative; }
  .block-12 figure {
    position: relative; }
    .block-12 figure:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .block-12 .text-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10; }
    .block-12 .text-overlay h2 {
      color: #fff; }
  .block-12 .text {
    position: relative;
    top: -100px; }
    .block-12 .text .meta {
      text-transform: uppercase;
      padding-left: 40px;
      color: #fff;
      display: block;
      margin-bottom: 20px; }
    .block-12 .text .text-inner {
      -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
      background: #fff;
      padding: 10px;
      margin-right: 30px;
      position: relative; }
      @media (min-width: 576px) {
        .block-12 .text .text-inner {
          padding: 20px; } }
      @media (min-width: 768px) {
        .block-12 .text .text-inner {
          padding: 30px 40px; } }
      .block-12 .text .text-inner:before {
        position: absolute;
        content: "";
        width: 80px;
        height: 4px;
        margin-top: -4px;
        background: #37cfa2;
        top: 0; }
      .block-12 .text .text-inner .heading {
        font-size: 20px;
        margin: 0;
        padding: 0; }

.block-16 figure {
  position: relative; }
  .block-16 figure .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #37cfa2 !important; }
    .block-16 figure .play-button:hover {
      opacity: 1; }
    .block-16 figure .play-button > span {
      position: absolute;
      left: 55%;
      top: 50%;
      -webkit-transform: translate(-60%, -50%);
      -ms-transform: translate(-60%, -50%);
      transform: translate(-60%, -50%); }

.block-25 ul, .block-25 ul li {
  padding: 0;
  margin: 0; }

.block-25 ul li a .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px; }
  .block-25 ul li a .image img {
    border-radius: 4px;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

.block-25 ul li a .text .heading {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #999999; }

.block-25 ul li a .meta {
  color: #37cfa2; }

.block-25 ul li a:hover img {
  opacity: .5; }

.block-25 ul li a:hover .text .heading {
  color: #fff; }

#date-countdown .countdown-block {
  color: #b3b3b3; }

#date-countdown .label {
  font-size: 40px;
  color: #000; }

.next-match .image {
  width: 50px;
  border-radius: 50%; }

.site-block-27 ul, .site-block-27 ul li {
  padding: 0;
  margin: 0; }

.site-block-27 ul li {
  display: inline-block;
  margin-bottom: 4px; }
  .site-block-27 ul li a, .site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .site-block-27 ul li.active a, .site-block-27 ul li.active span {
    background: #37cfa2;
    color: #fff;
    border: 1px solid transparent; }

.site-block-feature-7 .icon {
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.site-block-feature-7:hover .icon, .site-block-feature-7:focus .icon, .site-block-feature-7:active .icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.unit-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block; }
  .unit-1:after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .unit-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .unit-1 img, .unit-1 .unit-1-text {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .unit-1 .unit-1-text {
    z-index: 2;
    position: absolute;
    bottom: -90px;
    color: #fff;
    display: block;
    width: 100%; }
    .unit-1 .unit-1-text .unit-1-heading {
      font-size: 1.5rem;
      position: relative; }
  .unit-1 p {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: rgba(255, 255, 255, 0.5); }
  .unit-1:hover p {
    opacity: 1;
    visibility: visible; }
  .unit-1:hover .unit-1-text {
    bottom: 30px; }
  .unit-1:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.overlap-section {
  margin-top: -150px;
  position: relative;
  z-index: 9; }

.unit-4 .unit-4-icon {
  position: relative; }
  .unit-4 .unit-4-icon span {
    font-size: 3rem; }
  .unit-4 .unit-4-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #37cfa2;
    opacity: .2;
    z-index: -1;
    top: 10px;
    left: -20px; }

.unit-4 h3 {
  font-size: 20px;
  color: #000; }

.h-entry img {
  margin-bottom: 30px;
  height: 300px;
    width: 100%;
    filter: blur(3px);
     }
     
.amenities-img img {
    margin-bottom: 30px;
    height: 300px;
    width: 100%;
}     
     

.h-entry .meta {
  color: #b3b3b3;
  font-size: 14px; }

.h-entry h2 {
  font-size: 20px; }
.text-dark {
    color: #f8f113!important;
    font-weight: 600;
}
.amenities {
    display: inline-block;
    width: 48%;
    padding: 15px 10px;
}
.amentieslist ul li {
    color: #fff;
    font-size: 15px;
    
}
.amentieslist ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #69a43d;
    width: 15px;
    height: 100%;
}
.overlap-left {
  margin-left: -100px; }
  @media (max-width: 991.98px) {
    .overlap-left {
      margin-left: 0px; } }

.overlap-section {
  margin-top: -100px; }

.feature-1, .free-quote, .feature-3 {
  background: #37cfa2;
  padding: 30px 50px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px; }
  .feature-1 .heading, .free-quote .heading, .feature-3 .heading {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff; }
  .feature-1 .icon, .free-quote .icon, .feature-3 .icon {
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto !important; }
    .feature-1 .icon > span, .free-quote .icon > span, .feature-3 .icon > span {
      font-size: 35px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.free-quote {
  background: #2ebf94; }
  .free-quote .form-control {
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: none;
    color: #fff; }
    .free-quote .form-control:active, .free-quote .form-control:focus {
      border: 2px solid #fff; }
    .free-quote .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }

.feature-3 {
  background: #2cb78d; }

.testimonial {
  max-width: 800px;
  margin: 0 auto !important;
  text-align: center; }
  .testimonial blockquote {
    font-size: 1.5rem;
    font-style: italic; }
  .testimonial figure img {
    max-width: 100px;
    margin: 0 auto;
    border-radius: 50%; }

.breadcrumb-custom {
  font-size: 1rem !important; }

.text-muted {
  color: #ccc !important;
  font-size: 12px;
  text-transform: uppercase; }

.how-it-work-item .number {
  width: 50px;
  height: 50px;
  background: #37cfa2;
  color: #fff;
  line-height: 55px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 40px; }

.how-it-work-item h2 {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff; }

.how-it-work-item p {
  color: white; }

.person h3 {
  font-size: 18px; }

.ul-social-circle {
  list-style: none;
  padding: 0;
  margin: 0; }
  .ul-social-circle li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px; }
    .ul-social-circle li:first-child {
      margin-left: 0; }
    .ul-social-circle li span {
      width: 30px;
      height: 30px;
      background: #777;
      font-size: 13px;
      text-align: center;
      line-height: 30px;
      border-radius: 50%;
      display: inline-block; }
    .ul-social-circle li a span {
      color: #fff;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .ul-social-circle li a:hover span {
      background: #2b2b2b;
      color: #fff; }

.custom-pagination a, .custom-pagination span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: #37cfa2;
  color: #fff; }

.custom-pagination span {
  background: #e6e6e6;
  color: #000; }

.custom-pagination .more-page {
  background: none;
  letter-spacing: .1em; }

.form-search-wrap {
  background: #fff;
  border-radius: 30px; }
  .form-search-wrap .form-control {
    border: none; }
    @media (max-width: 1199.98px) {
      .form-search-wrap .form-control {
        height: 55px; } }
  .form-search-wrap .btn {
    border-radius: 30px;
    padding: 10px 30px; }
    @media (max-width: 1199.98px) {
      .form-search-wrap .btn {
        width: 100% !important;
        display: block; } }

.popular-category {
  background: #fff;
  display: block;
  text-align: center;
  padding: 30px 10px;
  border-radius: 7px;
  background: #f8f9fa;
  position: relative; }
  .popular-category .icon {
    display: block;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease; }
    .popular-category .icon > span {
      line-height: 0;
      font-size: 40px; }
  .popular-category .caption {
    color: #666666;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease; }
  .popular-category .number {
    padding: 2px 20px;
    border-radius: 30px;
    display: inline-block;
    background: #e9ecef;
    color: #000;
    font-size: 14px;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease; }
  .popular-category:hover {
    background: #37cfa2;
    -webkit-box-shadow: 0 5px 30px -5px rgba(55, 207, 162, 0.5);
    box-shadow: 0 5px 30px -5px rgba(55, 207, 162, 0.5); }
    .popular-category:hover .caption {
      color: #fff; }
    .popular-category:hover .icon {
      color: #fff; }
    .popular-category:hover .number {
      background: #2ebf94;
      color: #fff; }

@media (max-width: 1199.98px) {
  .no-sm-border {
    border: none !important; }
    .icon-menu{
      position: fixed;
    top: 20px;
    right: 40px;
    color: black;
    }
   }

.listing-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px; }
  .listing-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4); }
  .listing-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .listing-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .listing-item .listing-item-content {
    position: absolute;
    bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
    width: 100%; }
    .listing-item .listing-item-content .category {
      font-size: 12px;
      display: inline-block;
      padding: 5px 30px;
      background: #37cfa2;
      border-radius: 30px;
      color: #fff;
      letter-spacing: .2em;
      text-transform: uppercase; }
    .listing-item .listing-item-content h2 {
      font-size: 22px; }
      .listing-item .listing-item-content h2, .listing-item .listing-item-content h2 a {
        color: #fff; }
    .listing-item .listing-item-content span {
      color: #fff; }
    .listing-item .listing-item-content .address {
      color: rgba(255, 255, 255, 0.8); }
  .listing-item .bookmark {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .listing-item .bookmark span {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .listing-item .bookmark:hover {
      background: #e81050; }
      .listing-item .bookmark:hover span {
        color: #fff; }

#slider-range {
  height: 8px; }
  #slider-range .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none !important;
    background: #37cfa2; }
    #slider-range .ui-slider-handle:focus, #slider-range .ui-slider-handle:active {
      outline: none; }
  #slider-range .ui-slider-range {
    background-color: #37cfa2; }

.accordion-item[aria-expanded="true"] {
  color: #37cfa2; }

.social-media {
  display: inline-block;
  float: left;
  margin-bottom: 0px;
  padding: 0; }
  .social-media li {
    display: inline-block; }

.ft-feature-1 {
  margin-bottom: 80px; }
  .ft-feature-1 .ft-feature-1-content {
    padding: 30px;
    position: relative;
    z-index: 10; }
  .ft-feature-1 h2, .ft-feature-1 h3 {
    font-size: 20px;
    color: #fff; }
  .ft-feature-1 h3 {
    font-size: 18px; }
    .ft-feature-1 h3 .icon {
      font-size: 30px; }
  .ft-feature-1 a {
    color: #fff;
    text-decoration: underline; }
    .ft-feature-1 a:hover {
      color: #fff;
      text-decoration: none; }
  .ft-feature-1 .play {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #37cfa2;
    margin-right: 1.5rem;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    text-decoration: none !important; }
    .ft-feature-1 .play span {
      color: #fff;
      display: inline; }
  .ft-feature-1 .img-feature {
    position: relative;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .ft-feature-1 .img-feature {
        margin-bottom: -80px; } }
  .ft-feature-1 p {
    color: #737373; }

.box-with-humber {
  position: relative; }
  .box-with-humber .number-behind {
    font-size: 6rem;
    position: absolute;
    z-index: -1;
    top: -3rem;
    left: -3rem;
    font-weight: 900;
    color: #f2f4f5; }
  .box-with-humber h2 {
    font-size: 30px; }
    .box-with-humber h2 > span {
      font-size: 18px; }

.media-1 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px; }
  .media-1:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    content: "";
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden; }
  .media-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .media-1 .media-1-content {
    z-index: 4;
    top: 50%;
    position: absolute;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .media-1 .media-1-content h2 {
      position: relative;
      color: #fff;
      font-size: 1.5rem;
      -webkit-transition: .4s all ease-in-out;
      -o-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;
      opacity: 0;
      visibility: hidden;
      bottom: -10px;
      margin-bottom: 0px; }
    .media-1 .media-1-content .category {
      position: relative;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out;
      opacity: 0;
      bottom: -10px;
      visibility: hidden;
      color: #999999;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .2em; }
  .media-1:hover:after {
    opacity: 1;
    visibility: visible; }
  .media-1:hover h2 {
    bottom: 0px;
    opacity: 1;
    visibility: visible; }
  .media-1:hover .category {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
    -webkit-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    transition-delay: 0.09s; }
  .media-1:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.testimonial-wrap .owl-nav {
  display: none; }

.section-sub-title {
  font-size: 13px;
  color: #37cfa2;
  letter-spacing: .2em;
  text-transform: uppercase; }

.section-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600 !important;
}
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 30px; } }

.position-relative {
  position: relative; }

.experience {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: #007bff;
  padding: 20px; }
  @media (max-width: 991.98px) {
    .experience {
      bottom: 0px;
      right: 0px; } }
  .experience span {
    display: block; }
  .experience .year {
    font-weight: 900;
    color: #fff;
    font-size: 3rem;
    letter-spacing: normal;
    line-height: 1.2; }
  .experience span {
    letter-spacing: .2em; }
  .experience .caption {
    color: #fff;
    letter-spacing: .4em;
    text-transform: uppercase; }

.footer-subscribe .btn {
  height: 43px; }
  .footer-subscribe .btn:hover {
    background: #fff;
    color: #000;
    border-color: #fff; }

.cta-big-image > .container {
  position: relative; }

.cta-big-image .img-box {
  background: #e81050;
  max-width: 550px;
  padding: 3rem;
  position: absolute;
  bottom: -10%;
  right: 10%; }
  @media (max-width: 991.98px) {
    .cta-big-image .img-box {
      position: relative;
      right: auto; } }
  .cta-big-image .img-box .sub-title {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    margin-bottom: 1.5rem;
    display: block; }
  .cta-big-image .img-box h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.5rem; }
  .cta-big-image .img-box p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    margin-bottom: 1.5rem; }
  .cta-big-image .img-box .btn {
    background: #505288;
    border-color: #505288;
    color: #fff; }
  .cta-big-image .img-box *:last-child {
    margin-bottom: 0; }

.team-member {
  background: #f0f0f0; }
  .team-member figure {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden; }
    .team-member figure img {
      position: relative;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      z-index: 1;
          width: 100%;
    height: 210px; }
  .team-member .social {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 0;
    padding: 10px;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background: #000;
    z-index: 2;
    width: 100%;
    text-align: center; }
    
.social h1 {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}
    .team-member .social li {
      list-style: none;
      display: inline; }

      .team-member .social li a {
        display: inline-block;
        padding: 5px;
        color: #fff; }
       .team-member .bg-primary {
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) !important;
    height: 110px;
}
  .team-member h3 {
    color: #000;
    margin: 0;
    bottom: 0;
    font-size: 1.4rem; }
  .team-member .position {
    color: #000;     text-transform: capitalize;
}
  .team-member:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .team-member:hover .social {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

.custom-direction {
  position: relative;
  z-index: 99;
  border-radius: 7px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  left: 50%;
  display: inline-block;
  background: #37cfa2; }
  .custom-direction a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    margin: 10px; }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #000;
    font-style: italic; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 14px; }
        .comment-list li .comment-body .reply:hover {
          color: #000;
          background: #e3e3e3; }

.search-form {
  background: #f7f7f7;
  padding: 10px; }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 50px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em; }
  .post-meta a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.arrow-down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.7rem;
  z-index: 2;
  color: #fff;
  bottom: 20px; }
  .arrow-down > span {
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
    top: 0; }
  .arrow-down:hover {
    color: #fff; }
    .arrow-down:hover > span {
      top: -6px; }

.property img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.property .prop-details {
  font-size: .8rem; }
  .property .prop-details span.border-r {
    position: relative; }
    .property .prop-details span.border-r:after {
      width: 1px;
      height: 100%;
      position: absolute;
      content: "";
      right: -20px;
      background: #ccc;
      top: 0; }
  .property .prop-details .price {
    font-size: 1.2rem;
    color: #343a40;
    margin-bottom: .5rem;
    display: block; }

.property:hover img {
  -webkit-box-shadow: 0 40px 40px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 40px 40px -5px rgba(0, 0, 0, 0.3); }

.property.horizontal {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .property.horizontal .img-entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px; }
    .property.horizontal .img-entry img {
      border-radius: 8px; }
  .property.horizontal:hover img {
    -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2); }

.font-family-2 {
  font-family: "Roboto", sans-serif !important; }

.custom-nav1 span {
  color: #ccc; }

.custom-nav1 a {
  text-transform: uppercase;
  letter-spacing: .1rem;
  display: inline-block;
  padding: 10px 30px;
  background: #eee;
  font-size: 12px;
  border-radius: 0px;
  color: #000; }
  .custom-nav1 a:hover {
    color: #000;
    background: #e4e4e4; }

.how-it-works .custom-icon {
  font-size: 2.5rem; }

.how-it-works h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem; }

.with-dots .owl-dots {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  position: absolute;
  bottom: 50px;
  width: 100%; }
  .with-dots .owl-dots .owl-dot {
    display: inline-block; }
    .with-dots .owl-dots .owl-dot span {
      width: 12px !important;
      height: 12px !important;
      border-radius: 50%;
      background: transparent;
      display: inline-block;
      margin: 4px;
      border: 2px solid #fff; }
    .with-dots .owl-dots .owl-dot.active span {
      border-color: #37cfa2;
      background: #37cfa2; }

.property-status {
  position: absolute;
  top: 0;
  right: 0;
  background: #37cfa2;
  font-size: .85rem;
  color: #fff;
  display: inline-block;
  padding: 2px 7px; }

.Specificationscol {
    display: inline-block;
    width: 24%;
   /* background: linear-gradient(45deg, #d8c752, #e63f3f);*/
    vertical-align: text-top;
  }
  .col-lg-4.Specificationscol {
    display: inline-block;
    width: 32% !important;
   /* background: linear-gradient(45deg, #d8c752, #e63f3f);*/
    vertical-align: text-top;
  }
.Specificationscol .heading {
    background: linear-gradient(45deg, black, #0a250b);
    padding: 3px 10px;
}
.Specificationscol .heading h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600 !important;
margin: 0;
}
.Specificationscol .paraghraph ul li {
    color: #fff;
    /*padding: 0 10px;*/
    font-size: 14px;
}
.large-gutters {
  margin-right: -35px;
  margin-left: -35px; }
  .large-gutters > [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px; }

.feature-middle {
    display: inline-block;
    width: 32%;
}
.feature-middle img,.feature-img img {
    width: 100%;
    height: 250px;
}
.feature-img {
    display: inline-block;
    width: 24%;
}
/*.feature-middle img {
    width: 100%;
    height: 150px;
}*/
/*.feature-img-rt img {
    width: 100%;
    height: 180px;
}*/
.ftco-media-1 > .ftco-media-1-inner {
  position: relative; }
  .ftco-media-1 > .ftco-media-1-inner:after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    top: 20px;
    background: #000;
    width: 100%;
    z-index: -1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden; }

.ftco-media-1 .ftco-media-details {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
.feature-h1 h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 600 !important;
}
.ftco-media-1 h3 {
    font-size: 20px;
    color: #e0bb07;
    margin-bottom: 0;
    font-weight: 600 !important;
}
.p-feature {
    font-size: 16px;
    /* background: black; */
    padding: 10px 5px;
    text-transform: none !important;
    font-weight: 500;
    text-align: center;
    word-break: break-word;
}
.p-feature:hover{
  color: black !important;
}

.ftco-media-1 p {
  margin-bottom: 0; }

.ftco-media-1 strong {
  font-weight: normal; }

.ftco-media-1:hover > .ftco-media-1-inner:after, .ftco-media-1:focus > .ftco-media-1-inner:after {
  right: -20px;
  bottom: -20px;
  opacity: 1;
  visibility: visible; }
  @media (max-width: 767.98px) {
    .ftco-media-1:hover > .ftco-media-1-inner:after, .ftco-media-1:focus > .ftco-media-1-inner:after {
      right: 0; } }

.ftco-media-1:hover .ftco-media-details, .ftco-media-1:focus .ftco-media-details {
  position: relative;
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px); }
  @media (max-width: 767.98px) {
    .ftco-media-1:hover .ftco-media-details, .ftco-media-1:focus .ftco-media-details {
      -webkit-transform: translateX(25px);
      -ms-transform: translateX(25px);
      transform: translateX(25px); } }

.ftco-media-1:hover h3, .ftco-media-1:focus h3 {
  /* color: #fff; */
 }
.ftco-media-1 p {
    margin-bottom: 0;
    color: black;
    text-transform: uppercase;
    text-align: justify;
}
.ftco-media-1:hover p, .ftco-media-1:hover strong, .ftco-media-1:focus p, .ftco-media-1:focus strong {
  color: #939393; }

.ftco-testimonial-1 .ftco-testimonial-vcard img {
  width: 50px;
  height: 50px;
  border-radius: 50%; }

.ftco-testimonial-1 .ftco-testimonial-vcard h3 {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0; }

.ftco-testimonial-1 .ftco-testimonial-vcard span {
  color: #c4c4c4; }

.ftco-testimonial-1 p {
  color: #a2a2a2; }

.gototop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 99;
  background: #bd9234;
  text-align: center;
  line-height: 50px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  bottom: -100px; }
  .gototop.active {
    bottom: 20px; }
  .gototop span {
    font-size: 20px;
    color: #fff; }

.first-step, .second-step {
  position: relative; }
  .first-step:after, .second-step:after {
    width: 30%;
    content: "";
    background: #000;
    height: 1px;
    top: 50%;
    position: absolute;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 991.98px) {
      .first-step:after, .second-step:after {
        display: none; } }

 
.contactform {
  border: 1px solid #fff;
    background-color: #000;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 20%);
}

.dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #00d898;
    margin: 0 auto;
    margin-bottom: 20px;
}
.dbox {
    width: 100%;
    margin-bottom: 0px;
    display: inline-flex;
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-phone:before {
    content: "\f095";
}
.fa-globe:before {
    content: "\f0ac";
}
/*.text {
    margin: 0 30px;
}*/
.dbox .text {
    width: calc(100% - 50px);
    padding-left: 15px;
    color: #fff;
}
.text span {
    font-size: 20px;
    font-weight: 600 !important;
    color: #fff;
}
.text p {
    color: #d4d4d4;
    font-weight: 500;
}
.dbox span {
    color: #fff !important;
    font-size: 20px !important;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
 background-color: rgb(76 75 75 / 40%); /* Black w/ opacity */
  padding-top: 60px;
}
.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
 background-color: rgb(76 75 75 / 40%); /* Black w/ opacity */
  padding-top: 60px;
}
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
 background-color: rgb(76 75 75 / 40%); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
 /* background-color: #fefefe;
    margin: 5% auto 15% auto;
    width: 80%;
    border: none;*/
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    /* top: 0; */
    margin-right: 330px;
    /* margin-bottom: 24px; */
    font-size: 35px;
    font-weight: bold;
}
.close a{
      color: #fff;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}
.enquairy-form {
  width: 50%;
   /* height: 50%;*/
    margin: auto;
    background: #011835;
    padding: 30px 70px;
    /* border-radius: 1px 50px 1px 50px; */
    /*margin-top: 110px;*/
}
.submit-btn {
    text-align: center;
}
.enquairy-form input[type="submit"] {
    color: #fff;
    background:#00d898;
    padding: 7px 55px;
    border: none;
    font-size: 18px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 20%);
}
.footerlogo .slogo {
    width: 40%;
    height:220px;
}
/*..............media.....................*/
@media (max-width: 1180px) {

  }
  @media (max-width: 992px) {
 .feature-middle img {
    width: 100%;
    height: 150px;
}
 .feature-img img {
    width: 100%;
    height: 120px;
}
.feature-middle {
    display: inline-block;
    width: 32%;
}
.team-member figure img {
    height: 250px;
}
.team-member h3 {
    font-size: 16px;
}
.team-member .position {
    font-size: 14px;
}
.team-member .bg-primary {
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) !important;
    height: 80px;
    padding: 10px 8px !important;
}
.Specificationscol .paraghraph ul {
    padding: 0 0 0 15px;
}
.Specificationscol .paraghraph ul li {
    text-align: left;
}
.ftco-media-1 h3 {
    font-size: 18px;
}
.ftco-media-1 p {
    font-size: 14px;
}
.ourplan {
    max-width: 33%;
}
.h-entry img {
    height: 200px;
}
.amenities .h-entry img {
    height: 250px;
}
.amentieslist ul li {
    font-size: 12px;
}
.container {
    max-width: 100% !important;
}
.col-md-6 {
    max-width: 50%;
}
.footerlogo .slogo {
    width: 40%;
    height: 145px !important;
}
.ourplan {
    max-width: 33% !important;
}
.amenities-img img {
    margin-bottom: 30px;
    height: 200px;
    width: 100%;
}
.contactform .col-md-6 {
    max-width: 100% !important;
    width: 100%;
    min-width: 100% !important;
}
.projecthlght {
    /* width: 50%; */
    /* max-width: 50%; */
    min-width: 50% !important;
}
.enquairy-form {
    width: 50% !important;
    margin: auto!important;
    background: #011835 !important;
    padding: 30px !important;
    margin-top: 5% !important;
}
.close {
    position: relative !important;
    right: 25px !important;
    margin-right: 0 !important;
    font-size: 35px;
    font-weight: bold;
}
.enquairy-h h1 {
    /* background: #e81050; */
    color: #fff;
    font-size: 22px;
    font-weight: 500  !important;
    padding: 5px 0;
    text-align: center;
}
.enquairy-form .col-md-6 {
    min-width: 100% !important;
}
.loginsec {
    margin-top: 10px !important;
}
  }
  @media (max-width: 767px) {
.mainsec {
    display: inline;
    width: 50%;
}
.site-blocks-cover h1 {
    font-size: 55px !important;
    font-weight: 600 !important;
    color: #d48e0f;
}
.site-blocks-cover p {
    color: white;
    font-size: 26px;
}
.logo {
    width: 65%;
    margin: auto;
}
.feature-middle-rt {
    margin: 10px 0 !important;
}
.ftco-media-1 p {
    font-size: 14px;
    text-align: justify;
}
.feature-middle .ftco-media-1 p {
    font-size: 12px;
    text-align: justify;
}
.feature-middle {
    display: inline-block;
    width: 48%;
}
.feature-img {
    display: inline-block;
    width: 48%;
}
.projecthlght {
    display: inline-block;
    width: 50% !important;
}
.Specificationscol {
    display: inline-block;
    width: 48%;
}
.ourplan .h-entry img {
    height: 130px;
}
.amentieslist ul li {
    font-size: 16px;
}
.amentieslist ul:before {
    left: 10px;
}
.getcopy .overlay-content {
    top: 10%;
}
.loginsec {
    width: 80%;
}
.getcopy .overlay .closebtn {
    position: absolute;
    top: 0;
 }
 .enquairy-form {
    width: 75% !important;
    margin: 30px auto !important;
}
.footerlogo .slogo {
    width: 40%;
    height: 195px !important;
}
.footerlogo {
    width: 90%;
    margin: auto;
}
  }
  @media (max-width: 580px) {
.site-blocks-cover h1 {
    font-size: 48px !important;
}
.ftco-media-1 h3 {
    font-size: 16px;
}
.feature-middle .ftco-media-1 p {
    font-size: 12px;
    text-align: left;
}

.team-member h3 {
    font-size: 16px;
    font-weight: 500 !important;
}
.team-member .bg-primary {
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) !important;
    height: 75px;
    padding: 10px 8px !important;
}
.Specificationscol .heading h2 {
    font-size: 14px;
}
.Specificationscol .paraghraph ul li {
    text-align: left;
    font-size: 12px;
}
.h-entry h2 {
    font-size: 18px;
}
.amenities .h-entry img {
    height: 200px;
}
.amentieslist ul li {
    font-size: 14px;
}
.footerlogo {
    width: 85%;
    margin: auto;
}
.footerlogo .flogo {
    width: 60%;
}
.footerlogo h4 {
    font-size: 16px;
    font-weight: 500 !important;
    font-family: serif;
    text-align: center;
}
.team-member figure img {
    height: 190px;
}
.col-md-6 {
    max-width: 100%;
}
.ourplan {
    max-width: 100% !important;
}
.ourplan .h-entry img {
    height: 200px;
}
  }
  @media (max-width: 480px) {
.getcopy .overlay-content {
    position: relative;
    top: 11%;
}
.site-blocks-cover p {
    font-size: 20px;
}
.site-blocks-cover h1 {
    font-size: 34px !important;
    font-weight: 600 !important;
}
.feature-h1 h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 600 !important;
}
.mainsec {
    display: inline-block;
    width: 50%;
}
.logo {
    width: 70%;
    margin: auto;
}
#mySidevisit a {
    top: 24% !important;
}
 #myIconnav a {
    top: 77.2%  !important;
}
#mySidenav a {
    top: 67.7% !important;
}
#mySidebrou a {
    top: 50% !important;
}
#mySidebrou1 a {
  top: 50% !important;
}
.sidepanel {
   
    height: 530px !important;
    margin-top: 10px !important;
   max-width: 90% !important;
   
   
}
.sidepanel .closebtn {
    left: 250px !important;
   
}
.visit-form {
    width: 75% !important;
    margin: 1px 50px !important;
    padding: 15px !important;
    height: 400px !important;
}
.ftco-media-1 p {
    font-size: 13px;
}
.feature-middle {
    display: block;
    width: 100%;
}
.feature-img {
    display: block;
    width: 100%;
}
.projecthlght {
    display: block;
    width: 100% !important;
}
.section-title {
    font-size: 24px;
}
.Specificationscol .paraghraph ul {
    padding: 0 0 0 5px;
}
.col-lg-4.Specificationscol {
    display: inline-block;
    width: 48% !important;
    /* background: linear-gradient(45deg, #d8c752, #e63f3f); */
    vertical-align: text-top;
}
.ourplan {
    max-width: 100%;
}
.ourplan .h-entry img {
    height: 200px;
}
.amenities {
    display: block;
    width: 100%;
    padding: 15px 10px;
}
.footerlogo {
    width: 100%;
    margin: auto;
}
.enquairy-form {
    width: 90% !important;
    margin: 30px auto !important;
    padding: 15px !important;
}
hr {
    margin: 0 0 !important;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
  }

  /*..............media.....................*/
 
@media (max-width: 580px){
.footerlogo .slogo {
    width: 60%;
    height: 185px;
}}

#mySidenav a {
    position: fixed;
    right: -93px;
    transition: 0.3s;
    z-index: 999999999;
    padding: 5px;
    width: 132px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 5px 0 0 5px;
    top: 60.4%;
}
#mySidenav a:hover {
  right: 0;
}
#mySidenav i {
   margin-left: 7px;
    padding-right: 7px;
    font-size: 25px;
    padding-top: 4px;
}
a#mySidenav:hover{
  /*border: 1px solid;*/
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388; 
 /* font-size: 60px;*/
}

#about {
   background-color: #112d38;
}
#myIconnav a {
    position: fixed;
    right: -151px;
    transition: 0.3s;
    z-index: 999999999;
    padding: 5px;
    width: 190px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 5px 0 0 5px;
    top: 70%;
}
#myIconnav a:hover {
  right: 0;
}

#myIconnav i {
  margin-left: 7px;
    padding-right: 7px;
    font-size: 25px;
    padding-top: 6px;
}
#whatsapp {
    background-color: #4FCE5D;
}
#mySidevisit a {
   float: right;
    padding: 7px;
    writing-mode: vertical-rl;
    position: fixed;
    top: 169px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    right: 0px;
    z-index: 3;
    color: #fff;
    top: 16%;
}
#visit {
   background-color: #bd9234;
}
#mySidebrou a, #mySidebrou1 a {
    float: right;
    padding: 7px;
    writing-mode: vertical-rl;
    position: fixed;
    top: 169px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    right: 0px;
    z-index: 3;
    color: #fff;
    top: 42.5%;
}
#broucher {
    background-color: #bd9234;
}
.sidepanel {
    width: 0;
    position: fixed;
    z-index: 9999999;
    height: 535px;
    top: 0;
    right: 0;
    background-color: #fff;
    /* overflow-x: hidden; */
    transition: 0.5s;
    margin-top:10px;
   /* padding-top: 60px;*/
}
.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
    color: #063364;
}

.sidepanel .closebtn {
  position: relative;
  top: 0;
  left: 333px;
  font-size: 36px;
  color: #1166c5;
}
.visit-form {
    margin: auto;
    background: #fff;
    padding: 0 45px;
  
}
.visit-form input[type="submit"] {
    color: #fff;
    background: #034ea1;
    padding: 7px 55px;
    border: none;
    font-size: 18px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 20%);
}
.visit-h h1 {
    /* background: #e81050; */
    color: #034ea1;
    font-size: 25px;
    font-weight: 500 !important;
    padding: 5px 0;
    text-align: center;
}
.visit-form .form-control {
    height: 35px;
    font-size: 15px;
    border-radius: 4px;
    background-color: #ffffff !important;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.visit-form lable.visit-lable {
    color: #111;
    margin-left: 13px;
    font-size: 15px;
}


/* New Css  property */
#sticky-wrapper{
  height: 80px !important;
  background-color: white;
}

video{
  background-color: black !important;
  object-fit: cover;
}


.knowmore{
  border:1px solid #bd9234 !important;
  color: #bd9234 !important;
}
.knowmore:hover{
  background-color: #bd9234 !important;
  color: white !important;
}
.headerlogo{
  width: 300px;
}

/* our brand  */
.brand{
box-shadow: 0px 1px 5px #ccc;
}
.brand:hover{
box-shadow: 2px 2px 10px #ccc;
}
.brand img{
     width: 100%;
}
.title{
  color: black;
  font-weight: 400 !important;
}

/* feature project */
.titlepart p{
  font-size: 19px;
}
.inner_img{
  width: 350px;
}
.card-title{
  color: #bd9234;
}

#gallery1{
  display: inline-flex;
  /* width: 100%; */
}

/* moving */
body {
  /* overflow: hidden; Hide overflow to prevent horizontal scroll */
}

.movingHorizontal {
  display: flex; /* Display images in a row */
  overflow: hidden; /* Hide overflowing images */
}

.movingHorizontal .slide {
  width: 300px; /* Adjust the width of your images */
  height: auto;
  margin-right: 20px; /* Adjust the spacing between images */
  animation: moveImages 25s linear  infinite; /* Adjust animation duration as needed */
}

@keyframes moveImages {
  0% {
      transform: translateX(0);
  }
  100% {
      /* transform: translateX(-100%); Move images to the left */
      transform: translateX(calc(-250px*13));
  }
}
/* end  */


.centerserch{
  text-align: center;
}
.searchproject {
  font-size: 2rem;
  padding: 0.5rem;
  /* font-weight: bold; */
  letter-spacing: 0.1rem;
  text-align: center;
  overflow: hidden;
  color: #000000;
}
.searchproject:hover{
   color: black;
}
.icofont-search:before {
    content: "\ed1b";
}
.searchproject span.typed-text{
  font-weight: normal;
    color: #bd9234;
}
.searchproject span.cursor.typing{
  animation: none;
}
.searchproject span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn {
  background: white !important;
  border: 1px solid #bd9234;
  color: #bd9234 !important;
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  /* min-width: 120px; */
  padding: 10px 12px;
  position: relative;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  border-radius: 0px;
}
#prpertybtn{
    background-color: #bd9234 !important;
    color: white !important;
}
.card-text{
  color: black;
}
.projdownright b{ color: black;}

/* customer section */
.callbacks_container {
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 585px;
}
#slider4 li {
  width: 100%!important;
  height: 100%!important;
}
.callbacks li{
  left: 0;
  top: 0;
  margin: 0px !important;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.about .video-box {
  position: relative;
}
.about .video-box img {
  padding: 15px 0;
}
.callbacks img {
  /* display: block; */
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#bd9234 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.galleria-videoicon {
  /* width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%; */
  z-index: 1;
  margin: -30px 0 0 -30px;
  cursor: pointer;
  /* background: #000;
  background: rgb(189, 146, 52);
  border-radius: 3px;
  -webkit-transition: all 150ms; */
}

.about .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(66, 139, 202, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}
.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.price-banner {
  background-color: #f5f2e3;
  padding: 8px 0;
  position: fixed;
  width: 97.5%;
  bottom: -62px;
  z-index: 999;
}
.price-banner .wrapper {
  margin: 0px auto;
  padding: 0 4px;
}
.price-banner .wrapper {
  max-width: 880px;
  width: 100%;
  justify-content: flex-start;
  float: left;
}
.flex-wrp {
  
  display: flex;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  align-items: center;
}
.lodha-color {
  color: #bd9234!important;
}

/* BetterLife section */
.betterblock{
  border: 1px solid #dad8d8;
  color: #bd9234;
  margin-bottom: 24px;
  height: 200px;
}
.betterblock:hover{
  border: 1px solid #bd9234;
  box-shadow: 2px 2px 2px #bd9234;
   transition: 0.5s;
}
.betterblock h3{
       font-size: 22px;
}

/* video part */
.banner{
  border: 1px solid #bd9234;
  background-color: #bd9234;
  color: white;
  padding: 10px 19px 0;
  position: relative;
    bottom: 27px;
}
.videopart img{
  width: 100%;
}
.vedioicon{
border-radius: 50%;
width: 80px;
height: 80px;
background-color:#bd9234 ;
position: absolute;
left: 47%;
    top: 45%;
    z-index: 1;
}
.vedioicon a{color: black !important;}
.vedioicon:hover a{color: #bd9234 !important;}

.vedioicon:hover{
background-color:black ;

}
.vedioicon i{
position: absolute;
left: 50%;
    top: 45%;
    z-index: 2;
    font-size: 60px;
    margin: -25px;
}
/* .vedioicon:hover i{
background-color:#bd9234;
} */

/* Quick Access */
.quickaccess p{
  color: #bd9234;
  font-size: 20px;
}


/* footer */
.quicklink,.quicklink_1,.quicklink_2{
  color: #bd9234;
  margin-left: 68px;
  cursor: pointer;
}
.quicklink_1 li:hover,.quicklink_2 li:hover{
  color: white
}
.social ul{
  list-style: none;
    display: inline-flex;
    margin-left: -35px;
    cursor: pointer;
}
.social li{
  border: 1px solid #bd9234;
    padding: 3px 12px;
    margin-right: 21px;
}
.social li:hover i{color: white;}
.social ul li {
  width: 39px;
}
.social p{
  text-align: center;
  color: white;
}
.info{
  display: flex;
  margin-bottom:20px ;
}
.info i{
  padding: 16px 19px;
    font-size: 22px;
    border: 1px solid #bd9234;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    color: #bd9234;
}
.info:hover i,.info:hover p,.info:hover li{
  color: white !important;
  cursor: pointer;
}

#contactformsbmt:hover {
  background-color: #bd9234 !important;
  color: white !important;
}

/* Menublock */
#Menublock{
  position: fixed;
    background: #bd9234;
    top: 80px;
    left: 0;
    border: 1px solid #bd9234;
    width: 310px;
    height: auto;
    display: none;
    z-index: 9999;
}
.menulist ul{
    list-style: none;
}
.menulist li a{color:black !important}
.menulist li a:hover{color:white !important}

.menulogo img{
  width: 145px;
    height: 60px;
    margin: -1% 26% 8%;
    border: 1px solid black;
    background: white;

}
.menulist ul li{
font-size: 22px;
    margin-bottom: 7px;
}
#Menublock button{
  position: relative;
  left: 88%;
  border: white;
    margin-top: 10px;
}


/* About section */
.colorsection{
  width: 100%;
  height: 66vh;
  background-color: #F5F2E3;
}

i.fa {
  font-family: FontAwesome !important;
  display: inline-block;
  visibility: visible;
  font-size: 18px;
}
