@charset "utf-8";
@font-face {
    font-family: 'quasimoda';
    src: url('../fonts/quasimoda.otf');
}
@font-face {
    font-family: 'Luxus-Brut';
    src: url('../fonts/Luxus-Brut.ttf');
}
@font-face {
    font-family: 'PoynterText-Bold';
    src: url('../fonts/PoynterText-Bold.ttf');
}

.modal-content {
    background-color: #11120b;
}

.fas-reviews{
  width: 100%;
  float: left;
  position: relative;
  background-image: url(../images/face-images/bg10.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
}

.fas-selling-tour-logo{
  width: 100%;
  float: left;
  position: relative;
}
.fas-selling-tour-logo-image{
    width: 100%;
    float: left;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-content: center;
}
.fas-selling-tour-logo-image a {
    display: grid;
    width: 100%;
    place-content: center;
}
.fas-selling-tour-logo-image img{
    width: auto;
    padding: 0px 10px;
}
.fas-reviews-main{
      width: 100%;
    float: left;
    position: relative;
    z-index:0;
    padding: 60px 0px 40px 0px;
}
.fas-reviews-div{
  width: 100%;
  float: left;
  position: relative;
  margin-top: 30px;
}
.fas-reviews-sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 20px;
  background-color: #fff;
}
.fas-reviews-sec:hover{
        -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}
.fas-reviews-sec-heading{
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    border-bottom: 1px solid rgba(51, 51, 51, 0.25);
    padding: 0 0 30px 0;
}
.fas-reviews-sec-heading-1{
  width: 20%;
  float: left;
}
.fas-reviews-sec-heading-1 img{
  width: 100%;
  border-radius:50%;
}
.fas-reviews-sec-heading-2{
width: 50%;
float: left;
}
.fas-reviews-sec-heading-2 h5{
  font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: rgba(51, 51, 51, 0.61);
    font-family: 'Rajdhani', sans-serif;
    margin-top: 10px;
}
.fas-reviews-sec-heading-3{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.fas-reviews-sec-heading-3 ul {
    list-style: none;
}
.fas-reviews-sec-heading-3 ul li {
    display: inline-block;
}
.fas-reviews-sec-heading-3 ul li i {
    color: #fd9d14;
}
.fas-reviews-sec-content{
  width: 100%;
  float: left;
  position: relative;
}
.fas-reviews-sec-content p{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgba(51, 51, 51, 0.62);
    font-family: 'Rajdhani', sans-serif;
    margin-top: 30px;
}
.fas-reviews-slider .owl-dots{
    display: block !important;
    text-align: center;
    margin-top: 20px;
}


.fas-selling-tour-heading{
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.fas-selling-tour-heading h4{
font-family: 'Caveat', cursive;
    font-size: 26px;
    font-weight: 400;
    color: #f39324;
    margin: 0;
  }

.fas-selling-tour-heading h3{
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #200e0a;
    margin: 0;
    padding: 15px 0px;
    font-family: 'Rajdhani', sans-serif;
}



.climb-part h2 {
  font-family: 'quasimoda', sans-serif;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color: #d3ad89;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  line-height: 1.4;
  margin: 0;
}

header .header-style-one {
  position: relative;
  z-index: 2;
  border-bottom: 3px solid #765e2b;
}

::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
* {
  margin:0px;
  padding:0px;
}
.clearall {
  padding:0px;
  margin:0px;
}
::selection {
  background:#212516;
  color:#d3ad89;
}
::-moz-selection {
  background:#212516;
  color:#d3ad89;
}
a:hover{
  /*text-decoration:none;*/
  color:#212516;
}
a{
  text-decoration:none;
  color: #6d4930;
}
a:focus{
    outline:0;
    text-decoration:none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
}
.clearfix:after {
    clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
html {
  *scroll-behavior: smooth;
}
#return-to-top {
  font-family: 'Open Sans', sans-serif;
    z-index: 999;
    position: fixed;
    bottom: 10px;
    right: 10px;
    line-height: 35px;
    text-align: center;
    background: #212516;
    border:1px solid #212516;
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}
#return-to-top:hover {
    background: #6e3337;
    color: #fff;
    border:1px solid #6e3337;
}
:root {
  touch-action: pan-x pan-y;
  height: 100% 
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #212516;
  font-family: 'Raleway', sans-serif;
  touch-action: manipulation;
}
h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
  line-height: inherit;
}
p {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: #666;
  font-size: 16px;
}
ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: inherit;
  color: #d3ad89;
}
.scroll-to-top{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    background: #010101;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; 
}
.scroll-to-top:hover{
  color:#fff;
  background:#212516;
}
.fs_wrapper{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
header{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
}
.fs_header_top_wrap {
    width: 100%;
    float: left;
    position: relative;
    background: #d3ad89;
    padding:10px 0;
}
.fs_header_top_wrap_inr {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
        padding: 0 15px;
}
.fs_header_top_wrap_scl {
    width: auto;
    float: left;
    position: relative;
}
.fs_header_top_wrap_scl_icn {
    width: 100%;
    float: left;
    position: relative;
}
.fs_header_top_wrap_scl_icn ul {
    width: 100%;
    float: left;
    position: relative;
    list-style-type: none;
    text-align: left;
    line-height: 1;
    display: flex;
    align-items: center;
    align-content: center;
}
.fs_header_top_wrap_scl_icn ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 7px;
        line-height: 1;
}
.fs_header_top_wrap_scl_icn ul li a {
    text-align: center;
    *width: 40px;
    *height: 40px;
    *line-height: 40px;
    *border: 1px solid #d3ad89;
    *background-color: #d3ad89;
    *border-radius: 50%;
    color: #212516;
    float: left;
    position: relative;
    font-size: 18px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.fs_header_top_wrap_scl_icn ul li a:hover {
    *border: 1px solid #212516;
    color: #fff;
}
.fs_header_top_wrap_menu {
    width: 50%;
    float: left;
    position: relative;
    flex: 1 1 0;
}
.fs_header_top_wrap_menu_box {
    width: 100%;
    float: left;
    position: relative;
}
.fs_header_top_wrap_menu_box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
}
.fs_header_top_wrap_menu_box ul li {
    list-style-type: none;
    margin: 0;
    display: inline-block;
    padding: 0 20px 0 0;
    text-align: center;
    position: relative;
}
.fs_header_top_wrap_menu_box ul li:last-child {
    padding-right: 0;
}
.fs_header_top_wrap_menu_box ul li a {
    color: #212516;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_header_top_wrap_menu_box ul li a:hover {
    color: #212516;
}
.fs_header_top_wrap_lpjo {
    width: 45%;
    float: left;
    position: relative;
}
.fs_header_top_wrap_lpjo_box {
    width: 95%;
    float: right;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top {
    width: 15%;
    float: left;
    position: relative;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnav {
  font-family: 'Lato',sans-serif;
  position: fixed;
  background: #212516;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  float: right;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnav.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
  z-index:99;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnav.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnav.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnav.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnav.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnav nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 35px;
  font-family: 'Lato',sans-serif;
  font-weight: 400;
  text-align: center;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnav ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnav ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnav ul li a:hover:after, 
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnav ul li a:focus:after, 
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnav ul li a:active:after {
  width: 100%;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnav ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnavBtn {
  position: relative;
  top: 0%;
  right: 0%;
  height: 18px;
  width: 25px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  float: right;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnavBtn:hover {
  opacity: 0.8;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnavBtn.active .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
  background: #FFF;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnavBtn.active .middle {
  opacity: 0;
  background: #FFF;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnavBtn.active .bottom {
  -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
  transform: translateY(-6px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnavBtn span {
  background: #fff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnavBtn span:nth-of-type(2) {
  top: 8px;
}
.fs_header_top_wrap_lpjo_box .fs_hmbrger_top .fullnavBtn span:nth-of-type(3) {
  top: 16px;
}
.fs_header_top_wrap_lpjo_box .fs_cta {
    width: 80%;
    float: left;
    position: relative;
    border-left: 1px solid #979797;
    padding-left: 0px;
    margin-left: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.fs_header_top_wrap_lpjo_box .fs_cta_box {
    width: 100%;
    float: left;
    position: relative;
}
.fs_header_top_wrap_lpjo_box .fs_cta_box_cntct {
    width: 50%;
    float: left;
    position: relative;
}
.fs_header_top_wrap_lpjo_box .fs_cta_box_cntct_time {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
        justify-content: center;
}
.fs_header_top_wrap_lpjo_box .fs_cta_box_cntct_time h6 {
    font-family: 'quasimoda', sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
.fs_header_top_wrap_lpjo_box .fs_cta_box_cntct_time p {
    font-family: 'quasimoda', sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 0px 10px;
    line-height: inherit;
    margin: 0;
}
.fs_header_top_wrap_lpjo_box .fs_cta_box_cntct_ph {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}
.fs_header_top_wrap_lpjo_box .fs_cta_box_cntct_ph a {
    font-family: 'quasimoda', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #212516;
    text-transform: uppercase;
    padding: 0;
    line-height: inherit;
    margin: 0;
    text-decoration: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_header_top_wrap_lpjo_box .fs_cta_btn {
    width: 50%;
    float: left;
    position: relative;
}
.fs_header_top_wrap_lpjo_box .fs_cta_btn .fs_btn_bg {
    background: #212516;
    border: 1px solid #212516;
    color: #d3ad89;
    *-webkit-box-shadow: 0 2px 0 #f18f3e;
    *box-shadow: 0 2px 0 #f18f3e;
    padding: 9px 16px;
    margin:0 0;
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
}
.fs_header_top_wrap_lpjo_box .fs_cta_btn .fs_btn_bg:hover {
    background: #a76543;
    border: 1px solid #a76543;
    color: #fff;
}
.fs_header_botm_wrap {
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 2px solid #d3ad89;
    background-color: #212516;
}
.fs_header_nav_sec {
    width: 100%;
    float: left;
    position: relative;
    /* padding: 10px 0; */
    display: flex;
    align-items: center;
    align-content: center;
}
.fs_header_logo {
    width: 100%;
    float: left;
    position: relative;
}
.fs_header_logo img {
    width: 100%;
    object-fit: cover;
}
.fs_header_menu_bar {
    width: 100%;
    float: left;
    position: relative;
}
.fs_header_menu_bar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    /* float: left; */
    display: flex;
    /* text-align: center; */
    /* align-items: center; */
    align-content: center;
    justify-content: space-between;
}
.fs_header_menu_bar ul li {
    list-style-type: none;
    margin: 0;
    display: inline-block;
    padding: 0 20px 0 0;
    text-align: center;
    position: relative;
}
.fs_header_menu_bar ul li:last-child{
    padding-right: 0;
}
.fs_header_menu_bar ul li a {
    color: #d3ad89;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_header_menu_bar ul li a:hover {
    color: #a76543;
}
.fs_header_menu_bar ul li a span{
    width: 100%;
    float: left;
    position: relative;
    font-style: italic;
    font-size: 11px;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    font-family: 'quasimoda', sans-serif;
    color: #b1b1b1;
    font-weight: 500;
}
.fs_menu_bar_btn {
    padding: 0 0 0 10px !important;
}
.fs_btn_all {
    font-family: 'quasimoda', sans-serif;
    background: #d3ad89;
    border: 1px solid #d3ad89;
    color: #212516;
    letter-spacing: 0.4px;
    padding: 12px 30px;
    position: relative;
    border-radius: 30px;
    z-index: 0;
    overflow: hidden;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    float: none;
    outline: none;
    width: fit-content;
    margin: 0 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_btn_all:hover {
    background: #d3ad89;
    border: 1px solid #d3ad89;
    color: #fff;
    text-decoration: none;
}
.fs_menu_bar_btn .fs_btn_bg {
    background: #212516;
    border: 1px solid #212516;
    *color: #fff;
    *-webkit-box-shadow: 0 2px 0 #f18f3e;
    *box-shadow: 0 2px 0 #f18f3e;
    padding: 15px 15px;
}
.fs_menu_bar_btn .fs_btn_bg:hover {
    background: #d3ad89;
    border: 1px solid #d3ad89;
    color: #fff;
}
.fs_menu_bar_btn i {
    margin-right: 5px;
}
.sticky_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  /*border-bottom: 1px solid #ececec;*/
  padding: 0px 0;
  -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
  height: inherit;
}
.sticky_header .fs_header_logo {
    *width: 80%;
    width: 70%;
}
.sticky_header .fs_header_menu_bar ul li a {
    font-size: 14px;
}
#fs_hm_banner_sec {
    width: 100%;
    /* height: 55em; */
    float: left;
    position: relative;
}
.fs_hm_banner_sec_card {
    width: 100%;
    float: left;
    /* height: 55em; */
    position: relative;
}
.fs_hm_banner_fig {
    width: 100%;
    float: left;
    position: relative;
    /* height:500px; */
}
.fs_hm_banner_fig img {
    width: 100%;
    object-fit: cover;
}
.fs_hm_banner_ovrlay {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-content: center;
    align-items: center;
    right: 0;
    *-webkit-transform: translateY(-50%);
    *-moz-transform: translateY(-50%);
    *-ms-transform: translateY(-50%);
    *-o-transform: translateY(-50%);
    *transform: translateY(-50%);
    height: 100%;
}
.fs_hm_banner_info {
    width: 100%;
    float: left;
    position: relative;
}
.fs_hm_banner_info h1 {
    font-family: 'quasimoda', sans-serif;
    font-size: 120px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
    line-height: 1.4;
    margin: 0;
}
.fs_hm_banner_info h2 {
    font-family: 'quasimoda', sans-serif;
    font-size: 120px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
    line-height: 1.4;
    margin: 0;
}
.fs_hm_banner_info h4 {
    font-family: 'Charlotte Southern', sans-serif;
    font-size: 92px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    padding: 0px;
    margin: 0;
    line-height: 1;
}
#fs_hm_banner_sec .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#fs_hm_banner_sec .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
#fs_hm_banner_sec .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #d3ad89  !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
#fs_hm_banner_sec .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
#fs_hm_banner_sec .owl-nav .owl-prev:focus {
  outline: 0;
}
#fs_hm_banner_sec .owl-nav .owl-prev:hover {
  background: #212516 !important;
}
#fs_hm_banner_sec .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #d3ad89  !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
#fs_hm_banner_sec .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
#fs_hm_banner_sec .owl-nav .owl-next:focus {
  outline: 0;
}
#fs_hm_banner_sec .owl-nav .owl-next:hover {
  background: #212516 !important;
}
#fs_hm_banner_sec:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
#fs_hm_banner_sec:hover .owl-next {
  right: 0px;
  opacity: 1;
}
#fs_hm_banner_sec .owl-dots {
    width: 100%;
    float: left;
    position: absolute;
    text-align: center;
    bottom: 30px;
    margin-top: 20px;
}
#fs_hm_banner_sec button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin: 0px 5px;
    outline: none;
}
#fs_hm_banner_sec button.owl-dot.active {
    background: #212516;
    width: 15px;
    height: 15px;
}
#fs_footer_sec{
  width: 100%;
  float: left;
  position: relative;
  *background: #fff1d0;
}
.fs_footer_sec_card{
  width: 100%;
  float: left;
  position: relative;
  background: linear-gradient(rgb(211 173 137 / 0.7), rgb(33 37 22) ), url(../images/6.jpg);
  background-repeat: no-repeat;
  background-position: fixed;
  background-size: cover;
  border-bottom: 2px solid #d3ad89;
}
.fs_footer_top_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 40px 0 40px 0;
  border-bottom: 2px solid #d3ad89;
  margin-top: 50px;
}
.fs_footer_top_ypom{
  width: 100%;
  float: left;
  position: relative;
  padding-right: 30px;
}
.fs_footer_top_ypom h3{
    font-family: 'quasimoda', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0px;
    line-height: 1.4;
    margin: 0 0 30px 0;
}
.fs_footer_top_ypom_fig{
  width: 100%;
  float: left;
  position: relative;
}
.fs_footer_top_ypom_fig img{
  width: 100%;
  object-fit: cover;
}
.fs_footer_top_ghra{
  width: 100%;
  float: left;
  position: relative;
  padding-left: 50px;
  /* border-left: 1px solid #ccc; */
}
.fs_footer_top_box{
  width: 100%;
  float: left;
  position: relative;
}
.fs_footer_top_box_title{
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 20px;
}
.fs_footer_top_box_title h4{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #130806;
    text-transform: uppercase;
    padding: 0px;
    line-height: inherit;
    margin: 0;
}
.fs_footer_top_box_links{
  width: 100%;
  float: left;
  position: relative;
}
.fs_footer_top_box_links ul {
    padding: 0;
    margin: 0;
    float: left;
    position: relative;
    list-style-type: none;
}
.fs_footer_top_box_links ul li {
    padding: 0 0 10px 0;
    margin: 0;
    position: relative;
    list-style-type: none;
}
.fs_footer_top_box_links ul li a {
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    display: flex;
    align-items: center;
    align-content: center;
}
.fs_footer_top_box_links ul li a:hover {
    color: #130806;
}

#fc-icons {
  background-color: red;
}

.fs_footer_top_tagln_sec{
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #1d0d09;
}
.fs_footer_top_tagln_txt{
  width: 100%;
  float: left;
  position: relative;
}
.fs_footer_top_tagln_txt h5{
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
    padding: 0px;
    line-height: inherit;
    margin: 0;
}
.fs_footer_top_prtnrs{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 10px;
}
.fs_footer_top_prtnrs_logo{
  width: 100%;
  float: left;
  position: relative;
}
.fs_footer_top_prtnrs_logo img{
  width: 100%;
  object-fit: cover;
  /*filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);*/
  /*filter: gray;
  -webkit-filter: grayscale(1); 
  filter: grayscale(1);*/
}
.fs_footer_copy_rght {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0 15px 0;
    background: #212516;
}
.fs_footer_copy_rght_card {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.fs_footer_copy_rght_card p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    color: #d3ad89;
    margin: 0;
    padding: 0;
}
.fs_footer_copy_rght_card p a {
    color: #212516;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.fs_footer_copy_rght_card p a:hover {
    color: #fff;
}
.fs_footer_socil_box {
    width: 30%;
    float: left;
    position: relative;
}
.fs_footer_socil_box ul {
    width: 100%;
    float: right;
    position: relative;
    list-style-type: none;
    text-align: right;
}
.fs_footer_socil_box ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 2px;
}
.fs_footer_socil_box ul li a {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d3ad89;
    background-color: #d3ad89;
    border-radius: 50%;
    color: #212516;
    float: left;
    position: relative;
    font-size: 16px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.fs_footer_socil_box ul li a:hover {
    border: 1px solid #212516;
    color: #212516;
}
.fs_footer_adrs_card {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0;
}
.fs_footer_adrs_card ul {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.fs_footer_adrs_card ul li {
    padding: 0;
    margin: 0;
    position: relative;
    list-style-type: none;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    color: #d3ad89;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
.fs_footer_adrs_card ul li a {
    font-family: 'Raleway', sans-serif;
    color: #d3ad89;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    display: flex;
    align-items: center;
    align-content: center;
}
.fs_footer_adrs_card ul li a:hover {
    color: #7f5235;
}
.fs_footer_adrs_card ul li a i {
  font-size: 18px;
  margin-right: 8px;
  color: #d3ad89;
}
.fs_footer_adrs_card ul li i {
  font-size: 18px;
  margin-right: 5px;
  color: #212516;
}
#fs_dtftht_sec{
  width: 100%;
  float: left;
  position: relative;
  /* padding: 15px 0; */
  /* background: #d3ad89; */
  /* border-top: 2px solid #f5ae00; */
  border-bottom: 3px solid #f5ae00;
}
.fs_dtftht_sec_card{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  gap:10px;
}
.fs_dtftht_sec_card_item{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.fs_dtftht_sec_card_item_icn{
  width: 50px;
  float: left;
  position: relative;
  margin-right: 10px;
}
.fs_dtftht_sec_card_item_icn img{
  width: 150px;
  object-fit: cover;
}
.fs_dtftht_sec_card_item_info{
  width: 100%;
  float: left;
  position: relative;
}
.fs_dtftht_sec_card_item_info h5{
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 3px 0;
}
.fs_dtftht_sec_card_item_info h6{
  font-family: 'Raleway', sans-serif;
  color: #ffe3a3;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
#fs_oasddm_sec{
  background-color: #212516;
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 60px 0;
}
.fs_oasddm_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_oasddm_left{
  width: 100%;
  float: left;
  position: relative;
}
.fs_oasddm_left h3 {
    font-family: 'Charlotte Southern', sans-serif;
    font-size: 68px;
    font-weight: 500;
    text-align: center;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0px 0 30px 0;
    margin: 0;
    line-height: 1;
}
.fs_oasddm_left_figrs{
  width: 100%;
  float: left;
  position: relative;
}
.fs_oasddm_left_figrs_big{
  /* width: 90%; */
  float: left;
  position: relative;
}
.fs_oasddm_left_figrs_big img{
  width: 100%;
  object-fit: cover;
}
.fs_oasddm_left_figrs_sml{
    top: 15%;
    width: 40%;
    float: left;
    position: absolute;
    right: -60px;
}
.fs_oasddm_left_figrs_sml img{
  width: 100%;
  object-fit: cover;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.fs_oasddm_rght{
  width: 100%;
  float: left;
  position: relative;
  /* padding-left: 80px; */
}
.fs_oasddm_rght h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 56px;
    font-weight: 500;
    text-align: left;
    color: #212516;
    text-transform: uppercase;
    padding: 0px;
    line-height: 1.4;
    margin: 0;
}
.fs_oasddm_rght h4 {
    font-family: 'quasimoda', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 20px 0;
    line-height: 1.4;
    margin: 0;
}
.fs_oasddm_rght p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #d3ad89;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: 1.9;
    margin: 0;
}
.fs_oasddm_rght_btn{
  width: 100%;
  float: left;
  position: relative;
  padding: 40px 0 10px 0;
  text-align: left;
}
.fs_oasddm_rght_btn .fs_btn_all{
  padding: 15px 40px;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
}
.fs_hdng_cntr{
    width: 100%;
    float: left;
    position: relative;
    text-align:center;
    padding-bottom: 20px;
}
.fs_hdng_cntr h2{
    font-family: 'quasimoda', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    line-height: 1.4;
    margin: 0;
}
.fs_hdng_cntr h3{
    font-family: 'Charlotte Southern', sans-serif;
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.fs_hdng_cntr h4{
    font-family: 'Charlotte Southern', sans-serif;
    font-size: 70px;
    font-weight: 500;
    text-align: center;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.fs_hdng_cntr h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #484848;
    text-transform: capitalize;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
#fs_tslsbfo_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.fs_tslsbfo_sec_card{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 15px;
}
.fs_tslsbfo_sec_card_left{
  width: 40%;
  float: left;
  position: relative;
}
.fs_tslsbfo_sec_card_left_fig{
  width: 100%;
  float: left;
  position: relative;
}
.fs_tslsbfo_sec_card_left_fig img{
  width: 100%;
  object-fit: cover;
}
.fs_tslsbfo_sec_card_rght{
  /* width: 60%; */
  float: left;
  position: relative;
}
.fs_tslsbfo_sec_card_rght_dtls{
  width: 100%;
  float: left;
  position: relative;
}
.fs_tslsbfo_sec_card_rght_dtls h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #bf8f00;
    text-transform: capitalize;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0; 
}
.fs_tslsbfo_sec_card_rght_dtls h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    /*padding: 20px 0;*/
    line-height: 1.4;
    margin: 0;  
}
.fs_tslsbfo_sec_card_rght_dtls p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 10px 0 15px 0;
    line-height: inherit;
    margin: 0;  
}
.fs_tslsbfo_sec_card_rght_dtls_btn{
  width: 100%;
  float: left;
  position: relative;
  padding: 40px 0 10px 0;
  text-align: left;
}
.fs_tslsbfo_sec_card_rght_dtls_btn .fs_btn_all{
  padding: 15px 40px;
  *border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  *background: transparent;
  *color: #212516;
  font-weight: 700;
}
.fs_tslsbfo_sec_card_rght_dtls_btn .fs_btn_all:hover {
    background: #d3ad89;
    border: 1px solid #d3ad89;
    color: #fff;
    text-decoration: none;
}
#fs_joapwtyl_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 50px 0;
  background-color: #212516;
}

.fs_joapwtyl_sec_card{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 15px;
}
.fs_joapwtyl_all_sbar{
  width: 100%;
  float: left;
  position: relative;
}
.fs_joapwtyl_all_sbar_box{
  width: 100%;
  float: left;
  position: relative;
  margin: 5px 0;
  background: #d3ad89;
  padding: 5px;
  border: 1px solid #d3ad89;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  display: flex;
    align-items: center;
    align-content: center;
}
.fs_joapwtyl_all_sbar_box_fig{
  width: 100%;
  float: left;
  position: relative;
}
.fs_joapwtyl_all_sbar_box_fig img{
  width: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  -o-transition: transform .8s;
  transition: transform .8s;
  transition: transform .8s,-webkit-transform .8s;
}
.fs_joapwtyl_all_sbar_box:hover .fs_joapwtyl_all_sbar_box_fig img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.fs_joapwtyl_all_sbar_box:hover {
    background: #d3ad89;
}
.no_padding {
    padding: 0;
}
.fs_joapwtyl_all_sbar_box_dtls{
  width: 100%;
  float: left;
  position: relative;
}
.fs_joapwtyl_all_sbar_box_dtls h5{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 10px 0;
    line-height: inherit;
    margin: 0; 
}
.fs_joapwtyl_all_sbar_box_dtls_btn{
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
}
.fs_joapwtyl_all_sbar_box_dtls_btn .fs_txt_lnk{
  font-size: 14px;
}
.fs_txt_lnk{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #212516;
    text-transform: uppercase;
    padding: 0;
    line-height: inherit;
    margin: 0;   
    text-decoration: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_txt_lnk:hover{
  color: #d3ad89;
}
.fs_joapwtyl_map_all{
  width: 100%;
  float: left;
  position: relative;
}
.fs_joapwtyl_map{
  width: 100%;
  float: left;
  position: relative;
}
.fs_joapwtyl_map path {
    fill: rgb(233 217 187);
    stroke: #ffffff;
}
.fs_joapwtyl_map path.enabled, .fs_joapwtyl_map g.enabled path {
    fill: #a7b9a3!important;
    cursor: pointer;
}
.fs_joapwtyl_map path.selected, .fs_joapwtyl_map g.selected path {
    fill: #687b64!important;
}
.fs_joapwtyl_map .vmap-inner {
    *position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.fs_joapwtyl_map_txt_box{
  width: 35%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 5%;
  padding: 20px 15px;
  /* background: #d3ad89; */
}
.fs_joapwtyl_map_txt_box_descp{
  width: 100%;
  float: left;
  position: relative;
}
.fs_joapwtyl_map_txt_box_descp h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    text-transform: inherit;
    padding: 0 0 3px 0;
    line-height: inherit;
    margin: 0 0 15px 0; 
    position: relative;
}
.fs_joapwtyl_map_txt_box_descp h5:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    background: #fff;
    left: 0;
    bottom: 0;
}
.fs_joapwtyl_map_txt_box_descp p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;  
}
.fs_joapwtyl_map_txt_box_descp_btn{
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  padding: 10px 0 0 0;
}
.fs_joapwtyl_map_txt_box_descp_btn .fs_btn_all{
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 10px;
  *border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  *background: transparent;
  *color: #212516;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}
.fs_joapwtyl_map_txt_box_descp_btn .fs_btn_all:hover {
    background: #d3ad89;
    border: 1px solid #212516;
    color: #212516;
    text-decoration: none;
}
#fs_bspjadafr_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 50px 0;
  /* margin: 50px 0 10px 0; */
  background-color: #212516;
}
.fs_bspjadafr_sec_card{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 15px;
}
.fs_bspjadafr_item{
  width: 100%;
  float: left;
  position: relative;
}
.fs_bspjadafr_item_fig{
  width: 100%;
  float: left;
  position: relative;
}
.fs_bspjadafr_item_fig img{
  width: 100%;
  object-fit: cover;
}
.fs_bspjadafr_item_info{
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 0px;
}
.fs_bspjadafr_item_info h6{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #61422b;
    text-transform: inherit;
    padding: 0 0 5px 0;
    line-height: inherit;
    margin: 0; 
}
.fs_bspjadafr_item_info h3{
    font-family: 'quasimoda', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0; 
}
#fs_salclwtyl_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 50px 0;
  background-color: #212516;
}
.fs_salclwtyl_sec_card{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 15px;
}

