@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Jost:ital,wght@0,100..900;1,100..900&family=Merienda:wght@300..900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}

ul, li {
padding: 0;
margin: 0;
list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
display: block;
}

* {
box-sizing: border-box;
}

html, body {
font-family: 'Poppins', sans-serif;
font-weight: 400;
background-color: #fff;
font-size: 16px;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

a {
text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
margin-top: 0px;
margin-bottom: 0px;
color: #212741;
}

ul {
margin-bottom: 0px;
}

p {
font-size: 15px;
line-height: 26px;
color: #212741;
}

img {
max-width: 100%;
overflow: hidden;
}

html,
body {
background: #fff;
font-family: 'Poppins', sans-serif;
}

::selection {
background: #136caf;
color: #fff;
}

::-moz-selection {
background: #136caf;
color: #fff;
}

@media (max-width: 991px) {
html, body {
overflow-x: hidden;
}
.mobile-top-fix {
margin-top: 30px;
margin-bottom: 0px;
}
.mobile-bottom-fix {
margin-bottom: 30px;
}
.mobile-bottom-fix-big {
margin-bottom: 60px;
}
}

/* header starts */
    .head-top .container-fluid{
        padding: 0;
        }
        .head-top {
        background-color: #212741;
        display: none;
        z-index: 101;
        top: 0;
        padding: 5px 0;
        width: 100%;
        overflow: hidden;
        }
        .head-top ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px;
        }
        
        .head-top ul li a {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        }
        .head-top ul li a i {
        margin-right: 5px;
        }
        @media (max-width: 767px){
            .head-top{
                display: block;
                }
            .head-top ul li {
            padding-left: 7px;
            padding-right: 7px;
            border: 1px dashed #3c7b9f;
            margin: 0px 3px;
            }
            }
            @media (min-width: 767px) and (max-width: 998px){
            .head-top ul li{
            padding-left: 10px;
            padding-right: 10px;
            border: 1px dashed #3c7b9f;
            margin: 0px 10px;
            }
            .head-top ul li a {
            color: #fff;
            font-size: 15px;
            font-weight: 500;
            }
            }

