body{font-family: "Instrument Sans", sans-serif;font-size: 16px;font-weight: 400;overflow-x: hidden;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding: 0 15px;}
.row {margin: 0 -15px;/* align-items: center; */}
a:hover, a:focus, button:hover, button:focus{outline: none;}
section {padding: 120px 0;clear: both;position: relative;margin: 0 auto;z-index: 1;}
h1,h2,h3,h4,h5,h6{font-family: "Instrument Sans", sans-serif;color: #191d27;}
p {color: #191d27;font-size: 1rem;font-weight: 400;margin-bottom: 1.6rem}
img{max-width: 100%;}
textarea{resize: none}
input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  }
label.error {display: none !important;}
span{ vertical-align:baseline;  }

select {
-webkit-appearance: listbox !important;
}

.container{
    max-width: 1740px;
}

ul {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    vertical-align: baseline;
}

a:hover{
    color: #ec342f !important;
}

/*Reset Css*/

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #fb5708;
}


header {
    padding: 10px 0;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    position: absolute;
    background: #ffffff80;
}

header .row {
    align-items: center;
}

header ul li {
    display: inline-block;
    padding: 0px 15px;
    position: relative;
    z-index: 1;
    transition: .5s all;
}

.nav-link {
    padding: 0;
}

header ul li a {
    color: #191d27 !important;
    font-weight: 500;
    transition: .5s all;
    font-size: 15px;
    text-transform: capitalize;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-item {
    color: #000000 !important;
    padding: 6px 15px 4px 15px;
    font-weight: 500;
    border-bottom: 1px solid #ffc41230;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 600;
    transition: .5s all;
}

.dropdown-menu{
    background-color: #ffffff;
    padding: 0;
    margin:0;
}

.dropdown-item.active, .dropdown-item:active {
    background: #3b3843;
}

.dropdown-item:focus, .dropdown-item:hover {background: #6a4ef9;color: #ffffff !important;}

a.menu-bottom {
    display: none;
}

header ul {
    position: relative;
    text-align: right;
}

header ul.btn-ul {
    text-align: right;
}

header ul.btn-ul li.me-btn a.btn {
    background: #4c56c0;
    color: #fff !important;
}
header ul li.btn-head a.btn-out-green {
    color: #00c6c0 !important;
    border-color: #00c6c0;
    padding: 15px 25px;
    background: transparent;
}


img{
    max-width: 100%;
}


.btn {
    border-radius: 50px;
    padding: 15px 40px;
    color: #000000 !important;
    font-size: 1rem;
    text-transform: capitalize;
    transition: .5s all;
    font-weight: 600;
    text-align: center;
    transition: .5s all;
    position: relative;
    z-index: 1;
}

header ul.social-icons {
    display: inline-block;
    margin: 0 15px 0 0;
}

header ul.social-icons li {
    padding: 0 6px;
}


h2 {
    font-size: 4rem;
    font-weight: 400;
    color: #1d1d1f;
    margin: 0 0 30px;
    line-height: 64px;
} 


.btn-white {
    background: #fff;
    color: #191d27 !important;
}


.btn-white:hover {
    background: #fb5708;
    color: #fff !important;
}

.btn-white:hover::before {
    background: #fff;
}

.btn-block .btn:first-child {
    margin: 0 8px 0 0;
}

.our-banner{
    background: url("../images/main-banner.png") no-repeat;
    background-size: cover;
    padding: 340px 0;
    background-position: bottom;
    border-radius: 0 0 60px 60px;
}

.info-banner h1 {
    color: #fff;
    font-size: 5rem;
    font-weight: 400;
    line-height: 90px;
    margin: 0 0 30px;
    letter-spacing: -1px;
}

.info-banner p {
    font-size: 1.125rem;
    color: #f0f2f4;
    line-height: 28px;
    width: 81%;
    margin: 0 0 45px;
}


footer {
    background: #fff;
}


.copy {
    background: #ffffff;
}

.copy p {
    margin: 0;
    font-size: 15px;
}



header ul.menu {
    text-align: center;
    padding: 8px 30px 8px 8px;
    background: #fff;
    border-radius: 50px;
    display: table;
    margin: auto;
    position: relative;
}

header ul.menu li span.home-link {
    display: block;
    position: relative;
    z-index: 1;
    background: #fb5708;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
}

header ul li:first-child {
    padding-left: 0;
}

header ul.menu::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fb5708;
    left: -25px;
    top: 0;
    z-index: -1;
    bottom: 0;
    margin: auto;
}

header ul.head-cont-info li.phone-head a {
    color: #fff !important;
    font-size: 1rem;
    font-weight: 500;
}

span.btn-arr {
    position: absolute;
    right: -70px;
    top: -1px;
    bottom: 0;
    width: 56px;
    height: 56px;
    background: white;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
}

.btn:hover span.btn-arr {
    background: #fb5708;
    transform: scale(0.8) rotate(-40deg);
    right: -57px;
}

.btn:hover span.btn-arr img {
    filter: brightness(1) invert(1);
}

span.btn-arr img {
    transition: .5s all;
}
.book-form {
    padding-left: 90px;
}

.main-booking-form {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 60px 0;
    background: #fb5708c7;
    border-radius: 60px;
}

.book-form label {
    color: #fff;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 12px;
}

.book-form .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
}

