@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');
}
::-webkit-scrollbar {falcon-qnav-links
  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:#ffc20e;
  color:#231f20;
}
::-moz-selection {
  background:#ffc20e;
  color:#231f20;
}
a:hover{
  /*text-decoration:none;*/
  color:#ffc20e;
}
a{
  text-decoration:none;
}
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: #ffc20e;
    border:1px solid #ffc20e;
    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:#fff;
  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;
}
.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:#ffc20e;
}
.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: #231f20;
    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 #3d3d3d;
    *background-color: #3d3d3d;
    *border-radius: 50%;
    color: #ffc20e;
    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 #ffc20e;
    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: #fff;
    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: #ffc20e;
}
.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: #ffc20e;
  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: #fff;
    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: #ffc20e;
    border: 1px solid #ffc20e;
    color: #000;
    *-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: #231f20;
    border: 1px solid #231f20;
    color: #fff;
}
.fs_header_botm_wrap {
    width: 100%;
    float: left;
    position: relative;
}
.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: right;
    display: flex;
    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 10px 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: #231f20;
    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: #ffc20e;
}
.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: #ffc20e;
    border: 1px solid #ffc20e;
    color: #000;
    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: #231f20;
    border: 1px solid #231f20;
    color: #fff;
    text-decoration: none;
}
.fs_menu_bar_btn .fs_btn_bg {
    background: #ffc20e;
    border: 1px solid #ffc20e;
    *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: #231f20;
    border: 1px solid #231f20;
    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%;
    float: left;
    position: relative;
}
.fs_hm_banner_sec_card {
    width: 100%;
    float: left;
    position: relative;
}
.fs_hm_banner_fig {
    width: 100%;
    float: left;
    position: relative;
    height:550px;
}
.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: 105px;
    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: 105px;
    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: 'Luxus-Brut', sans-serif;
    font-size: 92px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    padding: 0px;
    margin-top: -20px;
    /*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: rgba(35, 31, 32, 0.5) !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: #ffc20e !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: rgba(35, 31, 32, 0.5) !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: #ffc20e !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: #ffc20e;
    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;
}
.fs_footer_top_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 40px 0 40px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  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: 20px;
    font-weight: 900;
    text-align: center;
    color: #231f20;
    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: #231f20;
    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: #231f20;
    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: #ffc20e;
}
.fs_footer_top_tagln_sec{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 40px;
}
.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: #231f20;
    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: #231f20;
}
.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: 15px;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 0;
}
.fs_footer_copy_rght_card p a {
    color: #ffc20e;
    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 #3d3d3d;
    background-color: #3d3d3d;
    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_footer_socil_box ul li a:hover {
    border: 1px solid #ffc20e;
    color: #ffc20e;
}
.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: #231f20;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
.fs_footer_adrs_card ul li a {
    font-family: 'Raleway', sans-serif;
    color: #231f20;
    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: #ffc20e;
}
.fs_footer_adrs_card ul li a i {
  font-size: 18px;
  margin-right: 8px;
  color: #ffc20e;
}
.fs_footer_adrs_card ul li i {
  font-size: 18px;
  margin-right: 5px;
  color: #ffc20e;
}
.fo_rght_btn {
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 10px 0;
    text-align: left;
}
.fo_rght_btn .fs_btn_all {
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
}
.itc p{
    text-align: center;
    font-size: 13px;
    font-style: italic;
}
.mtn {
    margin-top: -10px !important;
}
#fs_dtftht_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 0;
  background: #231f20;
}
.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: 100%;
  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{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 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: 'Luxus-Brut', sans-serif;
    font-size: 68px;
    font-weight: 500;
    text-align: center;
    color: #231f20;
    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;
      height: 440px;
}
.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);
  height: 300px;
}
.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: #ffc20e;
    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: #231f20;
    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: #231f20;
    text-transform: inherit;
    padding: 0 0 15px 0;
    line-height: 1.9;
    margin: 0;
}
.fs_oasddm_rght p a{
    color:#ffc20e;
}
.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: #231f20;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    line-height: 1.4;
    margin: 0;
}
.fs_hdng_cntr h3{
    font-family: 'Luxus-Brut', sans-serif;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    color: #231f20;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.fs_hdng_cntr h4{
    font-family: 'Luxus-Brut', sans-serif;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    color: #231f20;
    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;
  padding: 30px 20% 0 10%;
}
.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: 34px;
    font-weight: 600;
    text-align: left;
    color: #231f20;
    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: #ffc20e;
  font-weight: 700;
}
.fs_tslsbfo_sec_card_rght_dtls_btn .fs_btn_all:hover {
    background: #231f20;
    border: 1px solid #231f20;
    color: #fff;
    text-decoration: none;
}
#fs_joapwtyl_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.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: #fff;
  padding: 5px;
  border: 1px solid #f1f1f1;
  -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: #f1f1f1;
}
.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: #ffc20e;
    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: #231f20;
}
.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: #231f20;
}
.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: #ffc20e;
  font-weight: 700;
  font-size: 13px;
  margin: 0;
}
.fs_joapwtyl_map_txt_box_descp_btn .fs_btn_all:hover {
    background: #231f20;
    border: 1px solid #ffc20e;
    color: #ffc20e;
    text-decoration: none;
}
#fs_bspjadafr_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 50px 0;
  margin: 50px 0 10px 0;
  background-color: #F4F1EC;
}
.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;
  height: 400px;
}
.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: #484848;
    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: #231f20;
    text-transform: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0; 
}
#fs_salclwtyl_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.fs_salclwtyl_sec_card{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 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: 30px;
    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: #ffc20e;*/
/*    border: 1px solid #ffc20e;*/
/*    color: #231f20;*/
/*    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: #231f20 !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: #ffc20e !important;
}
#fs_salclwtyl_sec .owl-nav .owl-next{
    background: #f1f1f1 !important;
    color: #231f20 !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: #ffc20e !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: #231f20;
    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: #231f20;
    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 #ffc20e;
    position: absolute;
    background: #ffc20e;
    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: #231f20;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
.fs_ocpdoepa_all_etsa_txts_btn .fs_txt_lnk:hover{
  color: #ffc20e;
}
.fs_ocpdoepa_all_etsa_txts_btn .fs_txt_lnk::after {
    display: inline-block;
    margin-right: 0;
    font-size: 20px;
    color: #231f20;
    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: #ffc20e;
}
.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;
  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: #231f20;
    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: #ffc20e;
    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: #231f20;
    border: 1px solid #ffc20e;
    color: #ffc20e;
    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: #231f20 !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: #ffc20e !important;
}
#fs_fshpctlmdcop_sec .owl-nav .owl-next{
    background: rgba(255,255,255,0.75) !important;
    color: #231f20 !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: #ffc20e !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: #231f20;
    margin: 0;
}
.fs_hsbexwtyl_rght_dtls h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    color: #231f20;
    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: #231f20;
    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_box_info p a{
    color: #ffc20e;
}
.fs_spybaspl_links{
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 2px solid #ffc20e; 
  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: #231f20;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    border-bottom: 2px solid #231f20;
    padding-bottom: 5px;
    margin-left: 60px;
}
.fs_spybaspl_links .fs_txt_lnk:hover {
    color: #ffc20e;
    border-bottom: 2px solid #ffc20e;
    text-decoration: none;
}
.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: #231f20;
    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 p a{
    color: #ffc20e;
}
.fs_outrasay_rview_descp h5{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #231f20;
    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: #ffc20e;
    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-new-our-tvlr .fs_outrasay_rview_qicn {
    background: transparent;
}

.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: #231f20 !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: #ffc20e !important;
}
.fs_outrasay_rght .owl-nav .owl-next{
    background: rgba(255,255,255,0.75) !important;
    color: #231f20 !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: #ffc20e !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 140px 0;
  margin: 50px 0 10px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgb(0, 0, 0, 0.4) ), url(../images/eoawcyt-bg.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: 52px;
    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: #2c3c46;
    padding: 0 20px;
    border: 8px solid #fff;
}
.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: #ffc20e;
}
#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: #231f20;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    line-height: 1;
    margin: 0;
}
.fs_dstnsn_all_overvw_sec_card h3 {
    font-family: 'Luxus-Brut', sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #231f20;
    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: #484848;
    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: #231f20;
    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;
}
.fs_dstnsn_all_np_card_item_box_info h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    color: #231f20;
    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 10px 0;
}
.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.new-about-wlcm {
    /*padding-bottom:50px;*/
}

