/****************************************
Hicaliber Base Theme Styling
****************************************/

/***************************************
Table of Contents:

 1. Global / General
 2. Breakpoints
 3. The Grid
 4. Site Width
 6. Header
 7. Hero
 8. Accordion
 9. Accordion Menu
10. Badge
11. Breadcrumbs
12. Content Boxes
13. Pagination
14. Gallery
15. Form
16. Listing Element
17. Fancy Box
18. Project Plugin
19. Location Plugin
20. Events Plugin
21. Footer
22. Single Property/Design
23. Single Property/Design
************************************/

/*************************************
1.Global / General - START
**************************************/
* {
  outline: none;
}
.hidden { display: none; }
.disable-pointer a, a.disable-pointer {
  pointer-events: none;
}
.page-element, .sidebar-element {
  padding: 30px 0;
}
.hic-image .video-play-button,
.video-play-button {
  margin: auto;
  width: 80px;
  height: 80px;
  transition: all .25s ease;
}
.off-canvas {
  background-color: #444;
}
.off-canvas a {
  color: #FFF;
}
.off-canvas li {
  border-bottom: 2px solid #4c4c4c;
}
.default-alignment .section-header, 
.default-alignment .section-footer {
  text-align: center;
}
.section-header {
  margin-bottom: 20px;
}
.hic-image:before, 
.gallery-image:before {
  content: "";
  width: 100%;
  height: auto;
  padding-top: 65%;
  display: block;
}
.social-media {
  margin: 0;
  list-style: none;
}

.social-media li {
  display: inline-block;
}

.social-media li:not(:last-child) {
  margin-right: 16px;
}
.section-footer .button {
  margin-bottom: 0;
}
 .section-footer {
  margin-top: 30px;
}
.footer .contact-details div,
.map-form-element .contact-details div {
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;  
}
.footer .contact-details i,
.map-form-element .contact-details i {
  position: absolute;
  left: 0;
  top: 5px;
}
.custom-mobile-menu .menu-icon:after {
  background: #1B1B1B;
  box-shadow: 0 7px 0 #1B1B1B, 0 14px 0 #1B1B1B;
}
.theme-section .custom-mobile-menu .menu-icon:after,
.dark-section .custom-mobile-menu .menu-icon:after{
     background: #FFF;
  box-shadow: 0 7px 0 #FFF, 0 14px 0 #FFF; 
}
.custom-mobile-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
tbody tr:nth-child(2n) {
    background-color: #FFF;
}
[data-item-col="medium-6 large-4"] .hic-title h3 {
    font-size: 20px;
}

@media(min-width: 641px) {
  .page-element, .sidebar-element {
    padding: 50px 0;
  }
   .top-right-footer .grid-container {
      position: relative;
  }
  .top-right-footer .section-footer {
        position: absolute;
        top: -9px;
        right: 0;
        margin-top: 0;
  }

  .grid-x>.medium-2_4 {
    width: 20%;
  }

  .grid-x>.medium-4_8 {
    width: 40%;
  }
}
@media(max-width: 1023px) {
  .child-page-menu .menu {
    flex-flow: column;
  }
  .child-page-menu li a {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #CCC;
    color: #1B1B1B;
  }
  .primary-sidebar .sidebar-content {
    padding: 16px;
    border: 1px solid #CCC;
    margin-top: -1px;
  }
}
@media(min-width: 1024px) {
  .page-element, .sidebar-element {
    padding: 80px 0;
  }
  .section-footer {
    margin-top: 50px;
  }
  .custom-mobile-menu {
    display: none;
  }
  .child-page-menu .menu {
    display: flex !important;
  }
  .widget-form-inner-wrap {
      display: block !important;
  }
  .search-widget .filter-checkbox ul li {
      display: inline-block;
  }
  .top-right-footer .section-footer {
        top: 14px;
  }
  
  .top-right-footer.page-element:not(.small-header) .section-header .cell {
        max-width: 750px;
        margin-left: 0;
  }

}
/*************************************
1.Global / General - END
*************************************/

/*************************************
3.Grid
*************************************/
.grid-container {
  padding: 0;
}
.grid-padding-x>.cell,
.grid-padding-x .slick-track>.cell {
  padding-right: 15px;
  padding-left: 15px;
}
.grid-container:not(.full)>.grid-padding-x {
  margin-right: 0;
  margin-left: 0;
}
.small-2_4 {
  width: 20%;
}
.row-fluid.grid .section-body .cell {margin-bottom: 0;}
/*************************************
3.Grid - END
*************************************/

/*************************************
4.WIDTH - START
*************************************/