.book-form 
 ::placeholder {
    color: #7074a8;
}

.book-form ::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.main-booking-form .row {
    align-items: center;
}
.book-form input.btn {
    display: block;
    width: 80%;
}


.main-booking-form .btn-block .btn {
    padding: 15px 30px;
    background: #ffffff45;
    color: #fff !important;
}

.main-booking-form .btn-block .btn:hover {
    background: #000;
}

.sub-head {
    padding-left: 30px;
    position: relative;
    z-index: 1;
    color: #191d27;
    font-weight: 500;
    font-size: 1.25rem;
    margin: 0;
}

.sub-head::before {
    position: absolute;
    content: "";
    background: #fb5708;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.our-who h5 {
    color: #191d27;
    font-size: 2rem;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 35px;
}
.our-who {
    padding: 60px 0 40px;
}
.btn-black {
    background: #000;
    color: #fff !important;
}

.btn-black span {
    background: #000;
}

.btn-black span img {
    filter: brightness(1) invert(1);
}

.btn-black:hover {
    background: #fb5708;
    color: #fff !important;
}

.btn-black:hover span {
    background: #fb5708;
}

.info-location h6.sub-head {
    margin: 0 0 40px;
}

.info-location h2 > span {display: block;font-size: 2rem;line-height: 32px;}

.info-location h2 {
    margin-bottom: 40px;
}

.info-location p {font-size: 1.25rem;width: 84%;margin: 0 0 40px;}

.info-location {
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}

.info-location::before,.info-location::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 7px;
    background: #000;
    height: 1px;
    width: 47%;
}

.info-location::after {
    left: inherit;
    right: 80px;
    width: 70%;
    bottom: 0;
}

.info-loc {
    padding: 60px 0 0;
}

.info-loc h4 {
    font-size: 1.25rem;
    margin: 0 0 16px;
}

.info-loc ul li {
    display: inline-block;
    width: 49%;
    color: #191d27;
    font-size: 15px;
    padding: 0 0 0 25px;
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
}

.info-loc ul {
    width: 62%;
    display: inline-block;
}

.info-loc ul li img {
    position: absolute;
    left: 0;
    top: -2px;
    bottom: 0;
    margin: auto;
    transform: scale(0.8);
}

.info-loc .btn-block {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    bottom: 10px;
}

.btn-grey {
    background: #f1f2f5;
    color: #191d27;
}

.btn-grey > span {
    background: #f1f2f5;
}
.btn-purp {
    background: #f34823;
    color: #fff !important;
}

.btn-purp:hover {
    background: #000;
    color: #fff !important;
}

.owl-carousel .owl-nav button {
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    background: #191d277d !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-nav button i {
    position: relative;
    top: -2px;
}

.owl-theme .owl-nav {
    position: absolute;
    margin: 0;
    bottom: 20px;
    right: 20px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #000 !important;
}

.our-location .btn-block.text-right {
    text-align: right;
    margin: 0 0 30px;
}

.our-choose {
    background: #fb5708;
    padding: 150px 0;
}