.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: #231f20;
    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: #231f20;
    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: #231f20;
    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: #ffc20e !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: #ffc20e !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: #ffc20e;
    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: 80px 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: #231f20;
    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: #231f20;
    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: #ffc20e;
}
.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: #ffc20e;
    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: #ffc20e;
    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: #231f20;
    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: #231f20;
}
.fs_nptvisa_sec_card_rght_map_txt_link:hover small{
    color: #ffc20e;
}
.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: #231f20;
    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: #231f20;
    border-radius: 30px;
    cursor: pointer;
}
.fs_piwvsa_sec_card_tab ul li.active span{
    background: #ffc20e;
    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: #231f20;
    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: #231f20;
    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: #ffc20e;
}
.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: #ffc20e url(../images/wthypsh-pattern-bg.png) repeat;
    *background: #ffc20e;
    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: #231f20;
    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: #231f20;
    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: #231f20;
    border: 1px solid #231f20;
    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: #ffc20e;
    border: 1px solid #ffc20e;
}
.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: #231f20;
    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: #231f20;
    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 #ffc20e;
    color: #ffc20e;
}
#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: #231f20;
    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: #231f20;
    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: #ffc20e !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: #231f20 !important;
}
.fs_saisaf_right_all .owl-nav .owl-next{
    background: #ffc20e !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: #231f20 !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: #231f20;
    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: #484848;
    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: #231f20;
    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: #231f20;
    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: #231f20;
    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 #ffc20e;
    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: #231f20;
    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;
  height: 203px;
}
.fs_afrisfrs_filtr_main_item_dtls{
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 15px 10px 15px;
  min-height: 185px;
}
.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: #ffc20e;
    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: #231f20;
    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: #231f20;
    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: #ffc20e;
    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: #231f20;
    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 #231f20;
  padding: 12px 12px;
  color: #231f20;
  text-transform: uppercase;
  font-weight: 700;
}
.fs_afrisfrs_filtr_show_btn .fs_btn_all_brdr:hover {
  background: #231f20;
  border: 2px solid #231f20;
  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: #ffc20e;
    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: #231f20;
    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: #ffc20e;
}
#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: #231f20;
    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: #231f20;
    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: #231f20;
    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: #231f20;
    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: #ffc20e;
}
.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: #231f20;
}
.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: #231f20;
}
.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 #ffc20e;
}
.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%, #231f20 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 #ffc20e;
  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: #231f20;
    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: #ffc20e;
    border: 1px solid #ffc20e;
}
.fs_itnry_days_curent {
    color: #fff;
    background: #ffc20e;
    border: 1px solid #ffc20e;
}
.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: #ffc20e;
    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: #231f20;
    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: #231f20;
    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 #ffc20e;
}
.fs_itnry_bkngfrm_frm_item input:focus {
    border: 1px solid #ffc20e;
    outline: 1px solid #ffc20e;
}
.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 #ffc20e;
}
.fs_itnry_bkngfrm_frm_item select:focus {
    border: 1px solid #ffc20e;
    outline: 1px solid #ffc20e;
}
.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 #ffc20e;
}
.fs_itnry_bkngfrm_frm_item textarea:focus {
    border: 1px solid #ffc20e;
    outline: 1px solid #ffc20e;
}
.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: #ffc20e;
    color: #231f20;
    border: 1px solid #ffc20e;
    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: #231f20;
    color: #fff;
    border: 1px solid #231f20;
}
#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: #231f20;
    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: #231f20;
  border-radius: 4px;
  border: 1px solid #231f20;
}
.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: #231f20;
    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: #231f20;
    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: #231f20;
    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 60px 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: #231f20;
    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: #ffc20e;
    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: #231f20 !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: #ffc20e !important;
}
.fs_hlbh_elh_rght .owl-nav .owl-next{
    background: #f1f1f1 !important;
    color: #231f20 !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: #ffc20e !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: #231f20;
    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;
  border-bottom: 1px solid #dbdbdb;
  background: #f1f1f1;
}
.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: #ffc20e;
    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: #231f20;
    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: #ffc20e !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: #ffc20e !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: #231f20;
    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: 56px;
    font-weight: 500;
    text-align: left;
    color: #ffc20e;
    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_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: #ffc20e;
    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 0 10px 0;
}
.fs_our_team_box_dtls h3 {
    font-family: 'quasimoda', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #231f20;
    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: #484848;
    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: #bf8f00;
    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: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #ffc20e;
    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_our_team_box_dtls_btn a:hover {
    color: #231f20;
}
#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: #231f20;
    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: 50px 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: #231f20;
  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: #231f20;
    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: #ffc20e;
    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: #ffc20e;
}
#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: #231f20;
    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: #231f20;
    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: #484848;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.fs_contact_form_adrs_card ul li a {
    font-family: 'Raleway', sans-serif;
    color: #484848;
    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: #ffc20e;
}
.fs_contact_form_adrs_card ul li a i {
  font-size: 18px;
  margin-right: 8px;
  color: #ffc20e;
}
.fs_contact_form_adrs_card ul li i {
  font-size: 18px;
  margin-right: 5px;
  color: #ffc20e;
}
.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 #3d3d3d;
    background-color: #3d3d3d;
    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 #ffc20e;
    color: #ffc20e;
}
.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 #ffc20e;
}
.fs_contact_form_frm_item input:focus {
    border: 1px solid #ffc20e;
    outline: 1px solid #ffc20e;
}
.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 #ffc20e;
}
.fs_contact_form_frm_item select:focus {
    border: 1px solid #ffc20e;
    outline: 1px solid #ffc20e;
}
.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 #ffc20e;
}
.fs_contact_form_frm_item textarea:focus {
    border: 1px solid #ffc20e;
    outline: 1px solid #ffc20e;
}
.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: #ffc20e;
    color: #231f20;
    border: 1px solid #ffc20e;
    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: #231f20;
    color: #fff;
    border: 1px solid #231f20;
}
.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: #ffc20e;
  opacity: 1;
  line-height: 1;
  text-align: center;
  border-radius: 0px;
  font-size: 22px;
  color: #231f20;
  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: #231f20;  
  color: #ffc20e;
  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: #231f20;
    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: #ffc20e;
    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 #ffc20e;
}
.fs_book_hotel_mdpp_frm_item input:focus {
    border: 1px solid #ffc20e;
    outline: 1px solid #ffc20e;
}
.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 #ffc20e;
}
.fs_book_hotel_mdpp_frm_item select:focus {
    border: 1px solid #ffc20e;
    outline: 1px solid #ffc20e;
}
.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 #ffc20e;
}
.fs_book_hotel_mdpp_frm_item textarea:focus {
    border: 1px solid #ffc20e;
    outline: 1px solid #ffc20e;
}
.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: #ffc20e;
    color: #231f20;
    border: 1px solid #ffc20e;
    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: #231f20;
    color: #fff;
    border: 1px solid #231f20;
}
.fs_hlbh_elh_left_all{
  width: 100%;
  float: left;
  position: relative;  
}
#new_top_content_desc_more {
    width: auto;
    float: right;
    position: relative;
    color: #231f20;
    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: #231f20;
    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: #ffc20e;
    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: #ffc20e !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: #231f20 !important;
}
#fs_whtexprnc_sec .owl-nav .owl-next{
    background: #ffc20e !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: #231f20 !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: #ffc20e !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: #231f20 !important;
}
#fs_mstcoud_sec_slider .owl-nav .owl-next{
    background: #ffc20e !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: #231f20 !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 #ffc20e;
  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: #ffc20e;
}
.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: #ffc20e;
  -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; 
} 

#n_tab {
	width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 50px 0;
    margin: 50px 0 10px 0;
    background-color: #F4F1EC;
}
.tabs {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	    margin: 0 auto;
}

.tab {
	background: #404040;
	cursor: pointer;
	color: #CCC;
	padding: 12px 15px;

	&.tab--active {
		background: #ffc20e;
		color: white;
	}
}

.tab-content__section {
	background: #efefef;
}
#fs_trns_dmc_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 100px 0 100px 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: #231f20;
    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: #231f20;
    text-transform: capitalize;
    padding: 0 0% 20px 0;
    line-height: inherit;
    margin: 0;
    text-transform: uppercase;
}
.fs_trns_dmc_sec_box table {
  font-family: 'Raleway', sans-serif;
  width: 100%;
  float: left;
  position: relative;
  border: 1px solid #dddddd;
}
.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: #231f20;
    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: #ffc20e;
    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: #ffc20e;
    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: #ffc20e;
  opacity: 1;
  line-height: 1;
  text-align: center;
  border-radius: 0px;
  font-size: 22px;
  color: #231f20;
  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: #231f20;  
  color: #ffc20e;
  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: #231f20;
    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: #ffc20e;
    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: #231f20;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}
#new_top_content_desc_more_abt1 {
    width: auto;
    float: right;
    position: relative;
    color: #231f20;
    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: #ffc20e;
    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: #231f20;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    background: #fff;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 18px;
}
.holder a:hover {
    color: #ffc20e;
    background-color: #eee;
}
.holder a.jp-current, a.jp-current:hover {
    color: #ffc20e;
    font-weight: bold;
}
.book_activity_popup .modal-body {
        position: relative;
    padding: 15px 30px;
    float: left;
    width: 100%;
    background: #fff;
}
.book_activity_popup .close{
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  background: #ffc20e;
  opacity: 1;
  line-height: 1;
  text-align: center;
  border-radius: 0px;
  font-size: 22px;
  color: #231f20;
  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: #231f20;  
  color: #ffc20e;
  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: #231f20;
    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: #ffc20e;
    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: #2c3c46;
    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: #ffc20e;
}
#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: #231f20;
    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: #ffc20e !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: #231f20 !important;
}
.fs_vataact_all_pkgs_card .owl-nav .owl-next{
    background: #ffc20e !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: #231f20 !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: #231f20;
    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 #ffc20e;
    background: 0 0;
    font-weight: 600;
    color: #ffc20e;
    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 #ffc20e;
    box-shadow: none;
    outline: 0;
}
.fs_tlrmdpg_form_item input:focus {
    border: 1px solid #ffc20e;
    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 #ffc20e;
    box-shadow: none;
    outline: 0;
}
.fs_tlrmdpg_form_item select:focus {
    border: 1px solid #ffc20e;
    box-shadow: none;
    outline: 0;
}
.fs_tlrmdpg_icn {
    font-size: 18px;
    color: #ffc20e;
    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 #ffc20e;
    box-shadow: none;
    outline: 0;
}
.fs_tlrmdpg_form_item textarea:focus {
    border: 1px solid #ffc20e;
    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: #ffc20e;
    border: 1px solid #ffc20e;
    color: #231f20;
    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: #231f20;
    border: 1px solid #231f20;
    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: #484848;
    font-weight: 500;
}
.fs_enqry_popup .close{
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  background: #ffc20e;
  opacity: 1;
  line-height: 1;
  text-align: center;
  border-radius: 0px;
  font-size: 22px;
  color: #231f20;
  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: #231f20;  
  color: #ffc20e;
  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: #231f20;
    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: #ffc20e;
    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: #ffc20e;
  opacity: 1;
  line-height: 1;
  text-align: center;
  border-radius: 0px;
  font-size: 22px;
  color: #231f20;
  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: #231f20;  
  color: #ffc20e;
  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: #231f20;
    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: #ffc20e;
    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: #231f20;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    line-height: 1;
    margin: 0;
}
.fs_rcare_overvw_sec_card h3 {
    font-family: 'Luxus-Brut', sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #231f20;
    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: #231f20;
    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: #ffc20e;
    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: #231f20;
    position: relative;
    top: 0;
    right: 0;
    line-height: 40px;
    padding: 0px 10px 0px 10px;
    color: #ffc20e;
    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: #ffc20e;
    position: relative;
    top: 0px;
    right: 0;
    padding: 0px 10px 0px 10px;
    color: #231f20;
    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: #ffc20e;
  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: #ffc20e;
  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: #231f20 1px solid;
  width: 100%;
  float:left;
}
.fs_mbl_menu li:hover {
  display: block;
  background: #231f20;
  color: #ffc20e;
  padding: 12px 0 12px 0;
}
.fs_mbl_menu ul li a {
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  margin: 0px;
  color: #231f20;
  width: 100%;
  float:left;
  font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.fs_mbl_menu ul li a:hover {
  color: #ffc20e;
  text-decoration: none;
}
.fs_mbl_menu ul li:hover a {
    background: #231f20;
    color: #ffc20e;
}
.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: #ffc20e;
    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: #2d3a52;
    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: #ffc20e;
    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 #231f20;
    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: #231f20;
}
.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 #3d3d3d;
    background-color: #3d3d3d;
    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 #ffc20e;
    color: #ffc20e;
}
.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: #231f20;
    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: #231f20;
  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 #231f20;
  border-left: 2px solid #231f20;
  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 #231f20;
  border-left: 2px solid #231f20;
  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: #ffc20e;
}
#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: #231f20;

    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: #231f20;
  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: 100vh;
    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: #231f20;

    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: #231f20;
    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: #231f20;
    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: #231f20;
    border: 1px solid #231f20;
    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: #ffc20e;
  border: 1px solid #ffc20e;
  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: #231f20;

    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: #231f20;

    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: #231f20;
    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 #ffc20e;
    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: #ffc20e;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}