.header-area {
    /* background-image: url(../images/header-bg.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 110px;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0) 100%);
    }
    
    .scrollOn {
      height: 80px;
      position: fixed !important;
      top: 0;
      left: 0;
      right: 0;
      box-shadow: 0px 0px 10px rgba(0,0,0,0.88);
      background: #052c65;
    }
    
    .header-area .main-nav .logo {
    /*! line-height: 120px; */
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*! margin-left: 50px; */
    }
    
    .scrollOn .main-nav .logo {
    line-height: 80px;
    width: 220px;
    margin-left: 75px !important;
    transition: width 1.2s;
    }
    
    .scrollOn .nav {
    margin-top: 18px !important;
    }
    
    .header-area .main-nav .nav {
    float: right;
    margin-top: 40px;
    margin-right: 15px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
    }
    
    .header-area .main-nav .nav li {
    padding-left: 15px;
    padding-right: 15px;
    }
    
    /* .header-area .main-nav .nav li:last-child {
    padding-right: 0px;
    } */
    
    .header-area .main-nav .nav li a {
      display: block;
      text-transform: capitalize;
      color: #fff;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      height: 40px;
      line-height: 40px;
      border: transparent;
      font-size: 17px;
      font-weight: 500;
      letter-spacing: .02em;
      font-family: "Jost", sans-serif;
      position: relative;
    }
    
    .header-area .main-nav .nav li:hover a {
    color: #26c5c9;
    }
    
    .header-area .main-nav .nav li a.active, .header-area .main-nav .nav li a.active::before {
      transform: scaleX(1);
      transform-origin: 0 50%;
      transition-delay: .2s;
      color: #26c5c9;
    }
    .scrollOn .main-nav .nav li a{
      position: relative;
    }
    .header-area .main-nav .nav li a::before {
      display: block;
      content: "";
      padding-top: 4px;
      border-bottom: 2px solid #26c5c9;
      transform: scaleX(0);
      transform-origin: 0 50%;
      bottom: 0;
      left: 0;
      position: absolute;
      width: 100%;
      transition: transform .2s ease-in-out;
    }
    .header-area .main-nav .nav li:hover a::before {
      transform: scaleX(1);
      transform-origin: 0 50%;
      transition-delay: .2s;
    }
    .scrollOn .main-nav .nav li a::before {
      display: block;
      content: "";
      padding-top: 4px;
      border-bottom: 2px solid #7f9cc2;
      transform: scaleX(0);
      transform-origin: 0 50%;
      bottom: 0;
      left: 0;
      position: absolute;
      width: 100%;
      transition: transform .2s ease-in-out;
    }
    .scrollOn .main-nav .nav li:hover a::before {
      transform: scaleX(1);
      transform-origin: 0 50%;
      transition-delay: .2s;
    }
    .scrollOn .main-nav .nav li:hover a {
    color: #7f9cc2;
    opacity: 1;
    }
    .scrollOn .main-nav .nav li a.active {
     color: #7f9cc2;
     opacity: 1;
    }
    
    .header-area .main-nav .nav li.has-sub {
    position: relative;
    /* padding-right: 15px; */
    }
    
    .header-area .main-nav .nav li.has-sub:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 2px;
    top: 12px;
    }
    
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    width: 280px;
    background-color: #fff;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 40px;
    border-radius: 5px;
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
    z-index: -1;
    }
    
    .header-area .main-nav .nav li.has-sub ul.sub-menu li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    }
    
    .header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a!important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    }
    
    .header-area .main-nav .nav li.has-sub ul li a:hover
    {
    background: #fff;
    color: #136caf !important;
    padding-left: 25px;
    }
    
    .header-area .main-nav .nav li.has-sub ul li a:hover:before {
    width: 3px;
    }
    
    .header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition-delay: 0s, 0s, 0.3s;
    }
    
    .header-area .main-nav .menu-trigger {
        cursor: pointer;
        display: block;
        position: absolute;
        top: 50%;
        width: 32px;
        height: 40px;
        text-indent: -9999em;
        z-index: 99;
        right: 0;
        display: none;
        transform: translate(-50%, -40%);
      }
    
    .scrollOn .main-nav .menu-trigger {
    top: 50%;
    }
    
    .header-area .main-nav .menu-trigger span,
    .header-area .main-nav .menu-trigger span:before,
    .header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    }
    .header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span::before, .header-area .main-nav .menu-trigger span::after
    {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    }
    .scrollOn .main-nav .menu-trigger span,
    .scrollOn .main-nav .menu-trigger span:before,
    .scrollOn .main-nav .menu-trigger span:after {
    background-color: #fff;
    }
    
    .header-area .main-nav .menu-trigger span:before,
    .header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
    }
    
    .scrollOn .main-nav .menu-trigger span:before,
    .scrollOn .main-nav .menu-trigger span:after {
    background-color: #fff;
    }
    
    .header-area .main-nav .menu-trigger span:before,
    .header-area .main-nav .menu-trigger span:after {
    content: "";
    }
    
    .header-area .main-nav .menu-trigger span {
    top: 16px;
    }
    
    .header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
    }
    
    .header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
    }
    
    .header-area .main-nav .menu-trigger.active span,
    .header-area .main-nav .menu-trigger.active span:before,
    .header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
    }
    
    .header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #fff;
    }
    
    .scrollOn .main-nav .menu-trigger.active span:before {
    background-color: #fff;
    }
    
    .header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #fff;
    }
    
    .scrollOn .main-nav .menu-trigger.active span:after {
    background-color: #fff;
    }
    
    .header-area.header-sticky {
    min-height: 80px;
    }
    
    .header-area .nav {
    margin-top: 30px;
    }
    
    .header-area.header-sticky .nav li a.active {
    color: #fff;
    font-family: 'Gabarito', cursive;
    font-weight: 500;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    }
    .header-area.header-sticky .nav li a.active:hover{
    color: #000;
    }
    
    @media (max-width: 1200px) {
    .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
    }
    .header-area .main-nav:before {
    display: none;
    }
    }
    @media (max-width: 998px){
    .header-area .main-nav .nav, .header-area.scrollOn .main-nav .nav {
    margin-top: 80px !important;
    }
    
    }
    @media (max-width: 998px) {
    .header-area .main-nav .logo {
    color: #1e1e1e;
    }
    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
    color: #ff511a!important;
    opacity: 1;
    }
    .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
    }
    .header-area {
    background: #212741;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
    position: relative;
    }
    .header-area .main-nav .nav li.has-sub::after{
    rotate: 360deg;
    transition: 1s ease;
    color: #212741;
    }
    .header-area .main-nav .nav li.has-sub.is-open-sub::after{
    rotate: 180deg;
    transition: 1s ease-in-out;
    color: #212741;
    }
    .header-area .container {
    padding: 0px;
    }
    .header-area .logo {
    margin-left: 0px;
    line-height: 80px;
    }
    .header-area .menu-trigger {
    display: block !important;
    }
    .header-area .main-nav {
    overflow: hidden;
    }
    .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
    }
    .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
    }
    .header-area.header-sticky .nav {
    margin-top: 80px !important;
    }
    .scrollOn.header-sticky .nav {
    margin-top: 80px !important;
    }
    .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    /* padding-left: 0px !important;
    padding-right: 0px !important; */
    }
    
    .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ff511a!important;
    }
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
    }
    .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
    }
    .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
    }
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
    }
    .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
    }
    .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
    }
    }
    
    @media (min-width: 998px) {
    .header-area .main-nav .nav {
    display: flex !important;
    }
    }
    @media (max-width: 998px){
    .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
    font-size: 16px !important;
    }
    }
    .top-bar {
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 33px;
      margin: 0 auto;
      position: relative;
      background: #f1f5f8;
      border-bottom: 1px solid #949494;
      overflow: hidden;
    }
    .top-bar::before {
      content: "";
      background: url(../img/dot_bg.png);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
    }
    .recent, .social{
      position: relative;
      z-index: 1;
    }
    .recent ul, .social{
      display: flex;
    }
    .recent ul li a, .social ul li a {
      font-size: 15px;
      color: #1C2F36;
      font-weight: 500;
      font-family: "Jost", sans-serif;
      position: relative;
      text-transform: capitalize;
      padding: 3px 6px;
      transition: 0.3s all;
    }
    .recent ul li, .social ul li{
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
    }
    .recent ul li::before, .social ul li::before {
      content: "";
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 1px;
      background: #000;
    }
    .recent ul li:last-of-type::before, .social ul li:last-of-type::before{
      content: unset;
    }
    .recent ul li a i, .social ul li a i {
      margin-right: 7px;
    }
    .recent ul li a:hover, .social ul li a:hover {
      color: #1C2F36;
      font-weight: 500;
      font-family: "Jost", sans-serif;
      background: rgba(33, 150, 243,0.1);
      color: #2196f3;
    }
    .social ul li a{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .fbset {
      position: relative;
      transform: translateX(-110%);
      transition: .3s all ease-in;
      overflow: hidden;
      visibility: hidden;
    }
    .social ul li a:hover .fbset {
      display: inline-block;
      transform: translateX(0%);
      visibility: inherit;
      overflow: visible;
    }
    
        .header-area .main-nav .nav{
        margin-top: 30px;
        /* top: 75px; */
        }
        .header-area .main-nav .logo, .scrollOn .main-nav .logo{
        position: absolute;
        bottom: 0;
        }
        .scrollOn .nav {
          margin: 20px 0 !important;
        }
        .header-area .main-nav .logo, .scrollOn .main-nav .logo {
            position: absolute;
            bottom: 0;
            left: 15px;
            top: 1px;
            overflow: hidden;
          }
          .header-area .main-nav .logo img, .scrollOn .main-nav .logo img{
            width: 195px;
          }
          .scrollOn .main-nav .logo{
            margin-left: 0 !important;
          }

          /* inner page header */

          .header-area.inner-page-header{
            position: relative;
            height: 80px;
            top: 0;
            background: #052c65;
          }
          .header-area.inner-page-header .main-nav .nav {
            margin-top: 20px;
          }

          .header-area.inner-page-header .main-nav .nav li a::before{
            border-bottom: 2px solid #7f9cc2;
          }

          .header-area.inner-page-header .main-nav .nav li:hover a {
            color: #7f9cc2;
            opacity: 1;
          }

          .header-area.inner-page-header .main-nav .nav li:hover a::before {
            transform: scaleX(1);
            transform-origin: 0 50%;
            transition-delay: .2s;
          }

          .header-area.inner-page-header .main-nav .nav li a.active::before {
            border-bottom: 2px solid #26c5c9;
          }
          .scrollOn .main-nav .nav li a.active::before {
            border-bottom: 2px solid #7f9cc2 !important;
          }
        .carousel, .carousel-item img{
            height: 100vh;
            object-fit: cover;
          }
          .carousel-caption h1 {
            font-size: 45px;
            font-family: "Great Vibes", serif;
            font-weight: 600;
            text-transform: capitalize;
            text-shadow: 3px 3px 3px #333;
          }
          .carousel-caption p {
            font-size: 25px;
            font-family: georgia;
            font-weight: 600;
            text-shadow: 3px 3px 3px #333;
          }
          
          .carousel-indicators .active {
            opacity: 1;
            width: 45px;
            transition: .5s all;
          }
          @media (max-width: 767px) {
            .carousel, .carousel-item img {
              height: 250px;
            }
            
            .recent ul {
              display: flex;
              justify-content: center;
            }
            .header-area{
              top: 0;
            }
            .top-bar .container-fluid{
              padding: 0;
            }
            .top-bar{
              padding: 15px 0;
              height: unset;
            }
            .recent ul li {
              padding-left: 8px;
              padding-right: 8px;
            }
            .recent ul li a span{
              display: none;
            }
            .recent ul li a {
              display: flex;
              align-items: center;
              padding: 0 5px;
              transition: 0.3s all;
              color: rgb(5, 44, 101);
              background: transparent;
              border: 1px solid transparent;
            }
            .recent ul li a:hover {
              animation: unset;
              -webkit-text-size-adjust: unset;
              -webkit-text-fill-color: unset;
              background: #074da31f;
              border-color: #074da333;
              color: rgb(5, 44, 101);
            }
            .calendar-sec1{
              display: none;
            }
            .carousel-control-next-icon, .carousel-control-prev-icon {
              background-color: #333;
              border-radius: 50%;
              width: 3rem;
              height: 3rem;
              background-size: 50% 50%;
            }
          }
          @media (min-width: 768px) and (max-width: 999px){
            .header-area{
              top: 0;
            }
          }
          .carousel-item::before{
            content: "";
            position: absolute;
            top: 0;left: 0;right: 0;bottom: 0;
            width: 100%;
            height: 100%;
            opacity: 0.15;
            background: #000;
          }
          .calendar-sec1{
              bottom:5%; 
              position: absolute;
              z-index: 1;
              width: 100%;
              padding: 10px 0;
            }
.calendar-sec1 form
{
  background: rgba(0,0,0,.2);
    padding: 10px 15px;
    border-radius: 5px;
}
.calendar-sec1 h1 {
    text-align: center;
    font-size: 60px;
    color: #f7d317;
    margin: 0 0 10px;
    font-family: "Great Vibes", serif;
    /* text-shadow: 1px 0 35px #000; */
    text-shadow: 3px 3px 3px #052c65;
    font-weight: 900;
}
.calendar-sec1 form label
{
  font-size: 13px;
  color:#fff;
  padding: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.calendar-sec1 form input, .calendar-sec1 form select
{
  border:1px solid #c7c6c6;
  border-radius: 0;
  background: #fff;
  font-size: 14px;
  height: 56px !important;
  border-radius: 0px;
}

.calendar-sec1 .form-group
{
  margin: 0;
}
.calendar-sec1 .btn-cal
{
padding: 0px 0 0; 
}
.calendar-sec1 .btn-cal button {
    display: inline-block;
    background: #3797dd;
    width: 100%;
    height: 56px;
    border: 1px solid #3797dd;
    border-radius: 0px;
}
.carousel-control-next, .carousel-control-prev{
  z-index: 2;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  background-color: #333;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background-size: 50% 50%;
}
/* our condos starts */

.condos{
  padding: 100px 0 70px;
  background-color: #eff4fc;
}
.condos::before {
  content: "";
  background: url(../img/dot_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.side1{
  position: absolute;
  top: 0;
  left: -12rem;
  z-index: 1;
  width: 500px;
  opacity: 0.19;
}
.property-box{
  background: #fff;
  border-radius: .5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 10px;
  transition: all .6s cubic-bezier(.4,0,.2,1);
  margin: 1.5rem 0;
}
.shape-img {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.property-box:hover {
  -webkit-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.1),0 3px 5px -2px rgba(0,0,0,.16),0 1px 9px 0 rgba(0,0,0,.08);
  transition: all .6s cubic-bezier(.4,0,.2,1);
}
.proper-sli-txt{
  position: relative;
}
.slider-btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.35s;
  opacity: 0;
}
.proper-sli-txt {
  position: relative;
  border-radius: 5px;
  transition: 0.35s;
}
.proper-sli-txt .slider-btn-group .swiper-arrow {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(5, 44, 101, 0.7);
  cursor: pointer;
  transition: 0.35s;
}
.property-box:hover .proper-sli-txt .slider-btn-group {
  opacity: 1;
}
.proper-sli-txt .slider-btn-group .swiper-arrow svg {
  fill: #fff;
  transition: 0.35s;
}
.proper-sli-txt .slider-btn-group .swiper-arrow:hover {
  background-color: rgb(5, 44, 101);
}
.proper-sli-txt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50.27%);
  transition: 0.35s;
  opacity: 0;
}
.property-box:hover .proper-sli-txt::after {
  opacity: 1;
}
.slider__pagination {
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 2;
  transition: 0.35s;
  opacity: 1;
}
.slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: rgb(5, 44, 101);
  opacity: 0.5;
  margin: 0 5px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  -o-transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  -webkit-transition-delay: 0.5s, 0.5s, 0s;
  -o-transition-delay: 0.5s, 0.5s, 0s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #efb93f;
  width: 100px;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.property-slider-img img{
  height: 275px;
  object-fit: cover;
  border-radius: 5px;
}
.main-head h1 span {
  color: #eca744;
  text-shadow: 1px 1px 1px #333;
}
.main-head h1 span::after {
  content: "";
  position: absolute;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  left: 50%;
  bottom: -15px;
  width: 100%;
  height: .6em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -18px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 188 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 9.99993C61.5 5.16659 138.3 0.903127 167.5 2.10313C130.333 4.10323 45.2 9.407 2 22.607C2 23.107 89 8.60344 186 8.10344' stroke='%230a73c0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
/* .main-head h1 {
  margin-bottom: 30px;
  font-size: 55px;
  text-align: center;
  color: #136daf;
  font-weight: 500;
  text-shadow: 0px 1px 1px #136daf;
  font-family: 'Great Vibes', cursive;
  letter-spacing: .075em;
  line-height: 1;
} */
.main-head h1 {
  margin-bottom: 30px;
  font-size: 40px;
  text-align: center;
  color: #136daf;
  letter-spacing: .075em;
  line-height: 1.1;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Merienda", serif;
}
.property-detail-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #074da333;
  padding: 5px;
  background: #074da31f;
}
.property-detail-list{
  border-bottom: 1px solid #074da333;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.property-detail-list ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.property-detail-list ul li span {
  margin-left: 4px;
  font-weight: 600;
}

.property-detail-list ul li i {
  color: rgb(5, 44, 101);
  margin-right: 5px;
  background: rgba(5, 44, 101, 0.3);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.property-details h2 a {
  color: #0c2339;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 600;
  font-size: 20px;
  font-family: "Jost", sans-serif;
  position: relative;
  transition: 0.5s all;
  height: 55px;
  display: block;
}
.property-details h2 a:hover{
    color: #efb93f;
}
.view-btn{
  text-align: center;
  margin-bottom: 8px;
}
.view-btn a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(5, 44, 101);
  margin-right: 5px;
  background: rgba(5, 44, 101, 0.3);
  padding: 0 20px;
  border: none;
  border-radius: 2px;
  height: 36px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  transition: 0.5s all ease;
  border: 1px solid;
  border-color: rgb(5, 44, 101);
}
.send-arrow{
  margin-left: 5px;
}
.send-arrow img{
  transition: 0.5s all ease;
}
.view-btn a:hover {
  background: #074da31f;
  border-color: #074da333;
  color: #074da3;
}
.view-btn a:hover .send-arrow img{
  transform: rotate(45deg);
}

/* new section */

.bor
{
background-image: linear-gradient(90deg, rgba(212, 235, 216, 0.98) 55.04%, rgba(212, 235, 216, 0.90) 57.27%, rgba(212, 235, 216, 0.78) 59.93%, rgba(212, 235, 216, 0.69) 61.98%, rgba(212, 235, 216, 0.58) 63.85%, rgba(212, 235, 216, 0.00) 73.58%), url(../img/happy2.jpg);
padding: 100px 50px 70px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.bor .bor-cont{
width: 60%;
}

.bor-cont h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}
.bor-cont p {
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  color: #333;
  font-family: "Jost", sans-serif;
}
@media (max-width: 767px){
.bor
{
background-image: linear-gradient(90deg, rgba(212, 235, 216, 0.98) 100%, rgba(212, 235, 216, 0.90) 100%, rgba(212, 235, 216, 0.78) 100%, rgba(212, 235, 216, 0.69) 100%, rgba(212, 235, 216, 0.58) 100%, rgba(212, 235, 216, 0.00) 100%), url(../img/happy2.jpg);
padding: 50px 15px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.bor .bor-cont
{
width: 100%;
}
}

.value-section .value-srt {
  background-image: url(../img/ab.png),linear-gradient(180deg,#f9f4f0 0%,#f9f4f0 100%);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding: 50px 15px;
}
.value-section .value-srt .value-content {
  width: 100%;
}
.section-title {
  margin-bottom: 20px;
}
.section-title h2 {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
}
.value-section .value-srt .value-content p {
  letter-spacing: .51px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  color: #333;
  font-family: "Jost", sans-serif;
}
.value-section .value-right-img {
  position: relative;
  height: 100%;
}
.value-section .value-right-img > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.bor-line {
  width: 150px;
  height: 3px;
  margin: 10px 0;
  opacity: 1;
  -webkit-text-size-adjust: none;
  -webkit-text-fill-color: transparent;
  animation: RtjLt 10s linear infinite;
  animation-fill-mode: none;
  animation-fill-mode: none;
  animation-fill-mode: none;
  animation-fill-mode: forwards;
  background: linear-gradient(-225deg, #fc0, #005ab0 29%, #3e2a06 67%, #052c65);
  border: none;
}

@keyframes RtjLt {
	0% {
		background-position: 0 0
	}

	to {
		background-position: 300px
	}
}

@-webkit-keyframes RtjLt {
	0% {
		background-position: 0 0
	}

	to {
		background-position: 300px
	}
}
.hvr-lnk {
  position: relative;
  color: rgb(13, 110, 253);
  transition: transform .2s ease-in-out;
  font-size: 17px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.hvr-lnk:hover{
  color: #7f9cc2;
}
.hvr-lnk::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom: 2px solid #7f9cc2;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform .2s ease-in-out;
}

.hvr-lnk:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: .2s;
  color: #26c5c9;
}

.side-sli {
  padding: 10px;
  border-left: 1px solid #074da333;
  background: #074da31f;
}
.property-slider .owl-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.35s;
  opacity: 0;
}
.property-slider .owl-nav button {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  transition: 0.35s;
  color: #fff !important;
  background: rgba(5, 44, 101, 0.3) !important;
}
.property-slider .owl-nav button:hover{
  background: #052c65 !important;
  color: #7f9cc2 !important;
}
.property-box:hover .property-slider .owl-nav{
  opacity: 1;
}
.swiper-slide11 img{
  height: 275px;
  object-fit: cover;
  border-radius: 5px;
}
.property-slider .owl-dots{
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 9999;
  transition: 0.35s;
  opacity: 1;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.property-slider .owl-dot{
  width: 13px;
  height: 13px;
  display: inline-block;
  background: rgb(5, 44, 101) !important;
  opacity: 0.5;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  -o-transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
    transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  -webkit-transition-delay: 0.5s, 0.5s, 0s;
  -o-transition-delay: 0.5s, 0.5s, 0s;
  transition-delay: 0.5s, 0.5s, 0s;
}

.property-slider .owl-dot.active{
  opacity: 1;
  background: #efb93f !important;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.my-modal-cont .value-right-img {
  position: relative;
  height: auto;
  width: 450px;
  float: right;
  z-index: 1;
}
.my-modal-cont .value-srt .value-content p, .deb-cont p {
  letter-spacing: .51px;
  margin-bottom: 0;
  /*! overflow: hidden; */
  /*! text-overflow: ellipsis; */
  /*! display: -webkit-box; */
  /*! -webkit-line-clamp: 10; */
  /*! -webkit-box-orient: vertical; */
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  color: #333;
  font-family: "Jost", sans-serif;
}
.deb-cont-2 p {
  letter-spacing: .51px;
  margin-bottom: 0;
  overflow: hidden; 
  text-overflow: ellipsis; 
  display: -webkit-box; 
  -webkit-line-clamp: 5; 
  -webkit-box-orient: vertical; 
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  color: #333;
  font-family: "Jost", sans-serif;
}
.new-para-set{
  padding: 50px 15px;
  background: #eff4fc;
  background-image: unset !important;
}
@media (max-width: 767px){
  .my-modal-cont .value-right-img {
    position: relative;
    height: auto;
    width: 100%;
    float: right;
    margin-bottom: 20px;
  }
  .section-title h2 {
    font-size: 25px;
  }
}
.area-sec{
  padding: 70px 0;
  position: relative;
}
.area-sec::before {
  content: "";
  background: url(../img/dot_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.review-sec{
  background-color: #eff4fc;
  padding: 70px 0;
}
.experience-box .experience-block {
  overflow: hidden;
  display: block;
  position: relative;
  max-height: 400px;
  max-width: 400px;
  width: 100%;
  margin: 10px 0;
}

.experience-box .experience-img {
  background: #000;
  position: relative;
  height: 350px;
}
.experience-box .experience-img img {
  display: block;
  opacity: .7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s linear;
}
.experience-txt {
  z-index: 1;
  text-align: center;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  width: 100%;
}
.experience-txt h3 {
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 5px;
  color: #fff;
  font-family: "Merienda", serif;
}
.experience-txt a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Jost", sans-serif;
  font-family: "Merienda", serif;
}
.experience-block .experience-block-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0);
  transition: all linear .3s;
  border: 2px solid transparent;
}
.experience-box .experience-block:hover .experience-img img {
  transform: scale(1.1);
}
.experience-box .experience-block:hover h3{
  color: #000;
}
.experience-box .experience-block:hover a {
  color: #000;
}
.experience-box .experience-block:hover a.hvr-lnk::before{
  border-bottom: 2px solid #052c65;
}
.experience-box .experience-block:hover a.hvr-lnk:hover{
  color: #052c65;
}
.experience-box .experience-block:hover .experience-block-border {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(255,255,255,.6);
  border: 2px solid #fff;
}

/* footer starts */
.copy-sec__area {
  background: #D3D3D3;
}

.copy-sec__border {
  padding: 14px 0;
}
.text-md-start {
  text-align: left !important;
}

.copy-sec__text span strong {
  color: #243e61;
}
.m000 {
  margin: 0 !important;
}
.copy-sec__social-box {
  margin-left: 10px;
}
.copy-sec__social-box a:first-child {
  margin-left: 0;
}
.copy-sec__social-box a {
  color: #243e61;
  font-size: 14px;
  border-radius: 50%;
  border: 2px solid #003d4d;
  background-position: 100%;
  background-image: linear-gradient(-200deg, #243e61 50%, #fff 50%);
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: 500%;
  white-space: nowrap;
  margin-left: 20px;
}
.copy-sec__social-box a i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.copy-sec__social-box a:hover {
  background-position: 0%;
  color: #fff;
}
.copy-sec__social-box a i img{
  width: 25px;
  height: 25px;
}
.copy-sec__text a {
  margin: 0 10px;
  position: relative;
  padding-bottom: 10px;
}
.copy-sec__text a:hover strong{
  color: #243e61;
}
.copy-sec__text span {
  color: #505050;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
[tooltip] {
  position: relative; /* opinion 1 */
}
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 15px; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 1;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip); 
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #243e61;
  color: #fff;
  z-index: 1000; 
}

[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #003d4d;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}
/* footer ends */

/* back to top button css starts */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  border: 2px solid #51b8d0;
  background: #243e61;
}
#return-to-top i {
color: #fff;
margin: 0;
position: relative;
left: 15px;
top: 10px;
font-size: 20px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
  background: #51b8d0;
  border: 2px solid #243e61;
}
#return-to-top:hover i {
  color: #243e61;
  top: 5px;
}
.mdl-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(5, 44, 101);
  margin-right: 5px;
  background: rgba(5, 44, 101, 0.3);
  padding: 0 20px;
  border-radius: 2px;
  height: 36px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  transition: 0.5s all;
  border: 1px solid;
  border-color: rgb(5, 44, 101);
}