.fs_salclwtyl_box{
  padding-bottom: 15px;
} 
.fs_salclwtyl_box{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.fs_salclwtyl_box_fig{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.fs_salclwtyl_box_fig img{
  width: 100%;
  object-fit: cover;
}
.fs_salclwtyl_box_ovrly{
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 49px 40px 49px;
}
.fs_salclwtyl_box_ovrly_txts{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-direction: row;
}
.fs_salclwtyl_box_ovrly_txts_cntnt{
  width: 100%;
  float: left;
  position: relative;
}
.fs_salclwtyl_box_ovrly_txts_cntnt p{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    line-height: inherit;
    margin: 0;
}
.fs_salclwtyl_box_ovrly_txts_cntnt h3{
    font-family: 'quasimoda', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    text-transform: inherit;
    padding: 0 0 5px 0;
    line-height: inherit;
    margin: 0;
    position: relative;
}
.fs_salclwtyl_box_ovrly_txts_cntnt h3:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    background: #fff;
    left: -10%;
    top: 40%;
}
.fs_salclwtyl_box_ovrly_txts_cntnt h5{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    text-transform: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
.fs_salclwtyl_box_ovrly_txts_btn{
  width: auto;
  float: left;
  position: relative;
  text-align: right;
}
.fs_salclwtyl_box_ovrly_txts_btn .fs_btn_all {
    padding: 15px 40px;
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    *background: transparent;
    *color: #fff;
    *border: 1px solid #fff;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
}
/*.fs_salclwtyl_box_ovrly_txts_btn .fs_btn_all:hover {*/
/*    background: #212516;*/
/*    border: 1px solid #212516;*/
/*    color: #d3ad89;*/
/*    text-decoration: none;*/
/*}*/
#fs_salclwtyl_sec .owl-nav {
    position: absolute;
    top: 45%;
    left: 0%;
    width: 100%;
    padding: 0 0px;
    visibility: visible;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#fs_salclwtyl_sec .owl-nav .owl-prev{
    background: #f1f1f1 !important;
    color: #d3ad89 !important;
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#fs_salclwtyl_sec .owl-nav .owl-prev:hover {
  background: #212516 !important;
}
#fs_salclwtyl_sec .owl-nav .owl-next{
    background: #f1f1f1 !important;
    color: #d3ad89 !important;
    float: right;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#fs_salclwtyl_sec .owl-nav .owl-next:hover {
  background: #212516 !important;
}
#fs_oatgsabr_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.fs_oatgsabr_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_oatgsabr_fig{
  width: 100%;
  float: left;
  position: relative;
}
.fs_oatgsabr_fig img{
  width: 100%;
  object-fit: cover;
}
.fs_oatgsabr_dtls{
  width: 100%;
  float: left;
  position: relative;
}
.fs_oatgsabr_dtls h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_oatgsabr_dtls p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_oatgsabr_dtls h5 {
font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #bf8f00;
    text-transform: capitalize;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_oatgsabr_dtls_btn{
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  padding: 40px 0 0 0;
}
.fs_oatgsabr_dtls_btn .fs_btn_all {
  padding: 15px 50px;
  text-transform: uppercase;
  margin: 0;
}
#fs_ocpdoepa_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.fs_ocpdoepa_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_ocpdoepa_all{
  width: 100%;
  float: left;
  position: relative;
  margin-top: 5rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2,1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2,1fr);
  display: -ms-grid;
  display: grid;
}
.fs_ocpdoepa_all_etsa{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  flex-direction: row;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  align-self: end;
}
.fs_ocpdoepa_all_etsa_txts {
    position: relative;
    width: 50%;
    *background-color: rgba(220,220,221,.3);
    background: #F4F1EC;
    padding: 2rem 5rem 2rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fs_ocpdoepa_all_etsa_txts .fs_ocpdoepa_title{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.fs_ocpdoepa_all_etsa_txts .fs_ocpdoepa_title h3{
    font-family: 'quasimoda', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: inherit;
    padding: 0 0 5px 0;
    line-height: inherit;
    margin: 0;
}
.fs_ocpdoepa_all_etsa_txts .fs_ocpdoepa_title hr {
    width: 40%;
    right: -38%;
    height: 1px;
    border: 1px solid #212516;
    position: absolute;
    background: #212516;
    z-index: 1;
    margin: 0;
}
.fs_ocpdoepa_all_etsa_txts p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_ocpdoepa_all_etsa_txts_btn{
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  padding-top: 15px;
}
.fs_ocpdoepa_all_etsa_txts_btn .fs_txt_lnk{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
.fs_ocpdoepa_all_etsa_txts_btn .fs_txt_lnk:hover{
  color: #212516;
}
.fs_ocpdoepa_all_etsa_txts_btn .fs_txt_lnk::after {
    display: inline-block;
    margin-right: 0;
    font-size: 20px;
    color: #d3ad89;
    font-weight: 600;
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: -40px;
    top: -6px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_ocpdoepa_all_etsa_txts_btn .fs_txt_lnk:hover::after{
  color: #212516;
}
.fs_ocpdoepa_all_etsa_fig{
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  transition: 0.2s ease;
}  
.fs_ocpdoepa_all_etsa_fig img{
  width: 100%;
  object-fit: cover;
  height: 250px;
  transition: 0.5s linear;
}  
.fs_ocpdoepa_all_etsa_fig:hover img {
    transform: scale(1.5);
    transition: 5s linear;
}
.fs_ocpdoepa_all_defy {
    position: relative;
    width: 100%;
    background-color: #d3ad89;
    height: calc(100% + 8rem);
    margin-top: -8rem;
    padding: 0rem 10rem 0rem 10rem;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    display: flex;
    align-items: center;
    align-content: center;
}
.fs_ocpdoepa_all_defy_txts{
  width: 100%;
  float: left;
  position: relative;
}
.fs_ocpdoepa_all_defy_txts h5{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #212516;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    line-height: inherit;
    margin: 0;
}
.fs_ocpdoepa_all_defy_txts h3{
    font-family: 'quasimoda', sans-serif;
    font-size: 52px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    padding: 0px 0 20px 0;
    line-height: 1.4;
    margin: 0;
}
.fs_ocpdoepa_all_defy_txts_btn{
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  padding: 40px 0 0 0;
}
.fs_ocpdoepa_all_defy_txts_btn .fs_btn_all {
    padding: 15px 40px;
    *border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    *background: transparent;
    *border: 1px solid #fff;
    *color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.fs_ocpdoepa_all_defy_txts_btn .fs_btn_all:hover {
    background: #d3ad89;
    border: 1px solid #212516;
    color: #212516;
    text-decoration: none;
}
.fs_ocpdoepa_all_etsa_three{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  flex-direction: row;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
  align-self: end;
  flex-direction: row-reverse;
}
.fs_ocpdoepa_all_etsa_three .fs_ocpdoepa_all_etsa_txts .fs_ocpdoepa_title hr {
    width: 25%;
    left: -30%;
}
.fs_ocpdoepa_all_etsa_four{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  flex-direction: row;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
  align-self: end;
  flex-direction: row-reverse;
}
.fs_ocpdoepa_all_etsa_four .fs_ocpdoepa_all_etsa_txts .fs_ocpdoepa_title hr {
    width: 25%;
    left: -30%;
}
#fs_fshpctlmdcop_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.fs_fshpctlmdcop_sec_card{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 15px;
}
.fs_fshpctlmdcop_box{
  width: 100%;
  float: left;
  position: relative;
}
.fs_fshpctlmdcop_box_fig{
  width: 100%;
  float: left;
  position: relative;
}
.fs_fshpctlmdcop_box_fig img{
  width: 100%;
  object-fit: cover;
}
.fs_fshpctlmdcop_box_ovrly{
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
.fs_fshpctlmdcop_box_ovrly_txt{
  width: 100%;
  float: left;
  position: relative;
  padding: 15% 15%;
}
.fs_fshpctlmdcop_box_ovrly_txt h3{
    font-family: 'quasimoda', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    padding: 0;
    line-height: 1.4;
    margin: 0;
}
#fs_fshpctlmdcop_sec .owl-nav {
    position: absolute;
    top: 45%;
    left: 0%;
    width: 100%;
    padding: 0 20px;
    visibility: visible;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#fs_fshpctlmdcop_sec .owl-nav .owl-prev{
    background: rgba(255,255,255,0.75) !important;
    color: #d3ad89 !important;
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#fs_fshpctlmdcop_sec .owl-nav .owl-prev:hover {
  background: #212516 !important;
}
#fs_fshpctlmdcop_sec .owl-nav .owl-next{
    background: rgba(255,255,255,0.75) !important;
    color: #d3ad89 !important;
    float: right;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#fs_fshpctlmdcop_sec .owl-nav .owl-next:hover {
  background: #212516 !important;
}
#fs_fshpctlmdcop_slider .item {
    opacity: 1;
}
#fs_fshpctlmdcop_slider .item .fs_fshpctlmdcop_box_ovrly{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}    
#fs_fshpctlmdcop_slider .item{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    will-change: transform;
}
#fs_fshpctlmdcop_slider .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#fs_fshpctlmdcop_slider .owl-item.active.center .item .fs_fshpctlmdcop_box_ovrly {
    opacity: 1;
    visibility: visible;
}
#fs_fshpctlmdcop_slider .owl-item{
    display: flex;
    align-content: center;
    align-items: center;
}
#fs_hsbexwtyl_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.fs_hsbexwtyl_sec_card{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 15px;
}
.fs_hsbexwtyl_left{
  width: 60%;
  float: left;
  position: relative;
}
.fs_hsbexwtyl_left_fig{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hsbexwtyl_left_fig img{
  width: 100%;
  object-fit: cover;
}
.fs_hsbexwtyl_rght{
  width: 40%;
  float: left;
  position: relative;
}
.fs_hsbexwtyl_rght_dtls{
  width: 100%;
  float: left;
  position: relative;
  padding: 0 30% 0 8%;
}
.fs_hsbexwtyl_rght_dtls hr {
    width: 2px;
    height: 60px;
    border: none;
    background-color: #d3ad89;
    margin: 0;
}
.fs_hsbexwtyl_rght_dtls h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: inherit;
    padding: 20px 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_hsbexwtyl_rght_dtls h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #484848;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    line-height: inherit;
    margin: 0;  
}
.fs_hsbexwtyl_rght_dtls p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;  
}
#fs_spybaspl_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.fs_spybaspl_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hdng_cntr_sml h2{
  font-size: 36px;
}
.fs_spybaspl_box{
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0;
}
.fs_spybaspl_box_icn{
  width: 90px;
  height: 90px;
  float: none;
  position: relative;
  margin: 0 auto;
}
.fs_spybaspl_box_icn img{
    width: auto;
    object-fit: cover;
    height: 100%;
}
.fs_spybaspl_box_info{
  width: 100%;
  float: left;
  position: relative;
}
.fs_spybaspl_box_info h4{
    font-family: 'quasimoda', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #d3ad89;
    text-transform: inherit;
    padding: 20px 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_spybaspl_box_info p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #484848;
    text-transform: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
.fs_spybaspl_links{
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 2px solid #212516; 
  padding: 50px 0;
  text-align: center;
}

.first_fs_spybaspl_links {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 2px solid #d3ad89;
  /* padding: 50px 0; */
  text-align: center;
}
.fs_spybaspl_links .fs_txt_lnk {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    border-bottom: 2px solid #d3ad89;
    padding-bottom: 5px;
    margin-left: 60px;
}
.fs_spybaspl_links .fs_txt_lnk:hover {
    color: #212516;
    border-bottom: 2px solid #212516;
}
.fs_spybaspl_links .fs_btn_all {
  padding: 15px 40px;
  text-transform: uppercase;
}
#fs_outrasay_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.fs_outrasay_sec_card{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.fs_outrasay_left{
  width: 100%;
  float: left;
  position: relative;
}
.fs_outrasay_left h3{
    font-family: 'quasimoda', sans-serif;
    font-size: 44px;
    font-weight: 600;
    text-align: right;
    color: #d3ad89;
    text-transform: inherit;
    padding: 0 0 0px 5%;
    line-height: inherit;
    margin: 0;
}
.fs_outrasay_rght{
  width: 100%;
  float: left;
  position: relative;
  padding: 0 4rem 0 1rem;
}
.fs_outrasay_rview_box{
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 25px;
}
.fs_outrasay_rview{
  width: 100%;
  float: left;
  position: relative;
  border: 3px solid #fff2d2;
  padding: 2rem 3rem;
  min-height: 440px;
}
.fs_outrasay_rview_descp{
  width: 100%;
  float: left;
  position: relative;
}
.fs_outrasay_rview_descp p{
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    /*text-transform: capitalize;*/
    padding: 0 0 20px 0;
    line-height: inherit;
    margin: 0;
}
.fs_outrasay_rview_descp h5{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0;
    line-height: inherit;
    margin: 0;
    font-style: italic;
}
/*.fs_outrasay_rview:before {
    content: open-quote;
    font-family: 'poynter-oldstyle-display';
    height: 35px;
    background: white;
    color: #212516;
    font-size: 12rem;
    line-height: 6rem;
    display: block;
    position: absolute;
    top: -10px;
    left: -28px;
    z-index: 100;
    width: 65px;
}*/
.fs_outrasay_rview_qicn{
    width: 60px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    padding: 0 15px 10px 0;
}
.fs_outrasay_rview_qicn img{
  width: 100%;
  object-fit: cover;
}
.fs_outrasay_rght .owl-nav .owl-prev{
    background: rgba(255,255,255,0.75) !important;
    color: #d3ad89 !important;
    float: left;
    position: absolute;
    top: 40%;
    left: -48%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 32px !important;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_outrasay_rght .owl-nav .owl-prev:hover {
  background: #212516 !important;
}
.fs_outrasay_rght .owl-nav .owl-next{
    background: rgba(255,255,255,0.75) !important;
    color: #d3ad89 !important;
    float: right;
    position: absolute;
    top: 40%;
    right: -16%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 32px !important;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_outrasay_rght .owl-nav .owl-next:hover {
  background: #212516 !important;
}
.fs_outrasay_rght .owl-nav .owl-next i {
    font-size: 32px;
}
.fs_outrasay_rght .owl-nav .owl-prev i {
    font-size: 32px;
}
#fs_eoawcyt_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 140px 0 80px 0;
  /* margin: 50px 0 0px 0; */
  background: linear-gradient(rgb(0 0 0 / 41%), rgb(0 0 0 / 0%) ), url(../images/face-images/footer.jpg);
  background-size: cover;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-position: center center;
}
.fs_eoawcyt_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_eoawcyt_info{
  width: 60%;
  float: left;
  position: relative;
}
.fs_eoawcyt_info h3{
    font-family: 'quasimoda', sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    padding: 0px 0 20px 0;
    line-height: 1.4;
    margin: 0;
}
.fs_eoawcyt_info_btn{
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  padding: 50px 0 0 0;
}
.fs_eoawcyt_info_btn .fs_btn_all {
    padding: 15px 50px;
    text-transform: uppercase;
    margin: 0;
}
#fs_inr_baner_sec{
    width: 100%;
    float: left;
    position: relative;
}
.fs_inr_baner_sec_fig{
    width: 100%;
    float: left;
    position: relative;
}
.fs_inr_baner_sec_fig img{
    width: 100%;
    object-fit: cover;
    *height:530px;
}
.fs_inr_baner_ovrlay {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    justify-content: center;
    right: 0;
    *-webkit-transform: translateY(-50%);
    *-moz-transform: translateY(-50%);
    *-ms-transform: translateY(-50%);
    *-o-transform: translateY(-50%);
    *transform: translateY(-50%);
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.fs_inr_baner_ovrlay_info {
    width: 100%;
    float: left;
    position: relative;
}
.fs_inr_baner_ovrlay_info h1 {
    font-family: 'quasimoda', sans-serif;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    text-shadow: 1px 1px #000;
    color: #fff;
    text-transform: capitalize;
    padding: 0px;
    line-height: 1;
    margin: 0;
    padding-bottom: 10px;
}
#fs_dstnsn_all_sec{
    width: 100%;
    float: left;
    position: relative;
}
.fs_dstnsn_all_sec_card{
    width: 100%;
    float: left;
    position: relative;
    margin-top: -50px;
}
.fs_dstnsn_all_sec_card ul{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #212516;
    padding: 0 20px;
    border: 8px solid #d3ad89;
}
.fs_dstnsn_all_sec_card ul li {
    display: inline-block;
    text-align: center;
    margin: 0px;
    padding: 0;
    position: relative;
}
.fs_dstnsn_all_sec_card ul li a {
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    padding: 15px 20px;
    margin-left: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_dstnsn_all_sec_card ul li a:hover {
    color: #212516;
}
#fs_dstnsn_all_overvw_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 60px 0 10px 0;
}
.fs_dstnsn_all_overvw_sec_card{
    width: 100%;
    float: left;
    position: relative;
}
.fs_dstnsn_all_overvw_sec_card h2 {
    font-family: 'quasimoda', sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    line-height: 1;
    margin: 0;
}
.fs_dstnsn_all_overvw_sec_card h3 {
    font-family: 'Charlotte Southern', sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.fs_dstnsn_all_overvw_sec_card_descp{
    /* width: 75%; */
    float: none;
    position: relative;
    padding-top: 30px;
    margin: 0 auto;
}
.fs_dstnsn_all_overvw_sec_card_descp p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #d3ad89;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
#fs_dstnsn_all_np_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0 0px 0;
}
.fs_dstnsn_all_np_sec_card{
    width: 100%;
    float: left;
    position: relative;
}
.fs_dstnsn_all_np_card{
    width: 100%;
    float: left;
    position: relative;
    margin: 15px 0;
}
.fs_dstnsn_all_np_card_hdng{
    width: 100%;
    float: left;
    position: relative;
}
.fs_dstnsn_all_np_card_hdng h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    line-height: inherit;
    margin: 0;
}
.fs_dstnsn_lnk{
    text-transform: capitalize;
}
.fs_dstnsn_all_np_card_item{
    width: 100%;
    float: left;
    position: relative;
}
.fs_dstnsn_all_np_card_item_box{
    width: 100%;
    float: left;
    position: relative;
    margin: 15px 0;
    background-color: #FFF;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.fs_dstnsn_all_np_card_item_box_fig{
    width: 100%;
    float: left;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.fs_dstnsn_all_np_card_item_box_fig img{
    width: 100%;
    *object-fit: cover;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px 3px 0px 0px;
}
.fs_dstnsn_all_np_card_item_box_info{
    width: 100%;
    float: left;
    position: relative;
    padding: 15px 15px;
    background-color: #d3ad89;
}
.fs_dstnsn_all_np_card_item_box_info h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    color: #212516;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    line-height: inherit;
    margin: 0;
}
.fs_dstnsn_all_np_card_item_box_info p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
#fs_dstnsn_abpve_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 50px 0;
    background-color: #212516;
}
.fs_dstnsn_abpve_sec_card{
    width: 100%;
    float: left;
    position: relative;
    padding-top: 20px;
}
.fs_dstnsn_abpve_sec_card_item{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-around;
}
.fs_dstnsn_abpve_sec_card_item_fig{
    width: 24.6%;
    float: left;
    position: relative;
}
.fs_dstnsn_abpve_sec_card_item_fig img{
    width: 100%;
    object-fit: cover;
}
#fs_absaf_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 60px 0 10px 0;
}
.fs_absaf_sec_card{
    width: 100%;
    float: left;
    position: relative;
}
.fs_absaf_sec_card_left{
    width: 100%;
    float: left;
    position: relative;
}
.fs_absaf_sec_card_left_top{
    width: 100%;
    float: left;
    position: relative;
}
.fs_absaf_sec_card_left_top h2{
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 800;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    line-height: 1;
    margin: 0;
}
.fs_absaf_sec_card_left_top h2 span {
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 30px;
    padding-bottom: 25px;
    padding-top: 5px;
}
.fs_absaf_sec_card_left_top p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #26272c;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: 32px;
    margin: 0;
    text-align: justify;
}
.fs_absaf_sec_card_left_top_btn {
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    padding: 20px 0 10px 0;
}
.fs_absaf_sec_card_left_top_btn .fs_btn_all {
    padding: 12px 40px;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.fs_absaf_sec_card_left_botm{
    width: 100%;
    float: left;
    position: relative;
    padding-top: 50px;
}
.fs_absaf_sec_card_left_botm h2{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    line-height: 1;
    margin: 0;
}
.fs_absaf_sec_card_left_botm h2 span {
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 30px;
}
.fs_absaf_sec_card_left_botm_items{
    width: 100%;
    float: left;
    position: relative;
    display: block;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}
.fs_absaf_sec_card_left_botm_items_box{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 30px;
}
.fs_absaf_sec_card_left_botm_items_box_icn{
    width: 30px;
    float: left;
    position: relative;
    margin-right: 10px;
}
.fs_absaf_sec_card_left_botm_items_box_icn img{
    width: 100%;
    object-fit: cover;
}
.fs_absaf_sec_card_left_botm_items_box_info{
    width: 100%;
    float: left;
    position: relative;
}
.fs_absaf_sec_card_left_botm_items_box_info h5{
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    color: #26272c;
    text-transform: inherit;
    padding: 0 0 5px 0;
    line-height: inherit;
    margin: 0;
}
.fs_absaf_sec_card_left_botm_items_box_info p{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #d3ad89;
    text-transform: inherit;
    padding: 0 0 0px 0;
    line-height: inherit;
    margin: 0;
}
.fs_absaf_sec_card_rght{
    width: 100%;
    float: left;
    position: relative;
}
.fs_absaf_sec_card_rght_sldr_box{
    width: 100%;
    float: left;
    position: relative;
}
.fs_absaf_sec_card_rght_sldr_box_single{
    width: 100%;
    float: left;
    position: relative;
}
.fs_absaf_sec_card_rght_sldr_box_fig{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}
.fs_absaf_sec_card_rght_sldr_box_fig img{
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.fs_absaf_sec_card_rght_sldr_box_single:hover .fs_absaf_sec_card_rght_sldr_box_fig img {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) scale(1.1, 1.1);
}
.fs_absaf_sec_card_rght_sldr_box_single_ovrly{
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 20px 20px;
}
.fs_absaf_sec_card_rght_sldr_box_single_ovrly h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-shadow: 1px 1px 2px rgb(0 0 0);
    color: #fff;
    text-transform: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
.fs_absaf_sec_card_rght_sml_box{
    width: 100%;
    float: left;
    position: relative;
}
.fs_absaf_sec_card_rght_sml_box_fig{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}
.fs_absaf_sec_card_rght_sml_box_fig img{
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.fs_absaf_sec_card_rght_sml_box:hover .fs_absaf_sec_card_rght_sml_box_fig img {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) scale(1.1, 1.1);
}
.fs_absaf_sec_card_rght_sml_box_ovrly{
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 20px 20px;
}
.fs_absaf_sec_card_rght_sml_box_ovrly h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-shadow: 1px 1px 2px rgb(0 0 0);
    color: #fff;
    text-transform: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
.fs_absaf_sec_card_rght_lrg_box{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;
}
.fs_absaf_sec_card_rght_lrg_box_fig{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}
.fs_absaf_sec_card_rght_lrg_box_fig img{
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.fs_absaf_sec_card_rght_lrg_box:hover .fs_absaf_sec_card_rght_lrg_box_fig img {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) scale(1.1, 1.1);
}
.fs_absaf_sec_card_rght_lrg_box_ovrly{
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 20px 20px;
}
.fs_absaf_sec_card_rght_lrg_box_ovrly h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-shadow: 1px 1px 2px rgb(0 0 0);
    color: #fff;
    text-transform: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
.fs_absaf_sec_card_rght_sldr_box .owl-nav .owl-prev{
    background: transparent !important;
    color: #fff !important;
    float: left;
    position: absolute;
    top: 40%;
    left: 0%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 24px !important;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_absaf_sec_card_rght_sldr_box .owl-nav .owl-prev:hover {
  color: #212516 !important;
}
.fs_absaf_sec_card_rght_sldr_box .owl-nav .owl-next{
    background: transparent !important;
    color: #fff !important;
    float: right;
    position: absolute;
    top: 40%;
    right: 0%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 24px !important;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_absaf_sec_card_rght_sldr_box .owl-nav .owl-next:hover {
  color: #212516 !important;
}
.fs_absaf_sec_card_rght_sldr_box .owl-nav .owl-next i {
    font-size: 24px;
}
.fs_absaf_sec_card_rght_sldr_box .owl-nav .owl-prev i {
    font-size: 24px;
}
.fs_absaf_sec_card_rght_sldr_box button.owl-dot{
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.4);
   margin:0px 2px;
   outline: none;
}
.fs_absaf_sec_card_rght_sldr_box button.owl-dot.active{
    background: #212516;
    width: 8px;
   height: 8px;
}
.fs_absaf_sec_card_rght_sldr_box .owl-dots{
    width: 100%;
    float: left;
    position: absolute;
    text-align: right;
    top: 0px;
    right: 5px;
}
#fs_nptvisa_sec{
 width: 100%;
 float: left;
 position: relative;
 padding: 20px 0 10px 0;
}
.fs_nptvisa_sec_card{
 width: 100%;
 float: left;
 position: relative;
}
.fs_nptvisa_sec_card_left{
 width: 100%;
 float: left;
 position: relative;
}
.fs_nptvisa_sec_card_left h2{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    line-height: 1;
    margin: 0;
}
.fs_nptvisa_sec_card_left h2 span {
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 30px;
    /*padding-left: 12%;*/
    padding-top: 10px;
}
.fs_nptvisa_sec_card_left h2 span strong {
    font-weight: 600;
}
.fs_nptvisa_sec_card_left ul {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    /* padding: 15px 0 0 0; */
    list-style-type: none;
}
.fs_nptvisa_sec_card_left ul li {
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
}
.fs_nptvisa_sec_card_left ul li a {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #d3ad89;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    display: flex;
    align-items: center;
    align-content: center;
}
.fs_nptvisa_sec_card_left ul li a:hover {
    color: #212516;
}
.fs_nptvisa_sec_card_left ul li a label {
    font-family: 'Poppins', sans-serif;
    width: 20px;
    width: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    display: block;
    border-radius: 50%;
    color: #fff;
    background-color: #212516;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 10px;
}
.fs_nptvisa_sec_card_rght{
 width: 100%;
 float: left;
 position: relative;
}
.fs_nptvisa_sec_card_rght_map {
    width: 100%;
    float: left;
    position: relative;
}
.fs_nptvisa_sec_card_rght_map img {
    width: 100%;
    object-fit: cover;
}
.fs_nptvisa_sec_card_rght_map_txt_link {
    width: 100%;
    float: left;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    align-content: center;
}
.fs_nptvisa_sec_card_rght_map_txt_link label {
    font-family: 'Poppins', sans-serif;
    width: 20px;
    width: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    display: block;
    border-radius: 50%;
    color: #fff;
    background-color: #212516;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_nptvisa_sec_card_rght_map_txt_link small {
    font-family: 'Raleway', sans-serif;
    color: #d3ad89;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_nptvisa_sec_card_rght_map_txt_link:hover label{
    background-color: #d3ad89;
}
.fs_nptvisa_sec_card_rght_map_txt_link:hover small{
    color: #212516;
}
.fs_nptvisa_sec_card_rght_map_one {
    width: 100%;
    float: left;
    position: absolute;
    left: 53.0973%;
    top: 82.7434%;
}
.fs_nptvisa_sec_card_rght_map_two {
    width: 100%;
    float: left;
    position: absolute;
    left: 62.1681%;
    top: 70.3540%;
}
.fs_nptvisa_sec_card_rght_map_three {
    width: 100%;
    float: left;
    position: absolute;
    left: 57.3009%;
    top: 59.9558%;
}
.fs_nptvisa_sec_card_rght_map_four {
    width: 100%;
    float: left;
    position: absolute;
    left: 47.1239%;
    top: 39.8230%;
}
.fs_nptvisa_sec_card_rght_map_five {
    width: 100%;
    float: left;
    position: absolute;
    left: 60.8407%;
    top: 76.4159%;
}
.fs_nptvisa_sec_card_rght_map_six {
    width: 100%;
    float: left;
    position: absolute;
    left: 46.4602%;
    top: 17.0354%;
}
.fs_nptvisa_sec_card_rght_map_seven {
    width: 100%;
    float: left;
    position: absolute;
    left: 40.9292%;
    top: 56.8584%;
}
.fs_nptvisa_sec_card_rght_map_eight {
    width: 100%;
    float: left;
    position: absolute;
    left: 55.7434%;
    top: 86.8673%;
}
#fs_piwvsa_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 10px 0;
}
.fs_piwvsa_sec_card{
    width: 100%;
    float: left;
    position: relative;
}
.fs_piwvsa_sec_card_hdng{
    width: 100%;
    float: left;
    position: relative;
}
.fs_piwvsa_sec_card_hdng h2{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    line-height: 1;
    margin: 0;
}
.fs_piwvsa_sec_card_hdng h2 span {
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 30px;
    /*padding-left: 12%;*/
    padding-top: 10px;
}
.fs_piwvsa_sec_card_hdng h2 span strong {
    font-weight: 600;
}
.fs_piwvsa_sec_card_tab{
    width: 100%;
    float: left;
    position: relative;
}
.fs_piwvsa_sec_card_tab ul{
    width: 100%;
    float: left;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.fs_piwvsa_sec_card_tab ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
}
.fs_piwvsa_sec_card_tab ul li span{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 30px;
    line-height: inherit;
    margin: 0 5px;
    background: #d3ad89;
    border-radius: 30px;
    cursor: pointer;
}
.fs_piwvsa_sec_card_tab ul li.active span{
    background: #212516;
    padding: 15px 20px;
}
.fs_piwvsa_sec_card_tab_card{
    width: 100%;
    float: left;
    position: relative;
    padding-top: 30px;
}
.fs_piwvsa_sec_card_tab_card_box{
    width: 100%;
    float: left;
    position: relative;
    display: none;
}
.fs_piwvsa_sec_card_tab_card .fs_piwvsa_sec_card_tab_card_box:first-child{
    display: block;
}
.fs_piwvsa_sec_card_tab_card_box .fs_ndknw_text{
    width: 100%;
    float: left;
    position: relative;
}
.fs_piwvsa_sec_card_tab_card_box .fs_ndknw_text h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0px 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_piwvsa_sec_card_tab_card_box .fs_ndknw_text p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: 1.8;
    margin: 0;
}
.fs_piwvsa_sec_card_tab_card_box .fs_ndknw_text ul{
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fs_piwvsa_sec_card_tab_card_box .fs_ndknw_text ul li{
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  list-style-type: none;
  display: block;
  margin: 0 0 10px 30px;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  color: #484848;
  text-transform: inherit;
  line-height: inherit;
}
.fs_piwvsa_sec_card_tab_card_box .fs_ndknw_text ul li:before {
    content: "";
    background: url(../images/check-highlights.svg);
    height: 14px;
    width: 18px;
    background-size: cover;
    display: block;
    margin-right: 0rem;
    position: absolute;
    left: -28px;
    top: 6px;
}
.fs_piwvsa_sec_card_tab_card_box .fs_ndknw_figrs{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;
}
.fs_piwvsa_sec_card_tab_card_box .fs_ndknw_figrs_fig{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}
.fs_piwvsa_sec_card_tab_card_box .fs_ndknw_figrs_fig img{
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.fs_piwvsa_sec_card_tab_card_box .fs_ndknw_figrs:hover .fs_ndknw_figrs_fig img {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) scale(1.1, 1.1);
}
.fs_piwvsa_sec_card_tab_card_box .fs_ndknw_figrs_ovrly{
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 20px 20px;
}
.fs_piwvsa_sec_card_tab_card_box .fs_ndknw_figrs_ovrly h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-shadow: 1px 1px 2px rgb(0 0 0);
    color: #fff;
    text-transform: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
#fs_mstcoud_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 10px 0;
}
.fs_mstcoud_sec_card{
    width: 100%;
    float: left;
    position: relative;
}
.fs_mstcoud_sec_card_hdng{
    width: 100%;
    float: left;
    position: relative;
}
.fs_mstcoud_sec_card_hdng h2{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    line-height: 1;
    margin: 0;
}
.fs_mstcoud_sec_card_hdng h2 span {
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 30px;
    padding-bottom: 10px;
}
.fs_mstcoud_sec_card_hdng h2 span strong {
    font-weight: 600;
}
.fs_mstcoud_sec_card_unides{
    width: 100%;
    float: left;
    position: relative;
    padding-top: 10px;
}
.fs_mstcoud_sec_card_unides_box{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}
.fs_mstcoud_sec_card_unides_box_fig{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.fs_mstcoud_sec_card_unides_box_fig img{
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
    height: 260px;
}
.fs_mstcoud_sec_card_unides_box:hover .fs_mstcoud_sec_card_unides_box_fig img {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) scale(1.1, 1.1);
}
.fs_mstcoud_sec_card_unides_box_ovrly{
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
}
.fs_mstcoud_sec_card_unides_box_ovrly_info {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 20px 20px;
    flex-wrap: wrap;
}
.fs_mstcoud_sec_card_unides_box_ovrly_info h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    line-height: 1;
    margin: 0;
    word-break: break-word;
}
.fs_mstcoud_sec_card_unides_box_ovrly_info_btn {
    width: auto;
    float: left;
    position: relative;
    padding-top: 15px;
}
.fs_mstcoud_sec_card_unides_box_ovrly_info_btn a {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    padding: 0;
    line-height: inherit;
    margin: 0;
    text-decoration: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_mstcoud_sec_card_unides_box:hover .fs_mstcoud_sec_card_unides_box_ovrly_info_btn a{
    color: #212516;
}
.fs_mstcoud_sec_card_unides_box_ovrly_info_btn a i {
    margin-left: 5px;
}
#fs_wthypsh_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 10px 0;
}
.fs_wthypsh_sec_card{
    width: 100%;
    float: left;
    position: relative;
    background: #cbac6f url(../images/wthypsh-pattern-bg.png) repeat;
    *background: #212516;
    padding: 30px 15px;
    display: flex;
}
.fs_wthypsh_sec_card:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    float: left;
    *background: url(../images/wthypsh-pattern-bg.png);
    background-repeat: repeat;
    opacity: .99;
    *opacity: .15;
    transition: background .3s,border-radius .3s,opacity .3s;
}
.fs_wthypsh_left{
    width: 100%;
    float: left;
    position: relative;
}
.fs_wthypsh_left_hdng{
    width: 100%;
    float: left;
    position: relative;
}
.fs_wthypsh_left_hdng h2{
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    font-weight: 800;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    line-height: 1;
    margin: 0;
}
.fs_wthypsh_left_hdng h2 span {
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 30px;
    padding-bottom: 10px;
}
.fs_wthypsh_left_hdng h2 span strong {
    font-weight: 600;
}
.fs_wthypsh_left_descp{
    width: 100%;
    float: left;
    position: relative;
    padding-top: 15px;
}
.fs_wthypsh_left_descp p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 0px 0;
    line-height: inherit;
    margin: 0;
}
.fs_wthypsh_midle{
    width: 2px;
    height: 100%;
    float: none;
    position: relative;
    background-color: rgba(80, 68, 61, 0.3);
    margin: 0 auto;
}
.fs_wthypsh_midle_txt{
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 43%;
    *background: rgba(255, 194, 14, 0.9) url(../images/wthypsh-pattern-bg.png) repeat;
    background: rgba(255, 194, 14, 0.9);
    padding: 5px 0;
}
.fs_wthypsh_midle_txt:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    float: left;
    background: url(../images/wthypsh-pattern-bg.png);
    background-repeat: repeat;
    *opacity: .99;
    opacity: .15;
    transition: background .3s,border-radius .3s,opacity .3s;
}
.fs_wthypsh_midle_txt h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    color: #484848;
    text-transform: inherit;
    padding: 0px 0;
    line-height: inherit;
    margin: 0;    
}
.fs_wthypsh_rght{
    width: 100%;
    float: left;
    position: relative;
}
.fs_wthypsh_rght_hdng_para{
    width: 100%;
    float: left;
    position: relative;
}
.fs_wthypsh_rght_hdng_para h3{
    font-family: 'quasimoda', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0px 0 10px 0;
    line-height: 1;
    margin:0;
}
.fs_wthypsh_rght_hdng_para p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
.fs_wthypsh_rght_btns{
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0 0 0;
}
.fs_wthypsh_rght_btns .fs_btn_all {
    width: fit-content;
    float: left;
    position: relative;
    margin: 5px 0;
    background: #d3ad89;
    border: 1px solid #d3ad89;
    color: #fff;
    text-transform: inherit;
    border-radius: 30px;
    display: flex;
    align-items: center;
    align-content: center;
}
.fs_wthypsh_rght_btns .fs_btn_all i {
    font-size: 20px;
    margin-right: 5px;
}
.fs_wthypsh_rght_btns .fs_btn_all:hover {
    background: #212516;
    border: 1px solid #212516;
}
.fs_wthypsh_rght_socl{
    width: 100%;
    float: left;
    position: relative;
    padding-top: 20px;
}
.fs_wthypsh_rght_socl h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    line-height: 1;
    margin: 0;
}
.fs_wthypsh_rght_socl h3 span {
    font-weight: 600;
}
.fs_wthypsh_rght_socl ul {
    width: 100%;
    float: left;
    position: relative;
    list-style-type: none;
    text-align: left;
}
.fs_wthypsh_rght_socl ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 2px;
}
.fs_wthypsh_rght_socl ul li a {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    color: #d3ad89;
    float: left;
    position: relative;
    font-size: 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-align: center;
}
.fs_wthypsh_rght_socl ul li a:hover {
    border: 1px solid #212516;
    color: #212516;
}
#fs_saisaf_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 10px 0;
}
.fs_saisaf_sec_card{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
}
.fs_saisaf_left{
    width: 40%;
    float: left;
    position: relative;
    *background: rgba(35, 31, 32, 0.9) url(../images/wthypsh-pattern-bg.png) repeat;
    background: rgba(35, 31, 32, 0.9);
    min-height: 80vh;
    display: flex;
    align-items: center;
    align-content: center;
}
.fs_saisaf_left:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    float: left;
    background: url(../images/wthypsh-pattern-bg.png);
    background-repeat: repeat;
    opacity: .99;
    *opacity: .1;
    transition: background .3s,border-radius .3s,opacity .3s;
}
.fs_saisaf_left_box{
    width: 100%;
    float: left;
    position: relative;
    padding: 0 12%;
}
.fs_saisaf_left_box h2{
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    font-weight: 800;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    line-height: 1;
    margin: 0;
}
.fs_saisaf_left_box h2 span {
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 30px;
    padding-bottom: 10px;
}
.fs_saisaf_left_box h2 span strong {
    font-weight: 600;
}
/*.fs_saisaf_left:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    float: left;
    background: url(../images/wthypsh-pattern-bg.png);
    background-repeat: repeat;
    opacity: .99;
    transition: background .3s,border-radius .3s,opacity .3s;
}*/
.fs_saisaf_left_box p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    text-transform: inherit;
    padding: 15px 0 0px 0;
    line-height: inherit;
    margin: 0;
    float: left;
}
.fs_saisaf_right{
    width: 60%;
    float: left;
    position: relative;
}
.fs_saisaf_right_all{
    width: 100%;
    float: left;
    position: relative;
    margin-left: -40px;
}
.fs_saisaf_right_all_box{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
    border: 1px solid #ccc;
    margin: 10px 0;
}
.fs_saisaf_right_all_box_fig{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.fs_saisaf_right_all_box_fig img{
    width: 100%;
    transition: all 0.3s;
    height: 270px;
}
.fs_saisaf_right_all_box:hover .fs_saisaf_right_all_box_fig img {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) scale(1.1, 1.1);
}
.fs_saisaf_right_all_box_dtls{
    width: 100%;
    float: left;
    position: relative;
    padding: 15px 20px 20px 20px;
}   
.fs_saisaf_right_all_box_dtls .fs_days{
    width: fit-content;
    float: left;
    position: absolute;
    right: 15px;
    top: -15px;
    background: #d3ad89;
    padding: 5px 15px;
    border-radius: 5px;
}  
.fs_saisaf_right_all_box_dtls .fs_days h6{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    padding: 0;
    line-height: inherit;
    margin: 0;
}  
.fs_saisaf_right_all_box_dtls h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 15px 0 10px 0;
    line-height: inherit;
    margin: 0;
}
.fs_saisaf_right_all_box_dtls p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 5px 0;
    line-height: inherit;
    margin: 0;
}
.fs_saisaf_right_all_box_dtls_btn {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 0 10px 0;
}
.fs_saisaf_right_all_box_dtls_btn .fs_btn_all {
    margin: 0;
    border-radius: 30px;
    padding: 12px 30px;
}
.fs_saisaf_right_all_box_dtls_btn .fs_btn_all i {
    margin-left: 5px;
}
.fs_saisaf_right_all .owl-nav {
    position: absolute;
    top: -50px;
    right: 0%;
    width: auto;
    padding: 0;
    visibility: visible;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_saisaf_right_all .owl-nav .owl-prev{
    background: #212516 !important;
    color: #fff !important;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    outline: none;
    padding: 5px;
    margin-right: 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_saisaf_right_all .owl-nav .owl-prev:hover {
    background: #d3ad89 !important;
}
.fs_saisaf_right_all .owl-nav .owl-next{
    background: #212516 !important;
    color: #fff !important;
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_saisaf_right_all .owl-nav .owl-next:hover {
    background: #d3ad89 !important;
}
#fs_wcegp_np_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 10px 0;
}
.fs_wcegp_np_sec_card{
    width: 100%;
    float: left;
    position: relative;
}
.fs_wcegp_np_map{
    width: 100%;
    float: left;
    position: relative;
}
.fs_wcegp_np_map iframe{
    width: 100%;
    height: 360px;
    float: left;
    position: relative;
}
.fs_wcegp_np_wethr{
    width: 100%;
    float: left;
    position: relative;
}
.fs_wcegp_np_wethr_mnth{
    width: 100%;
    float: left;
    position: relative;
}
.fs_wcegp_np_wethr_mnth ul{
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.fs_wcegp_np_wethr_mnth ul li{
    position: relative;
    text-align: center;
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 5px 1px 0 1px;
    border-radius: 50%;
    background: #f77809;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.fs_wcegp_np_wethr_mnth ul li.red{
    background: #5c0601;
}
.fs_wcegp_np_wethr_mnth ul li.gray{
    background: #ada7a7;
}
.fs_wcegp_np_wethr_chrt{
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding: 50px 0 15px 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.fs_wcegp_np_wethr_chrt h6{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 0px 0;
    line-height: inherit;
    margin: 0;
}
.fs_wcegp_np_wethr_chrt_box{
    width: auto;
    float: left;
    position: relative;
    padding-left: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 30px;
}
.fs_wcegp_np_wethr_chrt_box_item{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
}
.fs_wcegp_np_wethr_chrt_box_item .fs_wcegp_circle{
    width: 15px;
    height: 15px;
    border-radius: 100%;
    float: left;
    background: #f77809;
    margin-right: 5px;
}
.fs_wcegp_np_wethr_chrt_box_item p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
.fs_wcegp_np_wethr_chrt_box_item .fs_wcegp_circle.red{
    background: #5c0601;
}
.fs_wcegp_np_wethr_chrt_box_item .fs_wcegp_circle.gray{
    background: #ada7a7;
}
#fs_whtexprnc_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 100px 0 100px 0;
    background: #e1e1e1;
    margin: 0 0 10px 0;
}
.fs_whtexprnc_sec_card{
    width: 100%;
    float: left;
    position: relative;
    padding-top: 15px;
}
.fs_whtexprnc_box{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    border-color: #e1e1e1;
    background: #fff;
    -webkit-backface-visibility: hidden;
}
.fs_whtexprnc_box_fig{
    width: 100%;
    float: left;
    position: relative;
}
.fs_whtexprnc_box_fig img{
    width: 100%;
}
.fs_whtexprnc_box_dtls{
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 15px;
    min-height: 90px;
}
.fs_whtexprnc_box_dtls h3{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0 0 0px 0;
    line-height: inherit;
    margin: 0;
    letter-spacing: 0.5px;
}
#fs_bttvwd_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 0px 0;
}
.fs_bttvwd_sec_card{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    background: #ada7a7;
}
.fs_bttvwd_sec_card:before{
    content: '';
    background: #f9943b;
    width: 33.3333%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.fs_bttvwd_sec_card_left{
    width: 33.3333%;
    float: left;
    position: relative;
    background: #f9943b;
}
.fs_bttvwd_sec_card_left_box{
    width: 100%;
    float: left;
    position: relative;
    padding: 0 15%;
}
.fs_bttvwd_sec_card_left_box h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    line-height: 1;
    margin: 0;
}
.fs_bttvwd_sec_card_left_box p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    text-transform: inherit;
    padding: 15px 0 0px 0;
    line-height: 26px;
    margin: 0;
    float: left;
}
.fs_bttvwd_sec_card_midle{
    width: 33.3333%;
    float: left;
    position: relative;
    background-image: url(../images/bttvwd-card-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    background-attachment: fixed;
}
.fs_bttvwd_sec_card_midle_box{
    width: 100%;
    float: left;
    position: relative;
    background-image: url(../images/bttvwd-card-bg.jpg);
}
.fs_bttvwd_sec_card_midle_box img{
    width: 100%;
    object-fit: cover;
}
.fs_bttvwd_sec_card_right{
    width: 33.3333%;
    float: left;
    position: relative;
    background: #ada7a7;
}
.fs_bttvwd_sec_card_right_box{
    width: 100%;
    float: left;
    position: relative;
    padding: 0 15%;
}
.fs_bttvwd_sec_card_right_box h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    line-height: 1;
    margin: 0;
}
.fs_bttvwd_sec_card_right_box p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    text-transform: inherit;
    padding: 15px 0 0px 0;
    line-height: 26px;
    margin: 0;
    float: left;
}
#fs_afrisfrs_ovrvw_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 50px 0;
  /* border-bottom: 1px solid #999; */
}
.fs_afrisfrs_ovrvw_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_afrisfrs_ovrvw_descp{
  width: 100%;
  float: left;
  position: relative;
}
.fs_afrisfrs_ovrvw_descp p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #d3ad89;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
#fs_afrisfrs_filtr_sec{
  width: 100%;
  float: left;
  position: relative;
}
.fs_afrisfrs_filtr_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_afrisfrs_filtr_sidebar{
  width: 25%;
  float: left;
  position: relative;
  background: #f2f2f2;
}
.fs_afrisfrs_filtr_sidebar_all{
  width: 100%;
  float: left;
  position: relative;
  padding: 25px 30px;
}
.fs_afrisfrs_filtr_sidebar_titl{
  width: 100%;
  float: left;
  position: relative;
  *padding-bottom: 20px;
}
.fs_afrisfrs_filtr_sidebar_titl h3{
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    *padding: 0 0 10px 0;
    padding: 0 0 0px 0;
    line-height: inherit;
    margin: 0;
}
.fs_afrisfrs_filtr_sidebar_titl h6{
    font-family: 'quasimoda', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0;
    line-height: inherit;
    margin: 0;
    letter-spacing: 4px;
}
.fs_afrisfrs_filtr_sidebar_chck_all{
  width: 100%;
  float: left;
  position: relative;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form{
  width: 100%;
  float: left;
  position: relative;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box{
  width: 100%;
  float: left;
  position: relative;
  border-top: 1px solid #808080;
  margin: 15px 0;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box .fs_filtr_acrdion{
  width: 100%;
  float: left;
  position: relative;
  *padding-top: 20px;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box .fs_filtr_acrdion .panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
      width: 100%;
    float: left;
    position: relative;
    margin: 5px 0;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box .fs_filtr_acrdion .panel-heading {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #f2f2f2;
  padding: 0;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box .fs_filtr_acrdion .panel-title {
    margin: 0;
    padding: 0;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box .fs_filtr_acrdion .panel-title a {
  display: block;
  color: #12110f;
  padding: 12px 10px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  text-decoration: none;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box .fs_filtr_acrdion .panel-title a .tab_dng_left {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
  line-height: 1;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box .fs_filtr_acrdion .panel-title a .tab_dng_rght {
  color: #666;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-right: 20px;
  line-height: 1;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box .fs_filtr_acrdion .panel-body {
  background: #fff;
  border: 1px solid #efefef;
  padding: 15px 10px 10px 15px;
      width: 100%;
    float: left;
    position: relative;
}
#fs_filtr_accordion .panel-heading a:before {
  content: '\f078';
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  font-family: "FontAwesome";
  right: 5px;
  top: 8px;
  transform: rotate(-90deg);
  transition: all 0.5s;
}
#fs_filtr_accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box_title{
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 0;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box_title h4{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0;
    line-height: inherit;
    margin: 0;
    letter-spacing: 2px;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box_chcks{
  width: 100%;
  float: left;
  position: relative;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box_chcks_item{
  width: 100%;
  float: left;
  position: relative;
  margin: 5px 0;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box_chcks_item input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box_chcks_item label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box_chcks_item label h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  color: #484848;
  padding-left: 5px;
  line-height: inherit;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box_chcks_item label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #9e9e9e;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  background: #fdfdfd;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box_chcks_item input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 8px;
    width: 7px;
    height: 14px;
    border: solid #212516;
    border-width: 0 2px 3px 0;
    transform: rotate(45deg);
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box_chcks_item input:checked + label:before {
  border: 1px solid #9e9e9e;
  background: #fff;
}
.fs_afrisfrs_filtr_sidebar_chck_all .fs_filtr_form_box_chcks_item input:checked + label h5 {
    color: #d3ad89;
    font-weight: 600;
}
.fs_afrisfrs_filtr_main_wrap{
  width: 75%;
  float: left;
  position: relative;
  background: #fff;
  padding: 15px 15px;
}
.fs_afrisfrs_filtr_main{
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
}
.fs_afrisfrs_filtr_main_card{
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 20px;
}
.fs_afrisfrs_filtr_main_item{
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}
.fs_afrisfrs_filtr_main_item_fig{
  width: 100%;
  float: left;
  position: relative;
}
.fs_afrisfrs_filtr_main_item_fig img{
  width: 100%;
  object-fit: cover;
}
.fs_afrisfrs_filtr_main_item_dtls{
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 15px 10px 15px;
}
.fs_afrisfrs_filtr_main_item_dtls .fs_pkgs_days_pric{
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
}
.fs_afrisfrs_filtr_main_item_dtls .fs_pkgs_days_pric h6{
    font-family: 'quasimoda', sans-serif;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #212516;
    text-transform: uppercase;
    padding: 10px 15px 0;
    line-height: inherit;
    margin: 0;
    letter-spacing: 1px;
    *border-left: 1px solid #808080;
    *border-right: 1px solid #808080;
    width: 100%;
}
.fs_afrisfrs_filtr_main_item_dtls .fs_pkgs_descp{
  width: 100%;
  float: left;
  position: relative;
}
.fs_afrisfrs_filtr_main_item_dtls .fs_pkgs_descp h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0 0 0px 0;
    line-height: inherit;
    margin: 0;
    min-height: 55px;
    *white-space: nowrap; 
    *text-overflow: ellipsis; 
    *overflow: hidden;
}
.fs_afrisfrs_filtr_main_item_dtls .fs_pkgs_descp p {
  margin: 0;
  padding: 7px 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.fs_afrisfrs_filtr_main_item_dtls .fs_pkgs_descp .fs_txt_title {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
.fs_afrisfrs_filtr_main_item_dtls .fs_pkgs_descp .fs_txt_cnt {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #484848;
    text-transform: capitalize;
    padding: 0;
    line-height: inherit;
    margin: 0 0 0 5px;
}
.fs_afrisfrs_filtr_main_item_dtls .fs_pkgs_descp .fs_txt_icn {
    width: 20px;
    height: 20px;
    line-height: 17px;
    border-radius: 50%;
    background: #666767;
    text-align: center;
    padding: 0;
    margin: 0 0px 0 5px;
}
.fs_afrisfrs_filtr_main_item_dtls .fs_pkgs_descp .fs_txt_icn i {
  color: #fff;
  font-size: 10px;
}
.fs_afrisfrs_filtr_main_item .fs_fetred{
    width: fit-content;
    float: left;
    position: absolute;
    padding: 5px 10px;
    background: #212516;
    left: 0;
    top: 15px;
}
.fs_afrisfrs_filtr_main_item .fs_fetred h5{
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0;
    line-height: inherit;
    margin: 0;
    letter-spacing: 2px;
}
.fs_afrisfrs_filtr_show_btn {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.fs_afrisfrs_filtr_show_btn .fs_btn_all_brdr {
  width: 100%;
  float: left;
  background: transparent;
  border: 2px solid #d3ad89;
  padding: 12px 12px;
  color: #d3ad89;
  text-transform: uppercase;
  font-weight: 700;
}
.fs_afrisfrs_filtr_show_btn .fs_btn_all_brdr:hover {
  background: #d3ad89;
  border: 2px solid #d3ad89;
  color: #fff;
}
#fs_ovrlndexpdsn_ovrvw_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.fs_ovrlndexpdsn_ovrvw_card{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 15px;
}
.fs_ovrlndexpdsn_ovrvw_descp{
  width: 100%;
  float: left;
  position: relative;
}
.fs_ovrlndexpdsn_ovrvw_descp p{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: 1.7;
    margin: 0;
}
#fs_ovrlndexpdsn_lndng_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 0 10px 0;
}
.fs_ovrlndexpdsn_lndng_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_ovrlndexpdsn_lndng_box{
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0;
  overflow: hidden;
}
.fs_ovrlndexpdsn_lndng_box_fig{
  width: 100%;
  float: left;
  position: relative;
}
.fs_ovrlndexpdsn_lndng_box_fig img{
  width: 100%;
  object-fit: cover;
  -webkit-filter: brightness(76%);
  filter: brightness(76%);
  -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_ovrlndexpdsn_lndng_box_fig .fs_dstnsn{
    width: fit-content;
    float: left;
    position: absolute;
    padding: 5px 10px;
    background: #212516;
    left: 15px;
    top: 15px;
}
.fs_ovrlndexpdsn_lndng_box_fig .fs_dstnsn h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0;
    line-height: inherit;
    margin: 0;
    letter-spacing: 2px;
}
.fs_ovrlndexpdsn_lndng_box_dtls{
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
}
.fs_ovrlndexpdsn_lndng_box_dtls_info{
  width: 100%;
  float: left;
  position: relative;
  padding: 0 15px 20px 15px;
}
.fs_ovrlndexpdsn_lndng_box_dtls_info h3{
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    padding: 0 0 0px 0;
    line-height: inherit;
    margin: 0;
} 
.fs_ovrlndexpdsn_lndng_box_dtls_info .fs_days_price{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 30px;
}
.fs_ovrlndexpdsn_lndng_box_dtls_info .fs_days{
  width: fit-content;
  float: left;
  position: relative;
}
.fs_ovrlndexpdsn_lndng_box_dtls_info .fs_days h6{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
.fs_ovrlndexpdsn_lndng_box_dtls_info .fs_price{
  width: fit-content;
  float: left;
  position: relative;
}
.fs_ovrlndexpdsn_lndng_box_dtls_info .fs_price h6{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
.c-brk-line {
    position: relative;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
        -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_ovrlndexpdsn_lndng_box:hover .fs_ovrlndexpdsn_lndng_box_fig img{
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
}
.fs_ovrlndexpdsn_lndng_box:hover .c-brk-line{
    transform: translate3d(0px, 0px, 0px) scale3d(0, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: .74;
}
#fs_hsbtexp_ovrvw_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.fs_hsbtexp_ovrvw_card{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 15px;
}
.fs_hsbtexp_ovrvw_descp{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hsbtexp_ovrvw_descp p{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: 1.7;
    margin: 0;
}
#fs_hsbtexp_lndng_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 0 10px 0;
}
.fs_hsbtexp_lndng_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hsbtexp_lndng_box{
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0;
  overflow: hidden;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_hsbtexp_lndng_box:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 45%;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.fs_hsbtexp_lndng_box_fig{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hsbtexp_lndng_box_fig img{
  width: 100%;
  object-fit: cover;
}
.fs_hsbtexp_lndng_box_dtls{
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.fs_hsbtexp_lndng_box_dtls_info{
  width: 100%;
  float: left;
  position: relative;
  padding: 0 15px 20px 20px;
}
.fs_hsbtexp_lndng_box_dtls_info h3{
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    padding: 0 0 10px 0;
    line-height: inherit;
    margin: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
} 
.fs_hsbtexp_lndng_box_dtls_info p{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    text-transform: inherit;
    padding: 0 0 0px 0;
    line-height: inherit;
    margin: 0;
    position: relative;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
} 
.fs_hsbtexp_lndng_box_dtls_info p:before {
  content: '\f1b0';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 5px;
      -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_hsbtexp_lndng_box:hover .fs_hsbtexp_lndng_box_dtls_info h3, .fs_hsbtexp_lndng_box:hover .fs_hsbtexp_lndng_box_dtls_info p{
  color: #212516;
}
#fs_itnrypg_ovrvw_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.fs_itnrypg_ovrvw_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_itnrypg_ovrvw_left{
  width: 100%;
  float: left;
  position: relative;
}
.fs_itnrypg_ovrvw_decsp{
  width: 100%;
  float: left;
  position: relative;
}
.fs_itnrypg_ovrvw_decsp h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_itnrypg_ovrvw_decsp h4 {
    font-family: 'quasimoda', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_itnrypg_ovrvw_decsp h5 {
    font-family: 'quasimoda', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_itnrypg_ovrvw_decsp p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_itnrypg_ovrvw_hilghts{
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 0 0 0;
}
.fs_itnrypg_ovrvw_hilghts ul{
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fs_itnrypg_ovrvw_hilghts ul li{
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  list-style-type: none;
  display: block;
  margin: 0 0 10px 30px;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  color: #484848;
  text-transform: inherit;
  line-height: inherit;
}
.fs_itnrypg_ovrvw_hilghts ul li:before {
    content: "";
    background: url(../images/check-highlights.svg);
    height: 14px;
    width: 18px;
    background-size: cover;
    display: block;
    margin-right: 0rem;
    position: absolute;
    left: -28px;
    top: 6px;
}
.fs_itnrypg_ovrvw_hilghts p{
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0; 
}
.fs_itnrypg_ovrvw_hilghts h4{
    font-family: 'quasimoda', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0 0 10px 0;
    line-height: inherit;
    margin: 0;  
}  
.fs_itnrypg_ovrvw_rght{
  width: 100%;
  float: left;
  position: relative;
  height: 590px;
  display: none;
}
.fs_itnrypg_ovrvw_rght_fig_one{
  width: 80%;
  float: left;
  position: absolute;
  box-shadow: 1px 1px 39px 0px rgb(0 0 0 / 21%);
  background: #fff;
  padding: 1.8rem;
  margin: 1rem;
  transform: rotate(10deg);
  transition: all ease-in-out 1s;
  right: 0;
  top: 10rem;
  opacity: 1;
}
.fs_itnrypg_ovrvw_rght_fig_one img {
  width: 100%;
  object-fit: cover;
}
.fs_itnrypg_ovrvw_rght_fig_two{
  width: 80%;
  float: left;
  position: absolute;
  box-shadow: 1px 1px 39px 0px rgb(0 0 0 / 21%);
  background: #fff;
  padding: 1.8rem;
  margin: 1rem;
  transform: rotate(-10deg) scale(0.9);
  transition: all ease-in-out 1s;
  left: 0;
  top: 0rem;
  opacity: 1;
  z-index: 1;
}
.fs_itnrypg_ovrvw_rght_fig_two img {
  width: 100%;
  object-fit: cover;
}
.fs_itnrypg_ovrvw_rght_fig_three{
  width: 85%;
  float: left;
  position: absolute;
  box-shadow: 1px 1px 39px 0px rgb(0 0 0 / 21%);
  background: #fff;
  padding: 1.8rem;
  margin: 1rem;
  transform: rotate(14deg) scale(0.7);
  transition: all ease-in-out 1s;
  top: 20rem;
  left: 2rem;
  opacity: 1;
  z-index: 1;
}
.fs_itnrypg_ovrvw_rght_fig_three img {
  width: 100%;
  object-fit: cover;
}
#fs_itnry_allpkgs_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.fs_itnry_allpkgs_strp{
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 0 15px 0;
  background: #212516;
}
.fs_itnry_allpkgs_strp a {
  width: 100%;
  float: left;
  position: relative;
    font-family: 'Poppins', sans-serif;
    color: #2d3a52;
    padding: 0;
    position: relative;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_itnry_allpkgs_strp a:hover {
  color: #fff;
}
.fs_itnry_allpkgs_wrap{
  width: 100%;
  float: left;
  position: relative;
  background: #d3ad89;
}
.fs_itnry_allpkgs_wrap_rght{
  width: 50%;
  float: left;
  position: relative;
}
.fs_itnry_allpkgs_wrap_rght_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_itnry_allpkgs_wrap_rght_card iframe{
  width: 100%;
  height: 695px;
  float: left;
  position: relative;
}
.fs_itnry_allpkgs_wrap_rght_card iframe .gm-style .place-card-large {
    display: none !important;
}
.fs_itnry_allpkgs_wrap_left{
  width: 50%;
  float: left;
  position: relative;
  background: #d3ad89;
}
.fs_itnry_allpkgs_wrap_left_all{
  width: 100%;
  float: left;
  position: relative;
}
.fs_itnry_allpkgs_wrap_left_title{
  width: 100%;
  float: left;
  position: relative;
  padding: 40px 60px 0px 60px;
}
.fs_itnry_allpkgs_wrap_left_title h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    text-transform: inherit;
    padding: 0px 0 5px 0;
    line-height: inherit;
    margin: 0;
}
.fs_itnry_allpkgs_wrap_left_title h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #bf8f00;
    text-transform: capitalize;
    padding: 0 0 30px 0;
    line-height: inherit;
    margin: 0;
    border-bottom: 1px solid #212516;
}
.fs_itnry_allpkgs_wrap_scroll{
  width: 100%;
  height: 550px;
  float: left;
  position: relative;
  overflow: auto;
  padding: 0 60px;
}
.fs_itnry_allpkgs_wrap_left_all:after {
    content: "";
    background: linear-gradient(to bottom, transparent 0%, transparent 0%, #d3ad89 100%, rgba(35, 31, 32, 0.65) 100%);
    position: absolute;
    width: 100%;
    height: 40rem;
    bottom: 0rem;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.fs_itnry_allpkgs_wrap_scroll_contner{
  width: 100%;
  float: left;
  position: relative;
}
.fs_itnry_days {
  width: 100%;
  float: left;
  position: relative;  
  background-repeat: repeat-y;
  border-bottom: 1px solid #212516;
  margin: 15px 0;
}
.fs_itnry_days:before {
    background: url(../images/border-left.png);
    content: "";
    position: absolute;
    left: -3.4rem;
    top: 4rem;
    bottom: -5rem;
    width: 4px;
}
.fs_itnry_nmbr {
    transition: all ease-in-out 0.3s;
    position: absolute;
    left: -5rem;
    font-weight: bold;
    border: 1px solid #504c4d;
    background: none;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    line-height: 3.5rem;
    top: -.4rem;
    border-radius: 50%;
    background: #d3ad89;
    z-index: 1;
}
.fs_itnry_nmbr h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0;  
}
.fs_itnry_nmbr:hover {
    color: #fff;
    background: #212516;
    border: 1px solid #212516;
}
.fs_itnry_days_curent {
    color: #fff;
    background: #212516;
    border: 1px solid #212516;
}
.fs_itnry_days_dtls {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  gap: 20px;
}
.fs_itnry_days_dtls_descp {
  width: 100%;
  float: left;
  position: relative;
}
.fs_itnry_days_dtls_descp h4 {
    font-family: 'quasimoda', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    text-transform: inherit;
    padding: 0px 0 15px 0;
    line-height: inherit;
    margin: 0;
    letter-spacing: 0.8px;
}
.fs_itnry_days_dtls_descp p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_itnry_days_dtls_descp p strong {
    font-weight: 700;
}
.fs_itnry_days_dtls_descp ul {
    width: 100%;
    position: relative;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.fs_itnry_days_dtls_descp li {
    display: block;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    line-height: inherit;
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    float: left;
    width: 100%;
    position: relative;
    padding-left: 35px;
    margin: 5px 0;
}
.fs_itnry_days_dtls_descp li:before {
    content: '\f111';
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    color: #212516;
    font-size: 11px;
}
.fs_itnry_days_dtls_fig {
  width: 30%;
  float: left;
  position: relative;
  margin-top: 50px;
}
.fs_itnry_days_dtls_fig img {
  width: 100%;
  object-fit: cover;
  border: 5px solid #fff;
}
.fs_itnry_allpkgs_wrap ::-webkit-scrollbar {
  width: 0px;
}
#fs_itnry_incexcl_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 50px 0;
  margin: 0 0 10px 0;
  background: #eeeeee;
  page-break-before: always;
}
.fs_itnry_incexcl_sec_card{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  gap: 30px;
}
.fs_itnry_incexcl_box{
  width: 100%;
  float: left;
  position: relative;
}
.fs_itnry_incexcl_box_title{
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
}
.fs_itnry_incexcl_box_title h4 {
    font-family: 'quasimoda', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: inherit;
    padding: 0 0 0px 0;
    line-height: inherit;
    margin: 0;
}
.fs_itnry_incl_list{
  width: 100%;
  float: left;
  position: relative;
}
.fs_itnry_incl_list ul{
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fs_itnry_incl_list ul li{
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 10px 0px;
    padding: 0 0 0 25px;
    list-style-type: none;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    line-height: inherit;
}
.fs_itnry_incl_list ul li:before {
    content: "";
    background: url(../images/check-incl.svg);
    height: 1.2rem;
    width: 1.5rem;
    background-size: cover !important;
    display: inline-block;
    *margin-right: 1rem;
    position: absolute;
    left: 0;
    top: 8px;
}
.fs_itnry_excl_list{
  width: 100%;
  float: left;
  position: relative;
}
.fs_itnry_excl_list ul{
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fs_itnry_excl_list ul li{
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 10px 0px;
    padding: 0 0 0 25px;
    list-style-type: none;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    line-height: inherit;
}
.fs_itnry_excl_list ul li:before {
    content: "";
    background: url(../images/cross-excl.svg);
    height: 1.2rem;
    width: 1.2rem;
    background-size: cover !important;
    display: inline-block;
    *margin-right: 1rem;
    position: absolute;
    left: 0;
    top: 8px;;
}
#fs_itnry_bkngfrm_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 50px 0;
  margin: 0 0 10px 0;
  /*background: url(../images/itnry-bkngfrm-bg.jpg);*/
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5) ), url(../images/itnry-bkngfrm-bg.jpg);
  background-size: cover;
  /*-webkit-filter: blur(20px);
  filter: blur(20px);*/
  transition: all ease-in-out 1.2s;
}
.fs_itnry_bkngfrm_card{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 30px;
}
#fs_itnry_bkngfrm_sec .fs_hdng_cntr h2 {
  color: #fff;
}
#fs_itnry_bkngfrm_sec .fs_hdng_cntr h3 {
  color: #fff;
}
.fs_itnry_bkngfrm_card form {
  width: 100%;
  float: left;
  position: relative;  
}
.fs_itnry_bkngfrm_card_box{
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 15px;
}
.fs_itnry_bkngfrm_card_box_title{
    width: 100%;
  float: left;
  position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5rem;
    -ms-flex-align: center;
    align-items: center;
    background: #fbfbfb;
    border-bottom: 1px solid #e9e9e9;
}
.fs_itnry_bkngfrm_card_box_title h5 {
    font-family: 'quasimoda', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
.fs_itnry_bkngfrm_frm_all{
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 20px;
}
.fs_itnry_bkngfrm_frm_flx{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 20px;
}
.fs_itnry_bkngfrm_frm_item{
  width: 100%;
  float: left;
  position: relative;
}
.fs_itnry_bkngfrm_frm_item input {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
    color: #666;
    font-size: 16px;
    text-align: left;
    padding: 0 0 0 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fs_itnry_bkngfrm_frm_item input:hover {
    border: 1px solid #212516;
}
.fs_itnry_bkngfrm_frm_item input:focus {
    border: 1px solid #212516;
    outline: 1px solid #212516;
}
.fs_itnry_bkngfrm_frm_item select {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
    color: #666;
    font-size: 16px;
    text-align: left;
    padding: 0 0 0 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fs_itnry_bkngfrm_frm_item select:hover {
    border: 1px solid #212516;
}
.fs_itnry_bkngfrm_frm_item select:focus {
    border: 1px solid #212516;
    outline: 1px solid #212516;
}
.fs_itnry_bkngfrm_frm_item textarea {
    width: 100%;
    height: 180px;
    float: left;
    position: relative;
    color: #666;
    font-size: 16px;
    text-align: left;
    padding: 15px 0 0 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fs_itnry_bkngfrm_frm_item textarea:hover {
    border: 1px solid #212516;
}
.fs_itnry_bkngfrm_frm_item textarea:focus {
    border: 1px solid #212516;
    outline: 1px solid #212516;
}
.fs_itnry_bkngfrm_frm_btn{
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.fs_itnry_bkngfrm_frm_btn .fs_btn_all_frm {
    width: fit-content;
    float: none;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background: #212516;
    color: #d3ad89;
    border: 1px solid #212516;
    outline: none;
    padding: 12px 50px;
    margin: 10px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    border-radius: 2px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fs_itnry_bkngfrm_frm_btn .fs_btn_all_frm:hover {
    background: #d3ad89;
    color: #fff;
    border: 1px solid #d3ad89;
}
#fs_htldgs_ovrvw_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.fs_htldgs_ovrvw_card{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 15px;
}
.fs_htldgs_ovrvw_descp{
  width: 100%;
  float: left;
  position: relative;
}
.fs_htldgs_ovrvw_descp p{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: 1.7;
    margin: 0;
}
#fs_htldgs_fltr_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 25px 0 10px 0;
}
#fs_htldgs_fltr_sec .no_gutters {
    margin-right: 0;
    margin-left: 0;
}
#fs_htldgs_fltr_sec .no_gutters>.col, #fs_htldgs_fltr_sec .no_gutters>[class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
}
.fs_htldgs_fltr_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_htldgs_fltr_sbar_all{
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 15px;
  background: #f2f2f2;
}
.fs_htldgs_fltr_sbar_all_title{
  width: 100%;
  float: left;
  position: relative;
}
.fs_htldgs_fltr_sbar_all_title h3{
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0px 0 20px 0;
    line-height: inherit;
    margin: 0;
}
.fs_htldgs_fltr_sbar_all_acrdn{
  width: 100%;
  float: left;
  position: relative;
}
.fs_htldgs_fltr_sbar_all_acrdn .panel-body {
    padding: 0px 0;
}
.fs_htldgs_fltr_sbar_all_acrdn .panel-group {
    margin-bottom: 0px;
}
.fs_htldgs_fltr_sbar_all_acrdn .panel {
    margin-bottom: 10px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fs_htldgs_fltr_sbar_all_acrdn .panel-default {
    border-color: transparent;
    border-radius: 0px;
}
.fs_htldgs_fltr_sbar_all_acrdn .panel-heading {
  padding: 0;
  border:0;
}
.fs_htldgs_fltr_sbar_all_acrdn .panel-title>a, .fs_htldgs_fltr_sbar_all_acrdn .panel-title>a:active{
  font-family: 'Raleway', sans-serif;
  display:block;
  padding:15px;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:1px;
  word-spacing:0px;
  text-decoration:none;
  background: #d3ad89;
  border-radius: 4px;
  border: 1px solid #d3ad89;
}
.fs_htldgs_fltr_sbar_all_acrdn .panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.fs_htldgs_fltr_sbar_all_acrdn .panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fs_htldgs_fltr_sbar_list, .fs_htldgs_fltr_sbar_list_two{
  width: 100%;
  float: left;
  position: relative;
}
.fs_htldgs_fltr_sbar_list ul, .fs_htldgs_fltr_sbar_list_two ul{
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fs_htldgs_fltr_sbar_list ul li, .fs_htldgs_fltr_sbar_list_two ul li{
  width: 100%;
  float: left;
  position: relative;
  padding: 12px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  list-style-type: none;
  margin: 0 0 0px 0px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #484848;
  text-transform: inherit;
  line-height: inherit;
  background: #fff;
  cursor: pointer;
}
.fs_htldgs_fltr_sbar_list ul li a, .fs_htldgs_fltr_sbar_list_two ul li a {
  color: #f2a108;
}
.fs_htldgs_fltr_main, .fs_htldgs_fltr_main_two{
  width: 100%;
  float: left;
  position: relative;
  padding-left: 40px;
}
.fs_htldgs_fltr_main_new{
  width: 100%;
  float: left;
  position: relative;
}
.fs_htldgs_fltr_main_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_htldgs_fltr_main_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_htldgs_fltr_main_card_top{
  width: 100%;
  float: left;
  position: relative;
}
.fs_htldgs_fltr_main_card_top_title{
  width: 100%;
  float: left;
  position: relative;
  background: url(../images/dotted.png) repeat-x center;
}
.fs_htldgs_fltr_main_card_top_title h4 {
    position: relative;
    display: inline-block;
    background-color: #FFF;
    padding-right: 15px;
    margin-bottom: 0;
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    font-size: 24px;
    font-family: 'Raleway',sans-serif;
    box-sizing: border-box;
        text-transform: capitalize;
}
.fs_htldgs_fltr_main_card_botom{
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 0 30px 0;
}
.fs_htldgs_fltr_main_card_botom_fig{
  width: 40%;
  float: left;
  position: relative;
  margin: 0 20px 5px 0;
}
.fs_htldgs_fltr_main_card_botom_fig img{
  width: 100%;
  object-fit: cover;
}
.fs_htldgs_fltr_main_card_botom_descp{
  /*width: 60%;
  float: left;
  position: relative;
  padding-left: 20px;*/
}
.fs_htldgs_fltr_main_card_botom_descp p{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 10px 0;
    line-height: inherit;
    margin: 0;
}
.fs_htldgs_fltr_main_boxs_all{
  width: 100%;
  float: left;
  position: relative;
}
.fs_htldgs_fltr_main_box_htl{
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0;
  border: 1px solid #ccc;
}
.fs_htldgs_fltr_main_box_htl_fig{
  width: 100%;
  float: left;
  position: relative;
}
.fs_htldgs_fltr_main_box_htl_fig img{
  width: 100%;
  *object-fit: cover;
}
.fs_htldgs_fltr_main_box_htl_info{
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 10px;
}
.fs_htldgs_fltr_main_box_htl_info h5{
    font-family: 'quasimoda', sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0;
    line-height: inherit;
    margin: 0;
    min-height: 58px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
#fs_actvtypg_ovrvw_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.fs_actvtypg_ovrvw_card{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 15px;
}
.fs_actvtypg_ovrvw_descp{
  width: 100%;
  float: left;
  position: relative;
}
.fs_actvtypg_ovrvw_descp p{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: 1.7;
    margin: 0;
}
#fs_actvtypg_lndng_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 0 10px 0;
}
.fs_actvtypg_lndng_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_actvtypg_lndng_box{
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0;
}
.fs_actvtypg_lndng_box_fig{
  width: 100%;
  float: left;
  position: relative;
  border-radius: 5px;
}
.fs_actvtypg_lndng_box_fig img{
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.fs_actvtypg_lndng_box_info{
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 0;
}
.fs_actvtypg_lndng_box_info_title{
  width: 100%;
  float: left;
  position: relative;
}
.fs_actvtypg_lndng_box_info_title h3{
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    margin: 0;
    min-height: 62px;
}
.fs_actvtypg_lndng_box_info_title_dstnsn{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 0px;
  padding: 5px 0 15px 0;
}
.fs_actvtypg_lndng_box_info_title_dstnsn h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
.fs_actvtypg_lndng_box_info_title_dstnsn h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0;  
    position: relative;
}
.fs_actvtypg_lndng_box_info_title_dstnsn h5:before {
    content: '';
    background: #474747;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.fs_actvtypg_lndng_box_icntxt{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 5px;
}
.fs_actvtypg_lndng_box_icntxt_icn{
  width: 50px;
  float: none;
  position: relative;
  margin: 0 auto;
}
.fs_actvtypg_lndng_box_icntxt_icn img{
  width: 100%;
  object-fit: cover;
}
.fs_actvtypg_lndng_box_icntxt_dtls{
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 10px 0 10px;
}
.fs_actvtypg_lndng_box_icntxt_dtls h4{
    font-family: 'quasimoda', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #484848;
    text-transform: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
#fs_hlbh_elh_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 0px 0;
  /* border-bottom: 1px solid #dbdbdb; */
}
.fs_hlbh_elh_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlbh_elh_left{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlbh_elh_left h3{
    font-family: 'quasimoda', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0px 0 15px 0;
    line-height: 1.4;
    margin: 0;
}
.fs_hlbh_elh_left p{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: #26272c;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: 32px;
    margin: 0;
}
.fs_hlbh_elh_left_btn{
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.fs_hlbh_elh_left_btn .fs_btn_all {
    padding: 12px 40px;
    text-transform: uppercase;
    margin: 0;
}
.fs_hlbh_elh_rght{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlbh_elh_rght_fig{
  width: 100%;
  float: left;
  position: relative;
  height: 100%;
}
.fs_hlbh_elh_rght_fig img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.fs_hlbh_elh_rght .owl-dots {
    width: 100%;
    float: left;
    position: absolute;
    text-align: center;
    bottom: 30px;
    margin-top: 20px;
}
.fs_hlbh_elh_rght button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    margin: 0px 2px;
    outline: none;
}
.fs_hlbh_elh_rght button.owl-dot.active {
    background: #212516;
    width: 10px;
    height: 10px;
}
.fs_hlbh_elh_rght .owl-nav {
    position: absolute;
    top: 45%;
    left: 0%;
    width: 100%;
    padding: 0 0px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_hlbh_elh_rght .owl-nav .owl-prev{
    background: #f1f1f1 !important;
    color: #d3ad89 !important;
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_hlbh_elh_rght .owl-nav .owl-prev:hover {
  background: #212516 !important;
}
.fs_hlbh_elh_rght .owl-nav .owl-next{
    background: #f1f1f1 !important;
    color: #d3ad89 !important;
    float: right;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_hlbh_elh_rght .owl-nav .owl-next:hover {
  background: #212516 !important;
}
.fs_hlbh_elh_rght:hover .owl-nav{
  visibility: visible;
  opacity: 1;
}
#fs_hlbh_hivtm_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 40px 0;
  border-bottom: 1px solid #dbdbdb;
}
.fs_hlbh_hivtm_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlbh_hivtm_left{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlbh_hivtm_title{
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 20px;
}
.fs_hlbh_hivtm_title h3{
    font-family: 'quasimoda', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    margin: 0;
}
.fs_hlbh_hivtm_lists{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlbh_hivtm_lists ul{
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fs_hlbh_hivtm_lists ul li{
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0 10px 30px;
  list-style-type: none;
  display: block;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  color: #484848;
  text-transform: inherit;
  line-height: inherit;
}
.fs_hlbh_hivtm_lists ul li:before {
    content: "";
    background: url(../images/check-highlights.svg);
    height: 14px;
    width: 18px;
    background-size: cover;
    display: block;
    margin-right: 0rem;
    position: absolute;
    left: 0px;
    top: 6px;
}
.fs_hlbh_hivtm_rght{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlbh_hivtm_rght_map{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlbh_hivtm_rght_map iframe{
  width: 100%;
  height: 350px;
  float: left;
  position: relative;
}
#fs_hlbh_abthro_sec{
  width: 100%;
  float: left;
  position: relative;
  /* padding: 50px 0 50px 0; */
  
}
.fs_hlbh_abthro_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlbh_abthro_left{
  width: 60%;
  float: left;
  position: relative;
  padding-right: 20px;
}
.fs_hlbh_abthro_left_full{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlbh_abthro_left_full_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlbh_abthro_left_full_card_fig{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlbh_abthro_left_full_card_fig img{
  width: 100%;
  object-fit: cover;
}
.fs_hlbh_abthro_left_full_card_ovrly{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.fs_hlbh_abthro_left_full_card_info{
  width: auto;
  float: left;
  position: relative;
  padding: 15px 30px;
  background: rgba(0,0,0,0.5);
}
.fs_hlbh_abthro_left_full_card_info h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    color: #212516;
    text-transform: inherit;
    padding: 0px 0 10px 0;
    line-height: inherit;
    margin: 0;
}
.fs_hlbh_abthro_left_full_card_info h4 {
    font-family: 'quasimoda', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-transform: inherit;
    padding: 0px 0 5px 0;
    line-height: inherit;
    margin: 0;
}
.fs_hlbh_abthro_left_full_card_info p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: inherit;
    padding: 0 0 10px 0;
    line-height: inherit;
    margin: 0;
}
.fs_hlbh_abthro_rght{
  width: 40%;
  float: left;
  position: relative;
  padding-left: 20px;
}
.fs_hlbh_abthro_rght_full{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlbh_abthro_rght_full iframe{
  width: 100%;
  height: 416px;
  float: left;
  position: relative;
}
.fs_hlbh_abthro_rght_full h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0px 0 15px 0;
    line-height: 1.4;
    margin: 0;
}
.fs_hlbh_abthro_rght_full p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_hlbh_abthro_left_full .owl-nav {
    position: absolute;
    top: 45%;
    left: 0%;
    width: 100%;
    padding: 0 0px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_hlbh_abthro_left_full .owl-nav .owl-prev{
    background: rgba(0,0,0,0.5) !important;
    color: #fff !important;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 0%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_hlbh_abthro_left_full .owl-nav .owl-prev:hover {
  background: #212516 !important;
}
.fs_hlbh_abthro_left_full .owl-nav .owl-next{
    background: rgba(0,0,0,0.5) !important;
    color: #fff !important;
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 0%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_hlbh_abthro_left_full .owl-nav .owl-next:hover {
  background: #212516 !important;
}
#fs_hlbh_actfac_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.fs_hlbh_actfac_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlbh_actfac_box{
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlbh_actfac_box_title{
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 20px;
}
.fs_hlbh_actfac_box_title h3{
    font-family: 'quasimoda', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    margin: 0;
}
.fs_hlbh_actfac_box_lists{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
.fs_hlbh_actfac_box_lists_item{
  width: 45%;
  float: left;
  position: relative;
  margin: 5px 0;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 10px;
}
.fs_hlbh_actfac_box_lists_item h5{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: capitalize;
    padding: 0;
    line-height: inherit;
    margin: 0;
    width: -webkit-fill-available;
}
.fs_hlbh_actfac_box_lists_item_icn{
  width: 26px;
  float: left;
  position: relative;
}
.fs_hlbh_actfac_box_lists_item_icn img{
  width: 100%;
  object-fit: cover;
}
.fs_lists_3box{
  gap: 15px 15px;
}
.fs_lists_3box_item{
  width: 18%;
}
#fs_abt_wlcm_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.fs_abt_wlcm_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_abt_wlcm_left{
  width: 100%;
  float: left;
  position: relative;
}
.fs_abt_wlcm_left_fig{
  width: 100%;
  float: left;
  position: relative;
}
.fs_abt_wlcm_left_fig img{
  width: 100%;
  object-fit: cover;
}
.fs_abt_wlcm_left_fig_cnvs {
    position: absolute;
    left: -13%;
    top: -9%;
    right: 13%;
    bottom: 44%;
    background-image: url(../images/abt-wlcm-bg.svg),-webkit-gradient(linear,left top,left bottom,from(#f6f6ed),to(#f6f6ed));
    background-image: url(../images/abt-wlcm-bg.svg),linear-gradient(180deg,#f6f6ed,#f6f6ed);
    background-position: 100% 50%,0 0;
    background-size: 190px,auto;
    background-repeat: repeat,repeat;
    background-attachment: scroll,scroll;
    opacity: .15;
}
.fs_abt_wlcm_rght{
  width: 100%;
  float: left;
  position: relative;
}
.fs_abt_wlcm_rght_dtls{
  width: 100%;
  float: left;
  position: relative;
}
.fs_abt_wlcm_rght_dtls h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-align: left;
    color: #212516;
    text-transform: uppercase;
    padding: 0px;
    line-height: 1.4;
    margin: 0;
}
.fs_abt_wlcm_rght_dtls p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_abt_wlcm_rght_dtls h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #bf8f00;
    text-transform: capitalize;
    padding: 0 0 10px 0;
    line-height: inherit;
    margin: 0;
}


.fs_abt_wlcm_rght_dtls-about{
  width: 100%;
  float: left;
  position: relative;
}
.fs_abt_wlcm_rght_dtls-about h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 33px;
    font-weight: 500;
    text-align: left;
    color: #8c573a;
    text-transform: uppercase;
    padding: 0px;
    line-height: 1.4;
    margin: 0;
}
.fs_abt_wlcm_rght_dtls-about span {
  font-size: 21px;
  color: #bf703f;
  margin: 0;
}
.fs_abt_wlcm_rght_dtls-about .popup-list {
  font-size: 16px;
  padding-top: 16px;
  padding: 0px;
  margin: 0;
  padding-left: 20px;
}
.fs_abt_wlcm_rght_dtls-about .popup-list li{
  padding-top: 10px;
  padding-bottom: 10px;
}
.fs_abt_wlcm_rght_dtls-about .popup-list i {
  color: #f5ae00;
}
.fs_abt_wlcm_rght_dtls-about h4 {
  font-family: 'quasimoda', sans-serif;
  font-size: 23px;
  font-weight: 500;
  text-align: left;
  color: #3b2111;
  text-transform: uppercase;
  padding: 0px;
  line-height: 1.4;
  margin: 0;
}
.fs_abt_wlcm_rght_dtls-about p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #d3ad89;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_abt_wlcm_rght_dtls-about h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #8c573a;
    text-transform: capitalize;
    padding: 0 0 10px 0;
    line-height: inherit;
    margin: 0;
}



#fs_abt_ourstry_sec{
  width: 100%;
  float: left;
  position: relative;
  /* padding: 140px 0 10px 0; */
}
.fs_abt_ourstry_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_abt_ourstry_rght{
  width: 100%;
  float: left;
  position: relative;
}
.fs_abt_ourstry_rght_fig{
  width: 100%;
  float: left;
  position: relative;
}
.fs_abt_ourstry_rght_fig img{
  width: 100%;
  object-fit: cover;
}
.fs_abt_ourstry_rght_fig_cnvs {
    position: absolute;
    left: 13%;
    top: -9%;
    right: -13%;
    bottom: 44%;
    background-image: url(../images/abt-wlcm-bg.svg),-webkit-gradient(linear,left top,left bottom,from(#f6f6ed),to(#f6f6ed));
    background-image: url(../images/abt-wlcm-bg.svg),linear-gradient(180deg,#f6f6ed,#f6f6ed);
    background-position: 100% 50%,0 0;
    background-size: 190px,auto;
    background-repeat: repeat,repeat;
    background-attachment: scroll,scroll;
    opacity: .15;
}
.fs_abt_ourstry_lft{
  width: 100%;
  float: left;
  position: relative;
}
.fs_abt_ourstry_lft_dtls{
  width: 100%;
  float: left;
  position: relative;
}
.fs_abt_ourstry_lft_dtls h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 56px;
    font-weight: 500;
    text-align: left;
    color: #212516;
    text-transform: uppercase;
    padding: 0px;
    line-height: 1.4;
    margin: 0;
}
.fs_abt_ourstry_lft_dtls p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_abt_ourstry_lft_dtls h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #bf8f00;
    text-transform: capitalize;
    padding: 0 0 10px 0;
    line-height: inherit;
    margin: 0;
}
#fs_our_team_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.fs_our_team_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_our_team_box{
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0;
}
.fs_our_team_box_fig{
  width: 100%;
  float: left;
  position: relative;
}
.fs_our_team_box_fig img{
  width: 100%;
  object-fit: cover;
}
.fs_our_team_box_dtls{
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 10px 10px 10px;
  /* background-color: #f5ae00; */
}
.fs_our_team_box_dtls h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: inherit;
    padding: 0px 0 5px 0;
    line-height: inherit;
    margin: 0;
}
.fs_our_team_box_dtls p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #3b2111;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_our_team_box_dtls h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #f5ae00;
    text-transform: capitalize;
    padding: 0 0 10px 0;
    line-height: inherit;
    margin: 0;
}
.fs_our_team_box_dtls_btn{
  width: 100%;
  float: left;
  position: relative;
  padding: 5px 0 10px 0;
  text-align: left;
}
.fs_our_team_box_dtls_btn a {
  font-family: 'quasimoda', sans-serif;
  background: #3b2111;
  border: 1px solid #3b2111;
  color: #fff;
  letter-spacing: 0.4px;
  padding: 12px 30px;
  position: relative;
  border-radius: 30px;
  z-index: 0;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  float: none;
  outline: none;
  width: fit-content;
  margin: 0 5px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.fs_our_team_box_dtls_btn a:hover {
    color: #d3ad89;
}
#fs_abt_vehcl_sec{
  width: 100%;
  float: left;
  position: relative;
  margin: 50px 0 10px 0;
  background: #f9f9f9;
}
.fs_abt_vehcl_left{
  width: 50%;
  float: left;
  position: relative;
}
.fs_abt_vehcl_left_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_abt_vehcl_left_card_fig{
  width: 100%;
  float: left;
  position: relative;
}
.fs_abt_vehcl_left_card_fig img{
  width: 100%;
  object-fit: cover;
}
.fs_abt_vehcl_rght{
  width: 50%;
  float: left;
  position: relative;
}
.fs_abt_vehcl_rght_card{
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 10% 30px 10%;
}
.fs_abt_vehcl_rght_card h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 20px 0;
    line-height: 1.4;
    margin: 0;
}
.fs_abt_vehcl_rght_card p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
#fs_abt_mvcv_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 0 10px 0;
}
.fs_abt_mvcv_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_abt_mvcv_box{
  width: 100%;
  float: left;
  position: relative;
}
.fs_abt_mvcv_box_icn{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: none;
  position: relative;
  background: #f5ae00;
  margin: 0 auto;
  padding: 20px;
}
.fs_abt_mvcv_box_icn img{
  width: 100%;
  object-fit: cover;
}
.fs_abt_mvcv_box_info{
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 0 0 0;
}
.fs_abt_mvcv_box_info h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0px 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_abt_mvcv_box_info p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    /* text-align: center; */
    color: #484848;
    text-transform: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
/*//Bread Crum*/
.fs_breadcrumb_sec{
  position: relative;
  width: 100%;
  float: left;
}
.fs_breadcrumb {
position: relative;
    padding: 5px 20px;
    display: inline-block;
    background: rgba(0,0,0,0.2);
    margin: 15px auto 0 auto;
}
.fs_breadcrumb ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.fs_breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 16px;
    color: #d3ad89;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'quasimoda', sans-serif;
    letter-spacing: 0.5px;
}
.fs_breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -2px;
    top: -1px;
    color: #fff;
    font-size: 16px;
    font-family: 'FontAwesome';
}
.fs_breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}
.fs_breadcrumb li:last-child:after {
    display: none;
}
.fs_breadcrumb li a {
  font-family: 'quasimoda', sans-serif;
  font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.fs_breadcrumb li a:hover {
  color: #212516;
}
#fs_beoass_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.fs_beoass_sec_card{
  width: 100%;
  float: left;
  position: relative;  
}
.fs_beoass_sec_card .row {
    align-items: center;
    align-content: center;
}
.fs_beoass_left{
  width: 100%;
  float: left;
  position: relative;  
}
.fs_beoass_left_box{
  width: 100%;
  float: left;
  position: relative;  
}
.fs_beoass_left_box h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0px 0 10px 0;
    line-height: 1.4;
    margin: 0;
}
.fs_beoass_left_box p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_beoass_left_box h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #bf8f00;
    text-transform: capitalize;
    padding: 0 0 5px 0;
    line-height: inherit;
    margin: 0;
}
.fs_beoass_rght{
  width: 100%;
  float: left;
  position: relative;  
}
.fs_beoass_rght_fig{
  width: 100%;
  float: left;
  position: relative;  
}
.fs_beoass_rght_fig img{
  width: 100%;
  object-fit: cover;
}
#fs_contact_us_map_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.fs_contact_us_map_card{
  width: 100%;
  float: left;
  position: relative;  
}
.fs_contact_us_map_card iframe{
  width: 100%;
  height: 500px;
  float: left;
  position: relative;   
}
#fs_contact_form_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.fs_contact_form_card{
  width: 100%;
  float: left;
  position: relative;  
}
.fs_contact_form_left{
  width: 100%;
  float: left;
  position: relative;  
}
.fs_contact_form_left_card{
  width: 100%;
  float: left;
  position: relative;  
}
.fs_contact_form_left_card h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    color: #553e27;
    text-transform: capitalize;
    padding: 0px 0 5px 0;
    line-height: 1.4;
    margin: 0;
}
.fs_contact_form_left_card h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #bf8f00;
    text-transform: capitalize;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_contact_form_left_card p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_contact_form_adrs_card {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0;
}
.fs_contact_form_adrs_card ul {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.fs_contact_form_adrs_card ul li {
    padding: 0;
    margin: 0 0 15px 0;
    position: relative;
    list-style-type: none;
    font-family: 'Raleway', sans-serif;
    color: #d3ad89;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.fs_contact_form_adrs_card ul li a {
    font-family: 'Raleway', sans-serif;
    color: #d3ad89;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    display: flex;
    align-items: center;
    align-content: center;
}
.fs_contact_form_adrs_card ul li a:hover {
    color: #212516;
}
.fs_contact_form_adrs_card ul li a i {
  font-size: 18px;
  margin-right: 8px;
  color: #212516;
}
.fs_contact_form_adrs_card ul li i {
  font-size: 18px;
  margin-right: 5px;
  color: #212516;
}
.fs_contact_form_socil_box {
    width: 100%;
    float: left;
    position: relative;
}
.fs_contact_form_socil_box ul {
    width: 100%;
    float: right;
    position: relative;
    list-style-type: none;
    text-align: left;
}
.fs_contact_form_socil_box ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 2px;
}
.fs_contact_form_socil_box ul li a {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d3ad89;
    background-color: #d3ad89;
    border-radius: 50%;
    color: #fff;
    float: left;
    position: relative;
    font-size: 16px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.fs_contact_form_socil_box ul li a:hover {
    border: 1px solid #212516;
    color: #212516;
}
.fs_contact_form_rght{
  width: 100%;
  float: left;
  position: relative;  
}
.fs_contact_form_box_all{
  width: 100%;
  float: left;
  position: relative;  
}
.fs_contact_form_box_all form{
  width: 100%;
  float: left;
  position: relative;  
}
.fs_contact_form_frm_all{
  width: 100%;
  float: left;
  position: relative;
}
.fs_contact_form_frm_flx{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 15px;
}
.fs_contact_form_frm_item{
  width: 100%;
  float: left;
  position: relative;
}
.fs_contact_form_frm_item input {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
    color: #666;
    font-size: 16px;
    text-align: left;
    padding: 0 0 0 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fs_contact_form_frm_item input:hover {
    border: 1px solid #212516;
}
.fs_contact_form_frm_item input:focus {
    border: 1px solid #212516;
    outline: 1px solid #212516;
}
.fs_contact_form_frm_item select {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
    color: #666;
    font-size: 16px;
    text-align: left;
    padding: 0 0 0 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fs_contact_form_frm_item select:hover {
    border: 1px solid #212516;
}
.fs_contact_form_frm_item select:focus {
    border: 1px solid #212516;
    outline: 1px solid #212516;
}
.fs_contact_form_frm_item textarea {
    width: 100%;
    height: 180px;
    float: left;
    position: relative;
    color: #666;
    font-size: 16px;
    text-align: left;
    padding: 15px 0 0 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fs_contact_form_frm_item textarea:hover {
    border: 1px solid #212516;
}
.fs_contact_form_frm_item textarea:focus {
    border: 1px solid #212516;
    outline: 1px solid #212516;
}
.fs_contact_form_frm_btn{
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.fs_contact_form_frm_btn .fs_btn_all_frm {
    width: fit-content;
    float: none;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background: #212516;
    color: #d3ad89;
    border: 1px solid #212516;
    outline: none;
    padding: 12px 50px;
    margin: 10px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    border-radius: 2px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fs_contact_form_frm_btn .fs_btn_all_frm:hover {
    background: #d3ad89;
    color: #fff;
    border: 1px solid #d3ad89;
}
.sticky{
    position: sticky!important;
    top: 0;
}
.left-sticky{
    position: sticky;
    top: 0;
}
.right-sticky{
    position: sticky;
    top: 0;
}
.fs_itnry_allpkgs_wrap_scroll_contner .fs_itnry_days:last-child{
  margin-bottom: 50%;
  *z-index: 2;
}
.fs_itnrypg_ovrvw_rght_box{
  width: 100%;
  float: left;
  position: relative;
} 
.fs_itnrypg_ovrvw_rght_box img{
  width: 100%;
  object-fit: cover;
} 
.book_hotel_popup .modal-body {
    position: relative;
    padding: 15px 30px;
}
.book_hotel_popup .close{
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  background: #212516;
  opacity: 1;
  line-height: 1;
  text-align: center;
  border-radius: 0px;
  font-size: 22px;
  color: #d3ad89;
  outline: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-radius: 0 0px 0px 0px;
}
.book_hotel_popup .close:hover{
  background: #d3ad89;  
  color: #212516;
  opacity: 1 !important;
}  
.book_hotel_popup .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    flex-wrap: wrap;
}
.book_hotel_popup .modal-header h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    color: #d3ad89;
    width: 100%;
    float: left;
}
.book_hotel_popup .modal-header h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    margin: 0;
    padding: 0 0 0px 0;
    text-transform: capitalize;
    color: #212516;
    width: 100%;
    float: left;
}
.fs_book_hotel_mdpp{
  width: 100%;
  float: left;
  position: relative;
}
.fs_book_hotel_mdpp form{
  width: 100%;
  float: left;
  position: relative;
}
.fs_book_hotel_mdpp_frm_all{
  width: 100%;
  float: left;
  position: relative;
}
.fs_book_hotel_mdpp_frm_all_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_book_hotel_mdpp_frm_flx{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 20px;
}
.fs_book_hotel_mdpp_frm_item{
  width: 100%;
  float: left;
  position: relative;
}
.fs_book_hotel_mdpp_frm_item input {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
    color: #666;
    font-size: 16px;
    text-align: left;
    padding: 0 0 0 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fs_book_hotel_mdpp_frm_item input:hover {
    border: 1px solid #212516;
}
.fs_book_hotel_mdpp_frm_item input:focus {
    border: 1px solid #212516;
    outline: 1px solid #212516;
}
.fs_book_hotel_mdpp_frm_item select {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
    color: #666;
    font-size: 16px;
    text-align: left;
    padding: 0 0 0 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fs_book_hotel_mdpp_frm_item select:hover {
    border: 1px solid #212516;
}
.fs_book_hotel_mdpp_frm_item select:focus {
    border: 1px solid #212516;
    outline: 1px solid #212516;
}
.fs_book_hotel_mdpp_frm_item textarea {
    width: 100%;
    height: 180px;
    float: left;
    position: relative;
    color: #666;
    font-size: 16px;
    text-align: left;
    padding: 15px 0 0 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fs_book_hotel_mdpp_frm_item textarea:hover {
    border: 1px solid #212516;
}
.fs_book_hotel_mdpp_frm_item textarea:focus {
    border: 1px solid #212516;
    outline: 1px solid #212516;
}
.fs_book_hotel_mdpp_frm_btn{
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.fs_book_hotel_mdpp_frm_btn .fs_btn_all_frm {
    width: fit-content;
    float: none;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background: #212516;
    color: #d3ad89;
    border: 1px solid #212516;
    outline: none;
    padding: 12px 50px;
    margin: 10px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    border-radius: 2px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fs_book_hotel_mdpp_frm_btn .fs_btn_all_frm:hover {
    background: #d3ad89;
    color: #fff;
    border: 1px solid #d3ad89;
}
.fs_hlbh_elh_left_all{
  width: 100%;
  float: left;
  position: relative;  
}
#new_top_content_desc_more {
    width: auto;
    float: right;
    position: relative;
    color: #d3ad89;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}
.fs_hlbh_elh_left h4{
    font-family: 'quasimoda', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 10px 0 10px 0;
    line-height: 1.4;
    margin: 0;
}
.fs_hlbh_elh_left ul {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 0 15px 0;
    list-style-type: none;
}
.fs_hlbh_elh_left ul li {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 5px 10px 15px;
    list-style-type: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #484848;
    text-transform: inherit;
    text-align: left;
    font-size: 18px;
}
.fs_hlbh_elh_left ul li::before {
    display: inline-block;
    margin-right: 8px;
    font-size: 10px;
    color: #212516;
    font-weight: 600;
    content: "\f10c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 3px;
}
#fs_whtexprnc_sec .owl-nav {
    position: absolute;
    top: -50px;
    right: 0%;
    width: auto;
    padding: 0;
    visibility: visible;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#fs_whtexprnc_sec .owl-nav .owl-prev{
    background: #212516 !important;
    color: #fff !important;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    outline: none;
    padding: 5px;
    margin-right: 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#fs_whtexprnc_sec .owl-nav .owl-prev:hover {
    background: #d3ad89 !important;
}
#fs_whtexprnc_sec .owl-nav .owl-next{
    background: #212516 !important;
    color: #fff !important;
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#fs_whtexprnc_sec .owl-nav .owl-next:hover {
    background: #d3ad89 !important;
}
#fs_mstcoud_sec_slider .owl-nav {
    position: absolute;
    top: -50px;
    right: 0%;
    width: auto;
    padding: 0;
    visibility: visible;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#fs_mstcoud_sec_slider .owl-nav .owl-prev{
    background: #212516 !important;
    color: #fff !important;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    outline: none;
    padding: 5px;
    margin-right: 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#fs_mstcoud_sec_slider .owl-nav .owl-prev:hover {
    background: #d3ad89 !important;
}
#fs_mstcoud_sec_slider .owl-nav .owl-next{
    background: #212516 !important;
    color: #fff !important;
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#fs_mstcoud_sec_slider .owl-nav .owl-next:hover {
    background: #d3ad89 !important;
}
.fs_itnrypg_ovrvw_decsp ul{
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fs_itnrypg_ovrvw_decsp ul li{
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  list-style-type: none;
  display: block;
  margin: 0 0 10px 30px;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  color: #484848;
  text-transform: inherit;
  line-height: inherit;
}
.fs_itnrypg_ovrvw_decsp ul li:before {
    content: "";
    background: url(../images/check-highlights.svg);
    height: 14px;
    width: 18px;
    background-size: cover;
    display: block;
    margin-right: 0rem;
    position: absolute;
    left: -28px;
    top: 6px;
}
#fs_faqpg_faq_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 60px 0 10px 0;
}
.fs_hdng_centr {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 20px;
}
.fs_hdng_centr h2 {
    font-family: 'quasimoda', sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
    color: #010101;
    line-height: inherit;
    margin: 0;
    padding: 0 0 10px 0;
}
.fs_faqpg_faq_sec_card{
    width: 100%;
    float: left;
    position: relative;
}
.fs_faqpg_faq_all{
    width: 100%;
    float: left;
    position: relative;
}
.fs_faqpg_faq_all h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-transform: capitalize;
    text-align: left;
    color: #010101;
    line-height: inherit;
    margin: 0 0 10px 0;
}
.fs_faqpg_faq_all .panel-group {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 50px;
}
.fs_faqpg_faq_all .panel-title a {
    display: block;
    position: relative;
    padding: 10px 60px 10px 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #2d3e40;
}
.fs_faqpg_faq_all h4.panel-title {
    padding: 0;
}
.fs_faqpg_faq_all .drop-accordion .panel-default {
    overflow: hidden;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
    float: left;
    position: relative;
}
.fs_faqpg_faq_all .drop-accordion .panel-heading {
  overflow: hidden;
  *margin-bottom: 10px;
  padding: 0;
  *border: 1px solid #d9d7d7;
  *background: #fafafa;
  border-radius: 0;
  border-bottom: 1px solid #212516;
  padding: 5px 0;
}
.fs_faqpg_faq_all .leaf-ui .drop-accordion .panel-heading,
.fs_faqpg_faq_all .circlus-ui .drop-accordion .panel-heading {
  border-radius: 4px;
}
.fs_faqpg_faq_all .panel-title a {
  display: block;
  position: relative;
  padding: 15px 60px 15px 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #2d3e40;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.fs_faqpg_faq_all .panel-title span {
  
}
.fs_faqpg_faq_all .panel-title .expand-icon-wrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  *border-left: 1px solid #d9d7d7;
  font-size: 30px;
  line-height: 46px;
  color: #212516;
}
.fs_faqpg_faq_all .expand-icon-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.fs_faqpg_faq_all .panel-title .expand-icon {
  padding: 0 18px;
  vertical-align: middle;
}
.fs_faqpg_faq_all .panel-title .expand-icon:before {
  content: "\f055";
}
.fs_faqpg_faq_all .drop-accordion .panel-body {
  position: relative;
  border-bottom: 1px solid #d9d7d7;
  *margin-bottom: 10px;
}
.fs_faqpg_faq_all .circlus-ui .drop-accordion .panel-body,
.fs_faqpg_faq_all .leaf-ui .drop-accordion .panel-body {
  border-radius: 4px;
}
.fs_faqpg_faq_all .drop-accordion .panel-body p{
    margin: 0;
    padding: 0;
    color: #555;
    text-align: left;
    font-weight: 400;
    text-transform: inherit;
    font-size: 17px;
    line-height: 1.8;
    padding-bottom: 15px; 
    font-family: 'Raleway', sans-serif; 
} 
.fs_faqpg_faq_all .drop-accordion .panel-body p strong{
  font-weight: 600;
  color: #2d3e40;
}
.fs_faqpg_faq_all.panel-body-icon {
  width: 75px;
  float: left;
  padding: 10px;
}
.fs_faqpg_faq_all .panel-body-icon i {
  font-size: 45px;
  color: #03C6FE;
}
.fs_faqpg_faq_all .drop-accordion .tab-collapsed {
  border: transparent;
  background: #212516;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.fs_faqpg_faq_all .tab-collapsed a {
  color: #fff;
}
.fs_faqpg_faq_all .tab-collapsed .expand-icon-wrap {
  border-color: #fff;
  color: #fff;
}
.fs_faqpg_faq_all .tab-collapsed .expand-icon:before {
  content: "\f056";
}   
.fs_faqpg_faq_all .panel-body p {

}
.fs_faqpg_faq_all .panel-body ul{
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 0 15px 0;
    list-style-type: none; 
}
.fs_faqpg_faq_all .panel-body ul li{
    margin: 0;
    padding: 0px 0 10px 18px;
    list-style-type: none;
    width: 100%;
    float: left;
    position: relative;
    *display: flex;
    color: #555;
    text-align: left;
    font-weight: 400;
    text-transform: inherit;
    font-size: 16px;
    line-height: 1.8;
}
.fs_faqpg_faq_all .panel-body ul li:before{
   content: '\f111';
    font-size: 10px;
    color: #c1b856;
    font-family: 'FontAwesome';
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 5px; 
} 
#fs_trns_dmc_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 0 50px 0;
}
.fs_trns_dmc_sec_card{
    width: 100%;
    float: left;
    position: relative;
}
.fs_trns_dmc_sec_box{
    width: 100%;
    float: left;
    position: relative;   
}
.fs_trns_dmc_sec_box h3{
    font-family: 'quasimoda', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_trns_dmc_sec_box h4{
    font-family: 'quasimoda', sans-serif;
    font-size: 23px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0 30% 20px 0;
    line-height: inherit;
    margin: 0;
}
.fs_trns_dmc_sec_box table {
  font-family: 'Raleway', sans-serif;
  width: 100%;
  float: left;
  position: relative;
  border: 1px solid #f1f1f1;
}
.fs_trns_dmc_sec_box table tbody{
  width: 100%;
  float: left;
  position: relative;
}
.fs_trns_dmc_sec_box table tr {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.fs_trns_dmc_sec_box table tr td {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  text-align: left;
  color: #000;
  padding: 10px 8px;
  *border: 1px solid #f1f1f1;
}
.fs_trns_dmc_sec_box table tr td:first-child {
  width: 80%;
  float: left;
}
.fs_trns_dmc_sec_box table tr td:last-child {
  width: 20%;
  float: left;
  text-align: right;
}
.fs_trns_dmc_sec_detls{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 50px 0;
  margin: 0 0 10px 0;
  background: #eeeeee;
  page-break-before: always;
}
.fs_trns_dmc_sec_detls_title{
  width: 100%;
  float: left;
  position: relative;  
}
.fs_trns_dmc_sec_detls_title h4{
    font-family: 'quasimoda', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0 30% 20px 0;
    line-height: inherit;
    margin: 0;
}
.fs_trns_dmc_sec_detls_box{
    width: 100%;
    float: left;
    position: relative;  
}
.fs_trns_dmc_sec_detls_box p{
    margin: 0;
    padding: 0;
    color: #555;
    text-align: left;
    font-weight: 400;
    text-transform: inherit;
    font-size: 17px;
    line-height: inherit;
    padding-bottom: 15px; 
    font-family: 'Raleway', sans-serif; 
}
.fs_trns_dmc_sec_detls_box ul{
   width: 100%;
    float: left;
    position: relative; 
    display: flex; 
    align-items: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
    padding: 0 0 15px 0;
}
.fs_trns_dmc_sec_detls_box ul li{
    width: 50%;
    float: left;
    position: relative;
    margin: 0 0 10px 0px;
    padding: 0 0 0 25px;
    list-style-type: none;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    line-height: inherit;
}
.fs_trns_dmc_sec_detls_box ul li:before {
    content: "";
    background: url(../images/check-incl.svg);
    height: 1.2rem;
    width: 1.5rem;
    background-size: cover !important;
    display: inline-block;
    *margin-right: 1rem;
    position: absolute;
    left: 0;
    top: 8px;
}
.fs_strp{
    width: 100%;
    float: left;
    position: relative;
    background: #212516;
    height:60px;
}
.fs_hdng_centr{
   width:100%; 
   position:relative;
   float:left;
   padding: 20px 0 25px 0;
}
#fs_hsbtmiabt_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 10px 0;
}
#fs_hsbtmiabt_sec .fs_piwvsa_sec_card_tab {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 45px;
}
#fs_hsbtmiabt_sec .fs_piwvsa_sec_card_tab ul li span{
    font-size: 14px;
}
#fs_revw_sec_all{
   width: 100%;
    float: left;
    position: relative; 
    padding: 50px 0 10px 0;  
}
.fs_revw_sec_all_card{
   width: 100%;
    float: left;
    position: relative;  
}
.fs_revw_sec_all_card iframe{
   width: 100%;
    float: left;
    position: relative;
    height: auto;  
}
.fa_trmspg_trms_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 10px 0;  
}
.fa_trmspg_trms_cont{
    width: 100%;
    float: left;
    position: relative;  
}
.fa_trmspg_trms_cont h3{
    font-family: 'quasimoda', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #010101;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    line-height: inherit;
}
.fa_trmspg_trms_cont p{
    margin: 0;
    padding: 0;
    color: #555;
    text-align: left;
    font-weight: 400;
    text-transform: inherit;
    font-size: 17px;
    line-height: inherit;
    padding-bottom: 15px; 
    font-family: 'Raleway', sans-serif;
}
.fa_trmspg_trms_cont p a{
    margin: 0;
    padding: 0;
    color: #f7ac26;
    text-align: left;
    font-weight: 400;
    text-transform: inherit;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
}
.fa_trmspg_trms_cont_all{
    width: 100%;
    float: left;
    position: relative;  
}
.fa_trmspg_trms_cont_all h4{
    font-family: 'quasimoda', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #010101;
    text-transform: capitalize;
    padding: 0 0 0 10px;
    margin: 0;
    line-height: inherit;  
}
.fa_trmspg_trms_cont_all h4 strong{
    font-family: 'quasimoda', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #010101;
    text-transform: capitalize;
    padding: 0 0 0 10px;
    margin: 0;
    line-height: inherit;  
}
.fa_trmspg_trms_cont_all p{
    margin: 0;
    padding: 0;
    color: #555;
    text-align: left;
    font-weight: 400;
    text-transform: inherit;
    font-size: 17px;
    line-height: inherit;
    padding-bottom: 15px; 
    font-family: 'Raleway', sans-serif; 
}
.fa_trmspg_trms_cont_all p a{
    margin: 0;
    padding: 0;
    color: #f7ac26;
    text-align: left;
    font-weight: 400;
    text-transform: inherit;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
}
.fa_trmspg_trms_cont_all ul{
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 0 15px 0;
    list-style-type: none; 
}
.fa_trmspg_trms_cont_all ul li{
    margin: 0;
    padding: 0px 0 10px 18px;
    list-style-type: none;
    width: 100%;
    float: left;
    position: relative;
    *display: flex;
    color: #555;
    text-align: left;
    font-weight: 400;
    text-transform: inherit;
    font-size: 16px;
    line-height: 1.8;
}
.fa_trmspg_trms_cont_all ul li:before{
   content: '\f111';
    font-size: 10px;
    color: #212516;
    font-family: 'FontAwesome';
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 5px; 
}
.fs_wbwu_review{
    width: 100%;
    float: left;
    position: relative;  
}
.fs_revw_sec_all_card_container{
    width: 100%;
    float: left;
    position: relative; 
    overflow: hidden; 
}
.fs_revw_sec_all_card_container_box{
    width: 100%;
    float: left;
    position: relative; 
    overflow: auto; 
    height: 500px; 
}
.fs_hsbexwtyl_rght_dtls_btn {
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    padding: 40px 0 0 0;
}
.fs_hsbexwtyl_rght_dtls_btn .fs_btn_all {
    padding: 15px 50px;
    text-transform: uppercase;
    margin: 0;
}
.fs_bspjadafr_btn {
    width: 100%;
    float: left;
    position: relative;
    padding: 40px 0 10px 0;
    text-align: center;
}
.fs_bspjadafr_btn .fs_btn_all {
    padding: 15px 50px;
    text-transform: uppercase;
    margin: 0;
}
.fs_salclwtyl_btn{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 15px 0;
    text-align: center;
}
.fs_salclwtyl_btn .fs_btn_all {
    padding: 15px 50px;
    text-transform: uppercase;
    margin: 0;
}
.abt_team_popup .modal-body {
    position: relative;
    padding: 15px 30px;
}
.abt_team_popup .close{
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  background: #212516;
  opacity: 1;
  line-height: 1;
  text-align: center;
  border-radius: 0px;
  font-size: 22px;
  color: #d3ad89;
  outline: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-radius: 0 0px 0px 0px;
}
.abt_team_popup .close:hover{
  background: #d3ad89;  
  color: #212516;
  opacity: 1 !important;
}  
.abt_team_popup .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    flex-wrap: wrap;
}
.abt_team_popup .modal-header h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 24px;
    margin: 0;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    color: #d3ad89;
    width: 100%;
    float: left;
}
.abt_team_popup .modal-header h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 0 0 0px 0;
    text-transform: capitalize;
    color: #212516;
    width: 100%;
    float: left;
}
.abt_team_popup_txts{
  width: 100%;
  float: left;
  position: relative;
}
.abt_team_popup_txts_fig {
    width: 220px;
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.abt_team_popup_txts_fig img {
    width: 100%;
    object-fit: cover;
}
.abt_team_popup_txts p{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.abt_team_popup_txts_hide{
    display: none;
}
#new_top_content_desc_more_abt {
    width: auto;
    float: right;
    position: relative;
    color: #d3ad89;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}
#new_top_content_desc_more_abt1 {
    width: auto;
    float: right;
    position: relative;
    color: #d3ad89;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}
.fs_wbwu_sec{
    width: 100%;
    float: left;
    position: relative;
    padding:  20px 0 40px 0;
}
.fs_wbwu_sec_ovrw{
   width: 100%;
    float: left;
    position: relative;  
}
.fs_wbwu_sec_ovrw p{
    margin: 0;
    padding: 0;
    color: #555;
    text-align: left;
    font-weight: 400;
    text-transform: inherit;
    font-size: 17px;
    line-height: 1.8;
    padding-bottom: 15px; 
    font-family: 'Raleway', sans-serif;  
}
.fs_wbwu_review{
    width: 100%;
    float: left;
    position: relative;  
}
.fs_revw_sec_all_card_container{
    width: 100%;
    float: left;
    position: relative; 
    overflow: hidden; 
}
.fs_revw_sec_all_card_container_box{
    width: 100%;
    float: left;
    position: relative; 
    overflow: auto; 
    height: 500px; 
}
.fa_ovrlnd_trk_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 0 50px 0;  
}
.fa_ovrlnd_trk_sec_cont{
    width: 100%;
    float: left;
    position: relative; 
}
.fa_ovrlnd_trk_sec_cont_box{
    width: 100%;
    float: left;
    position: relative;   
}
.fa_ovrlnd_trk_sec_cont_box p{
    margin: 0;
    padding: 0;
    color: #555;
    text-align: left;
    font-weight: 400;
    text-transform: inherit;
    font-size: 17px;
    line-height: inherit;
    padding-bottom: 15px; 
    font-family: 'Raleway', sans-serif;    
}
.fa_ovrlnd_trk_sec_cont_box ul{
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 0 15px 0;
    list-style-type: none;   
}
.fa_ovrlnd_trk_sec_cont_box ul li{
    margin: 0;
    padding: 0px 0 10px 18px;
    list-style-type: none;
    width: 100%;
    float: left;
    position: relative;
    *display: flex;
    color: #555;
    text-align: left;
    font-weight: 400;
    text-transform: inherit;
    font-size: 16px;
    line-height: 1.8;   
}
.fa_ovrlnd_trk_sec_cont_box ul li:before {
    content: '\f111';
    font-size: 10px;
    color: #212516;
    font-family: 'FontAwesome';
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 5px; 
}
.fs_hdng_centr h4{
   font-family: 'quasimoda', sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
    color: #010101;
    line-height: inherit;
    margin: 0 0 10px 0;
}
.holder {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 5px;
    font-size: 16px;
    border-radius: 8px;
    margin-bottom: 10px;
    padding:0 10px;
}
.holder a {
    color: #d3ad89;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    background: #fff;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 18px;
}
.holder a:hover {
    color: #212516;
    background-color: #eee;
}
.holder a.jp-current, a.jp-current:hover {
    color: #212516;
    font-weight: bold;
}
.book_activity_popup .modal-body {
    position: relative;
    padding: 15px 30px;
}
.book_activity_popup .close{
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  background: #212516;
  opacity: 1;
  line-height: 1;
  text-align: center;
  border-radius: 0px;
  font-size: 22px;
  color: #d3ad89;
  outline: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-radius: 0 0px 0px 0px;
}
.book_activity_popup .close:hover{
  background: #d3ad89;  
  color: #212516;
  opacity: 1 !important;
}  
.book_activity_popup .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    flex-wrap: wrap;
}
.book_activity_popup .modal-header h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    color: #d3ad89;
    width: 100%;
    float: left;
}
.book_activity_popup .modal-header h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    margin: 0;
    padding: 0 0 0px 0;
    text-transform: capitalize;
    color: #212516;
    width: 100%;
    float: left;
}
#fs_vataact_tab_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 10px 0;
}
.fs_vataact_tab_sec_card{
    width: 100%;
    float: left;
    position: relative;
}
.fs_vataact_tabing{
    width: 100%;
    float: left;
    position: relative;
}
.fs_vataact_tabing ul{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #3b2111;
    padding: 0 20px;
    *border: 8px solid #fff;
}
.fs_vataact_tabing ul li {
    display: inline-block;
    text-align: center;
    margin: 0px;
    padding: 0;
    position: relative;
}
.fs_vataact_tabing ul li a {
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    padding: 15px 20px;
    margin-left: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_vataact_tabing ul li a:hover {
    color: #212516;
}
#fs_vataact_all_pkgs_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0 0px 0;
}
.fs_vataact_all_pkgs_sec_card{
    width: 100%;
    float: left;
    position: relative;
}
.fs_vataact_all_pkgs_card{
    width: 100%;
    float: left;
    position: relative;
    margin: 15px 0;
}
.fs_vataact_all_pkgs_card_hdng{
    width: 100%;
    float: left;
    position: relative;
}
.fs_vataact_all_pkgs_card_hdng h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    line-height: inherit;
    margin: 0;
}
.fs_vataact_lnk{
    text-transform: capitalize;
}
.fs_vataact_all_pkgs_card_wrap{
    width: 100%;
    float: left;
    position: relative;
}
.fs_vataact_all_pkgs_card .owl-nav {
    position: absolute;
    top: -50px;
    right: 0%;
    width: auto;
    padding: 0;
    visibility: visible;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_vataact_all_pkgs_card .owl-nav .owl-prev{
    background: #212516 !important;
    color: #fff !important;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    outline: none;
    padding: 5px;
    margin-right: 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_vataact_all_pkgs_card .owl-nav .owl-prev:hover {
    background: #d3ad89 !important;
}
.fs_vataact_all_pkgs_card .owl-nav .owl-next{
    background: #212516 !important;
    color: #fff !important;
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_vataact_all_pkgs_card .owl-nav .owl-next:hover {
    background: #d3ad89 !important;
}
#fs_tlrmdpg_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.fs_tlrmdpg_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_tlrmdpg_wrap{
  width: 100%;
  float: left;
  position: relative;
}
.fs_tlrmdpg_wrap_titldescp {
  width: 100%;
  float: left;
  position: relative;  
}
.fs_tlrmdpg_wrap_titldescp h2 {
    font-family: 'quasimoda', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 15px 0;
    position: relative;
}
.fs_tlrmdpg_wrap_titldescp p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    text-align: left;
    margin: 0;
    padding: 0 0 15px 0;
    color: #484848;
    font-weight: 500;
}
.fs_tlrmdpg_wrap_frmsec {
  width: 100%;
  float: left;
  position: relative;  
  padding-top: 20px;
}
.fs_tlrmdpg_wrap_frmsec form {
    width: 100%;
    float: left;
    position: relative;
}
.fs_tlrmdpg_form_box {
    width: 100%;
    float: left;
    position: relative;
    background: #F4F1EC;
    padding: 30px 30px;
    margin: 20px 0;
}
.fs_tlrmdpg_form_box_head {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}
.fs_tlrmdpg_form_box_head h3 {
  font-family: 'Raleway', sans-serif;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #212516;
    background: 0 0;
    font-weight: 600;
    color: #212516;
    font-size: 22px;
    float: left;
    width: 100%;
    text-transform: capitalize;
    margin-top: 0;
    line-height: inherit;
}
.fs_tlrmdpg_form_item {
    width: 100%;
    float: left;
    position: relative;
}
.fs_tlrmdpg_form_item label {
  font-family: 'Raleway', sans-serif;
    width: 100%;
    float: left;
    position: relative;
    color: #666;
    text-align: left;
    text-transform: capitalize;
    font-size: 17px;
    padding-bottom: 2px;
    font-weight: 600;
}
.fs_tlrmdpg_form_item input {
  font-family: 'Raleway', sans-serif;
    text-align: left;
    color: #666;
    font-size: 16px;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 0px;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    clear: both;
    border: 1px solid #e1e1e1;
    outline: 0;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.fs_tlrmdpg_form_item input:hover {
    border: 1px solid #212516;
    box-shadow: none;
    outline: 0;
}
.fs_tlrmdpg_form_item input:focus {
    border: 1px solid #212516;
    box-shadow: none;
    outline: 0;
}
.fs_tlrmdpg_form_item select {
  font-family: 'Raleway', sans-serif;
    text-align: left;
    color: #666;
    font-size: 16px;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 0px;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    clear: both;
    border: 1px solid #e1e1e1;
    outline: 0;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.fs_tlrmdpg_form_item select:hover {
    border: 1px solid #212516;
    box-shadow: none;
    outline: 0;
}
.fs_tlrmdpg_form_item select:focus {
    border: 1px solid #212516;
    box-shadow: none;
    outline: 0;
}
.fs_tlrmdpg_icn {
    font-size: 18px;
    color: #212516;
    text-align: center;
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 40%;
}
.fs_tlrmdpg_form_item textarea {
  font-family: 'Raleway', sans-serif;
    text-align: left;
    color: #666;
    font-size: 16px;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 0px;
    padding: 15px 15px;
    height: 180px;
    clear: both;
    border: 1px solid #e1e1e1;
    outline: 0;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.fs_tlrmdpg_form_item textarea:hover {
    border: 1px solid #212516;
    box-shadow: none;
    outline: 0;
}
.fs_tlrmdpg_form_item textarea:focus {
    border: 1px solid #212516;
    box-shadow: none;
    outline: 0;
}
.fs_tlrmdpg_form_item_btn {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}
.fs_tlrmdpg_form_item_btn input {
    font-family: 'Raleway', sans-serif;
    background: #212516;
    border: 1px solid #212516;
    color: #d3ad89;
    letter-spacing: 0.8px;
    padding: 12px 40px;
    position: relative;
    border-radius: 0px;
    z-index: 0;
    overflow: hidden;
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    float: none;
    outline: 0;
    width: fit-content;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: 0 auto;
}
.fs_tlrmdpg_form_item_btn input:hover {
    background: #d3ad89;
    border: 1px solid #d3ad89;
    color: #fff;
}
.fs_enqry_popup .modal-body {
    position: relative;
    padding: 15px 30px;
}
.fs_enqry_popup .modal-body p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 0 0 25px 0;
    color: #d3ad89;
    font-weight: 500;
}
.fs_enqry_popup .close{
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  background: #212516;
  opacity: 1;
  line-height: 1;
  text-align: center;
  border-radius: 0px;
  font-size: 22px;
  color: #d3ad89;
  outline: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-radius: 0 0px 0px 0px;
}
.fs_enqry_popup .close:hover{
  background: #d3ad89;  
  color: #212516;
  opacity: 1 !important;
}  
.fs_enqry_popup .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    flex-wrap: wrap;
}
.fs_enqry_popup .modal-header h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    color: #d3ad89;
    width: 100%;
    float: left;
}
.fs_enqry_popup .modal-header h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    margin: 0;
    padding: 0 0 0px 0;
    text-transform: capitalize;
    color: #d3ad89;
    width: 100%;
    float: left;
}
.book_houseboat_popup .modal-body {
    position: relative;
    padding: 15px 30px;
}
.book_houseboat_popup .modal-body p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 0 0 25px 0;
    color: #484848;
    font-weight: 500;
}
.book_houseboat_popup .close{
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  background: #212516;
  opacity: 1;
  line-height: 1;
  text-align: center;
  border-radius: 0px;
  font-size: 22px;
  color: #d3ad89;
  outline: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-radius: 0 0px 0px 0px;
}
.book_houseboat_popup .close:hover{
  background: #d3ad89;  
  color: #212516;
  opacity: 1 !important;
}  
.book_houseboat_popup .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    flex-wrap: wrap;
}
.book_houseboat_popup .modal-header h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    color: #d3ad89;
    width: 100%;
    float: left;
}
.book_houseboat_popup .modal-header h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    margin: 0;
    padding: 0 0 0px 0;
    text-transform: capitalize;
    color: #212516;
    width: 100%;
    float: left;
}
#fs_thank_you_sec {
    width: 100%;
    float: left;
    position: relative;
    background-color: #ffe2a2;
    overflow: hidden;
    height: 100vh;
}
#fs_thank_you_sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: .14;
    display: block;
    background: url(../images/thankyou-bg.jpg) center center/cover no-repeat;
}
.fs_thank_you_sec_card {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}
.fs_thank_you_sec_card_box {
    width: 100%;
    float: left;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100vh;
}
.fs_thank_you_sec_card_box_logo {
    width: 20%;
    float: none;
    position: relative;
    margin: 0 auto;
}
.fs_thank_you_sec_card_box_logo img {
    width: 100%;
    object-fit: cover;
    /*filter: brightness(0) invert(1);*/
    /*-webkit-filter: brightness(0) invert(1);*/
}
.fs_thank_you_sec_card_box_info {
    width: 100%;
    float: left;
    position: relative;
}
.fs_thank_you_sec_card_box_info h1 {
    font-family: 'quasimoda', sans-serif;
    width: 100%;
    position: relative;
    float: left;
    font-size: 72px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: inherit;
    margin: 0;
    padding: 20px 0 15px 0;
}
.fs_thank_you_sec_card_box_info p {
    font-family: 'Raleway', sans-serif;
    width: 100%;
    position: relative;
    float: left;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0 15%;
}
.fs_thank_you_sec_card_box_info_btn {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding-top: 50px;
}
.fs_thank_you_sec_card_box_info_btn .fs_btn_all {
    margin: 0;
    text-transform: uppercase;
    padding: 12px 40px;
}
#fs_cnt_revew_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 10px 0;
}
.fs_cnt_revew_sec_card{
    width: 100%;
    float: left;
    position: relative;
    background-color: #e9ebef;
}
.fs_cnt_revew_sec_card .placetop {
    margin: 20px 20px;
    background-color: #fff;
}
.fs_cnt_revew_sec_card .review {
    width: 100%;
    float: left;
    position: relative;
    height: 400px;
    overflow-y: auto;
}
#fs_rcare_overvw_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 60px 0 10px 0;
}
.fs_rcare_overvw_sec_card{
    width: 100%;
    float: left;
    position: relative;
}
.fs_rcare_overvw_sec_card h2 {
    font-family: 'quasimoda', sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    line-height: 1;
    margin: 0;
}
.fs_rcare_overvw_sec_card h3 {
    font-family: 'Charlotte Southern', sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.fs_rcare_overvw_sec_card_descp{
    width: 75%;
    float: none;
    position: relative;
    padding-top: 30px;
    margin: 0 auto;
}
.fs_rcare_overvw_sec_card_descp p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
#fs_wcbrcvc_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 10px 0;
}
.fs_wcbrcvc_sec_card{
    width: 100%;
    float: left;
    position: relative;
}
.fs_wcbrcvc_wrap{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    align-content: center;
}
.fs_wcbrcvc_wrap_left{
    width: 50%;
    float: left;
    position: relative;
    padding-right: 30px;
}
.fs_wcbrcvc_wrap_left_fig{
    width: 100%;
    float: left;
    position: relative;
}
.fs_wcbrcvc_wrap_left_fig img{
    width: 100%;
    object-fit: cover;
}
.fs_wcbrcvc_wrap_rght{
    width: 50%;
    float: left;
    position: relative;
    padding-left: 30px;
}
.fs_wcbrcvc_wrap_rght_all{
    width: 100%;
    float: left;
    position: relative;
}
.fs_wcbrcvc_wrap_rght_all p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_wcbrcvc_wrap_rght_all h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 38px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0 0 20px 0;
    line-height: 1.4;
    margin: 0;
}
.fs_wcbrcvc_wrap_rght_all_btn {
    width: 100%;
    float: left;
    position: relative;
    padding: 40px 0 10px 0;
    text-align: left;
}
.fs_wcbrcvc_wrap_rght_all_btn .fs_btn_all {
    padding: 15px 40px;
    *border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    *background: transparent;
    *color: #212516;
    font-weight: 700;
}
/*.fs_wcbrcvc_row_rvrse {*/
/*    flex-direction: row-reverse;*/
/*}*/
.fs_wcbrcvc_sec_card .fs_wcbrcvc_wrap:nth-child(even) {
    flex-direction: row-reverse;
}
.fs_wcbrcvc_sec_card .fs_wcbrcvc_wrap:nth-child(even) .fs_wcbrcvc_wrap_rght{
    padding-right: 30px;
    padding-left: 0px;
}
.fs_wcbrcvc_sec_card .fs_wcbrcvc_wrap:nth-child(even) .fs_wcbrcvc_wrap_left{
    padding-left: 30px;
    padding-right: 0;
}
.fs_wcbrcvc_sec_card .fs_wcbrcvc_wrap:nth-child(even) .fs_wcbrcvc_wrap_rght h3{
    text-align: right;
}
.fs_wcbrcvc_sec_card .fs_wcbrcvc_wrap:nth-child(even) .fs_wcbrcvc_wrap_rght p{
    text-align: right;
}
.fs_wcbrcvc_sec_card .fs_wcbrcvc_wrap:nth-child(even) .fs_wcbrcvc_wrap_rght_all_btn{
    text-align: right;
}
.fs_mobile_bar{
    width: 100%;
    float: left;
    position: relative;
}
.fs_mobile_bar .fs_togle_btns{
    width: 100%;
    float: left;
    position: relative;
}
.fs_hamburger {
    background: #d3ad89;
    position: relative;
    top: 0;
    right: 0;
    line-height: 40px;
    padding: 0px 10px 0px 10px;
    color: #212516;
    border: 0;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10;
    float: right;
    width: 45px;
    height: 40px;
}
.fs_hamburger:focus {
    outline: none;
    outline: none;
}
.fs_cross {
    background: #212516;
    position: relative;
    top: 0px;
    right: 0;
    padding: 0px 10px 0px 10px;
    color: #d3ad89;
    border: 0;
    height: 40px;
    font-size: 3em;
    line-height: 55px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10;
    width: 45px;
    float: right;
}
.fs_cross:focus {
    outline: none;
    outline: none;
}
.fs_mbl_menu_new {
  z-index: 1000;
  font-weight: 600;
  font-size: 0.8em;
  width: 100%;
  *background: #212516;
  position: absolute;
  text-align: left;
  top: 100%;
  display: none;
  height:100vh;
  overflow-y: scroll;
}
.fs_mbl_menu {
  z-index: 1000000;
  font-weight: bold;
  font-size: 0.8em;
  width: 100%;
  background: #212516;
  position: absolute;
  text-align: center;
  top: 100%;
}
.fs_mbl_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.fs_mbl_menu li {
  display: block;
  padding: 12px 0 12px 0;
  border-bottom: #d3ad89 1px solid;
  width: 100%;
  float:left;
}
.fs_mbl_menu li:hover {
  display: block;
  background: #d3ad89;
  color: #212516;
  padding: 12px 0 12px 0;
}
.fs_mbl_menu ul li a {
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  margin: 0px;
  color: #d3ad89;
  width: 100%;
  float:left;
  font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.fs_mbl_menu ul li a:hover {
  color: #212516;
  text-decoration: none;
}
.fs_mbl_menu ul li:hover a {
    background: #d3ad89;
    color: #212516;
}
.glyphicon-home {
  color: white;
  font-size: 1.5em;
  margin-top: 5px;
  margin: 0 auto;
}
.fs_header_top_wrap_lpjo_box .fs_dstnsn_srch {
    width: 19%;
    float: left;
    position: relative;
}
.fs_header_srch_bar_form {
    width: 100%;
    float: none;
    position: relative;
    padding-top: 0;
    margin: 0 auto;
}
.fs_header_srch_bar_form_input {
    width: 100%;
    height: 20px;
    float: left;
    position: relative;
    background: transparent;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
    color: #fff;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    transition: 0.5s ease-in-out;
    outline: none;
    padding: 0px 0px 0px 0px;
    /*background-size: 18px 18px;*/
    /*background-position: left 20px center;*/
    /*background-image: url(../images/search_icon.svg);*/
    /*background-repeat: no-repeat;*/
    /*flex: 0 0 auto;*/
}
.fs_header_srch_bar_form_input::-webkit-input-placeholder {
  color: #a3a3a3;
}
.fs_header_srch_bar_form_input:-ms-input-placeholder {
  color: #a3a3a3;
}
.fs_header_srch_bar_form_input::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.fs_header_srch_bar_form_input:-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.fs_header_srch_bar_list {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% - -10px);
    *margin: 0 40px;
    margin: 0 0;
    *width: calc(100% - 80px);
    width: 60%;
    background: #ffffff;
    max-height: 215px;
    border-radius: 0 0 3px 3px;
    padding: 10px 15px;
    z-index: 9;
    overflow: hidden;
    overflow-y: auto;
    outline: none;
}
.fs_srch_show {
    display: block;
}
.fs_header_srch_bar_list h3 {
    font-family: 'Raleway', sans-serif;
    color: #333;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: inherit;
}
.fs_header_srch_bar_list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.fs_header_srch_bar_list ul li {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    padding: 10px 0 0 0;
}
.fs_header_srch_bar_list ul li a {
    display: flex;
    width: 100%;
    color: #666;
    padding: 3px 20px 3px 20px;
    background-position: left 0px center;
}
.fs_srch_result_location_icon {
    background-image: url(../images/result-location-icon.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.fs_ftr_whtsap {
    position: fixed;
    bottom: 55px;
    right: 10px;
    width: fit-content;
    height: auto;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    background: #20b038;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 10px 11px;
    border-radius: 100%;
}
.fs_ftr_whtsap_link {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    float: left;
    position: relative;
    color: #ffffff;
}
.fs_ftr_whtsap_link i {
    font-size: 24px;
    margin-right: 0px;
    color: #fff;
}
#fs_itnrypdf_sec {
    width: 100%;
    float: left;
    position: absolute;
    padding: 10px 15px 10px 15px;
    background: #212516;
    top:80%;
    border-radius: 30px;
}
.fs_itnrypdf_sec_card {
    width: 100%;
    float: left;
    position: relative;
}
.fs_itnrypdf_dnld {
    width: 100%;
    float: left;
    position: relative;    
}
.fs_itnrypdf_dnld a {
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #2d3a52;
    padding: 0;
    position: relative;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.fs_itnrypdf_dnld a:hover {
    color: #fff;
}
.fs_itnrypdf_dnld a i {
    font-size: 40px;
    margin: 0 20px 0 0;
    color: #26272c;
}
.fs_itnrypdf_dnld_span {
    padding: 0 10px;
    color: #7c0000;
    font-size: 28px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_itnrypdf_dnld a:hover .fs_itnrypdf_dnld_span{
    color: #fff;
}
.fs_cmpnyprfl_dnld {
    width: 100%;
    float: left;
    position: relative;  
    padding-top: 30px;
}
.fs_cmpnyprfl_dnld a {
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #3b2111;
    padding: 0;
    position: relative;
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    display: flex;
    align-items: center;
    align-content: center;
}
.fs_cmpnyprfl_dnld a:hover {
    color: #fff;
}
.fs_cmpnyprfl_dnld a i {
    font-size: 40px;
    margin: 0 20px 0 0;
}
.mobile_reserve {
    width: 100%;
    float: left;
    position: fixed;
    background-color: #212516;
    z-index: 10000;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    display: flex;
    *box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid #fff;
}
.mobile_reserve_ctlg {
    width: 100%;
    float: left;
    position: relative;
    border-right: 1px solid #d3ad89;
    padding: 12px 0;
}
.mobile_reserve_ctlg a {
    font-family: 'quasimoda', sans-serif;
    color: #fff;
    padding: 0;
    position: relative;
    border-radius: 0px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    outline: none;
    width: 100%;
    margin: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.mobile_reserve_ctlg a:hover {
    color: #d3ad89;
}
.mobile_reserve .mobile_reserve_ctlg:last-child {
    border-right: none;
}
.fs_menu_socil_box {
    width: 100%;
    float: left;
    position: relative;
    padding: 15px 0 15px 0;
}
.fs_menu_socil_box ul {
    width: 100%;
    float: left;
    position: relative;
    list-style-type: none;
    text-align: center;
}
.fs_menu_socil_box ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 2px;
}
.fs_menu_socil_box ul li a {
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #784e33;
    background-color: #784e33;
    border-radius: 50%;
    color: #fff;
    float: left;
    position: relative;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.fs_menu_socil_box ul li a:hover {
    border: 1px solid #212516;
    color: #212516;
}
.fs_menu_prtnrs{
    width: 100%;
    float: left;
    position: relative;
    display: grid;
    align-items: center;
    align-content: center;
    gap: 5px;
    flex-wrap: wrap;
    padding: 20px 0px 15px 0px;
    grid-template-columns: 1fr;
}
.fs_menu_prtnrs h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #d3ad89;
    text-transform: capitalize;
    *padding: 0 0 10px 0;
    padding: 0 0 0px 0;
    line-height: inherit;
    margin: 0;
    font-style: italic;
}
.fs_menu_prtnrs_logo{
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 10px;
border: 1px solid rgba(156, 170, 179, 0.28);
-webkit-box-shadow: 0 0 9px 0px rgb(0 0 0 / 10%);
box-shadow: 0 0 9px 0px rgb(0 0 0 / 10%);
background: #fff;
}
.fs_menu_prtnrs_logo img{
  width: 100%;
  object-fit: cover;
  object-fit: contain;
  height: 25px;
  /*filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);*/
  /*filter: gray;
  -webkit-filter: grayscale(1); 
  filter: grayscale(1);*/
}
.truncate .read-more > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  background: transparent;
  color: #d3ad89;
  padding: 10px 40px 10px 20px;
  transition: 0.3s;
  font-weight: 500;
  font-size: 16px;
}
.truncate.hasHidden .read-more > a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #d3ad89;
  border-left: 2px solid #d3ad89;
  transform: rotate(227deg);
  right: 10px;
  top: 11px;
  transition: 0.3s;
}
.truncate .read-more > a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #d3ad89;
  border-left: 2px solid #d3ad89;
  right: 10px;
  transform: rotate(45deg);
  top: 16px;
  transition: 0.3s;
}
.truncate .read-more {
    display: flex;
    justify-items: center;
    justify-content: center;
}
.htldgs_fltr_sticky {
    position: sticky;
    top: 150px;
}