#fs_rltdtrvlgd_se .fs_rltdtrvlgd_wrap_box_dtls h6:before {
    content: '\f0c0';
}


.fs_rltdtrvlgd_wrap_box_dtls h3 {
	font-family: 'quasimoda', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #231f20;
    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: #ffc20e;
}
.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: #231f20;
    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: #ffc20e;
}
.fs_dstnsnbnrtab_tabed_navs ul li:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 2px;
  background: #ffc20e;
  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: #ffc20e;
}
.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: #ffc20e !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: #231f20 !important;
}
.fs_btstrsfrs_wrap .owl-nav .owl-next{
    background: #ffc20e !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: #231f20 !important;
}
#fs_wyntkab_sec {
    width: 100%;
    float: left;
    position: relative;
    padding: 100px 0 100px 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: #ffc20e;
    background: transparent;
    border-bottom: 2px solid #ffc20e;
}
.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: #ffc20e;
    background: transparent;
    border-bottom: 2px solid #ffc20e;
}
.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: #231f20;
    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: #231f20;
    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: #ffc20e;
    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: #231f20;
    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: #231f20;
  border-bottom: 2px solid #231f20;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #231f20;
  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: #231f20;
}
.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: #231f20;
}
.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: #ffc20e !important;
  border: 1px solid #ffc20e !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: #231f20;
    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: #231f20;
    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: #231f20;
}
.fs_brmwpa_sec_new .fs_brmwpa_tab_nav ul>li>a:hover {
    color: #231f20;
    background: #ffc20e;
    border: 1px solid #ffc20e;
}
.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: #231f20;
    background: #ffc20e;
    border: 1px solid #ffc20e;
}
.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: #ffc20e;
    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: #231f20;*/
/*    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: #ffc20e;
}
.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: #ffc20e;
}
.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: #ffc20e !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: #231f20 !important;

}

.fs_vataact_slider_all .owl-nav .owl-next{

    background: #ffc20e !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: #231f20 !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_lead ul{
        float: left;
    position: relative;
    margin: 0;
    padding: 0px 0 25px 0;
    list-style-type: none;
    margin-left: 1.388888888889em;
}

.fs_africtrvlgd_wrap_all_lead 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_lead ul li:before {
    display: inline-block;
    margin-right: 12px;
    font-size: 10px;
    color: #ffc20e;
    font-weight: 600;
    content: "\f0c8";
    font-family: FontAwesome;
}




.fs_africtrvlgd_wrap_all_hdng h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #231f20;
    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 #ffc20e;*/
    /*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: #ffc20e;
    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 15px 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: #ffc20e;*/
    -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;
    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: #ffc20e;
    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: #ffc20e !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: #231f20 !important;
}
.fs_africtrvlgd_wrap_pkgsec .owl-nav .owl-next{
    background: #ffc20e !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: #231f20 !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: #231f20;
    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: #ffc20e;
    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: #ffc20e !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: #231f20 !important;

}

.trvel_tips_accomodasn .owl-nav .owl-next{

    background: #ffc20e !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: #231f20 !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: #ffc20e !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: #231f20 !important;

}

.trvel_tips_packages .owl-nav .owl-next{

    background: #ffc20e !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: #231f20 !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: #ffc20e !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: #231f20 !important;

}

.trvel_tips_actvity .owl-nav .owl-next{

    background: #ffc20e !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: #231f20 !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: #231f20;
    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;
        text-transform: capitalize;
    }
    
    .falcon-qsub{
        margin-left: 2em;
    }
    .qsub-icon{
        margin-right: 10px;
        color: #ffc20e;
    } 
    
    .falcon-qicon{
        color: #ffc20e !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: 6.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;
        text-transform: capitalize;
    }
    .side-content h6 a:hover {
        color: #ffc20e !important;
    }
    .side-content h5 a:hover {
        color: #ffc20e !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: #231f20;
    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: 'Luxus-Brut', sans-serif;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    color: #231f20;
    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: 'Luxus-Brut', sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #231f20;
    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: #ffc20e;
    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 #ffc20e; */
    padding: 5px 10px;
    align-items: center;
    gap: 12px;
    margin: 15px 0px;
    border-left: 3px solid #ffc20e;
    font-size: 16px;
    /* border-bottom: 0.5px solid #ffc20e; */
    /* border-right: 0.5px solid #ffc20e;*/
}
.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: 'Luxus-Brut', sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #231f20;
    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: #231f20;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    line-height: 1.4;
    margin: 0;
}

 

/*Other css end*/

/*sarita*/

 .tble_new {
 width:100%;
 margin:50px 0;
}
.tble_new table {
  border-collapse: collapse;
  border-spacing: 0; 
  border: 1px solid #ddd;
   overflow-x: auto;  
    box-shadow: 0 0.125rem 0.5625rem 0 hsl(0deg 0% 80% / 50%);
    width:100%;
}

.tble_new td {
  text-align: left; 
  font-family: 'Raleway', sans-serif; 
    color: #26272c; 
    font-size: 18px;  
    border-left:1px solid #ddd;
}
.tble_new th {
  font-family: 'Raleway', sans-serif;
    background-color: #d2d2d2;
    color: #26272c;
    padding: 10px 10px;
    font-size: 19px;
    text-align: left;
    text-transform: uppercase;
}

.tble_new tr:nth-child(even){
    background-color: #f5f5f5; 
}
.tble_new th p {
    text-align: left;  
    color: #fff;
    text-transform: uppercase;
    color: #26272c;
}
.tble_new th {
    font-family: 'Raleway', sans-serif;
    background-color: #d2d2d2;
    color: #26272c; 
    padding: 10px 10px;
    font-size: 18px;
    text-align: left; 
}
 
.tble_new td {
    font-family: 'Raleway', sans-serif; 
    text-align: left; 
    padding: 10px 10px; 
    font-size: 18px; 
    color: #484848; 
    align-items: center;
}
.tble_new td p {
    text-align: left;
    padding: 0; 
    font-size: 18px; 
}
.tble_new p { 
    padding: 0;  
}
.zambia_sfr_pckg_topsec{
    margin-top: 60px; 
}
#zambia-safari-packages-tbl1{
    display:none;
}
.rating{
  position: relative;
   font-size:25px !important;
        }

.fa-star-percentage{
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
      
.fa-star{ 
  color: #ffc20e;
}
.rating-col{
  white-space: nowrap;
}

#fs_afc_trvl_tour,#fs_afc_in_whyus,#fs-our-exp,#fs-exp-th-fal-saf,#fs-our-msg-to-res-trvlr,#fs-adv-evr-day,#fs-be-the-fst-know,#positive-impact-fs-intro,#fs-to-nature,#fs-our-imp-fram,#fs-exactly-eco,#fs-res-th-env,#fs-conn-w-com,#our-part-wlcm-sec,#our-part-wlcm-wb-sec,#our-rev-sec-for,#fs-meet-team,#fs-rev-rec-main,#fs-news-let,#why-trvl-africa,#our-story-fs-wlcm,#our-story-fs-prsnl-pass,#fs-resp-tour,#fs-wild-life-wlcm-sec,#fs-wild-life-2nd-sec,#fs-wild-life-our-miss,#fs-travel-reviews,#fs-card-slide-tr,#vid-gal-fal,#img-gal-fal {
    position:relative;
    float:left;
    width:100%;
    margin-top:70px;
}

#fs-cr-fal-saf {
    padding: 0 50px;
    position:relative;
    float:left;
    width:100%;
}

.fs_afc_trvl_tour_inn{
background: #f6f6f6;
    padding: 30px 30px;
    border-top: 7px solid orange;
        margin-top: 30px;
}

.fs_afc_trvl_tour_inn h5{
        font-size: 21px;
    margin: 5px 0;
}

.fs_afc_trvl_tour_inn h5 span {
    color: #ffc20e;
}

.fs_afc_in_whyus-up{
   background-color: #2c231e;
}
.fs_afc_in_whyus-up-1 {
    width:80%;
    float:right;
    padding: 70px 30px 50px 0;
}

.tger{
        padding: 0 82px 0 0px;
}