.mdl-btn:hover {
  background: #074da31f;
  border-color: #074da333;
  color: #074da3;
}
.mdl-btn2{
  background: #052c65;
  color: #fff;
  border-color: rgb(5, 44, 101);
}
.mdl-btn2:hover{
  background: #074da31f;
  border-color: #074da333;
  color: #074da3;
}
.modal-title{
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
  color: #212741;
  font-family: "Jost", sans-serif;
  letter-spacing: 1.25px;
}
.form-srt {
	background: #1c2f36;
	text-align: left;
	padding: 0 15px;
	border-radius: 5px;
	position: relative;
	color: rgb(5, 44, 101);
	background: rgba(5, 44, 101, 0.3);
	border: 1px solid rgb(5, 44, 101);
}

.form-srt h2 {
	line-height: 30px;
	color: #052c65;
	margin-bottom: 30px;
	border-bottom: 1px solid #052c65;
	width: fit-content;
	padding-bottom: 10px;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
  font-family: "Merienda", serif;
}

.form-group {
	margin-bottom: 1rem;
}

.form-srt .contactForm .form-control {
	border: none;
	background: #f4efeb;
	padding: 20px;
	height: 50px;
	box-shadow: none;
	font-size: 18px;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	color: #505050;
	line-height: 30px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.form-srt .contactForm .form-control:hover {
	border: 1px solid #CBA36B;
	background: #EEE3D4;
	border-radius: 5px;
}

textarea.form-control {
	min-height: 140px !important;
}

.get-in {
	text-align: center;
	margin: 0;
	border: 1px solid #cba36b;
	background: #1c2f36;
	padding: 5px;
	border-radius: 5px;
	color: rgb(5, 44, 101);
	background: rgba(5, 44, 101, 0.3);
	border: 1px solid rgb(5, 44, 101);
}

.get-in {
	position: sticky;
	top: 10px;
}

.get-in h2 {
	margin-top: 20px;
	line-height: 30px;
	color: #052c65;
	margin-bottom: 20px;
	border-bottom: 1px solid #052c65;
	width: fit-content;
	padding-bottom: 10px;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 35px;
	margin-left: auto;
	margin-right: auto;
  font-family: "Merienda", serif;
}

.get-in ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}