/*---------------------------new CSS-----------------------*/

#fs_intfcts_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 80px 0 10px 0;
}
.fs_intfcts_sec_card{
  width: 100%;
  float: left;
  position: relative;
  background: #f1f1f1;
  padding: 30px 20px;
}
.fs_intfcts_wrap{
  width: 100%;
  float: left;
  position: relative;
}
.fs_intfcts_wrap .fs_absaf_sec_card_left_botm {
  padding-top: 0px; 
}
.fs_intfcts_wrap .fs_absaf_sec_card_left_botm_items {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  justify-content: space-between;
}
.fs_intfcts_wrap .fs_absaf_sec_card_left_botm_items_box {
  width: 31%;
  margin: 7px 0;
}
.fs_intfcts_wrap .fs_absaf_sec_card_left_botm_items_box_info h5 span {
    font-size: 15px;
    color: #26272c;
}
.fs_intfcts_wrap .fs_absaf_sec_card_left_botm_items_box_info h5 a {
    color: #26272c;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_intfcts_wrap .fs_absaf_sec_card_left_botm_items_box_info h5 a:hover {
    color: #212516;
}
#fs_virtrobo_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 60px 0;
  margin: 80px 0 10px 0;
  background: #ececec;
}
.fs_virtrobo_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_virtrobo_sec_card_hdng{

    width: 100%;

    float: left;

    position: relative;

}