.bg-img-fs_afc_in_whyus {
        background-image: url(https://falconsafaris.com/images/victoria-falls-airport-transfer-14.jpg);
    background-size: cover;
    min-height:300px;
    background-position: center;
}

.title-sub-why {
    color:#fff;
        font-size: 42px;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: 700;
}
.fs_afc_in_whyus-up-1 h3 {
    color:#ffc20e;
    font-size:38px;
    margin-bottom:10px;
    font-family: 'Luxus-Brut', sans-serif;
    font-weight: 500;
    text-align: left;
    color: #ffc20e;
    text-transform: capitalize;
    margin-top:20px;
}
.fs_afc_in_whyus-up-1 p{
    color:#fff;
    font-size:18px;
    line-height:1.4;
    margin-bottom:20px;
}
.line-whyus {
width: 17%;
    border-bottom: 3px solid #fff;
    margin: 15px 0;
}
.whyus-main-btn {
    border: 1px solid #fff;
    padding: 13px 40px;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
}
.whyus-main-btn:hover {
  background: #ffc20e;
      color: #000;
      text-decoration: none;
}
.fs_afc_in_whyus-up img {
    height:100%;
    object-fit: cover;
}

.fs_afc_in_whyus-up .col-md-4{
    padding:0;
}
.fs_afc_in_whyus-down-1 {
    padding:50px 30px;
}
.down-why-us-bg {
    background-size: cover;
    background-repeat: no-repeat;
}
.fs_afc_in_whyus-down-1 h3, .fs_afc_in_whyus-down-1 p {
    color:#fff;
    margin-bottom:20px;
}

.fs_afc_in_whyus-down-1 h3 {
        font-size: 30px;
    font-weight: 600;
}

.fs_afc_in_whyus-down-1 p {
    font-size: 18px;
    line-height: 30px;
}

.fs_afc_in_whyus-down-1 row col-md-6:hover;{
    color: #ffc20e;
}

.fs_afc_in_whyus-down-1 a{
    margin-top: 10px;
            color: #ffc20e;
}



.fs-our-exp-main-div{
    border-radius: 12px;
    box-shadow: 0 30px 60px 0 hsla(0,0%,73%,.6);
}
.img-div-fs-exp {
    position:relative;
}
.img-div-fs-exp .img-bg-fs-exp{
    border-radius: 12px 12px 0 0;
    width:100%;
        height: 220px;
}

.img-bg-fs-exp-abso{
    position: absolute;
    height: 50px;
    width: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -21px;
}


.fs-our-exp-main-div-cnt{
        padding: 35px 25px;
    text-align: center;
}

.fs-our-exp-main-div-cnt h3{
    font-size: 31px;
    margin-bottom: 15px;
    font-weight: 700;
}

#fs-our-exp {
    margin:70px 0 0 0;
}

#fs-our-exp .fs_hdng_cntr {
 /*margin-bottom:50px;   */
}

#fs-exp-th-fal-saf {
    /*background-image: linear-gradient(rgb(0 0 0 / 33%), rgb(0 0 0 / 29%)), url(../images/victoria-falls-aerial-shot.jpg);*/
    background-image: linear-gradient(rgb(0 0 0 / 10%), rgb(0 0 0 / 7%)), url(https://windows10spotlight.com/wp-content/uploads/2018/07/735cb36f66f4627786c78a8171973085.jpg);
    padding: 160px 0 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.fs_spybaspl_link {
    width: 100%;
    float: left;
    position: relative;
    padding: 200px 0 0;
    text-align: center;
}

.fs-exp-th-fal-saf-inn{
        width: 65%;
    margin: 0 auto;
    text-align: center;
}
.fs-exp-th-fal-saf-inn h2 {
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1.4;
}

.fs-exp-th-fal-saf-inn h3 {
   font-family: 'Luxus-Brut', sans-serif;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    color: #ffc20e;
    text-transform: capitalize;
        margin-bottom: 25px;
}

.fs-exp-th-fal-saf-inn p{
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    /*font-weight: 500;*/
}

.fs-exp-th-fal-saf-inn p a{
    color: #ffc20e;
}
.bor-top-rated{
    border: 1px solid #ffc20e;
    width: 152px;
    display: inline-block;
    margin-right: 10px;
}
.fs-exp-th-fal-saf-inn h4 {
        color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-bottom: 30px;
}
.fs-cr-fal-saf-flex-box {
        display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.fs-cr-fal-saf-flex-inn-img-box {
    width:18%;
    position:relative;
}
.fs-cr-fal-saf-flex-inn-img-box img{
        height: 255px;
    object-fit: cover;
}
.fs-cr-fal-saf-flex-inn-img-box h4 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
        z-index: 2;
}
.fs-cr-fal-saf-flex-inn-img-box:after {
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}
.fs-our-msg-to-res-trvlr-inn { 
background-color:#f1f1f1;
border-radius:5px;
background-color: #f1f1f1;
border-radius: 5px;
padding: 20px 30px;
}
.fs-our-msg-to-res-trvlr-inn svg {
    margin-bottom:20px;
}
.fs-our-msg-to-res-trvlr-inn h4 {
    margin-bottom:15px;
}

.fs-our-msg-to-res-trvlr-inn p {
    font-size:18px;
    font-weight:500;
    line-height:inherit;
}
#fs-our-msg-to-res-trvlr {
    margin:100px 0;
}
#fs-our-msg-to-res-trvlr .fs_hdng_cntr {
    margin-bottom:50px;
}
#fs-adv-evr-day{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/fs-adv-evr-day.jpg);
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.fs-adv-evr-day-inn {
    width:60%;
    margin:0 auto;
    text-align:center;
}
.fs-adv-evr-day-inn h2,.fs-adv-evr-day-inn p {
    color:#fff;
    margin-bottom:30px;
}

.fs-be-the-fst-know-inn {
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
}
.fs-be-the-fst-know-inn-left{
    background-color:#444343;
        padding: 40px;
}
.fs-be-the-fst-know-inn-left form input{
background: inherit;
    border: 2px solid #cccaca;
    border-radius: 0.3125rem;
    width: 100%;
    height: 40px;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #fff;
}
.fs-be-the-fst-know-inn .row {
    margin:0;
}
 .fs-be-the-fst-know-inn-left h3,.fs-be-the-fst-know-inn-left p{
    color:#fff;
    margin-bottom:20px;
}
.fs-be-the-fst-know-inn-left form{
        margin: 30px 0;
}

.fs-be-the-fst-know-inn-left form button{
    align-items: center;
    border-radius: 1.875rem;
    display: flex;
    height: 2.3875rem;
    justify-content: center;
    padding: 1.375rem 0;
    text-transform: none;
    width: 11.75rem;
    background-color: #d8a613;
    color: #000;
    margin: 0;
    font-weight: 600;
    min-height: 4.8125rem;
    border-color: #d8a613;
}


.fs-be-the-fst-know-inn-right{
    background-image:url(https://cdn-images-staging.go2africa.com/wp-content/uploads/2022/09/02102728/Kenya_Rikero_desktop-1.png);
        background-repeat: no-repeat;
    background-size: cover;
}

.positive-impact-fs-intro-cntc {
    width:70%;
    margin:0 auto;
    text-align:center;
}
.positive-impact-fs-intro-cntc-2 {
    margin-top:50px;
}
.positive-impact-fs-intro-cntc-2 h4 {
    margin:20px 0;
    font-weight:700;
}

.fs-to-nature-container {
    margin:0 auto;
    width:50%;
}



.fs-to-nature-container .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.fs-to-nature-container .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.fs-to-nature-container .panel-title > a:hover, 
.fs-to-nature-container .panel-title > a:active, 
.fs-to-nature-container .panel-title > a:focus  {
    text-decoration:none;
}

.fs-to-nature-container .panel-heading {
    border: none;
    background: transparent;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
        padding: 15px 10px;
}
.fs-to-nature-container .panel.panel-default {
  border: none;
    background: transparent;  
    margin-bottom:10px;
}
.fs-to-nature-container .panel-group {
    margin-top:30px;
}

#fs-to-nature {
        background: #e8e1cf;
    padding: 100px 0;
}
#fs-to-nature h2{
    color: #aa916e;
    font-weight: 700;
    margin-bottom: 30px;
}

#fs-to-nature p {
    color:#000;
}

#fs-our-imp-fram{
        background-color: #000;
    margin: 0;
    padding: 100px 0;
}

#fs-our-imp-fram span,#fs-our-imp-fram p, #fs-our-imp-fram h2{
    color:#fff;
    margin-bottom:20px;
}

#fs-our-imp-fram h3{
    color:#fff;
    margin:20px 0;
}

#fs-our-imp-fram .col-md-4{
    margin-top:60px;
}

.fs-exactly-eco-inn {
    width:50%;
    margin:0 auto;
}

.fs-exactly-eco-inn h2{
        margin-bottom: 20px;
    font-weight: 700;
}
.fs-exactly-eco-inn p{
        margin-bottom: 20px;
}
.fs-exactly-eco-inn ul li{
    list-style-type: initial;
    margin-bottom: 14px;
    font-size: 18px;
}

.fs-exactly-eco-inn ul{
    padding: 20px 50px;
}

.fs-res-th-env-cont-up{
    width:60%;
    margin:0 auto;
}

.fs-res-th-env-cont-up h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.fs-res-th-env-cont-up p {
    margin-bottom: 20px;
}

.fs-res-th-env-cont-up-main-row  {  
    border-radius: 24px;
    box-shadow: 0 30px 60px 0 hsla(0,0%,73%,.6);
    position: relative;
        margin: 50px 0;
    overflow:hidden;
  }
.fs-res-th-env-cont-up-main-row .col-md-6 {
    padding:0;
}
.fs-res-th-env-cont-up-img-right {
    position:relative;
}
.fs-res-th-env-cont-up-img-right-abso {
   position: absolute;
    width: 60px;
    height: 60px;
    left: -29px;
    top: 50%;
    transform: translate(0, -50%);
}
.fs-res-th-env-cont-up-img-right-abso-non {
height: 100%;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}
.fs-res-th-env-cont-up-cont-left {
        padding: 40px 90px;
    text-align:center;
}
.fs-res-th-env-cont-up-cont-left h4 {
 font-weight:700;
 margin-bottom:20px;
}


.fs-res-th-env-cont-up-cont-left .fs_btn_all {
    
display: inline-block;
    margin: 26px 0;
}

