<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #fff;
    margin: 0px;
    font-size: 16px;
    color: #000!important;;
    font-weight: 300;
    overflow-x: hidden;
    line-height: 27px; letter-spacing: normal;
font-family: 'Spartan', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-text-size-adjust: none; letter-spacing: -0.8px
}
body::-webkit-scrollbar {
    width: 0.5em;
}
 
body::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #023785;
  outline: none;
  border-radius: 5px;
}
p{ color: #000!important;}
/* fly */
.fly {
    opacity: 0;
    transition: all 600ms ease-in-out;
    transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
  }
  
  .show-block {
    opacity: 1;
    transform: translateY(0) scale(1) translate3d(0, 0, 0);
  }
/* fly */
.onloadClose {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #e30c0c !important;
}
/* 16/11/2020 */
.barChart__barFill { 
    background-color:#a3701e;
}
.barChart__bar { 
    height: 24px;
}
/* 16/11/2020 */
/* 12/11/2020 */
.hidden {
    visibility: hidden;
    opacity: 0;
}
.thumb-active{border:2px solid  #fff;}
 .play-btn {
    position: absolute;
    display: inline-block;
    font-size:60px;
    z-index: 3;
    top: 45% !important;
    margin-top: -24px !important;
    left: 0%;
    right: 0%;
    color: red;
    text-align: center;
    opacity: 0.8; 
}
h3, .h3 {
    font-size: 1.5rem !important;
}
.btn-cp {
    cursor: pointer;
}
/* 12/11/2020 */
/* 11/11/2020 */
.carousel {
    position: relative;
  }
  .carousel-item img {
    object-fit: cover;
  }
  #carousel-thumbs {
    bottom: 0;
    left: 0;
    padding: 5px 40px;
    right: 0;
    margin-top: 10px;
    background: rgb(39,149,112);
    background: linear-gradient(90deg, rgba(39,149,112,1) 0%, rgba(39,149,112,1) 14%, rgba(10,110,162,1) 100%);
  }
  #carousel-thumbs img {
    border: 5px solid transparent;
    cursor: pointer;
  }
  #carousel-thumbs img:hover {
    border-color: rgba(255,255,255,.3);
  }
  #carousel-thumbs .selected img {
    border-color: #fff;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
  }
  .carousel-control-prev {
    left: -20px !important;
  }
  .carousel-control-next {
    right: -20px !important;
  }
  .btn-reg{    font-weight: bold;
    background-color: #fbc325;
    border-bottom: 4px solid #d0a011;
    border-radius: 26px!important;
    text-transform: uppercase;
    font-size: 16px;
    color: #0c0c0c;
    padding: 5px 20px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-top: 11px;}


  @media all and (max-width: 767px) {
    .carousel-container #carousel-thumbs img {
      border-width: 3px;
    }
    #carousel-thumbs {
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    right: 0;
    margin-top: 1px; margin-bottom: 5px}
  }
  @media all and (min-width: 576px) {
    .carousel-container #carousel-thumbs {
      position: relative;
    }
  }
/*  @media all and (max-width: 576px) {
    .carousel-container #carousel-thumbs {
      background: #ccc;
    }
  }*/

/* 11/11/2020 */
/* 10/11/2020 */
/* bx begin */
#formRegister .input-group-text {
    width: 45px;
}
  /* bx end */
#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators &gt; li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators &gt; li.active img {
    opacity: 0.7;
}
/* 10/11/2020 */
.outer {
    overflow: hidden;
}
*:focus {
    outline: none;
    border:none;
}
button:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

:focus {
    outline: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    color: #333;
}
.font-normal {
    font-weight: 500 !important;
}
a,
a:link,
:before,
:after,
a:visited,
#header,
#header.bg_change,
#header .logo,
#header.bg_change .logo,
#header .logo img,
#header.bg_change .logo img,
#header .tophead,
#header .btmhead,
#header.bg_change .tophead,
#header.bg_change .btmhead ,
#header .btmhead .btn,
#header.bg_change .btmhead .btn,
.img-gallery img,
.img-gallery img:hover
 {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover,
:hover:before,
:hover:after,
:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo {
    display: block;
}
.menu-bar {
    position: absolute;
    top: 20px;    
    right: 0;
    height: 14px;
}

/* .bars {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #fff;
    box-shadow: 0 5px 0 #fff, 0 10px 0 #fff;
} */
.toggler-wrap {
    position: relative;
}
#header {
    position: fixed;
    padding: 0;
    width: 100%;
    z-index: 999;
    left:0;
    min-height: 70px;
}
#header.bg_change {
    padding: 0;
    background: #0c719e;
}