.fs_virtrobo_sec_card_hdng h2{

    font-family: 'Poppins', sans-serif;

    font-size: 40px;

    font-weight: 800;

    text-align: left;

    color: #d3ad89;

    text-transform: uppercase;

    padding: 0 0 5px 0;

    line-height: 1;

    margin: 0;

}

.fs_virtrobo_sec_card_hdng h2 span {

    font-weight: 400;

    width: 100%;

    float: left;

    font-size: 30px;

    /*padding-left: 12%;*/

    padding-top: 10px;

}
.fs_virtrobo_wrap{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 30px;
  display: flex;
  align-items: center;
  align-content: center;
}
.fs_virtrobo_wrap_lft{
  width: 72%;
  float: left;
  position: relative;
}
.fs_virtrobo_wrap_lft_all{
  width: 100%;
  float: left;
  position: relative;
}
.fs_virtrobo_wrap_lft_box{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.fs_virtrobo_wrap_lft_box_fig{
  width: 100%;
  float: left;
  position: relative;
}
.fs_virtrobo_wrap_lft_box_fig img{
  width: 100%;
  object-fit: cover;
}
.fs_virtrobo_wrap_lft_box .plybtn_box{
  width: fit-content;
  float: left;
  position: absolute;
  background: #fff;
  border: 1px solid #fff;
  text-align: center;
  transition: background-color .2s ease-out;
  border-radius: 40px;
  padding: 15px 40px;
  left: 30px;
  bottom: 30px;
}
.fs_virtrobo_wrap_lft_box .plybtn_box h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #484848;
    text-transform: uppercase;
    padding: 0;
    line-height: inherit;
    margin: 0;
}
.fs_virtrobo_wrap_lft_box .plybtn_box h6 i {
  font-size: 18px;
}
.fs_virtrobo_wrap_rght{
  width: 30%;
  float: left;
  position: relative;
  background: #ececec;
  margin-left: -40px;
}
.fs_virtrobo_wrap_rght_box{
  width: 100%;
    float: left;
    position: relative;
    background: #ececec;
    padding: 15px 10px 15px 20px;
}
.fs_virtrobo_wrap_rght_box h3 {
  font-family: 'quasimoda', sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  color: #d3ad89;
  text-transform: inherit;
  padding: 10px 0 10px 0;
  line-height: inherit;
  margin: 0;
}
.fs_virtrobo_wrap_rght_box p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    color: #26272c;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: 28px;
    margin: 0;
}
#fs_fitrtaf_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 80px 0 0px 0;
    /*background: linear-gradient(rgba(0, 0, 0, 0.01), rgb(0, 0, 0, 0.01) ), url(../images/fa-botswana-banner.jpg);*/
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgb(0, 0, 0, 0.01) );
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    height: 82vh;
    margin: 90px 0 10px 0;
}
.fs_fitrtaf_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_fitrtaf_sec_vdo {
    position: relative;
    width: 100%;
    overflow: hidden;
    *height: 38vw;
    height: 100vw;
    max-height: calc(100vh - 100px);
}
#tt-video {
    *height: 100%;
    *width: 100%;
}
.fs_fitrtaf_sec_vdo iframe {
    width: 100vw;
    height: 70vw;
    min-height: 100vh;
    min-width: 177vh;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-35%);
}
#fs_freaskqstn_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 80px 0 10px 0;
}
.fs_freaskqstn_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_freaskqstn_wrap{
  width: 100%;
  float: left;
  position: relative;
}
.fs_freaskqstn_wrap_acrdn{

  width: 72%;

  float: none;

  position: relative;

  padding-top: 15px;

  margin: 0 auto;

}