.fs-res-th-env-cont-up-img-right-abso-2 {
    right: -29px; 
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translate(0, -50%);
}
#fs-conn-w-com h2{
    text-align: center;
    font-weight: 500;
    font-size: 33px;
    letter-spacing: 8px;
    margin-bottom: 30px;
}
#fs-conn-w-com h6{
        font-size: 20px;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 500;
}
#fs-conn-w-com p {
    margin-bottom:20px;
}
#fs-conn-w-com .carousel-control-next img,#fs-conn-w-com .carousel-control-prev img{
        display: inline-block;
    width: 45px;
    cursor: pointer;
}
.fal-slide-comm-bbt {
position: relative;
    right: 0;
    width: 100%;
    bottom: -40px;
    margin-bottom: 30px;
        display: inline-block;
}
#fs-conn-w-com .carousel-control-prev , #fs-conn-w-com .carousel-control-next {
    opacity:1;
}
#fs-conn-w-com .fal-slide-comm-bbt .carousel-control-prev {
    right: 69px;
    left: auto;
}
#fs-conn-w-com .carousel{
    margin: 40px 0;
}
.cust-part-contain {
    width:60%;
    margin:0 auto;
}
#our-part-wlcm-wb-sec{
   background-image: linear-gradient(0deg, rgb(238, 235, 229) 0%, rgba(255, 255, 255, 0) 100%), url(https://www.wildernessdestinations.com/media/rzynjei3/zebra-bw.jpg);
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover; 
}
#our-part-wlcm-wb-sec h3 {
        margin: 20px 0;
    font-weight: 600;
    font-size: 22px;
}
.our-rev-sec-for-inn{text-align:center;
    margin-top:50px;
}

.our-rev-sec-for-inn img{
        width: 60%;
}

.our-rev-sec-for-inn .bor-tel {
    border-bottom: 2px solid #ccc;
    width: 49%;
    margin: 30px auto;
    
}
.fs-hide{
    display:none
}
#fs-meet-team {
    text-align: center;
}
.fs-meet-team-intro h2 {
    margin-bottom:30px ;
    font-weight:700;
}


.fs-meet-team-intro-main span:first-child,.fs-meet-team-intro-main span:last-child{
   border-bottom: 2px solid #ccc;
    width: 100%;
    display: inline-block;
}
.fs-meet-team-intro-main span{
    width:100%;
}
.fs-meet-team-intro-main h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 43px;
    font-weight: 500;
}
.fs-meet-team-intro-main {
    margin-top:50px;
}
.main-meet-team-sec {
    margin-top: 50px;
    text-align: left;
}
.main-meet-team-sec h3 {
    font-size:30px ;
    margin-bottom:20px
}


.main-meet-team-sec .dtls-team-meet {
    padding:30px 40px;
}

.main-meet-team-sec .dtls-team-meet p{
    line-height: 1.8;
    font-size: 18px;
}





#meet-team-fs-bg {
    background-image:url(https://angama.com/wp-content/uploads/webpconverter/uploads/2023/05/ABW__EW_1829.jpg.webp);
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    float:left;
    margin-top:80px;
    width:100%;
    
}
.meet-team-fs-cust-contain {
    width:50%;
    margin:0 auto;
    border-radius:12px;
    padding: 60px 75px;
    background: #0009;
    color: #fff;
    text-align: center;
}

.meet-team-fs-cust-contain h2{   
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    
}

.meet-team-fs-cust-contain p{   
    color:#fff;
    font-size:22px;
    font-weight: 700;
    margin-bottom: 20px;
    
}
.meet-team-fs-cust-contain a {
color: #fff;
    border: 1px solid #fff;
    padding: 20px 40px;
    display: inline-block;
    margin-top: 30px;
    font-size: 20px;
    transition-duration: .5s;
}

.meet-team-fs-cust-contain a:hover{
    border-color:#484848;
    color:#484848;
    text-decoration:none;
}
        .award-panel {
            /*background-color: #f9f9f9;*/
            /*padding: 20px;*/
            /*border: 1px solid #ccc;*/
            /*border-radius: 5px;*/
            text-align: center;
        }
        
        .top-award-header {
               display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
        }

        .top-award-header h2 {
            font-size: 24px;
            margin: 0;
            padding: 10px;
        }
        .top-award-header p{
                color: #677267;
                    font-family: 'roboto';
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    font-size: .9em;
    line-height: 1.2em;
    margin: 0 auto;
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
                
                
                
                
        }
        .top-award-header a {
                color: #677267;
                
                
        }
        .top-award-details {
            font-family: 'roboto-display';
    font-weight: 200;
    font-style: normal;
    text-align: center;
    margin: 25px 0 50px 0;
        }

.top-award-img {
    width: 100%;
    margin: 35px 0 0 0;
}

.img-bg-bft {
    background-image:url(https://angama.com/wp-content/uploads/webpconverter/uploads/2023/05/ABW__EW_1829.jpg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.best-of-safari-fngr {
    width:70%;
    margin:0 auto;
    background-color:#f7f7f7;
    padding:30px;
    
}


.best-of-safari-fngr form input{
        border: 2px solid #cccaca;
    border-radius: 0.3125rem;
    width: 100%;
    height: 40px;
    padding: 20px;
    margin-top: 20px;
    font-size: 15px;
    background: #fff;
}

.best-of-safari-fngr form button{
    border-radius: 1.875rem;
    height: 2.3875rem;
    justify-content: center;
    padding: 1.375rem 0;
    text-transform: none;
    width: 11.75rem;
    background-color: #d8a613;
    color: #000;
    margin: 0;
    font-weight: 600;
    min-height: 4.8125rem;
    border-color: #d8a613;
    display: inline-block;
    margin-top: 20px;
}

.best-of-safari-fngr h2 , .best-of-safari-fngr form,.img-bg-bft-inn p   {
   margin-bottom:30px;
}

.img-bg-bft-inn {
        width: 42%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    background: #fff;
    top: 50%;
    padding: 20px 30px;
    transform: translate(-50%,-50%);
    border-radius: 12px;
}
.up-why-trvl-afri {
    width:60%;
    margin:0 auto 30px auto;
}

.up-why-trvl-afri h2 {
    font-weight:700;
    margin-bottom:30px;
}

.up-why-trvl-afri p {
    margin-bottom:20px;
}
.why-trvl-af-in-bg {
        background-color: #fff;
    box-shadow: 0 0.125rem 0.5625rem 0 hsla(0,0%,80%,.5);
    margin: 0 1.5rem 1.5rem;
    padding: 20px 30px;
    text-align: center;
    margin-top:40px;
}


.why-trvl-af-in-bg h4{
        font-weight: 600;
    margin: 30px 0;
    font-size: 22px;
}

.why-trvl-af-in-bg p {
  margin-bottom: 20px;  
} 

.why-trvl-af-in-bg h6{
        margin-bottom: 30px;
    font-size: 15px;
    font-weight: 500;
}


#our-story-fs-wlcm .icon-wlcm-fs-our-story{
        height: 75px;
    text-align: center;
    margin: 0 auto;
    display: flex;
}

#our-story-fs-wlcm h5 {
   font-family: 'Luxus-Brut', sans-serif;
    font-size: 38px;
    font-weight: 500;
    text-align: left;
    color: #231f20;
    text-transform: capitalize;
    padding: 0px 0 30px 0;
    margin: 0;
    line-height: 1;
}

.icon-wlcm-fs-row {
        display: flex;
    align-items: center;
    justify-content: center;
}
.our-story-fs-wlcm-title {
text-align: center;
    width: 70%;
    margin: 50px auto 0 auto;
}
.our-story-fs-wlcm-title h2{
    margin-bottom:30px;
}
.gal-txt-fs-story{
        background: #363636;
    color: #fff;
    padding: 130px 25px 55px 25px;
}
.gal-txt-fs-story h4{
        font-size: 25px;
    font-weight: 600;
    line-height: 1.12;
}
.gal-txt-fs-story-rw h3{
    font-size: 42px;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: 700;
}

.gal-txt-fs-story-rw p {
    font-size:18px;
    line-height:inherit;
    font-weight:500;
}
.gal-txt-fs-story-rw {
    padding: 40px ;
}
.our-story-fs-wlcm-row-main {
        margin-top: 100px;
}

.our-story-fs-wlcm-row-main:first-child {
    margin-top:0;
}
.gal-txt-fs-story.df-one{
    margin-left: 74px;
}
.gal-txt-fs-story.df-one-red{
    height: 100%;
    background: #91191c;
    padding: 267px 55px 95px 45px;
}
.our-story-fs-wlcm-row-main.last-one{
        display: flex;
    align-items: center;
    justify-content: center;
}
.h-hr--dots{
    height: 0.25rem;
    margin: 1.5625rem auto 2.5rem;
    border: none;
    background: url(../images/hr.svg) no-repeat 50%;
    background-size: 6.9375rem 0.25rem;
}
.our-story-fs-prsnl-pass-cntc {
    padding:30px 60px;
}
.our-story-fs-prsnl-pass-cntc h3{
    margin-bottom:20px;
}
#our-story-fs-prsnl-pass .col-md-6 {
        margin-top: 50px;
} 
.fs-resp-tour-wlcm {
        text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.fs-resp-tour-wlcm p {
    margin-bottom:20px;
}
.fs-resp-tour-sec-main {
            text-align: center;
    border-bottom: 1px solid #ccc;
    margin-top:30px;
    padding: 30px;
}
.fs-resp-tour-sec-main-row {
    margin-top:50px;
}
.fs-resp-tour-sec-main-row img{
    height: 120px;
    margin-bottom: 20px;
}
.fs-resp-tour-sec-main-row h4{
        font-weight: 600;
    margin-bottom: 6px;
}
.fs-resp-tour-sec-big {
     width: 75%;
    margin: 50px 0;
}
.spl-p-wildlife{
font-size: 1.50em;
    font-weight: 700;
    text-align: center;
    padding-bottom: 70px;
    width: 70%;
    margin: 0 auto;
}
.spl-wave-wildlife{
background: #ecebe9;
    padding: 100px 0;
}
.wild-life-logo-grid{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    margin: 0 auto;
    padding: 1.6rem;
    width: 80%;
    gap: 61px;
}
.wild-life-logo-grid img{
            width: 15%;
}

.spl-wave-wildlife h2{
        font-size: 1.80em;
    text-align: center;
    font-weight: 900;
    margin-bottom: 37px;
}
.fs-wl-wb-right{
    display: flex;
    flex-direction: column-reverse;
}
.fs-wl-wb{
    margin-top: 100px;
}

.fs-wl-wb-left{
        padding: 0px 100px 0 0;
}
.fs-wl-wb-left p:last-child{
    margin:0;
}
.fs-wl-wb:nth-child(even) .fs-wl-wb-left{
        padding: 0px 0px 0 100px;
}

.fs-wl-wb-left h2{
        font-weight: 700;
    margin-bottom: 20px;
}
.fs-wl-wb-left h6{
        font-size: 17px;
    margin-bottom: 10px;
}
.fs-wl-wb-left p{
    font-size: 18px;
    margin-bottom: 10px;
}
.fs-wl-wb-left h4{
        font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
#fs-wild-life-our-miss h4{
        color: #afafaf;
    font-weight: 600;
    margin-bottom:10px;
}
#fs-wild-life-our-miss h2{
        font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
#fs-wild-life-our-miss{
    padding:100px 0;
    background-color:#f5f5f5;
}
.fs-wild-life-btn-div{
        margin-top: 30px;
}
.fs-wild-life-btn-div a:last-child{
        display: inline-block;
    color: #ffc20f;
    padding: 12px 20px;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    text-decoration:none;
    transition-duration: .4s;
}
.fs-wild-life-btn-div a:first-child{
        display: inline-block;
    background: #ffc20f;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    text-decoration:none;
    transition-duration: .4s;
}
.fs-wild-life-btn-div a:last-child:hover{
    background-color: #eee;
    
}
.fs-wild-life-btn-div a:first-child:hover{
     background-color:#231f20
}
#fs-card-slide-tr{
    background-image:url(../images/63a0701.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}