.txt-blue{color:#0f749a;}

#header.bg_change .navbar-nav li a {
    padding: 10px 15px 10px;
    font-size: 12px;
}
#header.bg_change .logo img {
    width: 120px;
}
#header .navbar-nav {
    display: block;
    margin: 0 auto;
}
#header .navbar-nav li {
    position: relative;
    display: inline-block;
}
#header .navbar-nav li ul li {
    display: block;
}
#header .navbar-nav li ul {
    background: #222;
}
#header .navbar-nav li ul li:after {
    background: none;
}
#header .navbar-nav li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    right: -2px;
    top: 23px;
    background: #fff;
}
#header .navbar-nav li:last-child::after {
    background: none;
}
#header .stellarnav .navbar-nav li a {
    color: #fff !important;
    padding: 24px 15px 20px;
    text-transform: uppercase;
    font-size: 13px;
}
#header .stellarnav .navbar-nav li ul li a {
    padding: 10px; 
}
#header .navbar-nav .active a,
#header .navbar-nav .current-menu-item a {
    color: #d98153;
}
#header .navbar-nav li a:hover {
    color: #fab246;  
}
#header .navbar {
    display: block;
    padding: 5px 0 0;
}
.bg-orange {
    background: #f89730;
}
.navbar_home {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
}
.text-white {
    color: #fff;
}
.no-list-style {
    list-style: none;
}
.social ul {
    float: right;
    text-align: center;
}
.social ul li {
    float: left;
    margin-left: 7px;
}
.social ul li a {
    color: #fff;
}
.social ul li:first-of-type {
    margin-left: 0;
}
#header .logo-brand {
    width: 100%;
}
#header .logo-brand .brand-icon {
    top: 0;
    left: 0;
    position: absolute;
}
#header .navbar-expand-lg .navbar-collapse {
    display: block !important;
}
.social {
    float: right;
    margin-top: 6px;
}
.social ul li a {
    border-radius: 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    display: block;
    line-height: 34px;
    font-size: 20px;
}
.navbar-light .social.navbar-text ul li a {
    color: #fff;
}
.social .youtube a {
    background: #c02126;
}
.social .facebook a {
    background: #1e439b;
}
.social .twitter a {
    background: #2285c0;
}
.social .instagram a {
    background: #a83d43;
}
.social .whatsapp a {
    background: #30ad0b;
}
#header:after {
    content: "";
    position: absolute;
    height: 70px;
    width: 280px;
    top: 0;
    border-radius: 0 0 100px 0;
    background: rgb(39,149,112);
    background: linear-gradient(90deg, rgba(39,149,112,1) 0%, rgba(39,149,112,1) 14%, rgba(10,110,162,1) 100%);
}
/*  */
#spotlight {
    position: relative;
    background: #e9e9e9;
    overflow: hidden; 
    border-radius: 0 0 320px 120px; 
    height: 600px;
    background: url("../../images/virtualtour2020/virtualBg.png");
    background-repeat: no-repeat;
    background-position: top top; 
}
#spotlight video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.videoframe  {
    height: 600px;
    border-radius: 0 0 320px 120px;
}
/* 12/11/2020 */
.captionBg {
    position: absolute;
    right: 10%;
    top: 20%;
    border-radius: 160px;
    -moz-border-radius: 160px;
    -webkit-border-radius: 160px;
    background: rgb(39 149 112 / 80%);
    background: linear-gradient(90deg, rgb(39 149 112 / 80%) 0%, rgb(39 149 112 / 80%) 14%, rgb(10 110 162 / 80%) 100%);
}
/* 12/11/2020 */
/* .desc {
    position: absolute;
    top: 21%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.5px
} */

.captionBg .desc {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
	transform: translate(-50%, -50%);
    letter-spacing: 0.5px; padding:  10px 20px
}
.captionBg .desc h1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.img-full {
    width: 100%;
}
.img-zoom {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
  }
  .img-zoom:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
  }
