
h1, h3, h4{
}
#sidebar_title
{
    background:white;
    color: black;
    padding:10px;
    font-size:22px;
    font-family:"Palatino Linotype","Book Antique",Palastino,serif;
}

#nav_menus a, h2 {
    font-family: 'Lobster', cursive;
}
div#body_wrapper {
    width: 100%;
    float: left;
}
header {
    position: relative;
    width: 100%;
}
.container {
    width: 87%;
    margin: 0 auto;
    overflow: hidden;
}
.header_main {
    width: 100%;
    float: left;
    z-index: +1;
    background-color: rgba(101, 101, 101, 0.49);
    box-shadow: 0px 0px 28px 0px lightgrey;
    display: none;
    position: relative;
}
.logo_section {
    width: 30%;
    float: left;
}
.logo_section img {
    width: 70%;
    overflow: hidden;
}
.menu_section {
    width: 66%;
    float: right;
    text-align: right;
}
.logo_section a {
    width: 100%;
    text-align: center;
    overflow: hidden;    
    padding: 2% 2% 0%;
    float: left;
}
#home_header_fixed {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    /*display: none;*/
    background-image: url("../images/bg/.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: lighten;
}
#home_background{
    width: 100%;
    float: left;
    overflow: hidden;
}
#home_background ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
#home_background img {
    width: 100%;
}
h2#caption {
    position: absolute;
    top: 38%;
    left: 32%;
    width: 30%;
    background: rgba(247, 236, 236, 0.6);
    padding: 4% 2%;
    box-shadow: 0px 0px 20px 7px #2c2c2c;
    text-align: center;
    color: #000;
    font-size: 30px;
    text-shadow: -2px -2px 2px #edfdff;
}
nav#nav_menus {
    width: 100%;
    text-align: right;
    margin: 3% 0;
}
#nav_menus ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
}

#nav_menus .ui-menu-item ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
    display: grid;
}

#nav_menus li {
    float: left;
}

#nav_menus li a {
    display: block;
    color: white;
    text-align: center;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 19px;
    margin: 0px 3px;
}

/* Change the link color to #111 (black) on hover */
#nav_menus li a:hover {
    background-color: rgba(17, 17, 17, 0.6588235294117647);
    color: #ffaa39;
}
#nav_menus li a.active_link {
    background-color: #ffaa39;
    color: #000;
}
.offset {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(167, 167, 167, 0.20);
    float: left;
    overflow: hidden;
    z-index: 2;
    height: 100%;
}
div#inner_header_fixed {
    width: 100%;
    float: left;
    position: relative;
}
.inner_head {
    position: relative;
    width: 100%;
}
.inner_head img {
    width: 100%;
}
.inner_page .header_main {
    background-color: rgba(0, 0, 0, 0.49);
    position: absolute;
}
.inner_page .header_main .logo_section {
    width: 24%;
    float: left;
}
.inner_page .header_main nav#nav_menus {
    width: 100%;
    text-align: right;
    margin: 2% 0;
}
.banner_text {
    position: absolute;
    top: 40%;
    background-color: rgba(0, 0, 0, 0.9411764705882353);
    padding: 0% 3.5% 0% 5px;
    right: 0;
}
.banner_text p {
    font-size: 25px;
    font-weight: bold;
    color: #ffaa39;
    font-family: 'Lobster', cursive;
}
.banner_text::before {
    content: " ";
    position: absolute;
    left: -58px;
    width: 8px;
    height: 100%;
    top: 0;
    border-top: solid 81.5px rgba(0, 0, 0, 0.9411764705882353);
    border-bottom: solid 41px #ff0a0a00;
    border-left: solid 50px transparent;
}
.ui-widget-content {
    border: 0px solid #dddddd !important; 
    background: transparent !important;
    color: #333333;
}
.ui-widget-content .ui-state-active {
    border: 0px solid #dddddd !important; 
    background: background-color: rgba(17, 17, 17, 0.6588235294117647) !important;
}
.ui-widget-content  .ui-state-active:hover {
    background: background-color: rgba(17, 17, 17, 0.6588235294117647) !important;
}

/** Footer Section **/
footer {
    width: 100%;
    float: left;
    background-color: black;
    position: relative;
}
.footer_inner_wrap {
    width: 95%;
    margin: 0 auto;
}
.footer_sections {
    width: 33.3%;
    float: left;
    margin: 1% 0;
}
.footer_content{
  color: #fff;
}
.heading_footer {
    color: #fff;
    text-align: center;
}
.go_top {
    position: absolute;
    width: 3.5%;
    bottom: 70%;
    right: 1%;
    transition: 0.25s;
}
.go_top img{
  width: 100%;
}
ul.footer_social_links {
    display: flex;
    margin: 8% auto;
    padding: 0px;
    width: 55%;
    list-style: none;
}
.footer_social_links li {
    float: left;
    margin: 1%;
}
ul.footer_social_links img{
  width: 100%;
}
.footer_logo_text {
    color: #fff;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.footer_logo_text p{
    color: #fff;
}
.copyright_link span {
    color: #f6ac69;
}
/** Footer Section Ends**/