.our-choose h6 {
    margin-bottom: 40px;
    color: #fff;
}

.our-choose h6::before {
    background: #000;
}

.our-choose h2 {
    color: #fff;
    font-size: 3rem;
    line-height: 50px;
    font-weight: 400;
    margin: 0;
}

.our-choose .row {
    align-items: center;
}

.our-choose .btn-black:hover {
    background: #fff;
    color: #000 !important;
}

.our-choose .btn-black:hover span {
    background: #fff;
}

.our-choose .btn-black:hover span img {
    filter: revert;
}

.our-choose .row.row-fst {
    margin-bottom: 50px;
}

.info-choose img {
    margin: 0 0 20px;
}

.info-choose h4 {
    color: #fff;
    font-size: 1.25rem;
    margin: 0 0 20px;
}

.info-choose p {
    color: #fff;
    font-size: 1rem;
    width: 92%;
    margin-bottom: 0;
}

.our-choose .btn-block {
    position: relative;
    z-index: 1;
}

.our-choose .btn-block::before{
    position: absolute;
    content: "";
    background: url("../images/bg1.png") no-repeat;
    width: 361px;
    height: 362px;
    background-size: 100%;
    z-index: -1;
    left: -10px;
    top: -200px;
    filter: brightness(0) invert(1);
}

.tabs-serve.nav-tabs {
    border: none;
}

.tabs-serve.nav-tabs .nav-item.show .nav-link, .tabs-serve.nav-tabs .nav-link.active,.tabs-serve.nav-tabs .nav-link {
    border: none;
}

.tabs-serve.nav-tabs .nav-link {
    font-size: 2.5rem;
    font-weight: 400;
    color: #c0c5d3;
    text-align: left;
    padding: 10px 0 10px 40px;
    line-height: 40px;
    transition: .5s linear;
    position: relative;
    z-index: 1;
    max-height: 60px;
    min-height: 60px;
}

.tabs-serve.nav-tabs .nav-link.active {
    color: #191d27;
    max-height: 190px;
    min-height: 190px;
    transition: .5s linear;
}

.tabs-serve.nav-tabs .nav-link >span.btn-tabs {
    px 0 0px;
    display: block;
    opacity: 0;
    margin: 80px 0 0 0;
}

.tabs-serve.nav-tabs .nav-link >span.btn-tabs .btn {
    padding: 12px 30px;
}

.tabs-serve.nav-tabs .nav-link >span.btn-tabs .btn > span {
    width: 50px;
    height: 50px;
}

.tabs-serve.nav-tabs .nav-item {margin-bottom: 30px;}

.tabs-serve.nav-tabs .nav-link.active >span.btn-tabs {
    /* display: block; */
    opacity: 1;
    transition: .5s linear;
    transition-delay: .5s;
}


.test-box {
    background: #fff;
    padding: 44px;
    border-radius: 10px;
    border: 1px solid #eff1f4;
    margin-bottom: 30px;
}

.our-testimonials {
    background: #f8f9fb;
    padding: 120px  0;
}

.test-box span.rating {
    display: block;
    margin: 0 0 30px;
}

.test-box  p {
    margin: 0 0 40px;
}

.test-box .author {
    display: flex;
    align-items: center;
}

.test-box .author h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0 20px;
}

.test-box .author h4 > span {
    font-size: 14px;
    display: block;
    font-weight: 400;
}
.tabs-serve.nav-tabs .nav-link::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    content: "";
    transition: .5s all;
}

.tabs-serve.nav-tabs .nav-item:last-child {
    margin: 0;
}

.info-serve h6 {
    margin-bottom: 50px;
}
.tab-serve-content p {
    margin: 0;
    font-size: 1.125rem;
    width: 90%;
}

.owl-serve.owl-theme .owl-nav {
    right: inherit;
    left: -180px;
    bottom: 0;
}

.test-box:last-child {
    margin-bottom: 0;
}
.test-box-logo {
    margin: 70px 0 0 20px;
}


.our-testimonials .head.text-center h6 {
    display: inline-block;
    margin: 0 0 20px;
}

.our-testimonials .head {
    margin: 0 0 60px;
}