#fs-card-slide-tr .inn-cardbox-slide{
    background: #fff;
    box-shadow: 0 0.125rem 0.5625rem 0 hsla(0,0%,80%,.5);
    padding: 3rem;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#fs-card-slide-tr .inn-cardbox-slide a{
    display: inherit;
    margin: 10px 0 20px 0;
}
#fs-card-slide-tr .inn-cardbox-slide .dp-img{
       height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 20px 0;
    display: initial;
}
#fs-card-slide-tr .inn-cardbox-slide .sign-img{
    width: 117px;
    display: flex;
    margin: 20px 0 30px 0;
}
.fs-card-slide-tr-main .owl-nav .owl-prev{
    color: #231f20 !important;
    float: left;
    position: absolute;
    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;
    top: 50%;
    left: 10%;
}
.fs-card-slide-tr-main .owl-nav .owl-next{
    color: #231f20 !important;
    float: left;
    position: absolute;
    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;
    top: 50%;
    right: 10%;
}
.inn-cardbox-slide h3:before{
background: url(../images/225affe.svg);
    content: "";
    height: 3.25rem;
    left: 8.9375rem;
    position: absolute;
    font-size: 59px;
    top: 2.5rem;
    width: 3.25rem;
    background-size: cover;
    background-repeat: no-repeat;
}


.inn-cardbox-slide h3:after{
background: url(../images/18344bd.svg);
    bottom: 0.5rem;
    content: "";
    height: 3.25rem;
    right: 8.9375rem;
    position: absolute;
    font-size: 59px;
    top: 7rem;
    width: 3.25rem;
    background-size: cover;
    background-repeat: no-repeat;
}
.inn-cardbox-slide h3{
        width: 76%;
    margin: 0 auto;
    font-size: 20px;
}

.hover-gal-thumb-box {
    position:relative;
    overflow:hidden;
}
.hover-gal-thumb-box img{
     transition: 0.9s;
}
.hover-gal-main-box:hover .hover-gal-thumb-box img{
    transform: scale(1.4);
}
.hover-gal-thumb-box svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hover-gal-main-box h6{
    color: #000;
    font-size: 23px;
}
body .fancybox-bg {
   opacity:1 !important;
   background: #fff;
}
body .fancybox-iframe{
     width: 80%;
    margin: 0 auto;
    height: 500px;
    margin-top: 120px;
}
#video-gallery h2{
    text-align: center;
    margin-bottom: 20px;
}
.video-gallery-row,.photo-gallery-row {
    margin-top:50px;
}
.video-gallery-wlcm-sec,.new-photo-gallery-wlcm-sec{
   width:80%;
   margin:0 auto;
   text-align:center;
}
.video-gallery-a {
    text-decoration:none !important;
  
}
.hover-gal-main-box {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    cursor:pointer;
        border-radius: 12px;
    overflow: hidden;
      margin-top:50px;
}
.hover-gal-thumb-txt-box {
    padding:30px;
}

/*Carousel Gallery*/
 .carousel-gallery {
	 margin: 50px 0;
	 padding: 0 30px;
	 overflow:hidden;
}
 .carousel-gallery .swiper-slide a {
	 display: block;
	 width: 100%;
	 height: 200px;
	 border-radius: 4px;
	 overflow: hidden;
	 position: relative;
	 -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
	 -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
	 box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
}
 .carousel-gallery .swiper-slide a:hover .image .overlay {
	 opacity: 1;
}
 .carousel-gallery .swiper-slide a .image {
	 width: 100%;
	 height: 100%;
	 background-size: cover;
	 background-position: center center;
}
 .carousel-gallery .swiper-slide a .image .overlay {
	 width: 100%;
	 height: 100%;
	 background-color: rgba(20, 20, 20, .8);
	 text-align: center;
	 opacity: 0;
	 -webkit-transition: all 0.2s linear;
	 -o-transition: all 0.2s linear;
	 transition: all 0.2s linear;
}
 .carousel-gallery .swiper-slide a .image .overlay em {
	 color: #fff;
	 font-size: 26px;
	 position: relative;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 -o-transform: translateY(-50%);
	 transform: translateY(-50%);
	 display: inline-block;
}
 .carousel-gallery .swiper-pagination {
	 position: relative;
	 bottom: auto;
	 text-align: center;
	 margin-top: 25px;
}
 .carousel-gallery .swiper-pagination .swiper-pagination-bullet {
	 -webkit-transition: all 0.2s linear;
	 -o-transition: all 0.2s linear;
	 transition: all 0.2s linear;
}
 .carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
	 opacity: 0.7;
}
 .carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	 background-color: #ffc20f;
	 transform: scale(1.1, 1.1);
}

#fal-exp-gb {
    position:relative;
    float:left;
    width:100%;
    margin:100px 0 0 0;
}
.btn-box-gd-exp {
    text-align:center;
    margin-top:50px;
}
.btn-box-gd-exp .fs_btn_all {
        display: inline-block;
    border-radius: 5px;
}
.box-gd-exp-qt {
    width:80%;
    margin:30px auto;
    text-align:center;
    
}
#fal-exp-gb p {
    margin-top:30px;
}

.fal-exp-gb-row {
    align-items:center;
}
.right-img-exp-gd {
    position:relative;
}

.right-img-exp-gd-bg {
   background-color: #e6ad08ed;
    position: absolute;
    top: 25px;
    right: -20px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#bo-gb-fal{
    position:relative;
    float:left;
    width:100%;
    margin-top:100px;
    background-image:url(https://static.showit.co/1600/yfQHwv-BRvi_Sy1VrLOclA/156643/roane_travel_design_texture_horizontal.jpg);
    padding: 100px 0;
    
}
#bo-gb-fal h2{
    text-align: center;
    text-transform: capitalize;
}
.bo-gb-fal-smb p{
    text-align:left;
}
.bo-gb-fal-smb h4 {
    font-size:22px;
    margin:25px 0;
    color:#e6ad08ed;
    text-align:center;
}
.bo-gb-fal-smb img{
    height:100px;
    width:100px;
}

.bo-gb-fal-smb-main {
    margin-top:30px;
}
.bo-gb-fal-smb {
    margin-top:20px;
}

#our-prtnr-gb-fal {
   position:relative;
    float:left;
    width:100%;
    margin-top:100px;  
}
#our-prtnr-gb-fal .fs_dstnsn_all_overvw_sec_card, #bo-gb-fal .fs_dstnsn_all_overvw_sec_card{
margin-bottom:50px;
}
.bor-l-gb-p {
    border-bottom: 2px solid #ffc20f;
    width: 5%;
}

.txt-mid-gb-p{
        width: 18%;
}

.bor-r-gb-p {
    border-bottom: 2px solid #ffc20f;
    width: 100%;
}

.hdng-prtnr-gb p{
    padding: 40px;
}

.img-div-prtnr-gb{
        border: 6px solid #dcaa16;
    overflow: hidden;
}
.cnt-div-prtnr-gb h3 {
    text-align:center;
    color:#dcaa16;
        font-size: 21px;
}

.cnt-div-prtnr-gb{
        margin-top: 25px;
}
.cnt-div-prtnr-gb p {
    margin-top: 15px;
}
.img-div-prtnr-gb img{
        height: 265px;
    object-fit: cover;
}
.btn-div-our-prtnr-gb .fs_btn_all {
    
    display: inline-block;
    border-radius: 5px;
    width: 37%;
}

.btn-div-our-prtnr-gb {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
    margin-top:40px;
}
#fal-db-out-reach {
        position: relative;
    float: left;
    width: 100%;
    margin-top: 100px;
    padding: 100px 50px;
    background-image: url(../images/fal-new-img-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.fal-db-out-reach-main-div {
    width: 50%;
    float: right;
    padding: 30px;
    border: 2px solid #faf8f5;
}

.fal-db-out-reach-main-div-inn {
         background-color: rgb(250 248 245 / 90%);
    padding: 40px;   
}
.fal-db-out-reach-main-div p{
          text-align: justify;
}
.fal-db-out-reach-main-div h3 {
    margin:20px 0;
    text-align:center;
        color: #ffc20f;
    
}

.db-out-reach-btn {
    margin-top:30px;
        text-align: center;
}
.db-out-reach-btn .fs_btn_all {
    display:inline-block;
    border-radius:5px;
}

#fal-gb-make-diff {
    width:100%;
    float:left;
    position:relative;
    margin-bottom:100px;
}

.left-img-mak-dif-gb {
    position:relative;
}
.right-mak-dif-gb {
        margin: 100px 0;
    padding: 20px;
}
.img-mak-frame-1{
       position: absolute;
      left: 102px;
    top: -37px;
    width: 295px;
    height: 355px;
    transform: scale(1, 1) translate(0px, 0px) rotate(352deg);
}
.img-mak-frame-2{
     position: absolute;
    left: 313px;
    top: 119px;
    width: 320px;
    height: 385px;
    transform: scale(1, 1) translate(0px, 0px);
}
.img-mak-frame-3{
     position: absolute;
    transform: scale(1, 1) translate(0px, 0px) rotate(5deg);
    left: 50px;
    top: 225px;
    width: 288px;
    height: 347px;
}
.se {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    box-sizing: border-box;
    display: block;
    outline: none;
    pointer-events: auto;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0px 0px 4px 8px #ebebeb;
}
.right-mak-dif-gb-btn  {
    margin-top:30px;
}
.right-mak-dif-gb-btn .fs_btn_all {
    display:inline-block;
}
.right-mak-dif-gb h2 {
    margin-bottom:30px;
}