.fs_freaskqstn_wrap_acrdn .panel-heading [data-toggle="collapse"]:after {

    font-family: 'fontawesome';

    content: "\f054"; /* "play" icon */

    float: right;

    color: #b6babd;

    font-size: 1em;

    line-height: 30px;

    /* rotate "play" icon from > (right arrow) to down arrow */

    -webkit-transform: rotate(-90deg);

    -moz-transform: rotate(-90deg);

    -ms-transform: rotate(-90deg);

    -o-transform: rotate(-90deg);

    transform: rotate(-90deg);

}

.fs_freaskqstn_wrap_acrdn .panel-heading [data-toggle="collapse"].collapsed:after {

    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    transform: rotate(90deg);

    color: #1d1e1f;

}

.fs_freaskqstn_wrap_acrdn .panel-default>.panel-heading {

    background-color: #fff;

    /*border: 1px solid #b6babd;*/
    border-radius: 8px;

    /*box-shadow: 2px 2px 4px 2px rgb(0 0 0 / 10%);*/*/

    color: #d3ad89;

    padding: 0px 0px;

    /*border-bottom: none;*/
    width: 100%;
    float: left;
    position: relative;
}

.fs_freaskqstn_wrap_acrdn .panel-title {

    margin-top: 0;
    
    margin-bottom: 0;
    
    font-size: 20px;
    
    color: #26272c;
    
    font-family: 'raleway', sans-serif;
    
    font-weight: 500;

}
.fs_freaskqstn_wrap_acrdn .panel-title a {
    width: 100%;
    float: left;
    position: relative;
    padding: 1em 1em;
}