.get-in ul li {
	margin: 10px 0;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	text-align: left;
}

.get-in ul li a {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	color: #052c65;
	line-height: 30px;
}

.get-in ul li a i {
	color: #fff;
	font-size: 23px;
	height: 50px;
	width: 50px;
	box-shadow: 1px 1px 1px #000;
	text-align: center;
	line-height: 45px;
	margin-right: 10px;
	border-radius: 50px;
	border: 2px solid #F7F7F7;
	background: #052c65;
}

.get-in ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}

.javacod ul li {
	border: none;
	padding: 0;
	margin: 0;
	font-weight: 600;
	margin-left: 5px;
	font-size: 18px;
	display: block;
	text-align: left;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	color: #505050;
	line-height: 30px;
}

.get-in ul li a:hover {
	color: #074da3;
	transition: .5s ease-in;
}

.get-in ul li a:hover i {
	background: #fff;
	color: #052c65;
	box-shadow: 1px 1px 1px #eca744;
	border: 2px solid #052c65;
	transition: .5s ease-in;
}
.no-cap ul {
  overflow: hidden;
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
.no-cap ul li {
  list-style: none;
  margin: 0 5px;
  font-size: 22px;
  font-family: "Jost", sans-serif;
  color: #052c65;
}
.grid-wrapper .massonary{
	display: flex;
	justify-content: center;
	align-items: center;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.grid-wrapper .massonary img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
  transition: all .3s linear;
}
.massonary:hover img{
  transform: scale(1.1);
}
.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}
.txtxt{
  z-index: 1;
  text-align: center;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  width: 100%;
  display: block;
}
.txtxt h3 {
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 5px;
  color: #fff;
  font-family: "Merienda", serif;
}