.our-trans{
    background: url("../images/trans.png") no-repeat;
    background-size: cover;
    height: 860px;
    display: flex;
    align-items: end;
    padding: 100px 0;
    background-position: 100%;
}

.info-trans h6 {
    color: #fff;
    font-size: 1.5rem;
    margin: 0 0 20px;
}

.info-trans h2 {
    font-size: 4.5rem;
    color: #fff;
    line-height: 75px;
    margin-bottom: 50px;
}

footer [class*='col'] {
    padding: 60px 40px;
    border-left: 1px solid #e5e5e5;
}
footer .info-foot p {
    margin: 25px 0;
}

footer h5 {
    color: #7e8390;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    margin: 0px 0 10px;
    font-weight: 400;
}

footer ul li {
    position: relative;
    z-index: 1;
    margin: 0 0 3px;
}

footer ul li i {
    color: #7e8490;
    font-size: 22px;
    width: 22px;
    margin-right: 15px;
}

footer ul li a {
    color: #191d27;
    font-size: 15px;
}

footer ul.foot-social li {
    margin: 0 0 25px;
    display: flex;
    align-items: center;
}

footer .foot1 {
    display: inline-block;
    width: 49%;
    vertical-align: text-top;
}
footer .foot1 a {
    color: #191d27;
}

footer h5.same-head {
    color: #e62929;
    margin: 30px 0 10px;
}

footer .foot1.foot2 {
    /* padding-left: 30px; */
}

.last-foot {
    text-align: center;
}

.last-foot h4 {
    font-size: 1.25rem;
    margin: 0 0 12px;
    color: #fff;
}

.last-foot h2 {
    font-size: 3.5rem;
    line-height: 65px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

footer [class*='col']:last-child {
    background: #fb5708;
    border-right: 1px solid #e5e5e5;
}

footer ul li:last-child {
    margin-bottom: 0;
}
.copy [class*='col'] {
    padding: 30px 40px;
    border-left: 1px solid #e5e5e5;
}

.copy [class*='col']:last-child {
    border-right: 1px solid #e5e5e5;
}

.copy  .row {
    border-top: 1px solid #e5e5e5;
}
.copy a {
    color: #7e8490;
    font-size: 15px;
}

.owl-loc {
    margin: 80px 0 0;
}
.tab-location.nav-tabs {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.tab-location.nav-tabs .nav-link ,.tab-location.nav-tabs .nav-item.show .nav-link, .tab-location.nav-tabs .nav-link.active {
    border: none;
}
.tab-location.nav-tabs .nav-link {
    padding: 15px 40px;
    background: #f1f2f5;
    border-radius: 40px;
    margin-left: 10px;
    cursor: pointer !important;
    color: #191d27;
    font-size: 1rem;
    font-weight: 500;
}

.tab-location.nav-tabs .nav-item.show .nav-link, .tab-location.nav-tabs .nav-link.active , .tab-location.nav-tabs .nav-link:hover {
    background: #fb5708;
    color: #fff;
}


/* carosal css new  */

#sync1 .item {
     /*background: #5041cd;*/
     margin: 5px;
     text-align: center;
}
 #sync2 .item {
     background: #c9c9c9;
     margin: 5px 5px 30px;
     text-align: center;
     cursor: pointer;
}
 #sync2 .item h1 {
     font-size: 18px;
}
 #sync2 .current .item {
     transform: scale(1.03);
     box-shadow: 0 3px 15px #00000061;
}
 .owl-theme {
    /*default owl-theme theme reset .disabled:hover links */
}
 .owl-theme .owl-nav [class*="owl-"] {
     transition: all 0.3s ease;
}
 .owl-theme .owl-nav [class*="owl-"].disabled:hover {
     background-color: #d6d6d6;
}
 #sync1.owl-theme {
     position: relative;
}
 #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
     width: 22px;
     height: 40px;
     margin-top: -20px;
     position: absolute;
     top: 50%;
}
 #sync1.owl-theme .owl-prev {
     left: 10px;
}
 #sync1.owl-theme .owl-next {
     right: 10px;
}

#sync1.owl-theme figure,#sync2.owl-theme figure {
    margin: 0;
}


/* prop form css  */