.fs_freaskqstn_wrap_acrdn .panel-default {

    border-color: transparent;

    background-color: #fff;

    border: 1px solid #b6babd;

    /*box-shadow: 2px 2px 4px 2px rgb(0 0 0 / 10%);*/
    width: 100%;
    float: left;
    position: relative;

}

.fs_freaskqstn_wrap_acrdn .panel-default>.panel-heading+.panel-collapse>.panel-body {

    border-top-color: transparent;

    *background: #f7f7f7;

    border: none !important;

    color: #26272c;

    font-size: 16px;

    text-align: left;

    font-family: 'Raleway', sans-serif;
    width: 100%;
    float: left;
    position: relative;

}

.fs_freaskqstn_wrap_acrdn .panel-default>.panel-heading+.panel-collapse>.panel-body p {

    font-family: 'Raleway', sans-serif;

    color: #484848;

    text-align: left;

    font-size: 18px;

    font-weight: 500;

    text-transform: inherit;

    line-height: 32px;

    padding-bottom: 15px;

}

.fs_freaskqstn_wrap_acrdn .panel-group {

    margin-bottom: 30px;

}

.fs_freaskqstn_wrap_acrdn .panel-group .panel+.panel {

    margin-top: 15px;

}
.wht-wtr-colps-sec .panel-group .panel+.panel {
 margin-top: 15px;    
}
#fs_hlsisibo_sec {
  width: 100%;
  float: left;
  position: relative;
  *padding: 60px 0 50px 0;
  *background: #f1f1f1;
  margin: 50px 0 10px 0;
}
.fs_hlsisibo_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlsisibo_wrap {
  width: 85%;
    float: none;
    position: relative;
    margin: 0 auto;
}
.fs_hlsisibo_wrap_top_descp {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 10px;
}
.fs_hlsisibo_wrap_top_descp p {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #484848;
  text-transform: inherit;
  padding: 0 0 15px 0;
  line-height: inherit;
  margin: 0;
}
.fs_hlsisibo_wrap_all {
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlsisibo_wrap_all_hdng {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 10px;
}
.fs_hlsisibo_wrap_all_hdng h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_hlsisibo_wrap_all_hdng h3 span {
    font-weight: 700;
}
.fs_hlsisibo_wrap_all_descp {
  width: 100%;
  float: left;
  position: relative;
}
.fs_hlsisibo_wrap_all_descp p {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: justify;
  color: #484848;
  text-transform: inherit;
  padding: 0 0 15px 0;
  line-height: inherit;
  margin: 0;
}
.fs_hlsisibo_wrap_all_descp h4 {
  font-family: 'quasimoda', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 10px 0 5px 0;
    line-height: inherit;
    margin: 0;
}
.fs_inr_baner_btns {
  *width: 100%;
  float: left;
  position: relative;
  *padding: 40px 0 10px 0;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 5px;
}
.fs_inr_baner_btns .fs_btn_all {
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    *width: 180px;
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 50px
}
.fs_inr_baner_btns .fs_btn_all_blck {
  background: #d3ad89;
    border: 1px solid #d3ad89;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    width: 180px;
    padding: 10px 5px
}
.fs_inr_baner_btns .fs_btn_all_blck:hover {
  background: #212516;
  border: 1px solid #212516;
  color: #000;
}
.fs_glrypp_over .close {
    position: absolute;
    top: 10px;
    right: 20px;
    text-shadow: none;
    color: #fff;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-size: 60px;
    opacity: 1;
    font-weight: 300;
    outline: 0;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    background: transparent;
    z-index: 1;
}
.fs_glrypp_over .close:hover {
    background: transparent;
    color: #fff;
}
.fs_glrypp_over.open {
    opacity: 1;
    visibility: visible;
    transition: opacity .15s ease 0s;
    transition-duration: 150ms;
}
.fs_glrypp_over {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    *right: -100%;
    background: rgba(0,0,0,0.999);
    overflow-x: hidden;
    *overflow-y: auto;
    *-webkit-transition: right .35s ease-in-out;
    *transition: right .35s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease 0s;
    transition-duration: 150ms;
}
.fs_glrypp_over_wrap{
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
  display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.fs_glrypp_over_wrap_slide {
    width: 60%;
    float: left;
    position: relative;
    opacity: 0;
}
.fs_glrypp_over.open .fs_glrypp_over_wrap_slide {
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transform: translateZ(0);
    opacity: 1;
    transition-timing-function: ease;
    transition-duration: 600ms;
    width: 60%;
}
.fs_glrypp_over_wrap_box{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.fs_glrypp_over_wrap_box_fig{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.fs_glrypp_over_wrap_box_fig img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}
.fs_glrypp_over .owl-nav .owl-prev {
background: transparent !important;
    color: #fff !important;
    float: left;
    position: absolute;
    top: 46%;
    left: -25%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 24px !important;
    outline: none;
    padding: 5px;
}
.fs_glrypp_over .owl-nav .owl-next {
    background: transparent !important;
    color: #fff !important;
    float: right;
    position: absolute;
    top: 46%;
    right: -25%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 24px !important;
    outline: none;
    padding: 5px;
}
#fs_brmwpa_sec{
	width: 100%;
	float: left;
	position: relative;
	padding: 0px 0 0px 0;
}
.fs_brmwpa_tab_sec {
	width: 100%;
	float: left;
	position: relative;
	padding: 60px 0 0 0;
	background: rgba(35, 31, 32, 0.9) url(../images/wthypsh-pattern-bg.png) repeat;
}
.fs_brmwpa_tab_all {
	width: 100%;
	float: left;
	position: relative;
}
.fs_brmwpa_tab_nav {
	width: 100%;
	float: left;
	position: relative;
}
.fs_brmwpa_tab_nav ul {

  margin: 0;

  padding: 10px 0;

  list-style-type: none;

  text-align: center;
  
  display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;

}

.fs_brmwpa_tab_nav ul li {

  margin: 0 5px -2px 5px;

  padding: 0;

  list-style-type: none;

  text-align: center;

  display: inline-block;

    -webkit-transition: all .5s ease-out;

    -moz-transition: all .5s ease-out;

    -ms-transition: all .5s ease-out;

    -o-transition: all .5s ease-out;

    transition: all .5s ease-out;
        width: 100%;
    float: left;
    position: relative;

}

.fs_brmwpa_tab_nav ul li a {

  font-family: 'Raleway', sans-serif;

  margin: 0 0px;

  padding: 12px 10px;

  text-align: center;

  background: #f2f2f2;

  border: 1px solid #fff;

  font-size: 14px;

  text-transform: uppercase;

  font-weight: 600;

  letter-spacing: 0.2px;

  color: #fff;

  border-radius: 0px;

    -webkit-transition: all .5s ease-out;

    -moz-transition: all .5s ease-out;

    -ms-transition: all .5s ease-out;

    -o-transition: all .5s ease-out;

    transition: all .5s ease-out;
    
    width: 100%;
    float: left;
    position: relative;    

}

.fs_brmwpa_tab_nav ul>li>a:hover {

    color: #d3ad89;

    background: #fff;

    border: 1px solid #fff;

}

.fs_brmwpa_tab_nav ul>li.active>a, .fs_brmwpa_tab_nav ul>li.active>a:focus, .fs_brmwpa_tab_nav ul>li.active>a:hover {

    color: #d3ad89;

    background: #fff;

    border: 1px solid #fff;

}	
.fs_brmwpa_tab_cntnt_sec{
	width: 100%;
	float: left;
	position: relative;
}
.fs_brmwpa_sec_card{
	width: 100%;
	float: left;
	position: relative;
}
.fs_brmwpa_wrap{
	width: 100%;
	float: left;
	position: relative;
}
.fs_brmwpa_wrap_all{
	width: 100%;
	float: left;
	position: relative;
	padding: 30px 0 0 0;
}
.fs_brmwpa_wrap_all h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 10px 0 5px 0;
    line-height: inherit;
    margin: 0;
    position: relative;
}
.fs_brmwpa_wrap_all h3::before {
	content: "";
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 25px;
    margin-right: 10px;
    border-left: 5px solid #212516;
    top: -3px;
}
.fs_brmwpa_wrap_all p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_hlsisibo_wrap_all_descp ul{

  width: 100%;

  float: left;

  position: relative;

  margin: 0;

  padding: 0;

  list-style-type: none;

}

.fs_hlsisibo_wrap_all_descp ul li{

  width: 100%;

  float: left;

  position: relative;

  padding: 0;

  list-style-type: none;

  display: block;

  margin: 0 0 10px 30px;

  font-family: 'Raleway', sans-serif;

  font-size: 17px;

  font-weight: 500;

  text-align: left;

  color: #484848;

  text-transform: inherit;

  line-height: inherit;

}

.fs_hlsisibo_wrap_all_descp ul li:before {

    content: "";

    background: url(../images/check-highlights.svg);

    height: 14px;

    width: 18px;

    background-size: cover;

    display: block;

    margin-right: 0rem;

    position: absolute;

    left: -28px;

    top: 6px;

}

#fs_rltdtrvlgd_sec {
	width: 100%;
	float: left;
	position: relative;
	/*padding: 80px 0 10px 0;*/
}
.fs_rltdtrvlgd_sec_card {
	width: 100%;
	float: left;
	position: relative;
}
.fs_rltdtrvlgd_wrap {
	width: 100%;
	float: left;
	position: relative;
}
.fs_rltdtrvlgd_wrap_box {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border-radius: 0.125rem;
	box-shadow: 0 0.125rem 0.5625rem 0 hsl(0deg 0% 80% / 50%);
	margin: 15px 0;
}
.fs_rltdtrvlgd_wrap_box_fig {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}	
.fs_rltdtrvlgd_wrap_box_fig img {
	width: 100%;
	object-fit: cover;
}	
.fs_rltdtrvlgd_wrap_box_dtls {
	width: 100%;
	float: left;
	position: relative;
	padding: 15px 5px;
}
.fs_rltdtrvlgd_wrap_box_dtls h6 {
	font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 5px 0;
    line-height: inherit;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.fs_rltdtrvlgd_wrap_box_dtls h6:before {
    content: '\f041';
    font-family: FontAwesome;
    color: #212516;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}
.fs_rltdtrvlgd_wrap_box_dtls h3 {
	font-family: 'quasimoda', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0px 0 0px 0;
    line-height: inherit;
    margin: 0;	
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_rltdtrvlgd_wrap_box:hover .fs_rltdtrvlgd_wrap_box_dtls h3 {
    color: #212516;
}
.fs_rltdtrvlgd_wrap_box_link {
	width: 100%;
	float: left;
	position: relative;
	text-align: right;
	display: none;
}
.fs_rltdtrvlgd_wrap_box_link .fs_txt_lnk {
	font-size: 15px;
    font-weight: 600;
}
#fs_dstnsnbnrtab_sec{
  width: 100%;
  float: left;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 10px 0 hsl(0deg 0% 60% / 30%);
  padding: 10px 0;
}
.fs_dstnsnbnrtab_sec_card {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 25px;
}
.fs_dstnsnbnrtab_tabed {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 30px;
}
.fs_dstnsnbnrtab_tabed_navs {
  width: auto;
  float: left;
  position: relative;
}
.fs_dstnsnbnrtab_tabed_navs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
}
.fs_dstnsnbnrtab_tabed_navs ul li {
    list-style-type: none;
    margin: 0;
    display: inline-block;
    padding: 2px 15px;
    text-align: center;
    position: relative;
    border-right: 1px solid #999;
}
.fs_dstnsnbnrtab_tabed_navs ul li:last-child {
    *padding-right: 0;
    border-right: none;
}
.fs_dstnsnbnrtab_tabed_navs ul li a {
    color: #d3ad89;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_dstnsnbnrtab_tabed_navs ul li:hover a {
    color: #212516;
}
.fs_dstnsnbnrtab_tabed_navs ul li:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 2px;
  background: #212516;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
} 
.fs_dstnsnbnrtab_tabed_navs ul li:hover:before {
  opacity: 1;
  visibility: visible;
}
.fs_dstnsnbnrtab_tabed_navs ul li.active a {
    color: #212516;
}
.fs_dstnsnbnrtab_tabed_navs ul li.active:before {
  opacity: 1;
  visibility: visible;
}
.fs_dstnsnbnrtab_tabed_btn {
  width: auto;
  float: left;
  position: relative;
}
.fs_dstnsnbnrtab_tabed_btn .fs_btn_all {
    float: left;
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    padding: 9px 16px;
    width: 180px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 2px;
    font-weight: 900;
    color: #000;
}
.fs_dstnsnbnrtab_tabed_btn .fs_btn_sticky{
    margin-bottom: 0px;
}
#fs_btstrsfrs_sec {
    width: 100%;
    float: left;
    position: relative;
    padding: 80px 0 10px 0;
}
.fs_btstrsfrs_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.fs_btstrsfrs_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.fs_btstrsfrs_wrap .owl-nav {
    position: absolute;
    top: -50px;
    right: 0%;
    width: auto;
    padding: 0;
    visibility: visible;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_btstrsfrs_wrap .owl-nav .owl-prev{
    background: #212516 !important;
    color: #fff !important;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    outline: none;
    padding: 5px;
    margin-right: 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_btstrsfrs_wrap .owl-nav .owl-prev:hover {
    background: #d3ad89 !important;
}
.fs_btstrsfrs_wrap .owl-nav .owl-next{
    background: #212516 !important;
    color: #fff !important;
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_btstrsfrs_wrap .owl-nav .owl-next:hover {
    background: #d3ad89 !important;
}
#fs_wyntkab_sec {
    width: 100%;
    float: left;
    position: relative;
    padding: 80px 0 10px 0;
}
.fs_wyntkab_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.fs_wyntkab_wrap {
  width: 100%;
  float: left;
  position: relative;
      display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    padding-top: 20px;
}
.fs_wyntkab_wrap_sbar {
  width: 30%;
  float: left;
  position: relative;
  margin-right: 25px;
}
.fs_wyntkab_wrap_sbar_all {
  width: 100%;
  float: left;
  position: relative;  
  border-right: 1px solid #ccc;
  padding: 0 25px 0 0;
}
.fs_wyntkab_wrap_sbar_nav {
  width: 100%;
  float: left;
  position: relative;
}
.fs_wyntkab_wrap_sbar_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
}
.fs_wyntkab_wrap_sbar_nav ul li {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  display: block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width: 100%;
    float: left;
    position: relative;
}
.fs_wyntkab_wrap_sbar_nav ul li a {
  font-family: 'Raleway', sans-serif;
  margin: 0 0px;
  padding: 12px 5px;
  text-align: left;
  background: transparent;
  border-bottom: 2px solid #efefef;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #565a5c;
  border-radius: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width: 100%;
    float: left;
    position: relative;
}
.fs_wyntkab_wrap_sbar_nav ul>li>a:hover {
    color: #212516;
    background: transparent;
    border-bottom: 2px solid #212516;
}
.fs_wyntkab_wrap_sbar_nav ul>li.active>a, .fs_wyntkab_wrap_sbar_nav ul>li.active>a:focus, .fs_wyntkab_wrap_sbar_nav ul>li.active>a:hover {
    color: #212516;
    background: transparent;
    border-bottom: 2px solid #212516;
}
.fs_wyntkab_wrap_main {
  width: 70%;
  float: left;
  position: relative;
}
.fs_wyntkab_wrap_main_all {
  width: 100%;
  float: left;
  position: relative;
}
.fs_wyntkab_wrap_main_all_dtls {
  width: 100%;
  float: left;
  position: relative;
}
.fs_wyntkab_wrap_main_all_dtls img {
  width: 100%;
    object-fit: cover;
    margin: 10px 0 10px 0;
}
.fs_wyntkab_wrap_main_all_dtls h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0 0 10px 0;
    line-height: inherit;
    margin: 0;
}
.fs_wyntkab_wrap_main_all_dtls h4 {
    font-family: 'quasimoda', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 10px 0 10px 0;
    line-height: inherit;
    margin: 0;
}
.fs_wyntkab_wrap_main_all_dtls p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #26272c;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: 32px;
    margin: 0;
}
.fs_wyntkab_wrap_main_all_dtls ul{

  width: 100%;

  float: left;

  position: relative;

  margin: 0;

  padding: 0;

  list-style-type: none;
      margin-left: 1.388888888889em;

}