.txtxt a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Jost", sans-serif;
  font-family: "Merienda", serif;
}

.grid-wrapper .massonary:hover a.hvr-lnk:hover {
  color: #052c65;
}
.massonary:hover .txtxt h3, .massonary:hover .txtxt a {
  color: #000
}
.grid-wrapper .massonary:hover a.hvr-lnk::before {
  border-bottom: 2px solid #052c65;
}

.massonary .massornary-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0);
  transition: all linear .3s;
  border: 2px solid transparent;
  border-radius: 5px;
}

.massonary:hover .massornary-border {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(255,255,255,.6);
  border: 2px solid #fff;
}
.massonary::before{
  position: absolute;
  content: "";
  top: 0;left: 0;right: 0;bottom: 0;
  opacity: 0.5;
  background: #000;
  width: 100%;
  height: 100%;
}

/* inner page css */

.gallery-srt {
  padding: 30px 30px;
  background-color: #f8f5f0;
  position: relative;
  overflow: hidden;
}
.gallery-srt::before {
  content: "";
  background: url(../img/dot_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.top-gallery-section{
  position: relative;
}
.gallery-grid-wrap, .gallery-grid-right-wrap {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
}
.gallery-grid-wrap .gallery-grid-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.gallery-grid-left-wrap .gallery-grid-item a img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 4px;
}
.gallery-grid-right-wrap .gallery-grid-item a img{
    width: 100%;
    height: 205px;
    object-fit: cover;
    border-radius: 4px;
}
.gallery-grid-item a span {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: auto;
  top: auto;
  padding: 0 8px;
  line-height: 24px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  background: #fff;
  color: rgb(5, 44, 101);
}

.gallery-grid-item a span:hover {
	background: rgb(5, 44, 101);
	color: #fff;
}
.gallery-grid-item{
    position: relative;
}

.gallery-grid-item:hover img {
  outline: 1px solid #fff;
  outline-offset: -10px;
  transition: .3s all;
}
.main-prop{
  padding: 10px 30px 30px;
  background-color: #ecf3fa;
  position: relative;
}
.main-prop::before{
  content: "";
  background: url(../img/dot_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.all-head {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
  border: 1px solid #ddd;
  position: relative;
}
.all-head h1 {
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #505050;
  font-size: 25px;
  text-align: left;
  padding: 5px 0 10px;
  border-bottom: 2px solid #f68b21;
  margin: 0px 0 13px;
  text-transform: capitalize;
}
.overview h1 {
  width: fit-content;
}
.dec-txt h5 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}
.dec-txt ul li{
    color: #212741;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
    margin-bottom: 5px;
    list-style: inside;
}
.dec-txt p {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}

article.slide {
  margin-bottom: 10px;
}
.dec-txt a {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.dec-txt a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #003d4d;
  width: 0%;
  height: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.dec-txt a:hover::after {
  width: 100%;
  left: 0;
}
.dec-txt a:hover {
  color: #243e61;
}
.amenities-modal-srt{
  background-color: #ecf3fa;
  position: relative;
}
.amenities-modal-srt::before {
  content: "";
  background: url(../img/dot_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.new-style-amen h4 {
	background: #eee;
	padding: 15px 10px;
	border-bottom: 1px solid #003d4d;
	font-size: 20px;
	margin: 0 0 15px;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	text-transform: capitalize;
}

.new-style-amen ul {
	list-style-type: none;
	padding: 10px 0 0;
	margin: 0 0 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.new-style-amen ul li {
	display: inline-block;
	list-style: none;
	padding: 10px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	text-transform: capitalize;
	border-bottom: 1px solid #003d4d;
	margin: 5px;
}
.new-style-amen ul li a{
  position: relative;
}
.new-style-amen ul li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #003d4d;
  width: 0%;
  height: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.new-style-amen ul li a:hover::after {
  width: 100%;
  left: 0;
}
.new-style-amen ul li a i{
  margin-right: 5px;
  color: rgb(13,110,253);
}
.new-style-amen ul li a:hover, .new-style-amen ul li a:hover i{
  color: #243e61;
}
.new-style-amen ul li i {
	color: #003d4d;
	margin-right: 5px;
}
.amenities-modal-inner {
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.amenities-modal-inner .new-style-amen ul li{
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%;
}
.map img{
  width: 100%;
}
.area-det{
  padding: 30px 30px;
  position: relative;
  background: #e0e9f4;
}
.area-sec-det h1{
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}

.area-sec-det p{
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  color: #333;
  font-family: "Jost", sans-serif;
}

.thing-head-h2{
  background: #fff;
  padding: 15px 10px;
  border-bottom: 1px solid rgb(5, 44, 101);
  font-size: 25px;
  margin: 20px 0;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  text-align: center;
  border-radius: 5px;
}
.ctp{
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  color: #333;
  font-family: "Jost", sans-serif;
}
.thing-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #074da333;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}
.thing-img {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.thing-img img {
  height: 225px;
  object-fit: cover;
  width: 100%;
}
.thing-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.thing-box:hover {
  border: 1px solid rgb(5, 44, 101);
}
.thing-box:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {	left: 125%;	}
}

@keyframes shine {
	100% {	left: 125%;	}
}
.thing-para h2 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin: 20px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Jost", sans-serif;
  color: #212741;
  font-weight: 600;
}
.thing-para hr {
  background: #212741;
  height: 3px;
  width: 42px;
  border: none;
  margin: 10px auto;
}
.thing-para p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #505050;
  line-height: 30px;
}
.thing-para ul{
  border-bottom: 1px solid #ccc;
}
.thing-para ul li {
  font-size: 17px;
  font-weight: 500;
  color: #333;
  font-family: "Jost", sans-serif;
  margin-bottom: 10px;
}
.thing-para ul li a{
  color: #333;
  position: relative;
}
.thing-para ul li a:hover{
  color: #7f9cc2;
}
.thing-para ul li i{
  margin-right: 5px;
}
.thing-para ul li a::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom: 2px solid #7f9cc2;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform .2s ease-in-out;
}
.thing-para ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: .2s;
}
.main-prop-detail {
  padding: 50px 20px;
  background: #f1f5f8;
  position: relative;
}
.main-prop-detail::before {
  content: "";
  background: url(../img/dot_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.all-prop{
  padding: 30px 30px;
  background: #eff4fc;
  position: relative;
}
.inner-map {
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  position: sticky;
  top: 90px;
  margin: 1.5rem 0;
}
.gallery-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(5, 44, 101, 0.5);
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}
.gallery-overlay a{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.massonary:hover .gallery-overlay{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.gallery-overlay a i {
  font-size: 25px;
  color: #052c65;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  opacity: 0.8;
  border: 1px solid rgb(5, 44, 101);
  transition: .5s;
}
.grid-wrapper.resort .massonary::before{
  opacity: 0 !important;
}

.gallery-overlay a:hover i {
  color: #fff;
  border: 1px solid #7f9cc2;
  background: #052c65;
}
.photo-resort{
  padding: 30px 30px;
  overflow: hidden;
  background: #e0e9f4;
  position: relative;
}
.photo-resort::before {
  content: "";
  background: url(../img/dot_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}


.responsive{
    display: none;
  }
  
  .non-responsive{
    display: block;
  }
  
  .responsive-table {
    width: 100%;
    margin-bottom: 1em;
    margin-top: 1em;
    font-family: 'Source Sans Pro', sans-serif;
  }
  .responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  
  @media (min-width: 44em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
  }
  .responsive-table thead th {
    background-color: rgb(70, 79, 86);
    border: 1px solid rgb(70, 79, 86);
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 500;
  }
  .responsive-table thead th:first-of-type {
    text-align: left;
  }
  .responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }
  
  @media (min-width: 44em) {
  .responsive-table tr {
    display: table-row;
  }
  }
  .responsive-table th, .responsive-table td {
    padding: .5em;
    vertical-align: middle;
  }
  
  @media (min-width: 30em) {
  .responsive-table th, .responsive-table td {
    padding: .75em .5em;
  }
  }
  
  @media (min-width: 44em) {
  .responsive-table th, .responsive-table td {
    display: table-cell;
    padding: .5em;
  }
  }
  
  @media (min-width: 62em) {
  .responsive-table th, .responsive-table td {
    padding: .75em .5em;
  }
  }
  
  @media (min-width: 75em) {
  .responsive-table th, .responsive-table td {
    padding: .25em .75em;
  }
  }
  .responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
  }
  
  @media (min-width: 44em) {
  .responsive-table caption {
    font-size: 1.5em;
  }
  }
  .responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
  }
  
  @media (min-width: 62em) {
  .responsive-table tfoot {
    font-size: .9em;
  }
  }
  
  @media (min-width: 44em) {
  .responsive-table tbody {
    display: table-row-group;
  }
  }
  .responsive-table tbody tr {
    margin-bottom: 1em;
    border: 2px solid rgb(70, 79, 86);
  }
  
  @media (min-width: 44em) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
  }
  .responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
  }
  
  @media (min-width: 44em) {
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
  }
  .responsive-table tbody th[scope="row"] {
    background-color: #fff;
    color: #000;
  }
  
  @media (min-width: 44em) {
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
      color: #4e4e4e;
      text-align: left;
      line-height: 30px;
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 500;
  }
  }
  .responsive-table tbody td {
    text-align: right;
    color: #333;
    font-weight: 300;
  }
  
  @media (min-width: 30em) {
  .responsive-table tbody td {
    border: 1px solid rgb(70, 79, 86);
    color: #000;
    font-weight: 600;
  }
  }
  
  @media (min-width: 44em) {
  .responsive-table tbody td {
    text-align: center;
    color: #333;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
  }
  .responsive-table tbody td[data-type=currency] {
    text-align: right;
  }
  .responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: 1em;
    color: #333;
    font-weight: 600;
  }
  
  @media (min-width: 30em) {
  .responsive-table tbody td[data-title]:before {
    font-size: .9em;
  }
  }
  
  @media (min-width: 44em) {
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
  }



.all-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.all-flx span ul{
  margin-bottom: 13px;
}

.all-flx span ul li{
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  padding: 0 0 10px;
  border-bottom: 2px solid #f68b21;
}

.all-flx span ul li a{
    position: relative;
    text-transform: capitalize;
}

.all-flx span ul li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #003d4d;
  width: 0%;
  height: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.all-flx span ul li a:hover::after {
  width: 100%;
  left: 0;
}

.all-flx span ul li a:hover {
  color: #243e61;
}

@media (max-width: 767px){
  .main-head h1{
    font-size: 33px;
    line-height: 60px;
  }
  .condos{
    padding: 50px 0;
  }
  .property-slider .owl-nav{
    opacity: 1;
  }
  .bor-cont h3{
    line-height: 40px;
    font-size: 27px;
  }
  .social{
    display: none;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon{
    width: 2.5rem;
    height: 2.5rem;
    display: none;
  }
  .carousel-item::before{
    background: transparent;
  }
  .gallery-srt {
    padding: 30px 0;
  }
  .main-prop{
    padding: 10px 0;
  }
  .grid-wrapper .massonary{
    grid-column: span 2;
  }
  .gallery-grid-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .gallery-grid-left-wrap .gallery-grid-item a img {
    height: 300px;
  }
  .gallery-grid-right-wrap .gallery-grid-item a img {
    height: 130px;
  }
  .gallery-grid-right-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .new-style-amen ul li, .amenities-modal-inner .new-style-amen ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .area-det, .photo-resort{
    padding: 30px 0;
  }
  .all-prop{
    padding: 30px 10px;
  }
  .main-prop{
    padding: 10px 0 30px;
  }
  .all-flx {
      display: grid;
    }
  .all-flx span ul li {
      border-bottom: 2px solid #ccc;
    }
}
@media (min-width:768px) and (max-width: 999px){
  .property-detail-list ul li i{
    display: none;
  }
  .recent ul li a, .social ul li a{
    font-size: 14px;
  }
  .my-modal-cont .value-right-img {
    position: relative;
    width: 100%;
    float: unset;
    height: 100%;
  }
  .calendar-sec1 h1{
    font-size: 45px;
  }
  .carousel, .carousel-item img{
    height: 110vh;
  }
  .carousel-control-next, .carousel-control-prev{
    width: 10%;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon{
    width: 3rem;
    height: 3rem;
  }
  .condos .col-md-4{
    width: 50%;
  }
  .area-sec .container{
    max-width: 100%;
  }
  .new-style-amen ul li, .amenities-modal-inner .new-style-amen ul li {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
}







.seprate-line::before, .seprate-line::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100px;
  height: 3px;
  background: #136daf;
  -webkit-text-size-adjust: none;
  -webkit-text-fill-color: transparent;
  animation: RtjLt 10s linear infinite;
    animation-fill-mode: none;
  animation-fill-mode: none;
  animation-fill-mode: none;
  animation-fill-mode: none;
  animation-fill-mode: none;
  animation-fill-mode: forwards;
  background: linear-gradient(-225deg, #fc0, #005ab0 29%, #e0e9f4 67%, #052c65);
}
.seprate-line::before {
  left: 50%;
  margin-left: 50px;
}

.seprate-line::after {
  right: 50%;
  margin-right: 50px;
}

.seprate-line img{
  width: 50px;
  -webkit-animation: img-star-round 15s normal linear infinite;
  animation: img-star-round 15s normal linear infinite;
}
.house-rule {
  margin: 0;
}
.house-rule p {
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  padding-bottom: 10px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  color: #333;
}
.house-rule p strong{
  margin-right: 3px;
}
.house-rule ul {
  list-style-type: none;
  padding: 10px 0 0;
  margin: 0 0 20px;
}
.house-rule ul li {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 10px;
}
.house-rule ul li i {
  color: #003d4d;
  margin-right: 10px;
  font-size: 13px;
}
.set-brdr-cst{
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.dec-txt h6{
  background: #eee;
  padding: 15px 10px;
  border-bottom: 1px solid #003d4d;
  font-size: 20px;
  margin: 12px 0 15px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
}
.set-sty{
  position: sticky;
  top: 85px;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.accordion-button:hover {
  background-color: #7bb9db73;
}
.accordion-body p {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.accordion-body {
  position: relative;
  overflow: hidden;
}
.accordion-body::before {
  position: absolute;
  height: 110px;
  width: 110px;
  right: -10px;
  top: -75px;
  border-radius: 50%;
  background-color: #007ABB;
  z-index: 9;
  opacity: .20;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  content: "";
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.accordion-body::after {
  position: absolute;
  height: 110px;
  width: 110px;
  right: -10px;
  top: -75px;
  border-radius: 50%;
  background-color: #007ABB;
  z-index: 9;
  opacity: .20;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  content: "";
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.walking-ar h6{
  background: #eee;
  padding: 15px 10px;
  border-bottom: 1px solid #003d4d;
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
}
.walking-ar p{
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}
.walking-ar p a{
  margin-right: 4px;
  position: relative;
}
.walking-ar p span{
  margin-left: 4px;
  font-weight: 600;
}
.walking-ar a::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom: 2px solid #243e61;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform .2s ease-in-out;
}
.walking-ar a:hover{
  color: #243e61;
}
.walking-ar a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: .2s;
}
.fancybox__caption{
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
@keyframes img-star-round {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}


.spamcheck {
display:none!important;    
}
span.validate  {
color:#de4040;
padding-left:8px;
font-style:italic;
font-weight:bold;
}

.no-cap ul {
overflow:hidden;
background: #fff;
padding: 20px;
display: inline-block;
}

.no-cap ul li{
list-style: none;
float: left;
margin: 0 5px;
font-size: 24px;
font-family: Montserrat, sans-serif;
font-family: mon;
}




.alert-box{color:#555;border-radius:10px;font-family:calibri;font-size:11px;padding:10px 36px;margin:10px}.alert-box span{font-weight:700;text-transform:uppercase;font-size:14px}.error{background:url(../img/error.png) 10px 50% no-repeat #ffecec;border:1px solid #f5aca6;font-size:14px}.success{background:url(../img/success.png) 10px 50% no-repeat #e9ffd9;border:1px solid #a6ca8a;font-size:14px}.warning{background:url(../img/warning.png) 10px 50% no-repeat #fff8c4;border:1px solid #f2c779;font-size:14px}.notice{background:url(../img/notice.png) 10px 50% no-repeat #e3f7fc;border:1px solid #8ed9f6;font-size:14px}