.quantity {
  display: flex;
  border: 1px solid #000000;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quantity button {
  background-color: #000000;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 28px;
  width: 50px;
  height: 40px;
  text-align: center;
  transition: background-color 0.2s;
  line-height: 40px;
}

.quantity button:hover {
  background-color: #000000;
}

.input-box {
  width: 100%;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}



/* new css */


.info-prop ul li {
    width: 49%;
    font-size: 1.25rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    margin-bottom: 40px;
}

.info-prop ul {
    width: 80%;
}

.info-prop ul li img {
    margin: 0 10px 0 0;
    max-height: 50px;
}

.info-prop h2 {
    margin-bottom: 50px;
}

.prop-descrip {
    padding: 30px 0;
}

.prop-descrip h3 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 20px;
}

.prop-descrip p, .prop-descrip ul {
    margin: 0;
    padding: 25px 20px;
    border-top: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
    font-size: 1.125rem;
}



.prop-descrip p img {
    height: 300px;
    margin-bottom: 10px;
    display: block;
}

.prop-descrip h5 {
    padding: 20px;
    border: 1px solid #d7d7d7;
    display: inline-block;
    margin: 60px 0 30px;
    font-size: 16px;
}

.prop-descrip ul li::before {
    position: absolute;
    content: "";
    background: #fb5708;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: -1;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.prop-descrip ul {padding-bottom: 0;}

.prop-descrip ul li {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    margin: 0 0 5px;
}

.prop-descrip ul li:last-child {
    margin-bottom: 0;
}


 .amenities ul {
  margin: 0;
  padding: 60px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.prop-descrip .amenities ul li {
  list-style: none;
  text-align: center;
  width: calc(10% - 10px);
  background: #ffffff;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  padding: 25px 5px 15px;
  transition: .5s all;
}
 .amenities ul li p {
  margin: 0;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  border: 0;
}
.amenities ul li img {
  height: 33px;
  object-fit: contain;
  width: 43px;
  margin-bottom: 10px;
  font-size:14px;
}

.amenities ul li::before {
    display: none;
}

.quantity input.count {
    width: 80%;
    text-align: center;
    font-weight: 500;
}

.quantity button#sub {
    line-height: 17px;
}

.form-prop [class*='col'] {
    padding: 0 5px;
}

.form-prop .row {
    margin: 0 -5px;
    align-items: end;
}

.form-prop {
    padding: 40px 30px 30px;
    background: #fb5708;
    border-radius: 10px;
    position: absolute;
    bottom: 30px;
}

.form-prop .form-control {
    height: 40px;
    border-radius: 3px;
}

.form-prop input.btn.btn-white {
    height: 40px;
    padding: 0 30px;
    width: 100%;
    border-radius: 3px;
    background: #000000;
    color: #fff !important;
    letter-spacing: 1px;
}

.form-prop label {
    color: #ffff;
    font-weight: 600;
    margin: 0 0 5px;
}

.info-prop {
    position: relative;
    z-index: 1;
    height: 100%;
}

.main-form-prop .form-control {
    height: 45px;
}

.main-form-prop 
 .form-group {
    margin: 0 0 20px;
}

.main-form-prop label {
    font-weight: 600;
    margin: 0 0 5px;
    color: #f34823;
}

.main-form-prop {
    padding: 60px 0 0;
    border-top: 1px solid #f34823;
}

.our-property {
    padding: 80px 0 40px;
    border-bottom: 1px solid #e5e5e5;
}

body.prop-page header {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #000;
}

body.prop-page header a.logo img {
}

body.prop-page header ul.head-cont-info li.phone-head a {
    color: #eb4622 !important;
}

body.prop-page header .btn-white {
    background: #ed4622;
    color: #fff !important;
}

body.prop-page header ul.menu {
    box-shadow: 0 5px 15px #0000003b;
}

.our-amenities {
    background: #fb5708;
}

.our-amenities h3 {
    text-align: center;
    color: #fff;
}

.our-amenities .prop-descrip {
    padding: 0;
}

.reserve-property {
    background: #f8f9fb;
}

.reserve-property h2 {
    text-align: center;
}

.main-form-prop .row {
    justify-content: center;
}

.prop-descrip .amenities ul li:hover {
    transform: scale(1.03);
    box-shadow: 0 2px 10px #000000b8;
}

.form-prop .form-group {
    margin: 0 0 10px;
}
.our-amenities h2 {
    color: #fff;
    text-align: center;
}
section.listings_archive {}

section.listings_archive .listingItem {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 30px;
}

section.listings_archive .listingImage img {
    max-width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 290px;
    width: 100%;
    object-fit: cover;
}

section.listings_archive .listingData {
    padding: 15px 20px;
}

section.listings_archive .listingData h3.listingTitle {
    font-size: 25px;
    color: #000;
}

section.listings_archive .listingData p.listingPrice {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

section.listings_archive .listingData p.listingPrice small {
    color: grey;
    font-size: 14px;
    margin-right: 10px;
    line-height: 1;
    font-weight: 300;
}

section.listings_archive .listingAmn {
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9f9f9;
}

section.listings_archive .listingAmn .listingOffers {}

section.listings_archive .listingAmn .listingOffers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #000;
    font-weight: 600;
}

section.listings_archive .listingAmn .listingOffers span img {
    max-width: 25px;
    margin-right: 10px;
    margin-bottom: 0;
    display: block;
}

section.listings_archive .listingAmn a {
    background: #f34823;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prop-descrip.prop-desc2 h4 {
    font-size: 1.5rem;
    margin: 0 0 20px;
}

.prop-descrip.prop-desc2 span {
    margin-bottom: 20px;
    display: block;
    font-size: 15px;
}

.prop-descrip.prop-desc2 h3 + p {
    padding:0;
    margin-bottom: 30px;
}

.prop-descrip.prop-desc2 p:last-child {
    display: none;
}

.img-serve img {
    border-radius: 30px;
}
.info-foot .ftr-logo img {
    max-width: 80px !important;
}

.our-banner::before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .3;
    border-radius: 0 0 60px 60px;
}