/*FALCON SUDHA CSS*/

.foot-boo {
            margin-top:50px;
        }
        .book-con-sec {
            background-color: #ececec;
            padding: 100px 0;
            float: left;
            position: relative;
            width: 100%;
            margin: 100px 0 0 0;
        }


        /*.book-con-sec-main {*/
        /*    width: 80%;*/
        /*    margin: 0 auto;*/
        /*}*/


        .book-sec-content {
            background-color: #fff;
            padding: 30px;
            border-radius: 5px;
            height: 100%;
        }

        .content-hed {
            text-align: center;
        }
         .content-hed img {
            width: 146px;
            padding: 6px 0;
        }
        .content-hed h2{
            text-transform: capitalize;
            font-weight: 600;
            font-size: 28px;
            margin-bottom: 10px;
        }

        .book-con-sec-main .content-hed h2 {
      
        line-height: 1.1;
        padding: 7px 0;
        font-family: 'quasimoda', sans-serif;
        font-size: 40px;
        font-weight: 600;
        color: #231f20;
        text-transform: capitalize;
        
        }

        .book-con-sec-main .content-hed p {
            line-height: 1.5;
            padding: 20px 17px;
            /*font-family: graphik r, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;*/
            font-family: 'Raleway', sans-serif;
            font-size: 18px;
            font-weight: 500;

        }

        .content-bot {
            padding: 0 25px;
        }
        .content-bot h6{
            font-size: 14px;
        }

        .book-con-sec-main .content-bot h6 {
            font-size: 20px;
            text-transform: uppercase;
            font-family: Arial, sans-serif;
        }

        .book-sec-content .star .fa-star {
            color: rgb(242, 192, 88);
            font-size: 17px;
        }

        .book-sec-content span {
            display: inline-block;
            color: #a3a3a3;
            font-weight: lighter;
            font-size: 18px;
            font-family: Arial, sans-serif;
        }

        .book-sec-content .boo-pa {
            font-size: 18px;
            font-weight: bold;
            text-align: end;
        }

        .book-all-con-sec {
                background-color: #fafafa;
                margin: 14px -15px;
                border-radius: 5px;
                height: 100vh;
                overflow: scroll;

        }
        .book-cont-item{
            background-color: #fff;
            margin: 23px 21px;

        }

        .book-cont-item p{
             font-family: 'Raleway', sans-serif;
            font-size: 16px;
            font-weight: 500;
            padding: 8px 0px;
        }
        .book-cont-item h5{
            line-height: 1.1;
            padding: 7px 0px;
            font-family: 'quasimoda', sans-serif;
            font-size: 18px;
            font-weight: 600;
            color: #231f20;
            text-transform: capitalize;
      }
        
        .book-all-con-sec .book-cont-item {
            background-color: #fff;
            margin: 20px 20px;
            border-radius: 7px;
        }

        .book-all-con-sec .book-cont-item .fas {
            color: rgb(242, 192, 88);
            font-size: 14px;
        }

        .book-all-con-sec .book-cont-item .right-sapan {
            color: #959595;
            font-size: 12px;
            text-align: right;
            padding: 10px 15px;
        }

        .serch-ico {
               margin: 7px 6px;
                width: 100%;
                text-align: center;
                padding: 22px 2px;
                background-color: #f2f2f2;
                    }

        .serch-ico img {
               width: 85px;
               float: right;
               margin: -26px 1px;
        }

        


        .all-con-para {
            text-align: center;
            padding: 30px 35px;
        }
        
        .all-con-para h4{
            line-height: 1.1;
            padding: 7px 0;
            font-family: 'quasimoda', sans-serif;
            font-size: 30px;
            font-weight: 600;
            color: #231f20;
            text-transform: capitalize;
        }
        .all-con-para p{
           font-family: 'Raleway', sans-serif;
            font-size: 19px;
            font-weight: 500;
            line-height: 1.5;
            padding: 10px;
        }

        .all-con-div .all-con {
            background-color: #fff;
            margin-bottom: 50px;
        }

        .all-con-div .all-con .book-btn {
                display: inline-block;
    border-radius: 7px;
    background-color: #ffc20d;
    border: 1px solid #ffc20d;
    margin: 15px 10px;
    padding: 10px 30px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    transition: .7s;
    text-transform: uppercase;
    font-weight: 600;
        }

        .all-con-div .all-con .book-btn:hover {
            background-color: #000;
            color: #fff;
            
        }


        .book-boot-cont {
            width: 100%;
            background-color: #fff;
            text-align: center;
            /*padding: 53px 43px;*/
        }
        .book-boot-cont p{
            font-family: 'Raleway', sans-serif;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.5;
            padding: 25px 10px 35px 10px;
        }

        .book-card {
            width: 100%;
            background-color: #fff !important;
            position: relative;
            text-align: center;


        }

        .book-card .book-foot {

            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            width: 100%;
            height: 104%;
            z-index: 2;
        }

        .book-card .book-foot img {
            width: 100%;
            height: 100%;
        }

 
        .con-div {
            padding: 30px 25px;
        }
        .con-div h5{
                line-height: 1.1;
                padding: 7px 0;
                font-family: 'quasimoda', sans-serif;
                font-size: 25px;
                font-weight: 600;
                color: #231f20;
                text-transform: capitalize;
        }
        .con-div p{
                font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 10px;
        }
        
        /* Victoria Falls Flights & Routes  CSS*/


        .Victoria-falls-flights-sec {
            width: 100%;
            /* background-color: #e1e7df; */
            position: relative;
            float: left;
            padding: 100px 0;
        }


        .Victoria-falls-flights-sec-main {
            width: 80%;
            margin: 0 auto;
        }

        .flight-content {
            text-align: center;
        }

        .flight-content h1 {

            text-transform: uppercase;
            font-family: 'quasimoda', sans-serif;
            font-size: 50px;
            font-weight: 500;
            color: #231f20;
        }

        .flight-content h5 {
            font-size: 20px;
            font-family: cursive;
            font-weight: 300;
        }

        .flight-card-sec {
            width: 100%;
            display: flex;
            gap: 30px;
            margin: 59px 0;
        }

        .flight-card-sec .flight-main-con {
            background-color: #fff;
            width: 200px;
            /*border: 1px solid #9b9595;*/
            border-top: none;
            border-radius: 5px;
            padding: 27px 5px;
            box-shadow: 0px 0px 14px rgb(0, 0, 0, 0.1);
        }

        .flight-main-con img {
            width: 100%;
            height: 50%;

        }

        .flight-main-con h5 {
                font-size: 11px;
    padding: 20px 8px 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
        }

        .flight-table-con table {
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0px 2px 10px 1px #ccc;

        }

        .flight-table-con table h4 {
            font-size: 22px;
            color: #fff;
            text-transform: uppercase;
            border: none;
            padding: 0 20px;
        }

        .flight-table-con table .table-hed-content {
            background-color: rgb(250, 195, 16);
            border: none;
        }

        .flight-table-con table tbody tr td {
            padding: 25px 17px;
        }

        .flight-table-con table tbody tr th {
            padding: 26px 20px;
            text-transform: uppercase;
        }

        /* Victoria Fall Airport Transfers Medium Section  */
        .flight-medium-sec {
                width: 100%;
    background-color: #ececec;
    position: relative;
    float: left;
    padding: 100px 0;
        }

        .flight-medium-main-sec {
            width: 80%;
            margin: 0 auto;
        }

        .flight-medium-con {
            text-align: center;
            padding:0 0 50px 0;
        }

        .flight-medium-con h1 {
            font-family: 'quasimoda', sans-serif;
            font-size: 50px;
            font-weight: 500;
            color: #231f20;
            text-transform: uppercase;
        }

        .flight-medium-con h4 {
            font-size: 20px;
            font-family: 'quasimoda', sans-serif;
            font-weight: 300;
        }

        .flight-box {
            background-color: #fff;
            box-shadow: 5px 6px 15px 1px rgb(0, 0, 0, 0.1);
            margin: 17px 0px;
        }

        .flight-box-top {
            width: 100%;
            position: relative;
            float: left;
        }

        .flight-box-top img {
            width: 100%;
        }

        .flight-box-top h5 {
            position: absolute;
            top: 78%;
            left: 9%;
            color: #fff;
            font-family: 'Raleway', sans-serif;
            text-transform: capitalize;
            font-size: 24px;
            z-index:1;
        }

        .flight-box-top::before {
            content: ' ';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgb(4 11 18);
            opacity: 0.4;
            z-index: 1;
            transition: all .5s;
        }

        .flight-box:hover .flight-box-top::before {
            background: rgba(22, 87, 76, 0.171);
        }

        .flight-box-boot {
            background-color: #e7e2e2;
            width: 100%;
            text-align: center;
        }

        .flight-box-boot i.fa-solid.fa-toolbox {
            padding: 12px 2px;
            font-size: 15px;

        }

        .flight-box-boot span {
            padding: 0 20px;
        }

        .flight-box-top .flight-over:hover {
            background-color: red;
        }
        
        /* Airport Transfers Gallery */

        .airport-gallery-sec {
            width: 100%;
            position: relative;
            float: left;

        }

        .airport-gallery-con-sec {
            margin: 72px 0;
            text-align: center;
        }

        .airport-gallery-main .airport-gallery-con-sec h1 {
            font-size: 44px;
            font-weight: 300;
            text-transform: uppercase;
            font-family: 'quasimoda', sans-serif;
        }

        .airport-gallery-main .airport-gallery-con-sec h4 {
            font-size: 20px;
            font-family: cursive;
            font-weight: 300;
            font-family: 'quasimoda', sans-serif;
            text-transform: capitalize;
        }

        .airport-gallery-main {
           position: relative;
    margin: 15px 0 auto;
    float: left;
    width: 100%;
        }

        .airtranfer-modal {
            margin: 11px 0px;
        }

        .airport-gallery-main #myImg {
            width: 100%;
            border-radius: 5px;
            cursor: pointer;
            transition: 0.3s;
        }

        .airport-gallery-main #myImg2 {
            width: 100%;
            border-radius: 5px;
            cursor: pointer;
            transition: 0.3s;
        }

        .airport-gallery-main #myImg3 {
            width: 100%;
            border-radius: 5px;
            cursor: pointer;
            transition: 0.3s;
        }

        .airport-gallery-main #myImg4 {
            width: 100%;
            border-radius: 5px;
            cursor: pointer;
            transition: 0.3s;
        }

        .airport-gallery-main #myImg5 {
            width: 100%;
            border-radius: 5px;
            cursor: pointer;
            transition: 0.3s;
        }

        #myImg:hover {
            opacity: 0.7;
        }

        /* The Modal (background) */
        .modal {
            display: none;
            /* Hidden by default */
            position: fixed;
            /* Stay in place */
            z-index: 1;
            /* Sit on top */
            padding-top: 100px;
            /* Location of the box */
            left: 0;
            top: 0;
            width: 100%;
            /* Full width */
            height: 100%;
            /* Full height */
            overflow: auto;
            /* Enable scroll if needed */
            background-color: rgb(0, 0, 0);
            /* Fallback color */
            background-color: rgba(0, 0, 0, 0.9);
            /* Black w/ opacity */
        }

        /* Modal Content (image) */
        .modal-content {
            margin: auto;
            display: block;
            width: 80%;
            max-width: 700px;
        }

        /* Caption of Modal Image */
        #caption {
            margin: auto;
            display: block;
            width: 80%;
            max-width: 700px;
            text-align: center;
            color: #ccc;
            padding: 10px 0;
            height: 150px;
        }

        /* Add Animation */
        .modal-content,
        #caption {
            -webkit-animation-name: zoom;
            -webkit-animation-duration: 0.6s;
            animation-name: zoom;
            animation-duration: 0.6s;
        }

        @-webkit-keyframes zoom {
            from {
                -webkit-transform: scale(0)
            }

            to {
                -webkit-transform: scale(1)
            }
        }

        @keyframes zoom {
            from {
                transform: scale(0)
            }

            to {
                transform: scale(1)
            }
        }

        /* The Close Button */
        .close {
            position: absolute;
            top: 15px;
            right: 35px;
            color: #f1f1f1;
            font-size: 40px;
            font-weight: bold;
            transition: 0.3s;
        }

        .close:hover,
        .close:focus {
            color: #bbb;
            text-decoration: none;
            cursor: pointer;
        }