.fs_wyntkab_wrap_main_all_dtls ul li{

  width: 100%;
    float: left;
    position: relative;
    padding: 0 0 10px 25px;
    list-style-type: none;
    display: block;
    margin: 0 0 0px 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: #26272c;
    text-transform: inherit;
    line-height: 32px;

}

.fs_wyntkab_wrap_main_all_dtls ul li:before {

    display: inline-block;
    margin-right: 12px;
    font-size: 8px;
    color: #212516;
    font-weight: 600;
    content: "\f0c8";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -1px;

}
#fs_witbmtvb_sec {
  width: 100%;
  float: left;
  position: relative;
  padding: 80px 0 10px 0;
}
.fs_witbmtvb_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.fs_witbmtvb_wrap {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 20px;
}
.fs_witbmtvb_wrap_all {
  width: 100%;
  float: left;
  position: relative;
}
.fs_witbmtvb_wrap_all .pelomi {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
}
.fs_witbmtvb_wrap_all .pelomi_boxs {
  width: fit-content;
  float: left;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.fs_witbmtvb_wrap_all .pelomi_boxs_dots {
    width: 14px;
    height: 14px;
    background-color: #d3ad89;
    border-radius: 100px;
}
.fs_witbmtvb_wrap_all .pelomi_boxs_info {
  width: fit-content;
  float: left;
  position: relative;
}
.fs_witbmtvb_wrap_all .pelomi_boxs_info p {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  color: #484848;
  text-transform: inherit;
  padding: 0;
  line-height: inherit;
  margin: 0;
}
.peak_colr {
    background-color: rgba(255,194,14,1) !important;
}
.mixed_colr {
    background-color: rgba(255,194,14,0.5) !important;
}
.low_colr {
    background-color: rgba(255,194,14,0.25) !important;
}
.fs_witbmtvb_wrap_all_nav {
  width: 100%;
  float: left;
  position: relative;
}
.fs_witbmtvb_wrap_all_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 15px;
}
.fs_witbmtvb_wrap_all_nav ul li {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out; 
    float: left;
    position: relative;
}
.fs_witbmtvb_wrap_all_nav ul li a {   
    width: 60px;
    height: 60px;
    line-height: 60px;
  font-family: 'Raleway', sans-serif;
  margin: 0 0px;
  padding: 0;
  text-align: center;
  background-color: #d3ad89;
  border-bottom: 2px solid #d3ad89;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #d3ad89;
  border-radius: 100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    float: left;
    position: relative;
    box-shadow: 0 0 5px 0 #999;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-shadow: transparent 0 0 0 3px inset, 0 0 5px 0 #999;
}
.fs_witbmtvb_wrap_all_nav ul>li>a:hover {
    border: 2px solid #66cbb6;
    box-shadow: rgb(229 229 229) 0 0 0 3px inset, 0 0 5px 0 #999;
    color: #d3ad89;
}
.fs_witbmtvb_wrap_all_nav ul>li.active>a, .fs_witbmtvb_wrap_all_nav ul>li.active>a:focus, .fs_witbmtvb_wrap_all_nav ul>li.active>a:hover {
    border: 2px solid #66cbb6;
    box-shadow: rgb(229 229 229) 0 0 0 3px inset, 0 0 5px 0 #999;
    color: #d3ad89;
}
.fs_witbmtvb_wrap_all_nav .low{
  background-color: rgba(255,194,14,0.25) !important;
  border: 1px solid rgba(255,194,14,0.25) !important;
}
.fs_witbmtvb_wrap_all_nav .peak {
  background-color: #212516 !important;
  border: 1px solid #212516 !important;
}
.fs_witbmtvb_wrap_all_nav .mixed {
  background-color: rgba(255,194,14,0.5) !important;
  border: 1px solid rgba(255,194,14,0.5) !important;
}
.fs_witbmtvb_wrap_all_main {
  width: 100%;
  float: left;
  position: relative;
}
.fs_witbmtvb_wrap_all_main .tab-content{
  width: 100%;
  float: left;
  position: relative;
}
.fs_witbmtvb_wrap_all_main .tab-pane{
  width: 100%;
  float: left;
  position: relative;
}
.fs_witbmtvb_wrap_all_main_dtls {
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 0 10px 0;
}
.fs_witbmtvb_wrap_all_main_dtls h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0 0 10px 0;
    line-height: inherit;
    margin: 0;
}
.fs_witbmtvb_wrap_all_main_dtls h5 {
    font-family: 'quasimoda', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 10px 0 10px 0;
    line-height: inherit;
    margin: 0;
}
.fs_witbmtvb_wrap_all_main_dtls p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #26272c;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: 32px;
    margin: 0;
}
.fs_brmwpa_sec_new .fs_brmwpa_tab_sec{
  background: unset;
}
.fs_brmwpa_sec_new .fs_brmwpa_tab_nav ul li a {
    border: 1px solid #f2f2f2;
    color: #d3ad89;
}
.fs_brmwpa_sec_new .fs_brmwpa_tab_nav ul>li>a:hover {
    color: #d3ad89;
    background: #212516;
    border: 1px solid #212516;
}
.fs_brmwpa_sec_new .fs_brmwpa_tab_nav ul>li.active>a, .fs_brmwpa_sec_new .fs_brmwpa_tab_nav ul>li.active>a:focus, .fs_brmwpa_sec_new .fs_brmwpa_tab_nav ul>li.active>a:hover {
    color: #d3ad89;
    background: #212516;
    border: 1px solid #212516;
}
.fs_brmwpa_sec_new .fs_brmwpa_tab_all {
    padding-top: 20px;
}
.fs_htldgs_fltr_sec_new {
  padding: 80px 0 10px 0 !important;
}
/*#fs_dstnsnbnrtab_sec {*/
/*    position: sticky;*/
/*    top: 116px;*/
/*    z-index: 12;*/
/*    padding: 5px 0;*/
/*}*/
.fs_htldgs_fltr_sbar_list ul li, .fs_htldgs_fltr_sbar_list_two ul li {
    padding: 0;
}
.fs_htldgs_fltr_sbar_list ul li a, .fs_htldgs_fltr_sbar_list_two ul li a {
    width: 100%;
    float: left;
    position: relative;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.fs_htldgs_fltr_sbar_list ul li a span, .fs_htldgs_fltr_sbar_list_two ul li a span {
    color: #484848;
}
.fs_htldgs_fltr_sbar_list ul li.active a , .fs_htldgs_fltr_sbar_list_two ul li.active a{
    background: #212516;
    color: #555;
}
.fs_htldgs_fltr_sbar_list ul li.active a span, .fs_htldgs_fltr_sbar_list_two ul li.active a span {
    color: #555;
}
/*.fs_htldgs_fltr_sbar_list ul li:hover a {*/
/*    background: #d3ad89;*/
/*    color: #fff;*/
/*}*/
/*.fs_htldgs_fltr_sbar_list ul li:hover a span {*/
/*    color: #fff;*/
/*}*/
.fs_absaf_sec_card_left_top p strong {
    font-weight: 700;
}
.fs_absaf_sec_card_left_top p a {
    font-weight: 600;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_absaf_sec_card_left_top p a:hover {
    color: #484848;
    text-decoration: none;
}
.fs_virtrobo_wrap_rght_box p strong {
    font-weight: 600;
}
.fs_virtrobo_wrap_rght_box p a {
    font-weight: 600;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_virtrobo_wrap_rght_box p a:hover {
    color: #484848;
    text-decoration: none;
}
.fs_wyntkab_wrap_main_all_dtls p strong {
    font-weight: 700;
}
.fs_wyntkab_wrap_main_all_dtls p a {
    font-weight: 700;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_wyntkab_wrap_main_all_dtls p a:hover {
    color: #484848;
    text-decoration: none;
}
.fs_brmwpa_wrap_all p strong {
    font-weight: 600;
}
.fs_brmwpa_wrap_all p a {
    font-weight: 600;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_brmwpa_wrap_all p a:hover {
    color: #212516;
}
.fs_freaskqstn_wrap_acrdn .panel-default>.panel-heading+.panel-collapse>.panel-body p strong {
    font-weight: 600;
}
.fs_freaskqstn_wrap_acrdn .panel-default>.panel-heading+.panel-collapse>.panel-body p a {
    font-weight: 600;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_freaskqstn_wrap_acrdn .panel-default>.panel-heading+.panel-collapse>.panel-body p a:hover {
    color: #212516;
}
.fs_virtrobo_wrap_lft_box:hover .plybtn_box {
    background: rgba(255,255,255,0.6);
}
.fs_virtrobo_wrap_lft_all_vdo {
    position: relative;
    width: 100%;
    overflow: hidden;
    *height: 100vw;
    *max-height: calc(100vh - 0px);
    display: none;
}
.fs_virtrobo_wrap_lft_all_vdo iframe {
    width: 100vw;
    height: 70vw;
    min-height: 100vh;
    min-width: 177vh;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-35%);
}
.fs_virtrobo_wrap_lft_box {
    cursor: pointer;
}
.hide_box {
    display:none;
}
.sticky_header .fs_header_top_wrap {
    padding: 5px 0;
}
.sticky_header .fs_header_nav_sec {
    padding: 5px 0;
}
.fs_absaf_vdo {
    position: relative;
    width: 100%;
    overflow: hidden;
    *height: 100vw;
    *max-height: calc(100vh - 0px);
    margin-top: 30px;
}
.fs_absaf_vdo iframe {
    width: 100vw;
    height: 70vw;
    min-height: 100vh;
    min-width: 177vh;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-35%);
}
.htldgs_fltr_sticky {
    position: sticky;
    top: 170px;
}
.fs_fitrtaf_sec_fig {
    position: relative;
    width: 100%;
    float:left;
}
.fs_fitrtaf_sec_fig img {
    width: 100%;
}
.fs_vataact_slider_all .owl-nav {

    position: absolute;

    top: -50px;

    right: 0%;

    width: auto;

    padding: 0;

    visibility: visible;

    -webkit-transition: all .5s ease-out;

    -moz-transition: all .5s ease-out;

    -ms-transition: all .5s ease-out;

    -o-transition: all .5s ease-out;

    transition: all .5s ease-out;

}

.fs_vataact_slider_all .owl-nav .owl-prev{

    background: #212516 !important;

    color: #fff !important;

    float: left;

    position: relative;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    line-height: 40px;

    text-align: center;

    font-size: 18px;

    outline: none;

    padding: 5px;

    margin-right: 10px;

    -webkit-transition: all .5s ease-out;

    -moz-transition: all .5s ease-out;

    -ms-transition: all .5s ease-out;

    -o-transition: all .5s ease-out;

    transition: all .5s ease-out;

}

.fs_vataact_slider_all .owl-nav .owl-prev:hover {

    background: #d3ad89 !important;

}

.fs_vataact_slider_all .owl-nav .owl-next{

    background: #212516 !important;

    color: #fff !important;

    float: right;

    position: relative;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    line-height: 40px;

    text-align: center;

    font-size: 18px;

    outline: none;

    padding: 5px;

    -webkit-transition: all .5s ease-out;

    -moz-transition: all .5s ease-out;

    -ms-transition: all .5s ease-out;

    -o-transition: all .5s ease-out;

    transition: all .5s ease-out;

}

.fs_vataact_slider_all .owl-nav .owl-next:hover {

    background: #d3ad89 !important;

}
.fs_victoria_falls_scroll_bg {
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgb(0, 0, 0, 0.01) );
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.fs_wyntkab_wrap_main_all_dtls_tbl {
    position: relative;
    width: 100%;
    float:left;
    padding: 10px 0 15px 0;
}
.fs_wyntkab_wrap_main_all_dtls_tbl tr td {
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
}
.fs_wyntkab_wrap_main_all_dtls_tbl td p {
    padding: 0px;
    font-size: 16px;
}
.fs_brmwpa_wrap_all ul{

  width: 100%;

  float: left;

  position: relative;

  margin: 0;

  padding: 0;

  list-style-type: none;

}

.fs_brmwpa_wrap_all ul li{

  width: 100%;

  float: left;

  position: relative;

  padding: 0;

  list-style-type: none;

  display: block;

  margin: 0 0 10px 30px;

  font-family: 'Raleway', sans-serif;

  font-size: 17px;

  font-weight: 500;

  text-align: left;

  color: #484848;

  text-transform: inherit;

  line-height: inherit;

}

.fs_brmwpa_wrap_all ul li:before {

    content: "";

    background: url(../images/check-highlights.svg);

    height: 14px;

    width: 18px;

    background-size: cover;

    display: block;

    margin-right: 0rem;

    position: absolute;

    left: -28px;

    top: 6px;

}
.fs_baner_vdo {
  *width: 100%;
  float: left;
  position: relative;  
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  *padding-top: 50px;
}
.fs_baner_vdo a {
    display: flex;
    align-items: center;
    align-content: center;
    cursor: pointer;
}
.fs_baner_vdo h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: inherit;
    color: #fff;
    font-weight: 700;  
}
.fs_baner_vdo_icn {
  width: 70px;
  float: left;
  position: relative;
  margin-right: 30px;
}
.fs_baner_vdo_icn img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.fs_baner_vdo_icn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    *background: #fff;
    border-radius: 50%;
    *-webkit-animation: pulse-border 1500ms ease-out infinite;
    *animation: pulse-border 1500ms ease-out infinite;
    z-index:1;
} 
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; 
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; 
  } 
}
@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; 
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; 
  } 
}
@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; 
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; 
  } 
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; 
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; 
  } 
} 
.fs_inr_baner_ovrlay_info_flex {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 50px;
    padding-top: 40px;
}
.fs_inr_baner_ovrlay_info_new h1 {
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
}
.fs_absaf_map_box {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 30px;
}
.fs_absaf_map_box iframe {
    width: 100%;
    height: 420px;
    float: left;
    position: relative;
}
.fs_wyntkab_sticky {
    position: sticky;
    top: 170px;
}
.fs_zambia_destinations_scroll_bg {
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgb(0, 0, 0, 0.01) ), url(../images/fa-zambia-banner.jpg) !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.fs_south_africa_destinations_scroll_bg {
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgb(0, 0, 0, 0.01) ), url(../images/south-africa-destinations-banner.jpg) !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.fs_namibia_destinations_scroll_bg {
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgb(0, 0, 0, 0.01) ), url(../images/fa-namibian-banner.jpg) !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.fs_zimbabwe_destinations_scroll_bg {
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgb(0, 0, 0, 0.01) ), url(../images/fa-zimb-banner.jpg) !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.fs_mozambique_destinations_scroll_bg {
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgb(0, 0, 0, 0.01) ), url(../images/fa-mozambique.jpg) !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.fs_kenya_destinations_scroll_bg {
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgb(0, 0, 0, 0.01) ), url(../images/fa-kenia-banner.jpg) !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.fs_uganda_destinations_scroll_bg {
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgb(0, 0, 0, 0.01) ), url(../images/fa-uganda-banner.jpg) !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.fs_tanzania_destinations_scroll_bg {
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgb(0, 0, 0, 0.01) ), url(../images/fa-tanz-banner.jpg) !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
#fs_africtrvlgd_sec{
  width: 100%;
  float: left;
  position: relative;
  margin: 60px 0 10px 0;

}
.fs_africtrvlgd_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.fs_africtrvlgd_wrap{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.fs_africtrvlgd_wrap_all{
  width: 80%;
  margin-left: 10em;
  float: left;
  position: relative;
}
.fs_africtrvlgd_wrap_all_lead{
  width: 100%;
  float: left;
  position: relative;
  *padding-bottom: 20px;
  padding-bottom: 1em;
}
.fs_africtrvlgd_wrap_all_lead strong{
    font-weight: 600;
}
.fs_africtrvlgd_wrap_all_lead p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: #484848;
    padding: 0 0 30px 0;
    text-transform: inherit;
    line-height: 32px;
    margin: 0;
}
.fs_africtrvlgd_wrap_all_hdng {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 20px;
}
.fs_africtrvlgd_wrap_all_lead a:hover {
    color: #484848;
    text-decoration: none;
}
.fs_africtrvlgd_wrap_all_hdng h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.fs_africtrvlgd_wrap_all_hdng h2 span {
    font-weight: 700;
    font-size: 40px;
}
.fs_africtrvlgd_wrap_all_cntnt {
    width: 100%;
    float: left;
    position: relative;
}
.fs_africtrvlgd_wrap_all_cntnt a:hover {
    color: #484848;
    text-decoration: none;
}
.fs_africtrvlgd_wrap_all_cntnt h3 {
    /*font-family: 'quasimoda', sans-serif;*/
    font-family: 'raleway', sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    color: #333333;
    text-transform: capitalize;
    padding: 6px 15px;
    line-height: inherit;
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
    background-color: #f2f2f2c2;
    margin-bottom: 25px;
    margin-top: 25px;
    letter-spacing: 1px;
    
}
.fs_africtrvlgd_wrap_all_cntnt h4 {
    font-family: 'raleway', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #333;
    text-transform: capitalize;
    line-height: inherit;
    margin: 10px 0px 15px 0px;
    width: 100%;
    float: left;
    position: relative;
    /*border-left: 3px solid #212516;*/
    /*padding-left: 15px;*/
}
.fs_africtrvlgd_wrap_all_cntnt h5 {
    font-family: 'raleway', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #333;
    text-transform: capitalize;
    padding: 10px 0 25px 0;
    line-height: inherit;
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
}
.fs_africtrvlgd_wrap_all_cntnt .font-large{
    font-size: 26px;
}
.fs_africtrvlgd_wrap_all_cntnt img {
    width: 100%;
    object-fit: cover;
    margin: 10px 0 40px 0;
    float: left;
    /*border-radius: 60px;*/
}
.fs_africtrvlgd_wrap_all_cntnt ol {
    width: 100%;
    float: left;
    position: relative;
}