@media print, screen and (min-width: 40em) {
  .grid-padding-x .slick-track>.cell {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
/*Default Width - START*/
.default-width .grid-container {
  max-width: 1170px;
}

.default-width .small-container .grid-container {
  max-width: 900px;
}

.default-width .medium-container .grid-container {
  max-width: 1000px;
}

.default-width .large-container .grid-container {
  max-width: 1440px;
}
/*Default Width - END*/

/*Wide Layout - START*/
.wide-layout .grid-container {
  max-width: 1440px;
}

.wide-layout .small-container .grid-container {
  max-width: 1000px;
}

.wide-layout .medium-container .grid-container {
  max-width: 1200px;
}

.wide-layout .large-container .grid-container {
  max-width: 1600px;
}

/*Wide Layout - END*/
.full-width-layout .grid-container {
  max-width: 100%;
}

/*Boxed Layout - START*/
.boxed-layout .off-canvas-wrapper {
  max-width: 1200px;
  margin: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.boxed-layout {
  background-color: #e2e4e5;
}

/*Boxed Layout - END*/


.full-width-layout .small-container .grid-container {
  max-width: 1000px;
}

.full-width-layout .medium-container .grid-container {
  max-width: 1200px;
}

.full-width-layout .large-container .grid-container {
  max-width: 1600px;
}
/*************************************
SITE WIDTH - END
*************************************/

/*************************************
#HELPERS - START
*************************************/
.hidden{
  display: none;
}
.relative {
  position: relative;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase;
}

.pre-line {
  white-space: pre-line;
}

.light-text, .light-font {
  font-weight: 300 !important;
}

/*Image Background - START*/
.bg-float, .bg-float:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.bg-float:before {
  content: "";
  background: rgba(51, 51, 51, .70);
  z-index: 4;
}

.bg-image {
  min-height: inherit;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.bg-image+* {
  position: relative;
  z-index: 3;
}

.bg-helper {
  background: no-repeat center center;
  background-size: cover;
}

.float-image {
  position: absolute;
  top: 0;
  left: 0;
}

.bp-top .bg-helper, .bp-top .hic-image {
  background-position: top;
}

.bp-right .bg-helper, .bp-right .hic-image {
  background-position: right;
}

.bp-bottom .bg-helper, .bp-right .hic-image {
  background-position: bottom;
}

.bp-left .bg-helper, .bp-left .hic-image {
  background-position: left;
}

.bp-top-left .bg-helper, .bp-top-left .hic-image {
  background-position: top left;
}

.bp-top-center .bg-helper, .bp-top-center .hic-image {
  background-position: center top;
}

.bp-top-right .bg-helper, .bp-top-right .hic-image {
  background-position: top right;
}

.bp-bottom-left .bg-helper, .bp-bottom-left .hic-image {
  background-position: bottom left;
}

.bp-bottom-center .bg-helper, .bp-bottom-center .hic-image {
  background-position: center bottom;
}

.bp-bottom-right .bg-helper, .bp-bottom-right .hic-image {
  background-position: bottom right;
}

/*Image Background - END*/
/*Spacing - START*/
.pt-0, .padding-top-none, .ptb-0 {
  padding-top: 0 !important;
}

.pt-5, .ptb-5 {
  padding-top: 5px !important;
}

.pt-10, .ptb-10 {
  padding-top: 10px !important;
}

.pt-15, .ptb-15 {
  padding-top: 15px !important;
}

.pt-20, .ptb-20 {
  padding-top: 20px !important;
}

.pt-25, .ptb-25 {
  padding-top: 25px !important;
}

.pt-30, .ptb-30 {
  padding-top: 30px !important;
}

.pt-35, .ptb-35 {
  padding-top: 35px !important;
}

.pt-40, .ptb-40 {
  padding-top: 40px !important;
}

.pt-45, .ptb-45 {
  padding-top: 45px !important;
}

.pt-50, .ptb-50 {
  padding-top: 50px !important;
}

.pb-0, .padding-bottom-none, .ptb-0 {
  padding-bottom: 0 !important;
}

.pb-5, .ptb-5 {
  padding-bottom: 5px !important;
}

.pb-10, .ptb-10 {
  padding-bottom: 10px !important;
}

.pb-15, .ptb-15 {
  padding-bottom: 15px !important;
}

.pb-20, .ptb-20 {
  padding-bottom: 20px !important;
}

.pb-25, .ptb-25 {
  padding-bottom: 25px !important;
}

.pb-30, .ptb-30 {
  padding-bottom: 30px !important;
}

.pb-35, .ptb-35 {
  padding-bottom: 35px !important;
}

.pb-40, .ptb-40 {
  padding-bottom: 40px !important;
}

.pb-45, .ptb-45 {
  padding-bottom: 45px !important;
}

.pb-50, .ptb-50 {
  padding-bottom: 50px !important;
}

.mt-0, .margin-top-none, .mtb-0 {
  margin-top: 0 !important;
}

.mt-5, .mtb-5 {
  margin-top: 5px !important;
}

.mt-10, .mtb-10 {
  margin-top: 10px !important;
}

.mt-15, .mtb-15 {
  margin-top: 15px !important;
}

.mt-20, .mtb-20 {
  margin-top: 20px !important;
}

.mt-25, .mtb-25 {
  margin-top: 25px !important;
}

.mt-30, .mtb-30 {
  margin-top: 30px !important;
}

.mt-35, .mtb-35 {
  margin-top: 35px !important;
}

.mt-40, .mtb-40 {
  margin-top: 40px !important;
}

.mt-45, .mtb-45 {
  margin-top: 45px !important;
}

.mt-50, .mtb-50 {
  margin-top: 50px !important;
}

.mb-0, .margin-bottom-none, .mtb-0 {
  margin-bottom: 0 !important;
}

.mb-5, .mtb-5 {
  margin-bottom: 5px !important;
}

.mb-10, .mtb-10 {
  margin-bottom: 10px !important;
}

.mb-15, .mtb-15 {
  margin-bottom: 15px !important;
}

.mb-20, .mtb-20 {
  margin-bottom: 20px !important;
}

.mb-25, .mtb-25 {
  margin-bottom: 25px !important;
}

.mb-30, .mtb-30 {
  margin-bottom: 30px !important;
}

.mb-35, .mtb-35 {
  margin-bottom: 35px !important;
}

.mb-40, .mtb-40 {
  margin-bottom: 40px !important;
}

.mb-45, .mtb-45 {
  margin-bottom: 45px !important;
}

.mb-50, .mtb-50 {
  margin-bottom: 50px !important;
}

@media (min-width: 641px) {
  .medium-pt-60 {
    padding-top: 60px !important;
  }

  .medium-pt-80 {
    padding-top: 80px !important;
  }

  .medium-pt-100 {
    padding-top: 100px !important;
  }

  .medium-pb-60 {
    padding-bottom: 60px !important;
  }

  .medium-pb-80 {
    padding-bottom: 80px !important;
  }

  .medium-pb-100 {
    padding-bottom: 100px !important;
  }
}

/*Spacing - END*/
/*Row - Container - START*/
.row-fluid .grid-container {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.row-fluid .cell {
  padding: 0 !important;
}

.full-width-layout .row-fluid .grid-container {
  padding-left: 0;
  padding-right: 0;
}

.row-fluid .hic-box, .fluid .hic-box {
  margin: 0 !important;
}

@media(max-width: 640px) {
  .small-row-fluid .grid-container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}

/*Row - Container - END*/
/*Hide - START*/
.hide-title .hic-title, .hide-titles .hic-title, .hide-blurb .hic-blurb, .hide-blurbs .hic-blurb, .button-hidden .section-body .hic-button-wrap,
.location-map.single-page-disable .location-detail .btn-readmore {
  display: none !important;
}

/*Hide - END*/
/*Lists - START*/
ul.horizontal li {
  display: inline-block;
}

ul.no-bullets, ul.no-bullet {
  list-style: none !important;
  margin-left: 0;
}

ul.checklist, .page-element.checklist ul {
  margin-left: 0;
  position: relative;
  list-style: none;
}

.checklist li, .page-element.checklist ul li {
  position: relative;
}

.checklist > li:before, .page-element.checklist ul li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0;
  top: 0;
}

.checklist.times > li:before, .page-element.checklist.times ul li:before {
  content: '\f00d';
}

.checklist.square > li:before, .page-element.checklist.square ul li:before {
  content: '\f14a';
}

.checklist.round > li:before, .page-element.checklist.round ul li:before {
  content: '\f058';
}

.checklist.angle-right > li:before, .page-element.checklist.angle-right ul li:before {
  content: '\f105';
}

.checklist.double-angle-right > li:before, .page-element.checklist.double-angle-right ul li:before {
  content: '\f101';
}

.checklist.chevron-right > li:before, .page-element.checklist.chevron-right ul li:before {
  content: '\f054';
}

ol.steps-list li, .page-element.steps-list ol li {
  counter-increment: step-counter;
  list-style: none;
  position: relative;
}

ol.steps-list li:before, .page-element.steps-list ol li:before {
  content: counter(step-counter);
  display: block;
  position: absolute;
}

ol.steps-list li strong, .page-element.steps-list ol li strong {
  display: block;
}

/*Lists - END*/
/*No Border Table - START*/
.page-element table.no-border, .page-element table.no-border tbody, .page-element table.no-border th, .page-element table.no-border td {
  border: 0;
  background: none;
}

.page-element table.no-border td:first-child {
  vertical-align: top;
}

/*No Border Table - END*/
/*Greyscale Images - START*/
.greyscale-images .hic-image {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

/*Greyscale Images - END*/
/**************************
HELPERS - END
**************************/
/*********************************
FOR CENTERING OBJECT STYLE HELPER
*********************************/
.v-align-container {
  display: table;
  height: 100%;
  width: 100%;
}

.table-cell-mid {
  display: table-cell;
  vertical-align: middle;
}

.t-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vpv-container {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 1;
}

/*************************************
#MENU - START
*************************************/
.menu .active>a, .menu .is-active>a {
  background: transparent;
}
/*************************************
MENU - END
*************************************/
/*************************************
6.HEADER - START
*************************************/
.header {
  width: 100%;
  position: relative;
}

.header .logo-wrap .no-logo {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}

.header .logo-wrap .circle {
  position: relative;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
}

.header .logo-wrap {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
}

.header .logo-wrap .logo.hide-for-large {
  max-width: 160px;
}

.header .top-header {
  padding: 8px 0;
}
.top-header .cell:nth-child(2) {
  text-align: right;
}
.header .top-header .column-2 {
  text-align: right;
}
.header .top-header ul {
  list-style: none;
  margin: 0;
}
.header .top-header ul li {
  line-height: 16px;
}

.header .top-header ul li:not(:last-child) {
  margin-right: 6px;
  padding-right: 8px;
}
.off-canvas .is-accordion-submenu-parent i {
    position: absolute;
    top: 12px;
    color: #fff;
    right: 14px;
    z-index: 9;
}
.top-header .menu {
  text-align: right;
  display: inline-block;
  width: 100%;
}
body:not(.header-light) .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  color: #fff;
}
.header .top-bar .menu .active>a, .header .top-bar .menu>a:hover, .header .top-bar .menu>a:focus {
  color: #fff;
}
.header .menu a {
  font-size: 14px;
  font-weight: 400;
}

.header .menu .menu-button a {
  color: #fff;
}

.header .menu .menu-button a:hover,
.header .menu .menu-button.active > a {
  color: #fff !important;
}

.header .menu .menu-button:not(:first-child) {
  margin-left: 1.5rem;
}

.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f107';
  font-weight: 900;
  border: none;
  right: 14px;
  margin-top: -7px;
}

.header .menu .submenu {
  border: none !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.header .menu .submenu li {
  margin-left: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header .menu .submenu li a {
  transition: all .25s ease-in-out;
}

.header .menu .submenu li a:hover {
  padding-left: 15px;
}

.header .menu .is-dropdown-submenu {
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
}

.header .menu .is-dropdown-submenu li {
  transition: all .25s ease-in-out;
  border-bottom: 1px #e6e6e6 solid;
}

.header .menu .is-dropdown-submenu li a {
  font-size: 13px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.15);
}

.header .menu .is-dropdown-submenu li a:hover {
  color: #fff;
}

.header .menu .is-dropdown-submenu li a:before {
  display: none;
}

.header .menu .is-dropdown-submenu li.active a {
  color: #fff !important;
}

.header .menu .is-dropdown-submenu li:last-child {
  border-bottom: none;
}

.header .menu li:hover>.is-dropdown-submenu {
  transition: opacity .4s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.header .menu .active>a {
  background: transparent;
}

.header .menu .is-dropdown-submenu li a {
  padding: 10px 8px;
  line-height: 1.4;
}

.header .top-bar {
  padding: 16px 0;
  background-color: transparent;
  display: block;
}

.header .top-bar ul {
  background-color: transparent;
}

.header .top-bar .top-bar-left, .header .top-bar .top-bar-right {
  width: auto
}

.header .menu .submenu {
  z-index: 20;
}

.header-light .menu-icon:after {
    background: #1B1B1B;
    box-shadow: 0 7px 0 #1B1B1B, 0 14px 0 #1B1B1B;
}

@media (max-width: 640px) {
  .top-bar-right .phone a {
    padding: 6px 12px;
  }
}

@media (min-width: 641px) {
  .header.default-header-layout .top-bar .top-bar-left, .header.header-layout-1 .top-bar .top-bar-left {
    width: 20%;
  }

  .header.default-header-layout .top-bar .top-bar-right, .header.header-layout-1 .top-bar .top-bar-right {
    width: auto;
    float: right;
    margin-left: auto;
  }
}

/* Header layout 3 - START*/
@media (min-width: 1024px) {

  .header.header-layout-3 .top-bar {
    padding: 0;
  }

  .header.header-layout-3 .top-bar .top-bar-left {
    padding: 20px 0 13px;
  }
  .header .logo-wrap .logo.hide-for-large {
    max-width: 260px;
  }

  .header.header-layout-3 .top-bar .top-bar-left, .header.header-layout-3 .top-bar .top-bar-right {
    width: 100%;
    text-align: center;
  }

  .header.header-layout-3 .dropdown.menu>li>a {
    padding-left: 0;
    padding-right: 0;
  }

  .header.header-layout-3 .menu-container>ul>li:not(:last-child)>a {
    margin-right: 1.5rem;
  }

  .header.header-layout-3 .top-bar .menu-container>ul {
    display: flex;
    justify-content: space-between;
  }

  .header.header-layout-3 .top-bar .top-bar-right {
    padding: 10px 0;
    position: relative;
  }

  .header.header-layout-3 .top-bar .top-bar-right::before {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    background-color: #000;
    left: calc((100vw - 1024px + 43px) * -1 / 2);
    right: calc((100vw - 1024px + 43px) * -1 / 2);
    width: 100vw;
  }

  .header.header-layout-3 .top-header .cell:first-child {
    position: absolute;
    left: .9375rem;
    top: 30px;
    width: 33.33333%;
    right: auto;
  }

  .header.header-layout-3 .top-header .cell:last-child {
    position: absolute;
    right: .9375rem;
    top: 30px;
    width: 33.33333%;
    left: auto;
  }

  .header.header-layout-3 .top-header .grid-container {
    position: relative;
  }

  .header.header-layout-3 .top-header {
    padding: 0 !important;
    height: 0;
  }
}

@media (min-width: 1170px) {
  .header.header-layout-3 .top-bar .top-bar-right::before {
    left: calc((100vw - 1170px + 43px) * -1 / 2);
    right: calc((100vw - 1170px + 43px) * -1 / 2);
  }
}

@media (max-width: 1023px) {
  .header.header-layout-3 .top-header {
    display: none;
  }
}

/* Header layout 3 - END*/
/* Transparent Header - START*/
.header-transparent .header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

/* Transparent Header - END*/
/* Sticky Header - START*/
.sticky-header.scrolled .header {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.sticky-header .header {
  z-index: 15;
  position: fixed;
}

.sticky-header.header-default-color .header, .sticky-header.header-light .header{
  background-color: #fff;
}

.sticky-header.header-transparent.scrolled .hero-main-wrap, .sticky-header.header-transparent.page-banner-hidden .hero-main-wrap {
  margin-top: 0;
}

@media (min-width: 641px) {
  .sticky-header.scrolled .header {
    position: fixed;
  }
}

/* Sticky Header - END*/
/* Menu - START*/
.header-dark .header, .header-dark .header .top-header, .header-dark .header .top-header a, .header-dark .header .menu a,
.header-theme .header .top-header, .header-theme .header .top-header a, .header-theme .header .menu a,
.header-transparent .header .top-header, .header-transparent .header .top-header a, .header-transparent .header .menu a {
  color: #fff;
}

.header-dark .header .top-bar .menu .active>a, .header-dark .header .top-bar .menu>a:hover, .header-dark .header .top-bar .menu>a:focus {
  color: #fff;
}

.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  color: inherit;
}

/* Menu - END*/
/*********************
HEADER - END
*********************/
/*************************************
#SLICK SLIDER - START
*************************************/
.hero.gallery-background-banner,
.hero.slider-carousel-banner {
  background-color: #acacac;
}
body .hero-slider {
  display: none;
  visibility: hidden;
  width: 0;
  opacity: 0;

}
.hero-slider.slick-initialized.slick-slider {
  display: block;
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.slick-dots {
    margin-left: 0;
}
body .slick-arrow:before {
  font-family: 'Font Awesome 5 Pro';
    content: '\f054';    
    border: none;
    right: 14px;    
    color: #FFF;
}
body .slick-prev:before { 
    content: '\f053';    
}
.default-section:not(.has-bg-img) .slick-arrow:before {
  color: #000;
}

@media(max-width: 640px) {
  body .hero-slider .slick-list {
    margin: 0;
  }
  body .slick-list {
    margin: 0 16px;
  }
  body .slick-prev {
    left: 8px;
  }
  body .slick-next {
    right: 8px;
  }
}


/**************************
SLICK SLIDER - END
**************************/
/**************************
7.HERO - START
**************************/
.hero {
  height: auto;
  position: relative;
}

.hero,
.hero label {
  color: #FFF;
}

.hero .grid-container {
  display: flex;
  align-items: center;  
  width: 100%;
  min-height: inherit;
}

.hero .hero-main {
  min-height: inherit;
  height: inherit;
  display: flex;
  align-items: center;
}

.hero-main .grid-x {
  width: 100%;
}

.hero .hero-banner-message {
  position: relative;
}
.hero-banner-message .hic-button-wrap {
  display: flex;
}
.text-center .hero-banner-message .hic-button-wrap {
    justify-content: center;
}
.hero .hero-banner-message, .hero .article-header {
  z-index: 3;
}

.hero .article-header .grid-container>.grid-x, .hero .hero-banner-message .grid-container>.grid-x {
  height: 100%;
}

.hero .inner-hero, .hero .slick-list, .hero .slick-track {
  min-height: inherit;
  height: inherit;
}

.hero .hero-slider, .hero .hero-slider .bg-image {
  min-height: inherit;
  height: inherit;
  margin: 0;
}

.hero .hero-bg-overlay,
.hero .video-wrap {
  position: absolute;
  left: 0;    
  top: 0;
  width: 100%;
  height: 100%;
}

.hero .hero-bg-overlay {
  z-index: 1;
}

.hero .hero-video-banner {
  min-height: inherit;
  height: inherit;
}

.hero .video-wrap {
  overflow: hidden;
}

.hero .hero-video-banner .video-wrap .hero-video-bg, 
.hero .hero-video-banner .video-wrap .flex-video, 
.hero .hero-video-banner .video-wrap .responsive-embed, 
.hero .hero-video-banner .video-wrap video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.hero .hero-video-banner .video-wrap .hero-video-bg, .hero .hero-video-banner .video-wrap video {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero .hero-banner-message-w-slider {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero .hero-banner-message-w-slider .hero-banner-message {
  padding: 0;
}

.hero .hero-banner-message-w-slider .cell:first-child {
  display: flex;
  align-items: center;
  align-content: center;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider {
  position: relative;
  width: 100%;
  height: auto;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider .slick-list, .hero .hero-banner-message-w-slider .hero-gallery-slider .slick-slide {
  height: auto;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider .slick-slide::before {
  content: '';
  display: block;
  padding-top: 65%;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider .hero-gallery-slides-thumb {
  margin-bottom: 0;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider .hero-gallery-slides-thumb .slick-track {
  width: 100%;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider .hero-gallery-slides-thumb .slick-slide {
  position: inherit;
}

/*Hero Height - START*/
.hero.page-banner.default-height {
  min-height: 200px;
}

.hero:not(.page-banner).default-height {
  min-height: 400px;
}

.hero.short-banner {
  min-height: 200px;
}

.hero.tall-banner {
  min-height: 350px;
}

.hero.full-screen-banner {
  min-height: calc(100vh - 88px);
}

.with-top-header .hero.full-screen-banner {
  min-height: calc(100vh - (88px + 37px));
}

.admin-bar .hero.full-screen-banner {
  min-height: calc(100vh - (88px + 32px));
}

.admin-bar.with-top-header .hero.full-screen-banner {
  min-height: calc(100vh - (88px + 32px + 37px));
}

.header-transparent .hero.page-banner.default-height {
  min-height: calc(200px + 88px);
}

.header-transparent .hero:not(.page-banner).default-height {
  min-height: calc(400px + 88px);
}

.header-transparent .hero.short-banner {
  min-height: calc(200px + 88px);
}

.header-transparent .hero.tall-banner {
  min-height: calc(400px + 88px);
}

.header-transparent .hero.full-screen-banner {
  min-height: 100vh;
}

.header-transparent.admin-bar .hero.full-screen-banner {
  min-height: calc(100vh - 32px);
}

.header-transparent.with-top-header .hero.page-banner.default-height {
  min-height: calc(200px + 88px + 37px);
}

.header-transparent.with-top-header .hero:not(.page-banner).default-height {
  min-height: calc(400px + 88px + 37px);
}

.header-transparent.with-top-header .hero.short-banner {
  min-height: calc(200px + 88px + 37px);
}

.header-transparent.with-top-header .hero.tall-banner {
  min-height: calc(400px + 88px + 37px);
}

.hero.form-inline .hero-form label {
  text-align: left;
}

.hero.form-layout-1 .hero-form {
  z-index: 10;
}

.hero.form-layout-1.form-inline .hero-form, 
.hero.form-layout-2.form-inline .hero-form {
  width: 100%;
  max-width: 100%;
}
.hero-form-container {
    padding: 24px;
}
.inner-hero-form,
.hero-form-container {
    height: 100%;
}

.header-transparent.page-banner-hidden .page-element:first-child {
  padding-top: 120px;
}

@media (max-width: 640px) {
  .hero .hero-main {
    flex-flow: column;
  }
  .hero-banner-message .hic-button-wrap {
    flex-flow: column;
  }
  .hero-banner-message .hic-button-wrap .button {
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}


@media (min-width: 641px) {
  .hero.form-layout-1.form-inline .hero-form {
    position: absolute;
  }
  .hero-banner-message .hic-button-wrap .button {
    margin-left: 8px;
    margin-right: 8px;
    min-width: 180px;
  }
}

@media (max-width: 1023px) {
  .header-transparent .hero .hero-banner-message {
      margin-top: 116px;
  }
}

@media (min-width: 1024px) {

  .header-transparent .hero .inner-hero {
  padding-top: 88px;
}

.header-transparent.with-top-header .hero .inner-hero {
  padding-top: calc(88px + 37px);
}

  .header-transparent.admin-bar .hero.full-screen-banner {
        min-height: calc(100vh - (120px + 32px));
  }
  .header-transparent .hero.full-screen-banner {
    min-height: calc(100vh - 120px);
  }
  .header-transparent .hero .hero-banner-message {
    margin-top: calc(120px + 32px);
  }
  .header-transparent .hero .hero-banner-message {
    margin-top: 116px;
  }
  .hero .hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }

  .hero.page-banner.default-height {
    min-height: 250px;
  }

  .hero:not(.page-banner).default-height {
    min-height: 550px;
  }

  .hero.short-banner {
    min-height: 300px;
  }

  .hero.tall-banner {
    min-height: 600px;
  }

  .header-transparent .hero.page-banner.default-height {
    min-height: calc(250px + 88px);
  }

  .header-transparent .hero:not(.page-banner).default-height {
    min-height: calc(550px + 88px);
  }

  .header-transparent .hero.short-banner {
    min-height: calc(300px + 88px);
  }

  .header-transparent .hero.tall-banner {
    min-height: calc(600px + 88px);
  }

  .header-transparent.page-banner-hidden .page-element:first-child {
    padding-top: 140px;
  }
  .header-transparent.page-banner-hidden .has-bg-img.page-element:first-child {
    padding-top: 180px;
  }

  .hero.form-side .cell-form {
    width: 400px;
  }

  .hero.form-layout-1.form-right .cell-form,
  .hero.form-layout-1.form-bottom .cell-form {
    order: 2;
  }

  .hero.form-layout-1.form-side .cell-message {
    width: calc(100% - 400px);
  }

  .hero.form-layout-1.form-inline .hero-form,
  .hero.form-layout-2.form-inline .hero-form {
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
  }

  .hero.form-top .hero-form {
    top: 0
  }

  .hero.form-bottom .hero-form {
    bottom: 0
  }

  .hero.form-layout-1.form-inline .inner-hero-form, .hero.form-layout-2.form-inline .inner-hero-form {
    max-width: 1170px;
    margin: 0 auto;
  }

  .hero.form-inline .gform_wrapper form, .hero.form-inline .form-content {
    display: flex;
    justify-content: space-evenly;
  }

  .hero.form-layout-2.form-inline .gform_wrapper .gform_body {
    width: calc(100% - 120px);
  }

  .hero.form-layout-2.form-inline .gform_wrapper .gform_footer {
    width: 150px;
  }

  .hero.form-layout-2.form-inline .gform_wrapper .gform_fields {
    display: flex;
  }

  .hero.form-layout-2.form-side .inner-hero {
    display: flex;
  }

  .hero.form-layout-2.form-side .hero-main {
    width: calc(100% - 450px);
    position: relative;
  }

  .hero.form-layout-2.form-side .hero-form {
    width: 450px;
  }

  .hero.form-layout-2.form-left .hero-main {
    order: 2;
  }

  .hero.form-layout-2.form-centered .hero-main {
    min-height: auto;
  }

  .hero.form-layout-2.form-centered .hero-form {
    position: relative;
  }

  .hero.form-inline .booking-search .columns:not(:last-child) {
    margin-right: 10px;
  }

  .hero.form-inline .booking-search .booking-location {
    min-width: 225px;
  }

  .hero.form-inline .booking-search .booking-adults, .hero.form-inline .booking-search .booking-children {
    min-width: 140px;
  }

  .hero.form-inline .booking-search .booking-btn .button {
    padding: 0 10px;
    height: 40px;
    width: 100%;
    margin-bottom: 0;
    min-width: 170px;
    margin-top: 25px;
  }
    .hero.form-layout-1.form-side.form-left .hero-carousel-type .hero-banner-message {
    margin-left: auto;
  }
  .hero.form-layout-1.form-side .hero-carousel-type .hero-banner-message {
    width: calc(100% - 400px);
  }

  .hero.form-layout-1.form-side .hero-carousel-type .hero-form {
    position: absolute;
      top: 0;
      width: 400px;
      height: 100%;
      display: flex;
      align-content: center;
      flex-wrap: wrap;
      right: calc(100% - (1170px - 400px));
  }
  .hero.form-layout-1.form-side.form-right .hero-carousel-type .hero-form {
    left: calc(100% - (1170px - 400px));
  }
  .hero.form-layout-1.form-side .hero-carousel-type .inner-hero-form {
    max-width: 1170px;
      margin: 0 auto;
      width: 100%;
      height: auto;
     
  }
  .hero.form-layout-1.form-side.form-right .hero-carousel-type .hero-form-container {
    margin-left: auto;
  }
  .hero.form-layout-1.form-side .hero-carousel-type .hero-form-container {
       width: 400px;
  }
}

@media (min-width: 1280px) {
  .hero.slider-carousel-banner.default-height {
    min-height: 600px;
  }
}

/*Hero Form Layout 2 - END*/
/*********************
HERO - END
*********************/


/**************************
8.ACCORDION - START
**************************/
@media(min-width: 641px) {
    .accordion-element.content-left .section-body>.cell,
    .accordion-element.content-right .section-body>.cell {
        width: 50%;
    }
    
    .accordion-element.content-right .section-body .hic-content {
        order: 2;
    }
}

/**************************
8.ACCORDION - END
**************************/


/**************************
PAGE ELEMENTS - START
**************************/
.page-element,
.sidebar-element {
  position: relative;
}

.page-element.default-section.has-bg-img, 
.page-element.dark-section, 
.page-element.theme-section,
.sidebar-element.default-section.has-bg-img, 
.sidebar-element.dark-section, 
.sidebar-element.theme-section {
  color: #fff;
}

.page-element.has-bg-img .bg-image:before,
.sidebar-element.has-bg-img .bg-image:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.grid .section-body .cell {
  margin-bottom: 15px;
}
.grid .section-body {
  margin-bottom: -15px;
}

.hic-image {
  position: relative;
  background-size: cover;
  background-position: center;
}

.hic-image-container{
  overflow: hidden;
}
.page-element.content-only .hic-image-container,
.sidebar-element.content-only .hic-image-container {
  display: none;
}
.page-element.map-form-element.has-bg-img a {
      color: #FFF;
}
.page-element.dark-section.image-above-content .hic-blurb,
.sidebar-element.dark-section.image-above-content .hic-blurb {
    color: #0a0a0a;
}
@media (min-width: 641px) {
  .page-element[class*=split-] .hic-box,
  .sidebar-element[class*=split-] .hic-box {
    display: -ms-flexbox;
    display: flex;
  }

  .image-left-content .hic-image-container, .image-right-content .hic-content, .image-right-content.then-left .cell:nth-child(2n) .hic-image-container, .image-left-content.then-right .cell:nth-child(2n) .hic-content {
    order: 1;
  }

  .image-left-content .hic-content, .image-right-content .hic-image-container, .image-left-content.then-right .cell:nth-child(2n) .hic-image-container, .image-right-content.then-left .cell:nth-child(2n) .hic-content {
    order: 2;
  }

  .split-25-75 .hic-image-container, .split-75-25 .hic-content {
    width: 25%;
  }

  .split-33-67 .hic-image-container, .split-67-33 .hic-content {
    width: 33.33333%;
  }

  .split-50-50 .has-media .hic-image-container, 
  .split-50-50 .has-media .hic-content {
    width: 50%;
  }

  .split-40-60 .hic-image-container, .split-60-40 .hic-content {
    width: 40%;
  }

  .split-60-40 .hic-image-container, .split-40-60 .hic-content {
    width: 60%;
  }

  .split-67-33 .hic-image-container, .split-33-67 .hic-content {
    width: 66.66667%;
  }

  .split-75-25 .hic-image-container, .split-25-75 .hic-content {
    width: 75%;
  }

  .image-left-content .has-image .hic-content,
  .image-right-content.then-left .cell:nth-child(2n) .hic-content {
    padding-left: 30px;
    padding-right: 0;
  }

  .image-right-content .has-image .hic-content,
  .image-left-content.then-right .cell:nth-child(2n) .hic-content {
    padding-left: 0;
    padding-right: 30px;
  }
}

@media (min-width: 1024px){
    
    .grid .section-body .cell {
      margin-bottom: 30px;
    }
    
    .grid .section-body {
        margin-bottom: -30px;
    }
    .disable-carousel-large .section-body .cell {
        margin-bottom: 30px;
    }
    
    .disable-carousel-large .section-body {
        margin-bottom: -30px;
    }   
}

/*Images Sizing - START*/
.page-element.contain-images .hic-image,
.sidebar-element.contain-images .hic-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page-element.square-images .hic-image:before, .page-element.round-images .hic-image:before, .page-element.landscape-images .hic-image:before, .page-element.portrait-images .hic-image:before,
.sidebar-element.square-images .hic-image:before, .sidebar-element.round-images .hic-image:before, .sidebar-element.landscape-images .hic-image:before, .sidebar-element.portrait-images .hic-image:before {
  content: "";
  width: 100%;
  height: auto;
  display: block;
}

.page-element.square-images .hic-image:before, .page-element.round-images .hic-image:before, .page-element.box-images .hic-image::before,
.sidebar-element.square-images .hic-image:before, .sidebar-element.round-images .hic-image:before, .sidebar-element.box-images .hic-image::before {
  padding-top: 100%;
}

.page-element.landscape-images .hic-image:before,
.sidebar-element.landscape-images .hic-image:before {
  padding-top: 40%;
}

.page-element.portrait-images .hic-image:before,
.sidebar-element.portrait-images .hic-image:before {
  padding-top: 150%;
}

.page-element.long-portrait-images .hic-image::before,
.sidebar-element.long-portrait-images .hic-image::before {
  padding-top: 180%;
}

.page-element.round-images .hic-image,
.sidebar-element.round-images .hic-image {
  border-radius: 50%;
}



/*Images Sizing - END*/
/*Section Header Left - START*/
@media (min-width: 1024px) {
  .header-left .grid-container {
    display: table;
    width: 100%;
    margin: 0 auto;
  }

  .header-left .section-header, .footer-left .section-footer {
    float: left;
    width: 25%;
  }

  .default-alignment.header-left .section-header, .default-alignment.footer-left .section-footer,
  .text-left.header-left .section-header, .text-left.footer-left .section-footer {
    text-align: left;
  }

  .header-left .section-body {
    float: right;
    width: 75%;
  }

 
}

/*Section Header Left - END*/
/*Small Spacing - START*/
.page-element.grid.small-spacing .cell,
.sidebar-element.grid.small-spacing .cell {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .page-element.small-spacing .grid-padding-x, 
  .page-element.small-spacing .grid-padding-x>.cell,
  .page-element.small-spacing .grid-padding-x .slick-track > .cell,
  .sidebar-element.small-spacing .grid-padding-x, 
  .sidebar-element.small-spacing .grid-padding-x>.cell,
  .sidebar-element.small-spacing .grid-padding-x .slick-track > .cell{
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

/*Small Spacing - END*/
/*********************
PAGE ELEMENTS - END
*********************/

.pcb-gallery-slider.slick-slider {
  margin: 0;
}

/*********************
12.Content Boxes - START
*********************/
.content-box-element .hic-icon {
  font-size: 50px;
}

.image-above-content .hic-image.empty-image {
    background-color: #f2f2f2;
}

/*ICON LEFT CONTENT*/
.icon-left-content .hic-content {
  padding: 10px 10px 10px 95px;
  position: relative;
  text-align: left;
}
.icon-left-content .hic-icon {
    position: absolute;
    width: 60px;    
    left: 15px;
    top: 5px;
    text-align: center;
}
/*ICON LEFT CONTENT*/


@media(min-width: 1024px) {
  .icon-left-content .hic-content {
    padding: 20px 20px 20px 130px;
  }
  .content-box-element .hic-icon {
    font-size: 80px;    
  }
  .icon-left-content .hic-icon {
    width: 100px;
  }
}
/*********************
Content Boxes - END
*********************/

/**************************
CTA ELEMENT - START
**************************/
.cta-element.cta-layout-1.default-alignment {
  text-align: center;
}

.default-width .cta-element.cta-layout-1.default-alignment .grid-container {
  max-width: 950px;
}

/**************************
CTA ELEMENT - END
**************************/
/**************************
LEGAL DOCUMENT - START
**************************/
.legal-content li {
  margin-bottom: 1rem;
}

ol.closed-alpha {
  list-style: none;
}

ol.closed-alpha li {
  position: relative;
}

ol.closed-alpha li::before {
  counter-increment: alpha;
  content: "("counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -32px;
}

/**************************
LEGAL DOCUMENT - END
**************************/
/**************************
FORMS - END
**************************/
.gform_wrapper .no-top-label .gfield_label {
  display: none;
}
.gfield_html {
    margin-bottom: 16px;
}
.field-disclaimer {
    padding: 16px;
    
}
.default-section:not(.has-bg-img) .field-disclaimer,
.light-section .field-disclaimer{
    background-color: #F2F2F2;
}
.field-disclaimer {
    font-size: 14px;
}
.field-consent label {
    font-weight: 700;
}
.gfield_select.default-set-value {
    color: #CCC;
}
.gfield:not(.field-right):not(.field-left) {
    clear: both;
}

@media (min-width: 641px) {
  .gform_wrapper .field-left, .gform_wrapper .field-right {
    width: 49%;
  }

  .gform_wrapper .field-left {
    float: left;
  }

  .gform_wrapper .field-right {
    float: right;
  }
  
  .field-state {
      margin-right: 15px;
  }
  .field-postcode {
      margin-right: 7px;
  }
  .gform_wrapper .field-postcode,
  .gform_wrapper .field-country {
      width: 24%;
  }
  
}
@media (min-width: 641px) {
    .field-state {
      margin-right: 17px;
  }
   .field-postcode {
      margin-right: 8px;
  }
}
/**************************
SIDEBAR - START
**************************/
.sidebar ul {
  margin-left: 0;
}

.sidebar ul li {
  list-style: none;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar ul li a {
  padding: 6px 15px 6px 0;
}
.sidebar ul li:last-child {
  border-bottom: none;
}
.hic-listing-widget .listing-item {
  padding: 8px 0;
}
.hic-post-widget .featured-image,
.hic-listing-widget .featured-image {
  height: 60px;
  width: 60px;
  position: absolute;
}
.hic-listing-widget .description {
  font-size: 13px;
  line-height: 1.3;
}
.hic-post-widget li {
  position: relative;
}
.hic-listing-widget li.has-image {
  min-height: 80px;
}
.hic-post-widget li.has-image .widget-post-content,
.hic-listing-widget li.has-image .widget-post-content {
  padding-left: 80px;
}
.sidebar .hic-post-widget li a,
.sidebar .hic-listing-widget li a {
  padding: 0;
}
.widget-meta {
  font-size: 14px;
  color: #BBB;
}
.widget-post-title { line-height: 1.2; }

.sidebar .submenu > li a {
    padding-left: 16px;
    font-size: 16px;
}


@media(min-width: 641px) {
  .sidebar-left .sidebar {
    order: 1;
  }

  .sidebar-left .main-content {
    order: 2;
  }
}

@media (min-width: 1024px) { 
  [class*="has-sidebar-"] .inner-body-content {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .default-width [class*="has-sidebar-"] .inner-body-content {
    max-width: 1170px;
  }
  .has-sidebar-left .main-content,
  .has-sidebar-right .main-content {
    width: calc(100% - 300px);
  }
  .sidebar {
    width: 300px;
  }
  .sidebar .widget {
    margin-bottom: 40px;
  }
  .has-sidebar-right .sidebar {
    order: 2;
  }
  .default-width .has-sidebar-both .main-content {
    width: calc(100% - 500px);
  }
  .default-width .has-sidebar-both .sidebar {
    width: 250px;
  }
  .primary-sidebar .sidebar-content {
    display: block !important;
  }
}

/*************************************
SIDEBAR - END
*************************************/

/*************************************
#CPT ARCHIVE - START
*************************************/
.widget-form-wrap .search-widget .qs-ul {
  list-style: none;
  margin-left: 0;
}

/*************************************
CPT ARCHIVE - END
*************************************/

/*************************************
13.PAGINATION - START
*************************************/
.page-navigation {
  margin-top: 1rem;
}
.pagination {
  display: flex;
  display: flex;
  margin: 0;
}
.pagination li {
  display: block;
}
.pagination a {
    background-color: #F2F2F2;
}
.pagination a,
.pagination button,
.pagination .current {
  cursor: pointer;
  min-width: 24px;
  min-height: 24px;
  text-align: center;
  margin: 0;
  padding: .1875rem .625rem;
  display: block;
  line-height: 1.4;
}
.pagination .current,
.pagination-item--active {
  pointer-events: none;
}
/*************************************
13.PAGINATION - END
*************************************/
/*************************************
14.Gallery - START
*************************************/
.gallery-element .cross-icon-wrap {
  position: absolute;
  height: 40px;
  width: 40px;
  margin: auto;
  opacity: 0;
  transform: scale(0.6);
  visibility: hidden;
  transition: all .25s ease-in-out;
  z-index: 2;      
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery-element .hic-image:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, .2);
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease-in-out;
}
.gallery-element.with-lightbox .image-list:hover .hic-image:after {
  opacity: 1;
  visibility: visible;
}
.gallery-element .image-list:hover .cross-icon-wrap {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
/*************************************
14.Gallery - END
*************************************/
/*************************************
15.FORM - START
*************************************/

.search-widget .filter-checkbox ul {
    list-style: none;
    margin-left: 0;
}
.search-widget .filter-checkbox li label {
    margin-left: 0;
}
.widget-form-wrap .button[type="submit"] {
    border: 1px solid #FFF;
}
[type=color], [type=date], 
[type=datetime-local], 
[type=datetime], [type=email], 
[type=month], [type=number], 
[type=password], [type=search], 
[type=tel], [type=text], 
[type=time], [type=url],
[type=week], textarea {
  box-shadow: none;
}
textarea[rows] {
  height: 150px;
}
.gform_wrapper .gform_title {
  font-size: 32px;
  text-transform: uppercase;
}
.gform_wrapper .gfield_label {
  font-weight: 700;
  line-height: 1.4;
    margin-bottom: 10px;
}
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.gform_wrapper .validation_error {
  display: none;
}

.gform_wrapper .validation_message {
  font-size: 12px;
  font-style: italic;
  margin: -12px 0px 4px 8px;
  color: #A20009;
}
.deafult-section.has-bg-img label,
.dark-section label,
.theme-section label {
    color: #FFF;
}

.has-bg-img input[type=checkbox]:checked + label:before,
.dark-section input[type=checkbox]:checked + label:before,
.theme-section input[type=checkbox]:checked + label:before,
.has-bg-img input[type=radio]:checked + label:before,
.dark-section input[type=radio]:checked + label:before,
.theme-section input[type=radio]:checked + label:before {
    border-color: #FFF;
    color: #FFF;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before{
    background-color: transparent;
    border-color: #1B1B1B;
    color: #1B1B1B;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
    content: "\f00c";
    border-radius: 0.2em;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
    color: transparent;
    transition: .2s;
    background: transparent;
    text-align: center;
    border: 1px solid #1B1B1B;
    font-size: 19px;
    line-height: .5;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.hic-checkbox li {
    position: relative;
    
}
.hic-checkbox input[type=checkbox] + label:before,
.hic-checkbox input[type=radio] + label:before {
    position: absolute;
    left: 0;
    top: 3px;
}
.hic-checkbox li label {
    padding-left: 16px;
    line-height: 1.3;
}   
       

.has-bg-img input[type=checkbox] + label:before,
.dark-section input[type=checkbox] + label:before,
.theme-section input[type=checkbox] + label:before,
.has-bg-img input[type=radio] + label:before,
.dark-section input[type=radio] + label:before,
.theme-section input[type=radio] + label:before {
    border: 1px solid #FFF;
}

.button-group input {
  margin-bottom: 0;
}


@media(max-width: 1023px) {
    .widget-form-inner-wrap {
        margin-top: 24px;
    }    
}

@media(min-width: 1024px) {
  .contact-layout-4 .inner-section .grid-x>.cell:nth-child(2) {
      order: 4;
      width: 25%;
      padding: 0px;
  }
  .contact-layout-4.has-map .sub-map {
    position: relative;
    height: 400px;
  }
  .contact-layout-4.has-map .sub-map p {
    margin: 0;
  }
  .contact-layout-4.has-map .sub-map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
  }
  .contact-layout-4.has-bg-img input, 
  .contact-layout-4.has-bg-img select, 
  .contact-layout-4.has-bg-img textarea {
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #f4f4f4;
    color: #FFF;
}
.contact-layout-4.has-bg-img input[type="submit"] {
    min-width: 200px;
    border: 1px solid;
}
  .contact-layout-4.has-map .inner-section .grid-x>.cell:nth-child(3) {
      order: 2;
      width: 41.66%;
      align-self: stretch;
  }
  .contact-layout-4.has-map .inner-section .grid-x>.cell:nth-child(4) {
      order: 3;
      width: 33.33%;
  }
}
/*************************************
15.FORM - END
*************************************/
/*************************************
16.LISTING ELEMENT - START
*************************************/
.product-element.dark-section .categories .hic-seperator,
.product-element.theme-section .categories .hic-seperator {
  color: #FFF;
}
.product-element .categories .hic-seperator {
  margin-left: 6px;
  color: #CCC;
}
.product-element .categories {
  font-size: 16px;
}
.product-element .categories .hic-seperator:before {
  content: '|';
  display: inline-block;
}
.product-listing .hic-button-wrap .button.loading {
    opacity: .25;
    padding-right: 2.618em;
    position: relative;
}
.product-listing .hic-button-wrap .button.loading::after {
    font-family: WooCommerce;
    content: '\e01c';
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.search-result-listing article {
  margin-bottom: 24px;
}
.search-result-listing .archive-title {
  margin-bottom: 32px;
}

.listing-element .widget-form-wrap{
  margin-bottom: 50px;
}

.xh-hidden.field-group {
  height: 0px;
  overflow: hidden;
}

.xh-hidden.field-group.active {
  height: auto;
  overflow: inherit;
}

.design-listing-element .search-form-layout-2 .field-group {
  margin-bottom: 0;
}

.design-listing-element .search-form-layout-2 .field-group .cell {
  margin-bottom: 15px;
}

.widget-form-wrap .design-features-chk-group {
  display: inline-block;
}

#expandMoreSearchOption {
  text-align: center;
  margin-top: 2PX;
  cursor: pointer;
  font-size: 15px;
  color: inherit;
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
  align-content: center;
  
}

.search-form-layout-1 #expandMoreSearchOption {
  display: none;
}

#expandMoreSearchOption:after{
  content: "More Options +";
}

#expandMoreSearchOption.active:after{
  content: "Less Options -";
}

.listing-element .filter-button{
  display: flex;
  flex-wrap: wrap;
}

.listing-element .filter-button .button{
  margin: 0;
}

.listing-element .hic-image-container {
  position: relative;
}

.listing-element .top-box-small-label {
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  margin: 4px;
  padding: 2px 8px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #FFF;
  color: #c33e3e;
}

.listing-element .top-content {
  position: absolute;
  top: 0;
  right: 0;
}

.listing-element .hic-meta,
.property-summary-element .hic-meta{
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0;
}

.property-listing-element .hic-meta:not(:only-child):last-child{
  display: none;
}

.listing-element .hic-meta [data-label-type="meta-icon"],
.property-summary-element .hic-meta [data-label-type="meta-icon"] {
  display: inline-flex;
  align-items: center;
  align-content: center;
}

.listing-element .hic-meta [data-label-type="meta-text"],
.property-summary-element .hic-meta [data-label-type="meta-text"] {
  display: block;
  width: 100%
}

.listing-element [data-label-type="meta-text"] .meta-label::before,
.property-summary-element [data-label-type="meta-text"] .meta-label::before{
  content: attr(data-default-label);
}

.listing-element [data-label-type="meta-text"] .meta-label::after,
.property-summary-element [data-label-type="meta-text"] .meta-label::after{
  content: ": ";
}

.listing-element [data-label-type="meta-icon"] .meta-label::before,
.property-summary-element [data-label-type="meta-icon"] .meta-label::before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  display: block;
  margin: 0 6px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.listing-element li[data-meta="slope"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="slope"][data-label-type="meta-icon"] .meta-label::before {
  content: '\f61c';
}

.listing-element li[data-meta="bed"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="bed"][data-label-type="meta-icon"] .meta-label::before {
  content: '\f236';
}

.listing-element li[data-meta="bath"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="bath"][data-label-type="meta-icon"] .meta-label::before {
  content: '\f2cd';
}

.listing-element li[data-meta="living"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="living"][data-label-type="meta-icon"] .meta-label::before {
  content: '\f4b8';
}

.listing-element li[data-meta="car"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="car"][data-label-type="meta-icon"] .meta-label::before {
    content: '\f1b9';
}

.listing-element li[data-meta="width"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="width"][data-label-type="meta-icon"] .meta-label::before,
.listing-element li[data-meta="length"] [data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="length"][data-label-type="meta-icon"] .meta-label::before {
	border: 1px solid;
	width: 25px;
	display: inline-block;
	text-align: center;
}
.listing-element li[data-meta="width"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="width"][data-label-type="meta-icon"] .meta-label::before {
	content: '\f337';
}    
.listing-element li[data-meta="length"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="length"][data-label-type="meta-icon"] .meta-label::before {
	content: '\f338';
}    
/*************************************
16.LISTING ELEMENT - END
*************************************/

/**************************
17.FANCYBOX - START
**************************/
.fancybox-thumbs {
  background: #555;
}
.fancybox-thumbs__list a:before {
  border: 2px solid #ccc;
}
.fancybox-bg {
  background: #161616;
}
.fancybox-is-open .fancybox-bg {
  opacity: .95;
}
@media(max-width: 640px) {
  .fancybox-thumbs {
    width: 80px;
  } 
  .fancybox-thumbs__list a {
    height: 54px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 80px;
  }
}
@media(min-width: 1024px) {
  body .fancybox-slide--video .fancybox-content {
    width: 1100px !important;
      height: 620px !important;
  }
}
/**************************
17.FANCYBOX - END
**************************/

/*************************************
18.PROJECT MODULE - START
*************************************/

.project-details-table {
    border: 0 solid #808080;
    background-color: transparent;
}
table.project-details-table tbody tr:nth-child(2n), 
table.project-details-table tbody tr:nth-child(2n) td {
    background-color: transparent !important;
}
table.project-details-table tbody, 
table.project-details-table tfoot, 
table.project-details-table thead {
        border: 0 solid #f1f1f1;
}

table.project-details-table td{
    padding: 0.3rem .625rem .325rem;
}


.project-list .ct-header {
    margin-bottom: 0;
}
.project-cat-heading {
    margin-bottom: 24px;
}


.other-projects .enp-wrap .button {
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    top: 0;
}
body .other-projects .enp-wrap {
    border: 1px solid #f5f5f5;
    box-shadow: none;
    background-color: #f5f5f5;
    font-size: 18px;
}

.range-img {
        height: 200px;
    }
    
.other-range .range-img{
    height: 100px;
}

.range-link:hover h5,
.range-link:hover .desc {    
    color: #07305a;
}

.range-content{
    background-color: #fff;
    padding: 10px;
}

.video-icon {

    position: absolute;
    margin: auto;
    top: calc(50% - 30px);
    right: calc(50% - 30px);

}

.btn-basic {
    border: 1px solid;
    display: inline-block;
    font-size: 12px;
    padding: 8px 23px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;  
} 

.remove-icon, .remove-this {
    display: inline-block;
    margin-left: 8px;
    background: rgba(255, 0, 0, 0.70);
    height: 15px;
    width: 15px;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    line-height: 127%;
    transition: .3s;
}
button.position-control {
        position: absolute;
    left: -40px;
    border-radius: 0;
    height: 38px;
    top: 0px;
    width: 40px;
}
button.position-control:after {
        content: "\f054";
    font-family: 'FontAwesome';
    color: #FFF;
}
.page-favourites #getSampleWidgetContent.active {
    visibility: visible;
    pointer-events: auto;
}
#getSampleWidgetContent {
        visibility: hidden;
    pointer-events: none;
        visibility: hidden;
    pointer-events: none;
    position: fixed;
    right: 0;
    width: 80%;
}

.hide-widget .widgetbox {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.icon-txt {
        position: absolute;
    left: -14px;
    top: 39px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.video-icon:hover {

    opacity: 0.5;

}

.enp-wrap {
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
    padding: 18px 0px 0 0;
    text-align: center;
    font-weight: 800;
}

.button.btn-sm-fl {
    display: block;
    padding: 10px;
    box-shadow: 0px 0px 1px rgb(101, 101, 101);
}

.box-panel-2 {
    padding: 16px 10px;
    background: rgba(8, 50, 93, 0.13);
    box-shadow: 0px 1px 6px 0px rgba(9, 48, 89, 0.19);
    border-radius: 5px;
    border: 1px solid rgba(9, 48, 89, 0.1);
}

.box-panel-2 table tbody td,
.box-panel-2 table tbody {
    background-color: transparent;
}


.cat-range-wrap .desc {
    color: #7b7b7b;
}

.ct-header {
    margin-bottom: 55px;
}

.cat-range-wrap .ct-header,
.ct-header {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.cat-range-wrap .ct-header h2{
    margin-bottom:0;
}

.img-st {
    height: 320px;
}

.box-panel-2 .columns {
    padding: 0;
}

.box-panel-2 table {
    margin-bottom: 6px;
}

.other-view{
    display: table;
    width: 100%;
    height: 100%;
    background-color: #07305a;
    text-align: center;
    transition: all .3s;
}

.other-view span{
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}

.other-range-content{
    box-shadow: 0px 0px 16px 5px rgba(0, 0, 0, 0.09019607843137255);
    background-color: #fff;
    margin-bottom: 30px;
    transition: all .3s;
}

.other-range-content .range-content{
    padding-top: 15px;
}

.other-range-content a:hover .other-view{
    background-color: #2199e8;
}

.other-range-content:hover{
    transform: scale(1.02);
}

.other-range-content h5{
    font-size: 16px;
}

.other-range-content .desc{
    font-size: 14px;
}

.feat-range .range-content{
    font-size: 12px;
    padding: 20px;
}

.feat-range h5{
    font-weight: 700;
    color: #07305a;
    font-size: 18px;
}

.feat-range a{
    display:block;
    transition: all .3s;
    margin-bottom: 30px;
}
.feat-range a:hover{
    transform: scale(1.05);
}

.feat-range {
    background-color: #efefef;
    padding: 80px 0;
}

.tax-project_category .slick-arrow:before,
.single-project .slick-arrow:before {
    width: auto;
    height: auto;
    margin: auto;
}

.tax-project_category .slick-next,
.single-project .slick-next{
    right: -17px;
}

.tax-project_category .slick-prev,
.single-project .slick-prev{
    left: -17px;
}

.tab-slider{
    border-radius: 12px 12px 0 0;
}

.tab-group.with-tab-slider .slick-arrow + .slick-list {
    margin: 0 20px;
}

.single-project .carousel .slick-prev{
    left: -10px;
}

.single-project .carousel .slick-next{
    right: -10px;
}

.single-project .hic-gallery .slick-prev{
    left: 30px;
}

.single-project .hic-gallery .slick-next{
    right: 30px;
}

.single-project .carousel .slick-dots{
    bottom: -30px;
}

.single-project .description-gallery .slick-arrow,
.single-project .tabbed-content .slick-arrow{
    height: 42px;
    z-index: 11;
    opacity: 1;
    transition: all .3s;
}

.single-project .description-gallery .slick-arrow{
    border-radius: 30px;
}
.single-project .tabbed-content .slick-arrow{
    border-radius: 0;
}

.single-project .tabbed-content .slick-next {
    right: 0px;
}
.single-project .tabbed-content .slick-prev {
    left: 0px;
}

.single-project .description-gallery .slick-arrow{
    width: 42px;
}

.single-project .tabbed-content .slick-arrow{
    width: 28px;
}

.single-project .tabbed-content .slick-arrow:before{
    font-size: 20px;
}

.single-project .description-gallery .slick-arrow:before,
.single-project .tabbed-content .slick-arrow:before{
    color: #fff;
}

.description-gallery .image-container,
.description-gallery .image-container img {
    width: 100%;
    height: auto;
}

.project_gallery_thumb_slider .thumb-slide-image{
    cursor: pointer;
    margin: 0px 6px;
    border-radius: 10px;
}

.project_gallery_thumb_slider .thumb-slide-image.slick-current {
    box-shadow: 0px 0px 1px 3px #F7941D;
}

.project_gallery_thumb_slider .slick-list::after,
.project_gallery_thumb_slider .slick-list::before{
    content: '';
    width: 33.33%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: .25;
    display: none;
}

.project_gallery_thumb_slider .slick-track {
    padding: 10px 0;
}

.project_gallery_thumb_slider .slick-dots {
    visibility: hidden;
}

.project_gallery_thumb_slider .slick-list::before {
    left: 0;
}

.project_gallery_thumb_slider .slick-list::after {
    right: 0;
}

.project_gallery_thumb_slider .slick-list {
    overflow: hidden;
    border-radius: 0 0 16px 16px;
}

.image-slider.with-thumbnails .slick-list {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0,0,0,.25)
}

/* grid gallery */
.row .image-grid.row{
    margin-left: auto;
    margin-right: auto;
}

.image-above-content .image-grid.row,
.image-below-content .image-grid.row{
    padding: 30px 0;
}

.image-grid .columns {
    padding: 0;
}

.image-grid .hic-image-container {
    margin: 6px 0;
}

.image-grid .hic-image-container .hic-image{
    box-shadow: none;
    transition: all .25s ease-in-out;
    margin: 0;
    position: relative;
}

.image-grid .hic-image-container .hic-image:hover {
    box-shadow: 2px 2px 8px rgba(10,10,10,.15);
}

.image-grid .hic-image-container .hic-image::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.image-grid .hic-image-container .hic-image::after {
    content: '\f00e';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    opacity: 0;
    font-size: 50px;
    margin: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all .25s ease-in-out;
}

.image-grid .hic-image-container .hic-image:hover::after{
    opacity: 1;
}

.image-grid .hic-image-container, .image-grid .hic-image-container .hic-image {
    width: 100%;
    height: auto;
}

/* burger menu */

button.menu-toggle {
    border: none;
    position: relative;
    background-color: transparent;
    font-size: 0px;
    height: 35px;
    width: 35px;
}



select:disabled {
    background-color: #f1f1f1;
    cursor: not-allowed;
}

button.menu-toggle:focus,
button.menu-toggle:hover {
    outline: none;
}

.top-button-secion {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
}

.top-button-secion .button {
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 35px;
    width: 35px;
    padding: 2px 3px;
   
}

.top-button-secion .button.add-to-fave {
     background: green;
}


.top-button-secion .button.add-to-fave .fa {
    position: absolute;
    top: 10px;
    left: 9px;
}

.addFavourites.button i.fa, 
.addFavourites.button i.fas, 
.addFavourites.button i.far{
    margin-right: 0;
}

.addFavourites.button{
    min-width: 102px;
}

.top-button-secion .button .remove-fav-btn {
    transform: translateX(28px);
}


.top-button-secion .button.selected .remove-fav-btn {
    transform: translateX(0px);
}

.top-button-secion .button.add-to-fave.selected:hover {
    background: red !important;
}

.top-button-secion .button.selected .remove-fav-btn:before {
    font-family: "FontAwesome";
    content: "\f00c";
}

.top-button-secion .button.selected:hover .remove-fav-btn:before {
    content: "\f00d";
}

.top-button-secion .button .fa {
    transition: 0.3s;
}


.top-button-secion .button.selected  {
    background: #2199e8 !important;
}


.top-button-secion .button.selected .fa.fa-plus {
    transform: translateX(-28px);
}
 


button.menu-toggle span:before, 
button.menu-toggle:after, 
button.menu-toggle:before {
    content: "";
    display: block;
    height: 4px;
    width: 16px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -1px;
    -webkit-transition: all,ease,.2s;
    transition: all,ease,.2s;
}

.pagination-page.pagination li {
    display: none;
}

.pagination-page.pagination li:first-child,
.pagination-page.pagination li:last-child{
    display: inline-block;
}


button.menu-toggle:after, 
button.menu-toggle:before, 
button.menu-toggle span:before {
    background-color: #07305a;
}

.white button.menu-toggle:after, 
.white button.menu-toggle:before, 
.white button.menu-toggle span:before {
    background-color: #6a6a6a;
}


.is-off-canvas-open button.menu-toggle:after, 
.is-off-canvas-open button.menu-toggle:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #07305a;
}

.is-off-canvas-open button.menu-toggle:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.is-off-canvas-open button.menu-toggle span:before {
    opacity: 0;
}

button.menu-toggle span:before,     
button.menu-toggle:after, 
button.menu-toggle:before {
    left: 0px;
    width: 30px;
}


button.menu-toggle:before {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

button.menu-toggle:after {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.white .toggled button.menu-toggle:after,
.white .toggled button.menu-toggle:before,
.white .toggled button.menu-toggle span:before {
    background-color: #FFF;
}

.reveal-overlay {
    z-index: 1500;
}

.circle-r a {
    position: relative;
}

.fav-star-count {
    color: #FFF;
    background: red;
    font-size: 11px;
    height: 16px;
    width: 16px;
    display: inline-block;
    text-align: center;
    z-index: 999;
    position: absolute;
    padding-top: 1px;
    border-radius: 100%;
    top: -6px;
    right: -5px;
}

/* social-media */

.top-details .social-media a {
    display: inline-block;
    background: #FFF;
    color: #07305a;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 100%;
}

.top-details .social-media a:hover {
    color: #2199e8;
}

.bg-gray {
    background: #EFEFEF;
}

.bg-blue {
   background: #07305a; 
}

.bg-blue h2 {
    color: #FFF;
}

.section-boxed-1 {
    color: #FFF;
    padding: 20px 30px;
    border-radius: 10px;
    border: 2px solid #FFF;
    box-shadow: 0px 0px 28px 8px rgba(101, 101, 101, 0.55);
    margin-bottom: 50px;
}

.order-details a {
    color: #333;
    text-decoration: underline;
    font-weight: 300;
}

.order-details a:hover {
    color: #07305A;
}

.section {
    padding: 60px 0;
}

.block {
    width: 100%;
    display: block;
}

.row._80 {
    max-width: 85%; 
}

.row.sm-row {
    max-width: 700px;
}

.row._100 {
    max-width: 100%;    
}

.row.lg-mg-btm {
    margin-bottom: 140px;
}

/* Breadcrumbs */

.breadcrumbs a {
    color: rgba(7, 48, 90, 0.51);
}

.breadcrumbs a:hover {
    color: rgba(7, 48, 90, 1);
    text-decoration: none;
}

.breadcrumbs .seperator {
    margin: 0 10px;
}

/*DISPLAY NONE : HIDE ELEMENTS */

.project-list .button-wrap,
.single-project #sidebar1,
.single-project .project_meta,
.related.projects .pager-page-info {
    display: none;
}

.custom-select-style, 
.inline-field-style{
    box-shadow: 0px 0px 11px 8px rgba(0, 0, 0, 0.09019607843137255);
    border: none;
    border-radius: 5px;
}

.inline-field-style {
    position: relative;
    overflow: hidden;
}

.inline-field-style input[type='search'],
.inline-field-style input[type='text'] {
    background: #FFF;
    box-shadow: none;
    margin-bottom: 0;
}

.inline-field-style .search-field:focus {
    border: none !important;
}

.inline-field-style .search-submit {
    background: #FFF;
    position: absolute;
    right: 0px;
    top: 0px;
    box-shadow: none;
    padding: 11px; 
    color: rgba(7, 48, 90, 0.50);
}

.inline-field-style .search-submit:hover {
    color: #07305a;
}

.inline-field-style.search-form {
    padding-right: 38px;    
}

.float-label {
    position: relative;
    padding-left: 113px;
}

.field-group {
    margin-bottom: 15px;
}

.float-label label {
    position: absolute;
    left: 0px;      
}

.project-category-list {
    margin-top: 55px;
}

.project-category-list h1 {
    margin-bottom: 35px;
}

.project-category-list .button-wrap {
    margin-top: 50px;
}

.project-category-list .button-wrap .button {
    margin-bottom: 20px;
    width: 100%;
}
    
.project-category-list .img {
    height: 300px;
    margin-bottom: 20px;
    margin-top: 70px;
}

.project-category-list .inner {
    max-width: 600px;
}

.desc-wrap-gray {
    padding: 20px;
    background: #f7f7f7;
    margin-bottom: 40px;
}

.filter h2 {
    margin-bottom: 35px;
    font-weight: 700;
}

.project-list .inner {
    height: 400px;
    background: #969696;
    position: relative;
    box-shadow: 0px 0px 13px 10px rgba(0, 0, 0, 0.09019607843137255);
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
}


.project-list .box-content {
    background: #FFF;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    color: #07305a;
}
    
.project-list .inner:hover .box-content {
    height: 400px;
    background: rgba(9, 48, 89, 0.23);
    color: #FFF;
}


.project-list .inner:hover  .button-wrap {
    display: block;
}

.project-list .project-title {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 129%;
}

.project-list .img {
    height: 100%;
    background-size: cover;
}

.project-list .button-wrap {
    margin-top: 20px;
}

.project-list .button {
    margin: 10px 0;
}

.project-list .button-wrap .button {
    margin-left: auto;
    margin-right: auto;
}

.right-sidebar .content-area {
    margin:0;
    width: 100%;
}

.modal-inner {
    padding: 30px;
    border-radius: 8px;
    background: #FFF;
}


/* projects page */

.off-canvas-content {
    box-shadow: none;
}

.option-buttons button.button {
    font-size: 12px;
    margin-right: 15px;
}

.pr.selected {
    position: relative;
}

.pr.selected:before {
    content: "\f005";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    background-color: #07305a;
    border-radius: 31px;
    width: 30px;
    height: 30px;
    color: #FFF;
    text-align: center;
    font-weight: 900;
    padding-top: 2px;
    top: 10px;
    position: absolute;
    left: 10px;
    z-index: 2;
}

.typed-cursor{
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

.gform_wrapper .gfield_visibility_hidden{visibility:hidden;position:absolute;left:-9999px}

.modal-inner {
    padding: 30px;
    border-radius: 8px;
    background: #FFF;
    position: relative;
}


.reveal-alert-msg {
    max-width: 423px;
    text-align: center;
}

.reveal-alert-msg .fa-info-circle {
    display: block;
    margin: 15px 0 24px 0;
    font-size: 55px;
    color: #07305a;
}

#revealAlertMsg {
    max-width: 230px;
    display: block;
    margin: 0 auto 20px;
    font-weight: 700;   
}

.modal-inner .close-button {
    color: #202020;
    top: 8px;
    text-shadow: none;
    background: none;
}


.modal-inner .close-button:hover {
    color: #000;
    text-shadow: none;
}

.reveal {
    overflow-y: visible;
}

.project-item {
    position: relative;
}




/* SLIDER STYLE */

.irs-slider,
.irs-bar,
.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider {
    background-image: none;    
}

.irs-line,
.irs-bar {
   height: 5px; 
}

.irs-from, .irs-to, .irs-single,
.irs-bar {
    background-color: #07305a;    
}

.irs-from:after, 
.irs-to:after, 
.irs-single:after {
    border-top-color: #07305a;
}

.irs-with-grid .irs-grid {
    display: none;
}

.irs-slider {
    width: 18px;
    height: 18px;
    top: 18px;
    background-position: 0 -120px;
    background-color: #07305a;
    border-radius: 100%;
}

.irs-line {
    background: rgba(0, 0, 0, 0.08);
    background-image: none;
}

li.disabled a {
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
}

.pagination .disabled {
    cursor: not-allowed;
}

.pagination-page .prev,
.pagination-page .next,
.pagination .current {
    color: #FFF;
}
.pagination-page .prev:hover,
.pagination-page .next:hover {
    background-color: #2199e8;
}

.pagination .disabled {
    padding: 0px;
}

.pagination-page li {
    padding: 0 3px;
}
.page-indicator {
    font-size: 12px;
    font-weight: 500;
}

.page-indicator span {
    display: inline-block;
    background-color: #07305a;
    color: #FFF;
    height: 20px;
    width: 20px;
    font-size: 10px;
    text-align: center;
    padding-top: 3px;
    border-radius: 4px;
    font-weight: 700;
    margin: 0 3px;
}

.pagination-page .disabled a,
.pagination-page .disabled a:hover {
    background-color: #c7c7c7    
}

.tooltip.top {
    margin-bottom: 20px;
}

.txt-sm p,
.txt-sm {
    font-size: 14px;
}

.tooltip:before {
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
}

.tooltip {
    text-align: center;
    max-width: 110px!important;
    font-size: 11px;
    padding: 8px;
    font-weight: 600;
}

/***hover projects****/

.project-list .inner:hover .txt-sm{
    display:none;
}

.project-list .button-wrap .button{
    min-width: 112px;
    font-size: 14px;
    padding: 17px 16px;
    width: auto;
    display: inline-block;
    margin-bottom:0;
    margin-top:0;
}

.project-list .inner:hover .box-content{
    background-color: #fff;
    height: auto;
    color: #07305a;
}

.project-item:hover .inner div.img:before{
    background-color: transparent;
}
.project-list .button-wrap{
    margin: 10px 0;
}

.hic-paginate-pagination {
    margin-top: 50px;
}

.hic-pagination-page.pagination {
    text-align: center;
}

/*********************
#project FEATURES STYLES
*********************/
.project-feature-icon svg {
    font-size: 54px;
    margin-bottom: 8px;
}
.project-feature-title {
    font-size: 24px;
    font-weight: 700;
}
.project-feature-short-description {
    margin-top: 24px;
}


@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.prod-badge{
    color: #fff;
    font-weight: 700;
    padding: 7px 15px;
    position: absolute;
    left: -74px;
    top: 32px;
    font-size: 14px;
    text-transform: uppercase;
    transform: rotate(-45deg);
    width: 100%;
    text-align: center;
    max-width: 250px;
    z-index: 12;
}

.project-element.theme-section .slick-current a.button.tab,
.project-element.theme-section .slick-current button.button.tab {
    background-color: #1b1b1b;
    color: #fff;
}

.project-element.theme-section button.button.tab,
.project-element.theme-section a.button.tab{
    background-color: #3E3E3E;
    border-radius: 0;
}

/* Gallery */
.columns .project_gallery_thumb_slider.thumb-slide.slick-slider {
    max-width: 100%;
    margin-top: 5px;
}

.thumb-slide-image {
    width: 33.33%;
    height: 100px;
    display: inline-block;
    margin: 0;
}

.thumb-slide .slick-dots{
    bottom: -40px;
}

.image-slider.slick-slider.with-thumbnails > .slick-arrow {
    display: none !important;
}

.image-slider{
    margin-top: 50px;
}

body .page-element.image-overlay-content.project-list .hic-box{
    min-height: 400px;
}

.image-overlay-content.project-list .hic-content{
    height: auto;
    height: 118px;
}

.image-overlay-content.project-list .hic-image{
    position: absolute;
}

.image-overlay-content.project-list .inner .txt-sm,
.image-overlay-content.project-list .inner .hic-button-wrap{
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.image-overlay-content.project-list .inner .txt-sm{
    transition: all .5s ease-in-out;
}

.image-overlay-content.project-list .inner .hic-button-wrap{
    margin: 0;
    transition: opacity .5s ease-in-out;
}

.image-overlay-content.project-list .inner:hover .hic-button-wrap{
    margin: 10px 0;
}

.image-overlay-content.project-list .inner .hic-content{
    transition: all .5s ease-in-out;
}

.image-overlay-content.project-list .inner:hover .hic-content{
    background-color: rgba(255,255,255, 0.65);
    height: 100%;
}

.image-overlay-content.project-list .inner:hover .txt-sm,
.image-overlay-content.project-list .inner:hover .hic-button-wrap{
    visibility: visible;
    opacity: 1;
    height: auto;
}

.single-project .testimonials .slick-arrow{
    background-color: transparent;
}

.single-project .testimonials .slick-arrow:hover{
    background-color: transparent;
}

@media (min-width: 641px) {


    .hide-widget .widgetbox {
        -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    }

    .widgetbox {
        font-size: 12px;
    }

    .icon-txt {
            left: -13px;
    top: 60px;
    font-size: 16px;
    }
    .favourite-widget .fa-star, .favourite-widget .fa-tags {
            top: 16px;
    width: 28px;
    font-size: 18px;
    }
    .favourite-widget .circle-r {
            height: 52px;
    width: 52px;
    }

     .favourite-widget .fav-star-count
    .floating-favourite-widget {
        top: 18px;
        right: 34px;
    }
    .favourite-widget .fav-star-count {
            font-size: 11px;
    height: 19px;
    width: 19px;
    top: -8px;
    right: -1px;
    }

    .widgetbox {
        position: fixed;
        right: 0;
        top: 38px;
        background: #eff7ff;
        box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.10);
        max-width: 360px;
        width: 80%;
        z-index: 500;
        font-size: 10px;
        transition: .3s;
    }



    .project-list .button-wrap .button {
        font-size: 11px;
    }

    .top-details .social-media a {
        height: 25px;
        width: 25px;
        padding-top: 2px;
    }
    
    .project-category-list .img {
        margin-top: 0px;
    }
    
    .project-category-list .button-wrap .button {
        margin-right: 20px;
        width: auto;
    }
    
    .project-category-list .img {
        height: 500px;
        margin-bottom: 0px;
    }
    
    .medium-no-left-padding.row,
    .medium-no-left-padding.columns {
        padding-left:0;
    }
    
    .section-boxed-1 {
        padding: 50px 70px;
    }
    
    .project-list .project-title {
        
    font-size: 18px;
    
    }
    
    .project-list ._100 .columns{
        padding: 0;
    } 

    .image-slider,
    .video-slider {
        padding: 0 20px;
    }

    .img-st {
        height: 245px;
    }

    .vid-st {
        width: 100%;
    }

    .video-icon {
        position: absolute;
        margin: auto;
        top: calc(50% - 30px);
        right: calc(50% - 30px);
    }

    .video-icon:hover {

        opacity: 0.5;
    
    }

    .video-icon img{
        width: 60px;
        height: 60px;
    }

    .v-container > .vid-st {
        height: 500px;
    }

    .box-panel-2 table {
        margin-bottom: 16px;
    }
    
    .range-img {
        height: 140px;
    }
    
    .columns.no-pad-l{
        padding-left:0;
    }
    
    .columns.no-pad-r{
        padding-right:0;
    }
    
    .tax-project_category .slick-next,
    .single-project .slick-next{
        right: -4px;
    }
    
    .tax-project_category .slick-prev,
    .single-project .slick-prev{
        left: -4px;
    }
    
    .other-range-content .range-content{
        padding: 15px 10px 10px;
    }


    #number_of_box_size{
        max-width: 80px;
        height: 34px;
            margin-top: 23px;
      }
     
     input[type="number"]#number_of_box_size::-webkit-outer-spin-button, 
    input[type="number"]#number_of_box_size::-webkit-inner-spin-button {
        width: 14px;
    }
    .other-range-content{
        padding: 20px 0;
    }
    
    .other-range-content .range-content{
        padding-bottom: 15px;
    }
    
    .other-view{
        height: 36px;
    }
    
    .other-range-content a > .row{
        margin: 0;
    }
    
    .image-above-content .hic-gallery,
    .image-above-content .hic-description,
    .image-below-content .hic-gallery,
    .image-below-content .hic-description,
    .image-overlay-content .hic-gallery,
    .image-overlay-content .hic-description {width: 100%;}
    .image-above-content .inner-section > .row,
    .image-below-content .inner-section > .row { display: flex; flex-wrap: wrap; }
    .image-above-content .hic-gallery,
    .image-below-content .hic-description {order: 1;}
    .image-above-content .hic-description,
    .image-below-content .hic-gallery {order: 2;}
    .image-overlay-content .hic-gallery {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        z-index: 1;
    }
    .image-overlay-content .hic-description {
        z-index: 2;
        position: relative;
        padding-top: 80px;
        padding-bottom: 120px;
        color: #fff;
    }

    .image-overlay-content .hic-gallery .image-slider {
        margin: 0;
        padding: 0;
    }

    .image-overlay-content .hic-gallery .image-slider,
    .image-overlay-content .hic-gallery .image-slider .image-container,
    .image-overlay-content .hic-gallery .image-slider .img-st,
    .image-overlay-content .hic-gallery .image-slider .slick-list,
    .image-overlay-content .hic-gallery .image-slider .slick-track{
        height: 100%;
    }

    .image-overlay-content .hic-gallery::before {
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(0,0,0,.35);
        position: absolute;
        z-index: 11;
        display: block;
    }

    .image-overlay-content .hic-gallery .slick-arrow{
        display: none !important;
    }

    .page-element.image-overlay-content .thumb-slide.slick-slider {
        z-index: 15;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .image-overlay-content .thumb-slide-image.slick-slide {
        height: 50px;
    }

    .image-grid .columns {
        padding: 0 6px;
    }

    .image-grid .columns:nth-child(odd){
        padding-left: 0;
    }

    .image-grid .columns:nth-child(even){
        padding-right: 0;
    }

    .image-grid .hic-image-container {
        margin: 6px 0;
    }
    
    /* project LIST CONTENT BOXES */
    [class*="split-"].project-list .inner {
        height: 250px;
        width: 100%;
    }
    
    [class*="split-"].project-list .hic-image,
    [class*="split-"].project-list .hic-content{
        display: inline-block;
        position: relative;
        height: 100% !important;
    }
    
    .image-left-content.project-list .hic-image,
    .image-right-content.project-list .hic-content{
        float: left;
        order: 1;
    }
    
    .image-right-content.project-list .hic-image,
    .image-left-content.project-list .hic-content {
        float: right;
        order: 2;
    }
    
    [class*="split-"].project-list .button-wrap .button {
        margin: 6px 0;
    }
    
    [class*="split-"].project-list .hic-button-wrap,
    [class*="split-"].project-list .inner .txt-sm{
        display: block;
    }
    
    .image-left-content.project-list .hic-image, .image-left-content.project-list .hic-content, .image-right-content.project-list .hic-content, .image-right-content.project-list.then-left .columns:nth-child(2n) .hic-image  {float: left;}
    .image-right-content.project-list .hic-image,  .image-left-content.project-list.then-right .columns:nth-child(2n) .hic-image {float: right;}
    body .image-right-content.project-list.then-left .columns:nth-child(2n) .hic-content {padding-right: 30px; padding-left: 30px;}
    body .image-left-content.project-list.then-right .columns:nth-child(2n) .hic-content {padding-left: 30px; padding-right: 30px;}
    .project-list.split-25-75 .hic-image, .project-list.split-75-25 .hic-content {width: 25%;}
    .project-list.split-33-67 .hic-image, .project-list.split-67-33 .hic-content {width: 33.33333%;}
    .project-list.split-50-50 .hic-image, .project-list.split-50-50 .hic-content {width: 50%;}
    .project-list.split-40-60 .hic-image, .project-list.split-60-40 .hic-content {width: 40%;}
    .project-list.split-60-40 .hic-image, .project-list.split-40-60 .hic-content {width: 60%;}
    .project-list.split-67-33 .hic-image, .project-list.split-33-67 .hic-content {width: 66.66667%;}    
    .project-list.split-75-25 .hic-image, .project-list.split-25-75 .hic-content {width: 75%;}
    
    .columns .project_gallery_thumb_slider.thumb-slide.slick-slider, 
    .button-trigger-lightbox {
        margin-left: 30px;
        margin-right: 30px;
        padding: 0 20px;
    }

    .single-project a.button,
    .single-project button.button{
        padding: 16px 32px;
    }
}

@media (min-width: 1024px){

    .widgetbox {
        top: 20%;
        width: 100%;
    } 

    .floating-favourite-widget {
        right: 74px;
        top: 50px;
    }

    .other-range-content .row.flex{
        margin:0;
    }
    
    .img-st {

        height: 394px;

    }
    .enp-wrap {
        text-align: left;
        padding: 10px;
        margin-bottom: 40px;
    }

    .button.btn-sm-fl {
        display: block;
        padding: 12px 20px;
        box-shadow: 0px 0px 1px rgb(101, 101, 101);
        position: absolute;
        right: 1px;
        top: -15px;
    }
    
    .range-img {
        height: 200px;
    }
    
    .feat-range .range-content{
        font-size: 14px;
    }
    
    .image-left-content .hic-gallery, 
    .image-right-content .hic-description {float: left;}
    .image-right-content .hic-gallery,  
    .image-left-content .hic-description {float: right;}
    .split-25-75 .hic-gallery, 
    .split-75-25 .hic-description {width: 25%;}
    .split-33-67 .hic-gallery, 
    .split-67-33 .hic-description {width: 33.33333%;}
    .split-50-50 .hic-gallery, 
    .split-50-50 .hic-description {width: 50%;}
    .split-40-60 .hic-gallery, 
    .split-60-40 .hic-description {width: 40%;}
    .split-60-40 .hic-gallery, 
    .split-40-60 .hic-description {width: 60%;}
    .split-67-33 .hic-gallery, 
    .split-33-67 .hic-description {width: 66.66667%;}    
    .split-75-25 .hic-gallery, 
    .split-25-75 .hic-description {width: 75%;}
    [class*="split-"] .hic-description:only-child{
        width: 100%;
    }

    .image-grid .columns:nth-child(odd),
    .image-grid .columns:nth-child(even){
        padding: 0 6px;
    }

}
/*************************************
18.PROJECT MODULE - END
*************************************/

/*************************************
19.LOCATION MODULE - START
*************************************/
.info-window-style-1 .gm-style .gm-style-iw-t::after,
.info-window-style-1 .gm-ui-hover-effect,
.info-window-style-1 .gmnoprint .gm-style-mtc{
    display:none !important;
    pointer-events: none !important;
}

.location-search-input {
    padding: 9px;
    max-width: 460px;
    background: #FFFFFF;
    box-shadow: 0 5px 20px 0 rgba(135,135,135,0.25);
    border-radius: 4px;
    width: 100%;
    margin: 20px auto;
}

.close_side {
    position: absolute;
    z-index: 20;
    font-size: 0;
    height: 30px;
    width: 35px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.close_side::before {
    content: '\f00d';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    font-size: 20px;
    text-align: center;
    margin: auto;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
}

.open .close_side {
    opacity: 1;
    pointer-events: auto;
}

.location-search-input input[type="text"] {
    margin-bottom: 0px;
    background: url(../images/search-icon.png) no-repeat center right 12px transparent;
    font-size: 16px;
    padding-right: 40px;
}

.hide-search-field {
    position: absolute;
    top: 12px;
    right: 7px;
    font-size: 0;
    background: url(../images/iconfinder_x_2561505.png) no-repeat center;
    height: 30px;
    width: 35px;
    border-left: 1px solid rgba(216, 216, 216, 0.3215686274509804);
}


.location-detail {
    background: #FFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    height: 100%;
    width: 100%;
    transform: translate(-496px, 0px);
    transition:  all .25s ease-in-out;
    overflow-y: auto;
}

.location-detail::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.location-detail::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.location-detail::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.location-detail::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.location-detail .inner .bg-helper {
    height: 245px;
    width: 100%;
    background-color: #f1f1f1
}

.location-detail .inner .content {
    padding: 20px;
}

.location-detail .desc {
    margin-bottom: 20px;
    font-size: 18px;
}

.location-detail .name {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 25px;
}

.location-detail .rating {
    font-size: 16px;
    font-weight: 100;
}
.location-detail .rating span {
    margin-right: 12px;
}

.location-detail .rating .fa-star {
    margin-right: 5px;
    color: #FBBC06;
}

.open .location-detail {
    box-shadow: 0px 0px 9px 16px rgba(0, 0, 0, 0.1411764705882353);
    transform: translate(0px, 0px);
    transition:  all .25s ease-in-out
}

.info-window-style-1 .gm-style .gm-style-iw {
    border-radius: 4px;
}

.info-window-style-1 .gm-style .gm-style-iw-d {
    overflow: auto !important;
}
.info-window-style-1 .gm-style-iw.gm-style-iw-c {
    padding: 0 !important;
}
.info-window-style-1 .mini-info-window {
    position: relative;
    height: 50px;
    font-size: 16px;
    padding: 15px 70px 0 17px;
}
.info-window-style-1 .img-holder { 
    position: absolute;
    right:0px;
    top:0px;
    height: 50px;
    width: 50px;
    background-color: rgba(138, 138, 138, 0.11);
}

.location-detail .social-media-container .social-media {
    list-style-type: none;
    margin: 25px 0;
    padding: 25px 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}

.location-detail .social-media-container .social-media li {
    display: inline-block;
}

.location-detail .social-media-container .social-media li:not(:first-child) {
    margin-left: 5px;
}

.location-detail .social-media-container .social-media li a {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 1px #faac00 solid;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    font-size: 20px;
    transition: all .25s ease-in-out;
}

.location-detail .social-media-container .social-media li a:hover {
    background-color: #faac00;
    color: #fff;
}

.location-detail .contact-details{
    margin-bottom: 30px;
}

.location-detail .contact-details [class*="contact-"] {
    line-height: 3;
    margin-left: 40px;
}

.location-detail .contact-details [class*="contact-"]::before {
    font-size: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    margin: auto;
    line-height: 2;
}

@media (min-width: 641px){
    .location-detail {
        width: 496px;
    }
    
    .location-detail .inner .content {
        padding: 20px 30px 30px 80px;
    }
    
    .location-detail .contact-details [class*="contact-"] {
        margin-left: 50px;
    }
    
    .location-detail .contact-details [class*="contact-"]::before {
        left: -50px;
    }
    
    .location-detail .social-media-container .social-media li:not(:first-child) {
        margin-left: 18px;
    }
}
/*************************************
19.LOCATION MODULE - END
*************************************/
/*************************************
20.Events Plugin - START
*************************************/
.single-events .main-content .grid-padding-x>.cell>div {
  margin-bottom: 16px;
}
.single-events .event-map iframe {
  width: 100%;
}
/*************************************
20.Events Plugin - START
*************************************/
/*************************************
21.FOOTER - START
*************************************/
.footer {
    padding: 30px 0;
    margin: 0;
}
.bottom-footer {
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer .footer-col {
  margin-bottom: 30px;
}
.footer-dark .footer, .footer-dark .footer a, .footer-theme .footer, .footer-theme .footer a, .footer-dark .bottom-footer, .footer-dark .bottom-footer a, .footer-dark .theme-footer a {
  color: #fff;
}
.footer-layout-1 .contact-details div {
  position: relative;
}


 .colophon-link .menu a {
  padding: 0 8px;
}

.bottom-footer:not(.with-colophon-link) {
  text-align: center;
}
.copyright p {
  margin-bottom: 0;
}

@media(max-width: 1023px) and (min-width:641px){
  .footer-layout-4 .inner-footer > .cell{
      flex: 1 1 50%;
  }
}
@media(max-width: 1023px) {
  
 .colophon-link .menu {
    justify-content: center;
  }
 
  .colophon-link {
    margin-top: 4px;
  }
}
@media(min-width: 641px) {
  .footer {
      padding: 40px 0;
  }
  .footer-layout-3 .footer-col .menu a {
    padding-left: 0;
    padding-right: 0;
  }
  
  .footer-layout-4 .footer-col-2,
  .footer-layout-4 .footer-col-1{
    flex: none !important;
  }
  
    .footer-layout-4 .footer-col-1{
        width: 25%;
        float: left;
    }
    
    .footer-layout-4 .footer-col-2{
        width: 75%;
        float: right;
    } 
  
}
@media (min-width: 1024px) {
  .footer {
    padding: 60px 0;
  } 
  .colophon-link .menu li:last-child a {
    padding-right: 0;
  }
  .bottom-footer.with-colophon-link .copyright {    
    float: left;
  }
  .colophon-link {    
    float: right;
  }
  .colophon-link .menu {
    display: inline-block;    
  }
}
/*************************************
21.FOOTER - END
*************************

/*************************************
22.SINGLE PROPERTY/DESIGN - START
*************************************/
/* Gallery Element LAYOUT 1 - START */
.property-gallery-element[data-gallery-layout="layout-1"] {
  padding-top: 30px;
}
.property-gallery-element[data-gallery-layout="layout-1"] .section-main-gallery .slick-list {
  margin: 0;
}
.property-gallery-element[data-gallery-layout="layout-1"] .header-title{
  color: #FFF;
  padding: 16px 0;
  margin: 0;
}
.property-gallery-element[data-gallery-layout="layout-1"] .tabs {
  display: inline-block;
  margin-bottom: 24px;
}

.property-gallery-element[data-gallery-layout="layout-1"] .tabs,
.property-gallery-element[data-gallery-layout="layout-1"] .tabs-content {
  border: none !important;
}

.property-gallery-element[data-gallery-layout="layout-1"] .tabs a{
  padding: 12px 2px;
  color: #FFF;
  text-align: center;
  background-color: #1B1B1B;
  transition: all .25s ease;
  min-width: 110px;
}
.property-gallery-element[data-gallery-layout="layout-1"] .tabs-column{
  text-align: center;
}
.property-gallery-element[data-gallery-layout="layout-1"] .tabs-panel {
  padding: 0;
}
.property-gallery-element[data-gallery-layout="layout-1"] .is_active.tabs-panel {
  display: block !important;
}
.property-gallery-element[data-gallery-layout="layout-1"] .slider-current-image,
.property-gallery-element[data-gallery-layout="layout-1"] .thumb-slide {
  margin-left: 0;
}

.property-gallery-element[data-gallery-layout="layout-1"] .thumb-slide .slick-track{
  margin: 0 auto;
}

.property-gallery-element[data-gallery-layout="layout-1"] .thumb-slide-image{
  cursor: pointer;
}

.property-gallery-element[data-gallery-layout="layout-1"] .tabs-title:not(:last-child) {
  margin-right: 6px;
}

#he-d-property-map {
  height: 360px;
}

.property-gallery-element .top-price-string {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.listing-element .listing-content .ovelay-loader {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.78);
  height: 100%;
  width: 100%;
  z-index: 99;
  display: none;
}

.listing-element .listing-content.ajax-call .ovelay-loader{
  display: block;
}

.circle-loader {
  border: 16px solid #e2e2e2;
  border-radius: 50%;
  border-top: 16px solid #00aeff;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@media (min-width: 641px){
  .property-gallery-element[data-gallery-layout="layout-1"] {
    padding-top: 50px;
  }
  .property-gallery-element[data-gallery-layout="layout-1"] .tabs a{
    min-width: 160px;
  }
  #he-d-property-map {
    height: 400px;
  }
  .property-gallery-element .top-price-string {
    text-align: right;
  }
}
@media (min-width: 1024px){
  .property-gallery-element[data-gallery-layout="layout-1"] {
    padding-top: 80px;
  }
}
/* Gallery Element LAYOUT 1 - END */

/* Gallery Element LAYOUT 3 - START */
.images-thumbnail .controls {
	position: absolute;
	width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  color: #FFF;
  padding: 14px 16px;
  cursor: pointer;
}
.images-thumbnail .slick-arrow{
  color: #fff;
  cursor: pointer;
}
.images-thumbnail .slick-arrow:before{
  display: none;
}
.images-thumbnail .btn-view-all {
  bottom: 0;
  font-weight: 600;
}
.images-thumbnail .controls.slider-control {
	padding-bottom: 8px;
	padding-top: 8px;
	display: flex;    
  justify-content: space-between;
}
body .images-thumbnail .slick-arrow { height: auto; }

.property-gallery-element[data-gallery-layout="layout-3"] .section-main-gallery{
  max-width: 100%;
}

.property-gallery-element[data-gallery-layout="layout-3"] .header-title{
  color: #FFF;
  padding: 16px 0;
  margin: 0;
  text-align: center;
}

.property-gallery-element[data-gallery-layout="layout-3"] .gallery-images,
.property-gallery-element[data-gallery-layout="layout-3"] .images-thumbnail-slides{
  margin-bottom: 0;
}

.property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails .section-main-gallery {
  position: relative;
}

.property-gallery-element[data-gallery-layout="layout-3"] .banner-icons {
  position: absolute;
  bottom: 0;
  top: auto;
  z-index: 10;
  right: 0;
  left: auto;
  padding: 10px 12px;
}

.virtual-tour button{
  outline: 0;
}

.virtual-tour button::before{
  content: '';
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 12px;
  background-image: url(../images/virtualtour.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .85);
  cursor: pointer;
}

@media(max-width: 640px){
  .property-gallery-element[data-gallery-layout="layout-3"] .slick-list{
    margin: 0;
  }
  .property-gallery-element .slick-arrow {
    z-index: 1;
  }
  .property-gallery-element[data-gallery-layout="layout-3"] .header-title{
    padding: 16px 0;
  }
}
@media(min-width: 1024px) {
	.property-gallery-element[data-gallery-layout="layout-3"] .gallery-images .hic-image, 
	.property-gallery-element[data-gallery-layout="layout-3"] .gallery-images {
		height: 420px;
	}
	.property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails .gallery-images,
	.property-gallery-element[data-gallery-layout="layout-3"].with-map .gallery-images {			
    	width: calc(100% - 250px);
  }
  .property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails .cell {
    display: flex;
  }
	.property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails .gallery-images {
		margin-right: 5px;	
	}
	.property-gallery-element[data-gallery-layout="layout-3"].with-map .gallery-images {
		margin-left: 5px;		
	}
	.property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails.with-map .gallery-images {
		width: calc(100% - 500px);
	}
	.property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails.with-map .gallery-images {
		margin-left: 5px;
	}
	.property-gallery-element[data-gallery-layout="layout-3"] .listing-map,
	.property-gallery-element[data-gallery-layout="layout-3"] .images-thumbnail {
		width: 250px;
	}
	.property-gallery-element[data-gallery-layout="layout-3"] .images-thumbnail {		
		overflow: hidden;
		position: relative;
	}
	.property-gallery-element[data-gallery-layout="layout-3"] .images-thumbnail-slides .hic-image {
		height: 140px;
		border: none;
		cursor: pointer;
  }
  
  .property-gallery-element[data-gallery-layout="layout-3"].with-floorplan-gallery .banner-icons {
    right: 25%;
  }

  .property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails .banner-icons{
      right: 400px;
  }
}
@media(min-width: 1280px) {
	.property-gallery-element[data-gallery-layout="layout-3"] .gallery-images .hic-image, 
	.property-gallery-element[data-gallery-layout="layout-3"] .gallery-images {
		height: 480px;
	}
	.property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails.with-map .gallery-images {		
    	width: calc(100% - 800px);
	}
	.property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails .gallery-images,
	.property-gallery-element[data-gallery-layout="layout-3"].with-map .gallery-images {
		width: calc(100% - 400px);
	}
	.property-gallery-element[data-gallery-layout="layout-3"] .images-thumbnail,
	.property-gallery-element[data-gallery-layout="layout-3"] .listing-map {
		width: 400px;
	}
	.property-gallery-element[data-gallery-layout="layout-3"] .images-thumbnail-slides .hic-image {
		height: 160px;		
	}
}

@media(min-width: 1600px) {
	.property-gallery-element[data-gallery-layout="layout-3"] .gallery-images .hic-image, 
	.property-gallery-element[data-gallery-layout="layout-3"] .gallery-images {
		height: 600px;
	}
	.property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails.with-map .gallery-images {
	    width: calc(100% - 800px);
	}
	.property-gallery-element[data-gallery-layout="layout-3"] .images-thumbnail-slides .hic-image {
		height: 200px;
	}
}
/* Gallery Element LAYOUT 3 - START */

/* Features Element - Start */
.property-features-element .features {
  list-style: none;
  margin-left: 0;
}
.features[data-list-column="3"]{
  column-count: 2;
}
.features[data-list-column="4"]{
  column-count: 2;
}

@media (min-width: 641px){
  .features[data-list-column="2"]{
    column-count: 2;
  }
  .features[data-list-column="3"]{
    column-count: 3;
  }
  .features[data-list-column="4"]{
    column-count: 3;
  }
}

@media (min-width: 1024px){
  .features[data-list-column="4"]{
    column-count: 4;
  }
}
/* Features Element - End */

/* Summary Element - Start */
.property-summary-element .listing-detail {
  padding: 10px 0;
}
/* Summary Element - End */


/* Virtual Tour Element - Start */
#virtualTourModal {
  max-width: 100%;
}

#virtualTourModal .hic-modal-container{
  padding: 0 !important;
  line-height: 0;
}

#virtualTourModal .hic-modal-container iframe{
  width: 100%;
}

.property-virtual-tour-element button {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  outline: 0;
}

.property-virtual-tour-element button::before{
  content: '';
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 12px;
  background-image: url(../images/virtualtour.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  border: 1px solid;
  border-radius: 50%;
  background-color: #fff;
}

@media (max-width: 640px){
  #virtualTourModal .hic-modal-container iframe{
      height: calc(100vh - 110px);
  }
}

@media (min-width: 641px) and (max-width: 1023px){
  #virtualTourModal .hic-modal-container iframe{
      height: calc(80vh);
  }
}

@media (min-width: 1024px){
  #virtualTourModal {
    max-width: 1140px;
    width: 100%;
  }

  #virtualTourModal .hic-modal-container iframe{
      height: calc(100vh - 210px);
  }
}
/* Virtual Tour Element - End */

/* Social Sharing Element - Start */
.property-social-sharing-element .hi-link{
  display: inline-block;
  cursor: pointer;
  margin-top: 2px;
  padding: 7px 10px 7px 10px !important;
  background: #EDEDED;
  color: #000;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  margin-right: 8px !important;
}

.property-social-sharing-element .hi-social{
  margin: 12px 0px 12px 0px;
  display: inline-block;
}
/* Social Sharing Element - End */

/* Sidebar - Start */
.single-property_type .sidebar,
.single-design .sidebar{
  padding: 30px 0;
}

.single-property_type .sidebar-element,
.single-design .sidebar-element{
  padding: 20px 0;
}

@media (min-width: 641px){
  .single-property_type .sidebar,
  .single-design .sidebar{
    padding: 50px 0;
  }
}

@media (min-width: 641px){
  .single-property_type .sidebar,
  .single-design .sidebar{
    padding: 80px 0;
  }
}
/* Sidebar - End */
/*************************************
22.SINGLE PROPERTY/DESIGN - END
*************************************/