.our-trans::before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .6;
}

.tab-serve-content ul li {
    list-style-type: square;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
}

.tab-serve-content ul li:last-child {
    margin-bottom: 0;
}

.main-form-prop textarea.form-control {
    height: 80px;
}
.inner-banner {
    background: #f34823;
    padding: 80px 0;
    /* border: 3px solid #000; */
}

.inner-banner h2 {
    color: #fff;
    margin: 0;
}

.info-about.info-location {
    padding-bottom: 20px;
}

.our-about {
    border-bottom: 1px solid #e5e5e5;
    background: #f8f9fb;
}

.info-about.info-location p {
    width: 100%;
    margin: 0 0 20px;
}

.our-about .row {
    align-items: center;
}

.our-about h6.sub-head {
    margin: 0 0 20px;
}

.info-blog img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.info-blog {
    background: #fff;
    border: 1px solid #f34823;
    box-shadow: 0 5px 15px #0000003b;
    border-radius: 15px;
}

.info-blog .blog-text {
    padding: 22px 30px;
}

.info-blog .blog-text h4 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.info-blog .blog-text h4 > a {
    color: #000;
}

.info-blog .blog-text p {
    margin-bottom: 0;
}

.info-blog figure {
    margin: 0 !important;
}

.info-blog span {
    background: #f34823;
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    margin-bottom: 16px;
    font-size: 14px;
}

.Blog-page .row {justify-content: center;}

.info-blog-page img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}


/*popup*/