/* Section First */
.ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}
.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}
.ch-grid:after {
    clear: both;
}
.ch-grid li {
    width: 250px;
    height: 250px;
    display: inline-block;
    margin: 20px;
}
.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
}
.ch-info{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.ch-info .ch-info-front {
    box-shadow: inset 0 0 0 16px rgba(0,0,0,0.3);
}

.ch-info .ch-info-back {
    -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    background: #000;
    opacity: 0;
}

.ch-img-1 { 
    background-image: url(../images/img25.jpg);
}

.ch-img-2 { 
    background-image: url(../images/img9.jpg);
}

.ch-img-3 { 
    background-image: url(../images/img12.jpg);
}
.ch-img-4 { 
    background-image: url(../images/img18.jpg);
}
.ch-img-5 { 
    background-image: url(../images/img34.jpg);
}
.ch-img-6 { 
    background-image: url(../images/img10.jpg);
}
.ch-img-7 { 
    background-image: url(../images/img7.jpg);
}
.ch-img-8 { 
    background-image: url(../images/img29.jpg);
}

.ch-info h3 {
    color: #ebd70f;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    margin: 0 15px;
    padding: 60px 0 0 0;
    height: 110px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 
        0 0 1px #fff, 
        0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 24px;
    border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-item:hover .ch-info-front {
    -webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    opacity: 0;
}

.ch-item:hover .ch-info-back {
    -webkit-transform: rotate3d(1,0,0,0deg);
    -moz-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}
.sec_header {
    text-align: center;
}
.sections_wraps {
    padding: 3% 0 3%;
    width: 100%;
    float: left;
}
.sec_header h2 {
    font-size: 38px;
    color: black;
    margin-bottom: 1.5%;
    position: relative;
}
.sec_header h2::after {
    position: absolute;
    content: " ";
    background: linear-gradient(0.25turn, #f69d3c , #ebf8e1,#2fc927);
    width: 10%;
    height: 2px;
    bottom: 0;
    left: 45%;
    margin: -0.5% auto;
}
.sec_header .sub_title {
    font-family: 'Josefin Slab', cursive;
    font-size: 15px;
    color: #5b5349;
    margin: 5px;
    padding: 0px;
    text-transform: capitalize;
    font-weight: bold;
}
.text_div p {
    font-family: 'Josefin Slab', cursive;
    font-size: 23px;
    width: 70%;
    margin: 2% auto 0;
    text-align: center;
    line-height: 1.5;
}
/* Second Section */
section#sec_scnd {
    background-image: url(../images/bg/bgsec.jpg);
    background-size: cover;
}

/** Section Third **/
.activity_detail {
    width: 100%;
    background: cornsilk;
    border-radius: 15px;
}
.activity_detail img {
    width: 100%;
    float: left;
}
.activity_detail h2 {
    float: left;
    width: 96%;
    padding: 1% 0%;
    text-align: left;
    background: #ffffff;
    margin: 0px;
    text-align: center;
}
.activity_detail span {
    width: 20%;
    float: right;
    background: #1bbbcd;
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding: 3%;
    margin: 0px 0px 0px 13px;
}
.activity_detail p {
    float: left;
    overflow: hidden;
    width: 90%;
    padding: 4%;
    background: #efefef;
    font-family: 'Josefin Slab', cursive;
    line-height: 23px;
    font-weight: 500;
    box-shadow: 0px 0px 18px 5px lightgrey;
    border-radius: 19px 0px;
}
.activi_heading {
    float: left;
    width: 100%;
}

/** Section Fourth **/
#sec_fifth{
    background-image: url(../images/bg/bg_blue.jpg);
    background-size: cover;
    background-position: bottom;
}
form .form_field {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-left: 2%;
    margin-bottom: 0px;
}
form .form_field input, form .form_field select, form .form_field textarea {
    line-height: 48px;
    background: #ffffff;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    /* display: block; */
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    font-family: "futura-pt", serif;
    outline-color: #b18857;
}
.contact_wrap.contact_form {
    width: 100%;
    margin: 0 auto;    
}
form#contact_form {
    margin: 0 auto;
    width: 55%;
}
.form_field label {
    font-size: 16px;
    margin: 3% 0px 0px;
    float: left;
    font-family: 'Josefin Slab', cursive;
    font-weight: bold;
}
.form_field select {
    padding: 2% 10px !important;
}
.form_field.form_full {
    width: 96.5%;
}
.form_field.btn_submit {
    text-align: right;
    width: 100%;
}
.btn_submit input#submit {
    margin: 3% 4% 0;
    float: right;
    width: 20%;
    background-color: #ffaa39;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: 'Lobster', cursive;
}
.btn_submit input#submit:hover{
    background-color: #dbdada;
    color: #ffaa39;
}

.guides_wrap {
    width: 68%;
    margin: 0 auto;
}
.guide_innner {
    width: 20%;
    float: left;
    margin: 2% auto;
    padding: 0% 2%;
}
.guide_innner img {
    width: 100%;
}
.guide_innner.hotels img {
    width: 75%;
    float: right;
}
section#sec_frth {
    background: linear-gradient(0turn, #a5e7dd , #dcdcdc,#ffffff);
}
.copyright_link {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0% 0 2%;
}

.dess{
    display: none;
}

.dess ul {
    list-style: circle;
    padding: 0% 7%;
}

h2.rcol {
    color: red;
    text-align: right;
    margin-top: 5px;
    padding: 5px 10px;
}