.display-block {
      display: block;
  }
.overflow-hidden{
    overflow: hidden;
}
.text-theme {
    color: #d98153;
}
.text-theme1 {
    color: #0a8282 !important;
}
.text-theme1:hover {
    color: #055158 !important;
}
.text-theme2 {
    color: rgba(39,149,112,1) !important;
}
.txt-large{font-size: 26px; letter-spacing: -1.5px}
.font-normal {
    font-weight: 500;
}
.desc strong {
    font-size: 14px;
}
/* stellarnav */
.navMain.bg_change .stellarnav &gt; ul &gt; li &gt; a,
.navMain.bg_change .navbar-nav &gt; li &gt; a {
    color: #fff !important;
}
.stellarnav &gt; ul &gt; li &gt; a,
.navbar-nav &gt; li &gt; a {
    text-transform: uppercase;
    font-size: 14px; color: #010101 !important
}
.stellarnav .nav-item.active a,
.navbar-nav .nav-item.active a {
    color: #299271;
    font-weight: 600;
}
.stellarnav &gt; ul &gt; li:after {
    background: #299271;
    height: 30px;
    width: 1px;
    content: "";
    right: 0;
    top: 10px;
    position: absolute;
}
.stellarnav &gt; ul &gt; li:last-of-type:after {
    display: none;
}
.stellarnav .container {
    max-width: 991px;
}
.stellarnav.btmhead {
    max-width: 991px;
    margin: 0 auto;
    border-bottom: 1px solid #279570;
}
.middlesec {
    margin: 0;
    position: absolute !important;
    top: 50%;
	left: 50%;
    margin-right: -50%;
	transform: translate(-50%, -50%);
}
#banner .middlesec {
    top: 54%;
}
.btn.btn-theme {
    background: rgb(39,149,112);
    background: linear-gradient(90deg, rgba(39,149,112,1) 0%, rgba(39,149,112,1) 14%, rgba(10,110,162,1) 100%);
    line-height: 13px;
    height: 42px;
    line-height: 44px !important;
    padding: 0;
    min-width: 160px;
    border: none;
    font-size: 14px;
}
section.section {
    padding: 30px 0;
}
section.section-sm.section {
    padding: 40px 0;
}
.navMain.bg_change {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    z-index: 999;
    background: transparent;
    border-bottom: none;
}
.navMain.bg_change .stellarnav.btmhead {
    border-bottom: 1px solid transparent;
}
.scrollTop {
    position: fixed;
    right: 15px;
    bottom: 40px;
    cursor: pointer;
    padding: 6px 12px;
    color: #fff;
    display: none;
    background: #0c719e;
}
.scrollTop a {
    color: #fff;
}
/* stellarnav */
/* widget-beaches */
.descgrid  {
    box-shadow: 0 0 10px rgb(202 202 202);
}
.descgrid h5 a.text-dark {
    font-size: 18px;
}
.descgrid h5 a.text-dark:hover {
    color: #0c719e !important;
}
.widgetCarousel.owl-carousel .owl-item {
    margin-bottom: 7px;
}
.widgetCarousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: url(../../images/virtualtour2020/owl-prev.png) no-repeat;
    left: 15px;
}
.widgetCarousel.owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url(../../images/virtualtour2020/owl-next.png) no-repeat;
    right: 15px;
}
.widgetCarousel.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 33%;
    width: 32px;
    text-indent: -9999px;
    height: 32px;
}
h2.section-title {
    font-size: 24px;
    color:#0c719e
}
h2.section-title.text-white {
    color: #fff;
}
h2.section-title.text-dark {
    color: #000;
}
h2.section-title.mb-5{
    margin-bottom: 40px;
}
/* widget-beaches end */
/* sectionPromo */
#sectionPromo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: url("../../images/virtualtour2020/promoBg.png");
}
/* sectionPromo */
/* section Upcoming */
#sectionUpcoming {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: url("../../images/virtualtour2020/upBg.png");
}
/* section Upcoming end */
/* footer */
.footer-section {
    padding: 1% 0;
    margin-top: 0;
    background-color: #e3e7f1;
    font-size: 13.5px;
}
.footer-section h3 {
    color: #036;
    font-weight: 500;
    font-size: 16px;
}