.popupform ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 8px 0;
    display: inline-block;
}
.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea {
    background: #fafafa;
    border: #dcdcdc 1px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 7px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
    font-size: 15px;
}
.popupform ul li i, .popupform ul li svg {
    position: absolute;
    top: 12px;
    left: 10px;
}
.popupform ul li.first,.popupform ul li:nth-child(4) {
    /* width: 98%; */
}
.popupform ul li textarea {
    height: 110px;
}
.popupform ul li.last {
    text-align: center;
    width: 100%;
}
.popupform ul li .btn {
    background: #fb5708;
    color: #fff !important;!i;!;
    font-size: 18px;
    border: #fb5708 1px solid;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding: 14px 50px;
    letter-spacing: 1px;
    /* border-radius: 3px; */
    outline: 0px none;
    width: 100%;
    display: inline-block;
}
.popupform ul li input[type="submit"]:hover {
    background: #ed5a29;
}
.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
    border: #53b8e0 1px solid  !important;
}
.popupform {
    width: 500px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible;
    border-bottom: #fb5708 5px solid;
}
.popupform h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #fb5708 6px solid;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
}
.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}
.popupform .fancybox-close-small {
    border: #fb5708 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
    opacity: 1;
}
.popupform .fancybox-close-small:after {
    color: #53b8e0;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}
.about-img.event-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.info-location ul li {
    list-style-type: disc;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
}

.info-location ul {
    margin-bottom: 30px;
}

.our-about.our-event-space .row {
    justify-content: center;
}

.our-about.our-event-space .about-img.event-img {
    margin-bottom: 30px;
}

.owl-prop.owl-theme .owl-nav {
    bottom: -60px;
    left: 0;
    right: 0;
}

.our-choose.get-touch .row {
    justify-content: center;
}

.our-choose.get-touch h6.sub-head {
    display: inline-block;
    margin-bottom: 20px;
}

.our-choose.get-touch h2 {
    margin-bottom: 30px;
}

.our-choose.get-touch p {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 500;
    margin-bottom: 40px;
}

.our-choose.get-touch {
    padding: 80px 0;
}

footer ul.foot-social li svg {
    margin-right: 12px;
    font-size: 30px;
    width: 30px;
}

footer ul.foot-social li a {
    line-height: 30px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.privacy-pol h2 {
    font-size: 2.2rem;
    margin: 30px 0 10px;
    font-weight: 700;
    line-height: 2.2rem;
}

.privacy-pol .info-about.info-location p {
    margin-bottom: 30px !important;
}

.privacy-pol h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
}

.privacy-pol .info-about.info-location  h4 + p {
    margin-bottom: 20px !important;
}

.privacy-pol h2 + h4 {
    margin: 20px 0 0 !important;
}

.privacy-pol h2:first-child {
    margin-top: 0;
}

.privacy-pol .info-about.info-location p + p {
    margin-top: -20px;
}
form.reservation-stick {
    border: 1px solid #fb5708;
    border-radius: 10px;
    padding: 20px 30px;
}
form.reservation-stick h3 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
form.reservation-stick label {
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 3px;
}
form.reservation-stick .form-group {
    margin-bottom: 10px;
}
form.reservation-stick input {
    font-size: 14px;
}
form.reservation-stick input.btn.btn-purp {
    margin: 0 auto;
    padding: 12px 40px;
    border-radius: 51px;
}
form.reservation-stick .row > * {
    padding: 0 5px;
}


.col-md-4.stick-form.active-rt {position: fixed;max-width: 1740px;margin: 0 auto;top: 0;right: 0;left: 0;z-index: 9999;width: 100%;display: flex;justify-content: flex-end;}

.col-md-4.stick-form.active-rt form {
    width: calc(33.33333333% - 20px);
}


.stick-form2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    margin-top: -500px;
    top: 20px;
}

.our-property .row.row-prop2 {
    align-items: self-start !important;
}
ul.foot-social {
    margin-bottom: 60px;
}
.subscribe-form input {
    width: 100%;
    border-radius: 40px;
    height: 45px;
    border: 1px solid #ccc;
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 14px;
}
.subscribe-form button {
    border-radius: 50px;
    padding: 12px 40px;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    transition: .5s all;
    position: relative;
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.subscribe-form button:hover {
    background: #fb5708;
    border-color: #fb5708;
}
.swal2-popup .swal2-title {
    color: #000;
    line-height: 1.1;
}

button.swal2-confirm.swal2-styled,
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'], .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long']{
    background: #fb5708 !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #fb5708;
    opacity: 0.6;
}
.subscribe-form form {
    position: relative;
}

.subscribe-form form button {
    position: absolute;
    right: 10px;
    padding: 6px 15px;
    font-size: 13px;
    top: 5px;
}
.subscribe-box {
    background: #f1f1f1a1;
    padding: 20px;
}

.subscribe-box h5 {
    color: #000;
}
section#shadow-host-companion {
    display: none;
}
.swal2-container {
    z-index: 999999 !important;
}