/*/ Airport Transfers form section css /*/
        .airport-form-section {
            width: 100%;
            background-color: #f5f4f5;
            position: relative;
            float: left;
            padding:100px 0;
            
        }

        .airport-form-section .fs_hdng_cntr {
            float: none;
            margin-bottom:20px;
        }
        
        .airport-main-form-sec {
            padding: 60px 0;
        }

        .from-fild {
            position: relative;
            width: 100%;
            padding: 7px;

        }

        .from-fild i.fa-solid.fa-location-dot {
            position: absolute;
            top: 65px;
            left: 15px;
            font-size: 44px;
            color: #f70759;
        }

        .from-fild label {
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 1.3px;
            padding: 12px 13px;
            text-transform: capitalize;
        }

        .from-fild select {
            width: 100%;
            height: 82px;
            padding: 0px 43px;
            border: 1px solid #f70759;
        }

        .victoria-from-fild h4 {
            text-align: center;
            text-transform: capitalize;
            font-weight: 400;
            color: #333;
            font-size: 18px;
        }

        .victoria-from-fild p {
            font-size: 16px;
            font-weight: 300;
            padding: 17px 30px;
        }

        .victoria-from-fild h6 {
            font-size: 18px;
            padding: 16px 22px;
            color: #f70759;
            font-weight: bold;
        }

        .victoria-from-fild {
            width: 100%;
            border-bottom: 2px dashed #333;
            border-spacing: 23px;
            font-weight: 100;
            margin: 0px 34px;
        }

        .from-fild input[type="datetime-local"] {
            width: 100%;
            height: 82px;
            border: 1px solid #f70759;
            padding: 0px 39px;
        }

        .from-fild i.fa.fa-calendar {
            position: absolute;
            top: 83px;
            font-size: 30px;
            color: #f70759;
            padding: 0 7px;
            text-align: center;
        }

        .from-hour-sec select {
            width: 100%;
            padding: 0px 0px;
            margin: 0px 0px;
        }

        .from-fild i.fa-solid.fa-person {
            position: absolute;
            font-size: 37px;
            padding: 19px 14px;
            color: #f70759;
        }
        .from-fild-btn {
            width: 100%;
            height: 86px;
            margin: 54px 2px;
        }
        .from-fild-btn button {
            float: right;
            padding: 28px 68px;
            border-radius: 50px;
            background-color: #f70759;
            color: #fff;
            border: none;
            font-size: 20px;
            font-weight: 600;

        }
        .from-fild-btn button:hover{
            background-color: #9e1140;
            transition: 2.5s;
        }

.airport-gallery-sec {
    margin:100px 0;
}
.air-trans-dmc {
    margin-top:50px;
}
.flight-medium-main-sec .fs_hdng_cntr, .Victoria-falls-flights-sec-main .fs_hdng_cntr {
    margin-bottom:20px;
}


       .airport-form-section .custom-form {
            background-color: #f7f7f7;
            padding: 30px;
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

      .airport-form-section  .custom-select {
            border: 1px solid #ddd;
            border-radius: 5px;
            height: 50px;
            padding: 5px 40px 5px 20px;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAmklEQVR42mL8//8/AwiABIFGkmAqDpdRwFGiSbTlPqQjp0nAUaJIk5T6kI6dJwBGiSbTlPqQjp0nAUaJIk5T6kI6dJwBGiSbTlPqQjp0nAUaJIk5T6kI6dJwBGiSbTlPqQjp0nAUaJIk5T6kI6dJwBGiSbTlPqQjp0nAUaJIk5T6kI6dJwBGiSbTlPqQjp0nAUaJIk5T6kI6dJwBGiSbTlPqQjp0nAUaJIk5T6kI6dJwBGiSbTlPqQjp0nAUaJIk5T6kI6dJwBGiSbTlPqQjp0nAUaJIk5T6kI6dJwBv9Blh3ZtkEmBwAAAABJRU5ErkJggg==') no-repeat right 15px center/8%, white;
            font-size:16px;
            padding-left: 3rem
        }
        
      .airport-form-section .form-control {
            height: 50px;
            border: 1px solid #ddd;
            border-radius: 5px;
                padding: 5px 37px 5px 35px;
        }

       .airport-form-section .btn-warning {
        background-color: #ffc20e;
    border-color: #ffc20e;
    color: #000;
    height: 50px;
    margin: 18px 0 0 0;
    width: 50% !important;
    text-align: center;
    float: right;
    border-radius: 40px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
        }

       .airport-form-section .form-control-number {
            display: flex;
            align-items: center;
        }

       .airport-form-section .form-control-number input {
            flex: 1;
        }

       .airport-form-section .form-control-number span {
            margin: 0 5px;
        }
.air-form-ico {
    position: absolute;
    top: 40px;
    left: 16px;
    color: #fbb03b;
    font-size: 18px;
}
.airport-form-section .form-row {
    margin-bottom:20px;
}

#air_trans_whatsapp {
    display:none;
}
.modal-backdrop.in {
    z-index:-1;
}
.space{
    margin-top:80px;
}

.big-map-bg {
    margin-top:40px;
}

#stay_classy {
    position:relative;
    float:left;
    width:100%;
    background-image:url(../images/victoria-falls-airport-transfer-6.jpg);
    padding:150px 0;
        background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}

#stay_classy:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity: .5;
}

.inner-div-classy {
    text-align:center;
        z-index: 1;
    position: relative;
}

.inner-div-classy img{
        height: 100px;
}

.inner-div-classy h2{
    font-family: 'quasimoda', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    line-height: 1.4;
    margin: 0;
    margin-top:30px;
}

.inner-div-classy p{
        color: #fff;
    font-size: 28px;
        margin-top: 10px;
    text-transform: capitalize;
}

.inner-div-classy a {
    font-family: 'quasimoda', sans-serif;
    background: #ffc20e;
    border: 1px solid #ffc20e;
    color: #000;
    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;
        display: inline-block;
        margin-top:30px;
}
.inner-div-classy a:hover {
    background: #231f20;
    border: 1px solid #231f20;
    color: #fff;
    text-decoration: none;
}

#img_sec_trnsfr {
    position:relative;
    float:left;
    width:100%;
    margin:100px 0;
}

#img_sec_trnsfr img {
    margin-top:20px;
}

#price_tab_car_lst {
        position: relative;
    float: left;
    width: 100%;
    padding: 80px 0;

}
#price_tab_car_lst table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
    overflow-x: auto;
    box-shadow: 0 0.125rem 0.5625rem 0 hsl(0deg 0% 80% / 50%);
    width: 100%;
    margin-top:50px;
        position: relative;
    float: left;
}

#price_tab_car_lst table tr:first-child{
        font-family: 'Raleway', sans-serif;
    background-color: #d2d2d2;
    color: #26272c;
    padding: 10px 10px;
    font-size: 18px;
    text-align: left;
}

#price_tab_car_lst table tr:first-child td{
        font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
        text-transform: uppercase;
    color: #26272c;
}

#price_tab_car_lst table td {
    border:1px solid #ddd;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding: 10px 10px;
    font-size: 18px;
    color: #484848;

}

#price_tab_car_lst table tr:nth-child(even) {
    background-color: #f5f5f5;
}
#price_tab_car_lst p{
 font-size:18px;
 font-weight:500;
 line-height:inherit;
 margin-top:30px;
     float: left;
    position: relative;
}

#fs_oasddm_sec.air-trans-pg{
    background: #ffc20d42;
    padding: 80px 0;
}

.slider-travel-guide.owl-carousel .owl-nav{
        display: flex;
    width: 100%;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}