.footer-section a {
    color: #232323;
}
.hr-f {
    padding-top: 10px;
    padding-bottom: 5px;
    border-top: 1px solid #c2d3db;
}
.subscribe-box h3 {
    margin-bottom: 10px;
}
.subscribe-box .email-field {
    height: 40px !important;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: none;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 0;
}
.mob1 {
    display: inline-block;
    margin-top: 5px;
}
.associates {
    display: block;
    padding: 0;
    margin: 30px 0 40px 0;
    width: 100%;
    float: left;
    text-align: center;
    background-color: #FFF;
}
.associates a {
    display: inline-block;
    text-align: center;
    padding: 0 5px;
    width: auto;
}
.associates img {
    width: auto;
}
#credit {
    font-size: 15px;
}
.fnt-color-light {
    color: #666;
}
.subscribe-box .email-field {
    height: 40px !important;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: none;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 0;
}
.subscribe-box .subscribe-btn {
    background-color: #036;
    color: #FFF;
    height: 40px;
    border: none;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 0;
    line-height: 34px;
}
.ass0-5 {
    width: 78px!important;
}
#credit a {
    font-size: 14px;
}
.sec-client h3 {
    padding: 0px;
    font-size: 20px;
    line-height: 1em;
    color: #28497c;
}
/* footer end */
/* banner */
#banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 285px;
    background: url("../../images/virtualtour2020/waterfallsBannerBg.jpg");
}
.breadcrumb {
    position: absolute;
    bottom: 0;
    left: 0;
}
.text-yellow {
    color: #f8ff0f;
}
.breadcrumb a:hover {
    color: #fff;
}
.section-sm.section.pt-60 {
    padding-top: 60px;
}
/* banner end */
/* T-choice */
.section-title-sub {
    font-size: 22px;
}
/* T-choice end */
/* rating */
.rating-block {
    max-width: 310px;
    text-align: center;
}
.rating-block .rateStar {
    display: inline-block;
    border: 0;
    width: auto !important;
    text-align: center;
}
.bold{
	font-weight:700;
}
.padding-bottom-7{
	padding-bottom:7px;
}
.bg-gray {
    background: #ebebeb;
}
.review-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}
.review-block-name{
	font-size:12px;
	margin:10px 0;
}
.review-block-date{
	font-size:12px;
}
.review-block-rate{
	font-size:13px;
	margin-bottom:15px;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
}
.review-block-description{
	font-size:13px;
}
.btnbx .btn {
    width: 20%;
    float: left;
    border-radius: 0;
    margin-top: 1px;
    height: 40px;
    color: #dbb11a;
    background: #fff;
    border: 1px solid #cfcfcf;
}
/* rating */
/* 07/11/2020 */
.bdr-blue {
    border: 1px solid #6fb8e09e !important
}
.bg-light{background-color:#cecece !important}
.round-10 {
    border-radius: 10px !important;
}
.btn-blue {
    position: relative;
    color: #fff;
    background: #0c719e;
    background: linear-gradient(90deg, rgba(39,149,112,1) 0%, rgba(39,149,112,1) 14%, rgba(10,110,162,1) 100%);
    border-color: #0c719e !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 8px 20px !important;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
}
.btn-blue:before {
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border: 1px solid #228f9e;
}
  .set-vote{position: absolute; width: 100%; bottom: 0}

  .bg-theme{ background: rgb(39,149,112);
    background: linear-gradient(90deg, rgba(39,149,112,1) 0%, rgba(39,149,112,1) 14%, rgba(10,110,162,1) 100%);
  }
  .desk-none{ display:block !important; }
    @media screen and (min-width: 1024px) {
         .desk-none{ display: none !important; }
    }


  @media screen and (max-width: 1200px) {
  .set-vote{position: relative; width: 100%; display: inline-block; margin-bottom: 10px}
}
/* 07/11/2020 */
/* mobile-view */
@media screen and (max-width: 991px) {
    .mob-d-none,
    .navbar-text {
        display: none !important;
    }

    /* 07/11/2020 */
    .mob-px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .text-right.mob-text-center {
        text-align: center !important;
    }
    /* 07/11/2020 */
}

@media screen and (max-width: 767px) {
    .mob-mb-20 {
        margin-bottom: 20px;
    }
     .mob-none
     {
        display: none !important;
    }
    .videoframe  {
    height:480px;
}
    #header:after {
        content: "";
        position: absolute;
        height: 70px;
        width: 100%;
        top: 0;
        border-radius: 0;
        background: rgb(39,149,112);
        background: linear-gradient(90deg, rgba(39,149,112,1) 0%, rgba(39,149,112,1) 14%, rgba(10,110,162,1) 100%);
    }
    .caption-bottom {
    
   letter-spacing: -1px;
    line-height: 16px; font-size: 12.5px; right: 8%
}
.captionBg .desc {
    
    letter-spacing:-1px; padding: 10px 0
}
    .navMain,
    .navMain.bg_change {
        position: fixed;
        top: 8px;
        left: auto;
        right: 10px;
        z-index: 999;
        background: transparent;
        width: 46px;
        height: 46px;
        color: #fff;
        border-bottom: none;
    }
    .stellarnav.btmhead {
        border-bottom: none;
    }
    .stellarnav &gt; ul &gt; li &gt; a,
.navbar-nav &gt; li &gt; a {
    text-transform: uppercase;
    font-size: 14px; color: #fff !important
}
    .navbar-brand {
        padding-left: 10px;
    }
    #spotlight,
    .videoframe {
        border-radius: 0;
    }
    #spotlight {
        height: auto;
        margin-top: 70px;
    }
    .captionBg {
        right: 0;
        border-radius: 0;
        background: rgb(39 149 112 / 80%);
    background: linear-gradient(90deg, rgb(39 149 112) 0%, rgb(39 149 112) 14%, rgb(10 110 162) 100%);
    padding: 6%;
    top:52%;
    border-radius: 50px; margin-left: 2%;
    margin-right: 2%; left: 0


    }
    .captionBg .desc h1 {
        font-size: 1.6rem; letter-spacing: -1px
    }
    .col-10.videoframe {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    /* .captionBg .desc {
        position: relative;
    } */
    .stellarnav &gt; ul &gt; li:after {
        background: none;
    }
    .stellarnav.mobile &gt; ul &gt; li &gt; a {
        font-size: 13px;
    }
    #spotlight video {
        height: 320px;
    }
    section.section {
        padding: 30px 0;
    }
    .middlesec {
        margin: 0;
        position: relative !important;
        top: 0;
        left: 0;
        margin-right: 0;
        transform: translate(0, 0);
    }
    .mob-mb-2,
    .mb-4.mob-mb-2,
    .mb-5.mob-mb-2,
    .mb-3.mob-mb-2 {
        margin-bottom: 10px !important;
    }
    .mob-mb-3,
    .mb-5.mob-mb-3 ,
    .mb-4.mob-mb-3 {
        margin-bottom: 15px !important;
    }
    .mob-mb-4 {
        margin-bottom: 20px !important;
    }
    h2.section-title {
        font-size: 20px;
    }
    .text-center.mob-text-left {
        text-align: left !important;
    }
    .pt-5.mob-pt-2 {
        padding-top: 1rem !important;
    }
    .p-5.mob-p-0,
    .mob-p-0 {
        padding: 0 !important;
    }
    .mob-pt-2 {
        padding-top: 1rem !important;
    }
    .mob-pb-2 {
        padding-bottom: 1rem !important;
    }
    #about.section {
        padding-bottom: 35px;
        border-bottom: 1px solid #dedede;
    }
    .stellarnav .nav-item.active a, 
    .navbar-nav .nav-item.active a {
        color:#3defb7 !important;
    }
    .section-title-sub {
        font-size: 18px;
        line-height: 26px;
    }
    .btn.btn-lg {
        padding: 10px;
        font-size: 1rem;
        line-height: 1;
    }
    .captionBg .desc {
        position: relative;
        top: 0;
        left: 0;
        margin-right: 0;
        transform: translate(0, 0);
        letter-spacing: 0.5px;
    }
    #banner {
        height: 220px;
        margin-top: 70px;
    }
    #banner h2 {
        margin-top: 0;
        padding: 0 5px;
        font-size: 1.3rem;
    }
    #banner .middlesec {
        position: absolute !important;
        width: 100%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
    .section-sm.section.pt-60 {
        padding-top: 20px;
    }
    .stellarnav.mobile .menu-toggle {
        position: fixed;
        right: 10px;
        z-index: 9;
        top: 10px;
    }
    .navbar-light .navbar-brand {
        position: relative;
        z-index: 9;
    }
    section.section-sm.section {
        padding: 20px 0;
    }
    .owl-theme .owl-controls {
        margin-top: 0 !important;
    }
    #header .navbar-nav li {
        display: block;
    }

}
/* mobile-view */
.bg-shadow{    background: rgba(0, 0, 0, 0.5);
}
.t-shw{  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.4);
}
.caption-bottom {
    position: absolute;
    left: 8px;
    bottom: 0;
    padding:0px 10px  ;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    width: auto;
    text-align:left;
    font-size: 14px;
}
/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul &gt; li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul &gt; li.star &gt; i.fa {
  font-size:1.2em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul &gt; li.star.hover &gt; i.fa {
  color:#0c719e;
}

/* Selected state of the stars */
.rating-stars ul &gt; li.star.selected &gt; i.fa {
  color:#0689c4;
}

.video{
  width: 100%; height: 306px
   
}
  @media all and (max-width: 370px) {

.captionBg {
        
    top:40%;}
}

/* Language Options */
       .header-top{width:auto; position:fixed; top:43px; z-index:9999;text-align:right; right:12px;}
.lan-select{ background-color: #279570;
     border-radius: 30px; 
    padding: 6px 12px 5px 12px;
/*    border: 1px solid #0d6346;
*/    font-size: 14px;
    line-height: 1em;
    font-weight: 400;}
.lan-switch{display:block; width:100%; padding:18px; margin:0; text-align:center; font-size:12px;background-color:#eee; }
.lan-switch li{display:inline-block; padding:10px 2px; margin:0; text-align:center; width:auto; cursor:pointer}
.lan-switch li a{padding:5px 10px; margin:0; border-radius:3px; text-decoration:none; background-color:#e6f3f5}
.lan-switch li a:hover{background-color:#66C; color:#fff;}
.lan-switch li.active a{background-color:#66C; color:#FFF;}
.lan-switch li.disabled a{background-color:#CCC; color:#FFF;}
.home-video{padding:0 25px !important; margin-bottom:0;}
.img-video-wrapper{margin:10px 0; padding:3px; background-color:#fff;box-shadow: 5px 5px 10px rgba(0,0,0,0.4);}
.img-video{margin:10px 0; padding:5px; background-color:#fff; border:1px solid #ddd}

.lan-select:link, .lan-select:visited{color:#000; text-decoration:none}
.custom-dialog{top:15%}
.custom-dialog .modal-content{background:none; border:none;overflow:hidden;box-shadow: 5px 5px 10px rgba(0,0,0,0.4);}
.custom-dialog .modal-content .modal-header h4{ font-size:20px; font-weight:300;text-align:center; display:block; width:100%; margin:0;}
.custom-dialog .modal-content .modal-header{background-color:#009688; color:#fff}
.custom-dialog .modal-content .modal-body{background-color:#fff;}
.custom-dialog .modal-content .lan-switch a{font-size:14px;}
.custom-dialog .modal-content .lan-switch{background:none; padding:0; margin:0}
.custom-dialog .modal-content .modal-footer{text-align:center; display:block;background-color:#eee;}
.custom-dialog .modal-content .modal-footer a{text-align:center; display:inline; color:#FFF; letter-spacing:0; text-transform:none; border-radius:0px;background-color:#009688; border:1px solid #009688;}
.custom-dialog .modal-content .lan-switch a:link,.custom-dialog .modal-content .lan-switch a:visited{color:#000}
.custom-dialog .modal-content .lan-switch a:hover{color:#fff}
@media screen and (max-width: 991px) {
        .header-top{text-align:center;left:50%; top:15px}
    .lan-select{position: relative; left: -50%;}
    .navbar-toggler{position:relative; z-index:9999999}
}
@media screen and (max-width: 768px) {
    .home-video{padding:0 18px; margin-bottom:8px}      
    .custom-schedule{position: relative;  padding:15px;}
    section.download{ padding: 50px 0;}
    header.masthead{ padding: 85px 0 50px 0;}
            .header-top{text-align:center;left:44%; top:72px}

    .lan-select{padding:5px 10px 5px 10px; font-size:13px; line-height:1em; font-weight:400; left:-40%}

}</pre></body></html>