.fs_africtrvlgd_wrap_all_cntnt ul li:before {
    display: inline-block;
    margin-right: 12px;
    font-size: 8px;
    color: #212516;
    font-weight: 600;
    content: "\f0c8";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -1px;
}




.fs_africtrvlgd_wrap_all_cntnt ol li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
    *display: block;
    list-style: decimal;
    margin: 0 0 10px 15px;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
    color: #484848;
    text-transform: inherit;
    line-height: inherit;
}
.fs_africtrvlgd_wrap_all_cntnt p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 20px 0;
    line-height: 32px;
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
}
.fs_africtrvlgd_wrap_all_cntnt p strong {
    font-weight: 600;
    font-size:18px;
    letter-spacing: 1px;
}
.fs_africtrvlgd_wrap_all_cntnt ul li strong{
    font-weight: 600;
}
.fs_africtrvlgd_wrap_all_cntnt p a {
    font-weight: 600;
    /*color: #212516;*/
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_africtrvlgd_wrap_all_cntnt p a:hover {
    color: #484848;
    text-decoration: none;
}
.fs_africtrvlgd_wrap_all_cntnt_tbl {
    width: 100%;
    float: left;
    position: relative;
    padding: 25px 0 15px 0;
}
.fs_africtrvlgd_wrap_all_cntnt_tbl table {
    width: 100%;
    float: left;
    position: relative;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    box-shadow: 0 0.125rem 0.5625rem 0 hsl(0deg 0% 80% / 50%);
    margin: 0px 0 15px 0;
}
.fs_africtrvlgd_wrap_all_cntnt_tbl table th {
    font-family: 'Raleway', sans-serif;
    background-color: #d2d2d2;
    color: #26272c;
    font-weight: 600;
    padding: 10px 10px;
    font-size: 18px;
    text-align: center;
    width: 100%;
}
.fs_africtrvlgd_wrap_all_cntnt_tbl table tr {
    display: flex;
    width: 100%;
    float: left;
    position: relative;
}
.fs_africtrvlgd_wrap_all_cntnt_tbl table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.fs_africtrvlgd_wrap_all_cntnt_tbl table td {
    font-family: 'Raleway', sans-serif;
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #484848;
    display: flex;
    align-items: center;
}
.fs_africtrvlgd_wrap_all_cntnt ul {
    /*width: 100%;*/
    float: left;
    position: relative;
    margin: 0;
    padding: 0px 0 25px 0;
    list-style-type: none;
    margin-left: 1.388888888889em;
}
.fs_africtrvlgd_wrap_all_cntnt ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 10px 25px;
    list-style-type: none;
    display: block;
    margin: 0 0 0px 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: #26272c;
    text-transform: inherit;
    line-height: 32px;
}
.fs_africtrvlgd_wrap_all_cntnt ul li:before {
        display: inline-block;
    margin-right: 12px;
    font-size: 10px;
    color: #212516;
    font-weight: 600;
    content: "\f0c8";
    font-family: FontAwesome;
}
.fs_africtrvlgd_wrap_pkgsec {
    width: 100%;
    float: left;
    position: relative;
    padding: 15px 0 15px 0;
}
.fs_africtrvlgd_wrap_pkgsec .owl-nav {
    position: relative;
    bottom: 0px;
    right: 0%;
    width: fit-content;
    padding: 0;
    visibility: visible;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    float: right;
}
.fs_africtrvlgd_wrap_pkgsec .owl-nav .owl-prev{
    background: #212516 !important;
    color: #fff !important;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    outline: none;
    padding: 5px;
    margin-right: 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_africtrvlgd_wrap_pkgsec .owl-nav .owl-prev:hover {
    background: #d3ad89 !important;
}
.fs_africtrvlgd_wrap_pkgsec .owl-nav .owl-next{
    background: #212516 !important;
    color: #fff !important;
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    outline: none;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.fs_africtrvlgd_wrap_pkgsec .owl-nav .owl-next:hover {
    background: #d3ad89 !important;
}
.fs_africtrvlgd_wrap_blogsec {
    width: 100%;
    float: left;
    position: relative;
    padding: 15px 0 15px 0;
    display: none;
}
.fs_africtrvlgd_wrap_blogsec_all {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    grid-gap: 30px;
}
.fs_africtrvlgd_wrap_blogsec_all_box {
    display: grid;
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
}
.fs_africtrvlgd_wrap_blogsec_all_box_fig {
    width: 100%;
    float: left;
    position: relative;
}
.fs_africtrvlgd_wrap_blogsec_all_box_fig img {
    width: 100%;
    transition: all 0.4s ease-in-out;
    border-radius: 4px;
}
.fs_africtrvlgd_wrap_blogsec_all_box_dtls {
    width: 100%;
    float: left;
    padding: 15px;
    *min-height: 195px;
}
.fs_africtrvlgd_wrap_blogsec_all_box_dtls h3 {
    font-size: 20px;
    color: #d3ad89;
    margin-bottom: 10px;
    margin-top: 0px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: inherit;
    min-height: 80px;
    font-family: 'Raleway', sans-serif;
}
.fs_africtrvlgd_wrap_blogsec_all_box_dtls .fs_blg_tagctg {
    width: 100%;
    position: relative;
    float: left;
}
.fs_africtrvlgd_wrap_blogsec_all_box_dtls .fs_blg_tagctg ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.fs_africtrvlgd_wrap_blogsec_all_box_dtls .fs_blg_tagctg ul li {
    display: inline-block;
    color: #484848;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px 2px;
    font-family: 'Raleway', sans-serif;
}
.fs_africtrvlgd_wrap_blogsec_all_box_dtls .fs_blg_tagctg ul li i {
    color: #212516;
    margin-right: 3px;
}
.fs_africtrvlgd_wrap_blogsec_all_box:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.014);
    transition: all 0.4s ease-in-out;
    box-shadow: 0 10px 50px -5px rgb(51 71 91 / 12%);
}
.bgclr_tble td p {
    text-align: center;
    padding: 0;
    white-space: pre-wrap;
    font-size: 16px;
}
.bgclr_tble table tr:nth-child(odd) {
    background-color: #fff;
}
.bgclr_tble th p {
    text-align: center;
    padding: 0;
    white-space: pre-wrap;
    color: #00b050;
}
.bgclr_tble table th {
    background-color: #fff;
}
.bgclr_tble table, .bgclr_tble th, .bgclr_tble td {
  border: 1px solid #efefef;
}
.bgclr_tble table{
    border-collapse: collapse;
    margin-top: 20px;
}
.bgclr_tble .bg1{
    background-color: #fff4b6;
}
.bgclr_tble .bg2{
    background-color: #c9ffb6;
}
.bgclr_tble .bg3{
    background-color: #d7ffb6;
}
.bgclr_tble .bg4{
    background-color: #f7ffb6;
}
.spam_tble td p {
    text-align: center;
    padding: 0;
    white-space: pre-wrap;
    font-size: 18px;
}
.spam_tble th p {
    text-align: center;
    padding: 0;
    white-space: pre-wrap;
    color: #fff;
    text-transform: uppercase;
    color: #26272c;
}
.spam_tble .temp_30 {
    background: #FCB667;
}
.spam_tble .temp_28 {
    background: #FBBE6A;
}
.spam_tble .temp_26 {
    background: #FAC66D;
}
.spam_tble .temp_33 {
    background: #FDAA62;
}
.spam_tble .temp_34 {
    background: #FB915B;
}
.spam_tble .temp_19 {
    background: #F8E279;
}
.spam_tble .temp_18 {
    background: #F8E67B;
}
.spam_tble .temp_15 {
    background: #F7F280;
}
.spam_tble .temp_10 {
    background: #D0F395;
}
.spam_tble .temp_7 {
    background: #97E1AE;
}
.spam_tble .temp_6 {
    background: #84DBB6;
}
.spam_tble .temp_9 {
    background: #BDED9D;
}
.spam_tble .temp_14 {
    background: #F6F681;
}
.spam_tble .temp_18 {
    background: #F8E67B;
}
.trvel_tips_actvity {
    width: 100%;
    float: left;
    position: relative;
        padding-bottom: 20px;
}
.trvel_tips_packages {
    width: 100%;
    float: left;
    position: relative;
        padding-bottom: 20px;
}
.trvel_tips_accomodasn {
    width: 100%;
    float: left;
    position: relative;
        padding-bottom: 20px;
}
.trvel_tips_accomodasn .owl-nav {

position: absolute;
    top: -40px;
    right: 0%;
    width: fit-content;
    padding: 0;
    visibility: visible;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    float: right;

}

.trvel_tips_accomodasn .owl-nav .owl-prev{

    background: #212516 !important;

    color: #fff !important;

    float: left;

    position: relative;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    line-height: 40px;

    text-align: center;

    font-size: 18px;

    outline: none;

    padding: 5px;

    margin-right: 10px;

    -webkit-transition: all .5s ease-out;

    -moz-transition: all .5s ease-out;

    -ms-transition: all .5s ease-out;

    -o-transition: all .5s ease-out;

    transition: all .5s ease-out;

}

.trvel_tips_accomodasn .owl-nav .owl-prev:hover {

    background: #d3ad89 !important;

}

.trvel_tips_accomodasn .owl-nav .owl-next{

    background: #212516 !important;

    color: #fff !important;

    float: right;

    position: relative;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    line-height: 40px;

    text-align: center;

    font-size: 18px;

    outline: none;

    padding: 5px;

    -webkit-transition: all .5s ease-out;

    -moz-transition: all .5s ease-out;

    -ms-transition: all .5s ease-out;

    -o-transition: all .5s ease-out;

    transition: all .5s ease-out;

}

.trvel_tips_accomodasn .owl-nav .owl-next:hover {

    background: #d3ad89 !important;

}
.trvel_tips_packages .owl-nav {

position: absolute;
    top: -40px;
    right: 0%;
    width: fit-content;
    padding: 0;
    visibility: visible;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    float: right;

}

.trvel_tips_packages .owl-nav .owl-prev{

    background: #212516 !important;

    color: #fff !important;

    float: left;

    position: relative;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    line-height: 40px;

    text-align: center;

    font-size: 18px;

    outline: none;

    padding: 5px;

    margin-right: 10px;

    -webkit-transition: all .5s ease-out;

    -moz-transition: all .5s ease-out;

    -ms-transition: all .5s ease-out;

    -o-transition: all .5s ease-out;

    transition: all .5s ease-out;

}

.trvel_tips_packages .owl-nav .owl-prev:hover {

    background: #d3ad89 !important;

}

.trvel_tips_packages .owl-nav .owl-next{

    background: #212516 !important;

    color: #fff !important;

    float: right;

    position: relative;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    line-height: 40px;

    text-align: center;

    font-size: 18px;

    outline: none;

    padding: 5px;

    -webkit-transition: all .5s ease-out;

    -moz-transition: all .5s ease-out;

    -ms-transition: all .5s ease-out;

    -o-transition: all .5s ease-out;

    transition: all .5s ease-out;

}

.trvel_tips_packages .owl-nav .owl-next:hover {

    background: #d3ad89 !important;

}
.trvel_tips_actvity .owl-nav {
position: absolute;
    top: -40px;
    right: 0%;
    width: fit-content;
    padding: 0;
    visibility: visible;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    float: right;

}

.trvel_tips_actvity .owl-nav .owl-prev{

    background: #212516 !important;

    color: #fff !important;

    float: left;

    position: relative;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    line-height: 40px;

    text-align: center;

    font-size: 18px;

    outline: none;

    padding: 5px;

    margin-right: 10px;

    -webkit-transition: all .5s ease-out;

    -moz-transition: all .5s ease-out;

    -ms-transition: all .5s ease-out;

    -o-transition: all .5s ease-out;

    transition: all .5s ease-out;

}

.trvel_tips_actvity .owl-nav .owl-prev:hover {

    background: #d3ad89 !important;

}

.trvel_tips_actvity .owl-nav .owl-next{

    background: #212516 !important;

    color: #fff !important;

    float: right;

    position: relative;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    line-height: 40px;

    text-align: center;

    font-size: 18px;

    outline: none;

    padding: 5px;

    -webkit-transition: all .5s ease-out;

    -moz-transition: all .5s ease-out;

    -ms-transition: all .5s ease-out;

    -o-transition: all .5s ease-out;

    transition: all .5s ease-out;

}

.trvel_tips_actvity .owl-nav .owl-next:hover {

    background: #d3ad89 !important;

}
.fs_eoawcyt_info p {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: inherit;
    margin: 0;
}
.trvel_tips_packages_sec {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 0 10px 0;
}
.trvel_tips_packages_titl {
    width: 100%;
    float: left;
    position: relative;
}
.trvel_tips_packages_titl h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0 0 5px 0;
    line-height: 1.4;
    margin: 0;
}
.fs_freaskqstn_wrap_acrdn ul{
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fs_freaskqstn_wrap_acrdn ul li{
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  list-style-type: none;
  display: block;
  margin: 0 0 10px 30px;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  color: #484848;
  text-transform: inherit;
  line-height: inherit;
}
.fs_freaskqstn_wrap_acrdn ul li:before {
    content: "";
    background: url(../images/check-highlights.svg);
    height: 14px;
    width: 18px;
    background-size: cover;
    display: block;
    margin-right: 0rem;
    position: absolute;
    left: -28px;
    top: 6px;
}

 /*external*/

.falcon-qnav-links{
    float: left;
    width: 100%;
    margin: 5px 0px 30px 0px;
    }
    
    .falcon-qnav-section{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .card-header {
        padding: 0 !important;
        margin-bottom: 0 !important;
        background-color: transparent !important;
        border-bottom: 0 !important;
        position: relative;
    }
    
    .falcon-qnav-links .card{
        border-style: solid;
        border-width: 1px;
        border-color: lightgray;
        border-radius: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        background: #fafafa;
        /*margin-top: 8em !important;*/
    }
    
    .falcon-qnav-links .card-body{
        margin-top: 1.5em !important;
    }
    
    .falcon-qnav-links h4{
    font-family: 'quasimoda', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    line-height: inherit;
    width: 100%;
    float: left;
    position: relative;
    padding-left: 15px;
    }
    .falcon-qnav-links h5{
        font-size: 20px;
        padding-top: 15px;
        font-weight: 600;
    }
    .falcon-qnav-links h6{
        margin-top: 1em;
        margin-bottom: 1em;
        font-size: 17px;
    }
    
    .falcon-qsub{
        margin-left: 2em;
    }
    .qsub-icon{
        margin-right: 10px;
        color: #212516;
    } 
    
    .falcon-qicon{
        color: #212516 !important;
        font-size: 20px;
        margin-left: 6px;
    }
    
    /*.side-content{*/
    /*    position:absolute;*/
    /*    top: 5em;*/
    /*    right:0;*/
    /*    background-color:#eee;*/
    /*    padding:1em;*/
    /*    width:230px;*/
    /*    z-index:99999;*/
    /*}*/
    div.side-content {
      position: -webkit-sticky;
      position: sticky;
      top: 8.5em;
      background-color:#f2f2f2;
      padding:3em 1em 2em 1em;
      margin-top: -4.3em;
      min-height: 700px;
    }
    .side-content .card-body{
        line-height:1.5em;
        padding: 1.25rem 0;
    }
    .side-content .falcon-qsub {
        margin-left: 0.5em;
        padding-bottom: 10px;
    }
    .side-content h4{
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 20px;
        letter-spacing: 1px;
        padding-bottom: 5px;
    }
    .side-content h5{
        margin-bottom: 1em;
        font-weight: 600;
    }
    .side-content h6{
        margin-bottom: 0.5em;
    }
    .side-content h5 a{
        font-size:16px;
        color: #484848 !important;
    }
    .side-content h6 a{
        font-size:14px;
        color: #484848 !important;
    }
    .side-content h6 a:hover {
        color: #212516 !important;
    }
    .side-content h5 a:hover {
        color: #212516 !important;
    }
    .fs_africtrvlgd_wrap_all_cntnt_tbl img{
        width: none;
    }

/*colapsable div start*/
.wht-wtr-colps-sec{
    margin: 50px 0px 0px 0px;
    float: left;
    width: 100%;
    
}
.wht-wtr-colps-sec .panel-group{
    width: 100%;
}
.wht-wtr-colps-sec .panel{
    cursor: pointer;
}
.wht-wtr-colps-sec .panel-heading{
    /*height: 50px;*/
    /*padding: 0px;*/
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 1em 1em;
}
.wht-wtr-colps-sec .panel .panel-title{
    
}
.wht-wtr-colps-sec .panel-collapse{
    
}
.wht-wtr-colps-sec .panel-body{
    
}
.wht-wtr-colps-sec h4{
        font-family: 'quasimoda', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    line-height: inherit;
    /* margin: 20px 0px 20px 0px; */
    width: 100%;
    float: left;
    position: relative;
    padding-left: 15px;
}
.wht-wtr-colps-sec .panel-body p{
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
    color: #484848;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: 30px;
    margin: 0;
}
/*colapsable div end*/


/*Other css start*/

.fs_africtrvlgd_wrap_all_cntnt .heading-side h2{
    font-family: 'quasimoda', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    line-height: 1.4;
    margin: 0;
    text-align: left;
}
.fs_africtrvlgd_wrap_all_cntnt .heading-side h3{
    font-family: 'Charlotte Southern', sans-serif;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0 0px 0px 0px;
    margin: 0;
    line-height: 1;
    background-color: transparent!important;
    text-align: left;
}
.side-content .side-content-heading h3{
    font-family: 'Charlotte Southern', sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0 0px 0px 0px;
    margin: 0;
    line-height: 1;
    background-color: transparent!important;
    text-align: left;
}

.res-tip{
    width: 100%;
    margin: 0px;
}
.res-tip-box {
    width: 100%;
    box-shadow: 0px 0px 10px #b7b7b7;
    padding: 35px;
    border-radius: 1%;
    margin: 25px 0px;
}
.res-tip-box ul{
    margin: 0px;
    padding: 0px;
}
.res-tip-h3{
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: center!important;
    
}

.animal-container{
    background-color: #f5f5f5;
    
}
.animal-sec{
    display: block;
    position: relative;
    padding: 0px;
}
.animal-box{
    /*border: 0.0625rem solid #484848;*/
    background-color: #f5f5f5;
    padding: 1.25rem;
    position: relative;
    text-align: center;
    
}
.animal-box .animal{
    display: inline-block;
    position: relative;
    min-width: 5.9375rem;
    margin: 5px 5px 10px 5px;
    padding: 11px 7px 11px 7px;
}
.animal-img{
    position: relative;
    display: flex;
    flex-direction: column;
}
.animal-img img{
    margin: 0px;
    padding: 10px;
    opacity: .75;
    transition: .5s;
}
.animal-img img:hover{
    opacity: 1;
    transform: scale(1.1);
}
.animal-img img:hover + a{
    transform: scale(1.1);
}
.animal-img a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #212516;
    transition: .5s;
}

.availability{
    display: flex;
    column-gap: 20px;
    margin-top: 30px;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 20px 0px;
}
        .availability div:before{
            content: "";
            display: inline-block;
            width: 0.875rem;
            height: 0.875rem;
            background-color: #0a8b05;
            border-radius: 50%;
            margin-right: 0.25rem;
            position: relative;
            top: 0px;
        }
        .availability .lightgreen:before{
            background-color: #5ab657;
        }
        .availability .orange:before{
            background-color: #f8a909;
        }
        .availability .red:before{
            background-color: #d83a39;
        }
        .availability .gray:before{
            background-color: #999;
        }
.img-sec{
		display: flex;
		flex-wrap: nowrap;
		padding: 0;
		margin: 10px 0px;
		width: 100%;
		overflow: hidden;
	}
	.img-container{
		position: relative;
		width: 100%;
		padding: 0;
		margin: 0 10px;
	}
	.img-container img{
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0px;
	}
	.img-container span{
		position: absolute;
		left: 0;
		bottom: -56px;
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		z-index: 100;
		text-transform: capitalize;
		transition: .3s;
		padding: 0px 15px;
	}
	.img-container span p{
		font-size: 14px;
		font-weight: 400;
		color: #ffffff;
		line-height: 20px;
	}

	.img-container .overlay{
		position: absolute;
		height: 100%;
		width: 100%;
		background-image: linear-gradient( to bottom, rgba(0,0,0,0), rgba(0,0,0,.6));
		top: 0;
	}
	.img-container:hover span{
		bottom: 0px;
	}
	.img-container:hover .overlay{
		background-image: linear-gradient( to bottom, rgba(0,0,0,.6), rgba(0,0,0,0));
		transition: 0.3s;
	}
.spam_tble .tbl td{
    display: grid;
}

.faq-sec-inner {
    position: relative;
}
.faq-sec-inner .faq-items{
    position: relative;
    display: flex;
    height: 50px;
    /* border: 0.5px solid #212516; */
    padding: 5px 10px;
    align-items: center;
    gap: 12px;
    margin: 15px 0px;
    border-left: 3px solid #212516;
    font-size: 16px;
    /* border-bottom: 0.5px solid #212516; */
    /* border-right: 0.5px solid #212516;*/
}
.faq-sec-inner .faq-items img{
    height:20px;
    width: 20px;
    position: relative;
}
.faq-items .faq-img-icon{
    position: relative;
    height: 100%;
}

.currency-sec{
    position: relative;
    width: 100%;
    float: left;
    margin: 20px 0px;
}
.currency-sec .currency-box{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.currency-box .currency-item{
    position: relative;
    height: 150px;
    width: 24%;
    background: red;
    background: url(../images/currency-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.currency-item .currency-head{
    height: 35%;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 20px;
    align-items: left;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0 0 0 6px;
}
.currency-item .currency-head span{
    font-weight: 700;
    font-size: 18px ;
}
.currency-item .price{
    display: flex;
    justify-content: right;
    align-items: right;
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: fit-content;
    padding: 23px 12px;
}
.currency-item .price span{
    font-size: 50px;
}
.currency-item .price i{
    height: fit-content;
}

.fs_absaf_sec_card_left_top .fs-abt-heading{
    font-family: 'Charlotte Southern', sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #d3ad89;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    line-height: 1;
    
}
.fs_absaf_sec_card_left_top .fs-abt-heading span {
    font-family: 'quasimoda', sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #d3ad89;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    line-height: 1.4;
    margin: 0;
}





















/*Other css end*/















