@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

em {
    font-style: normal;
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}


/*
        body Structure
*/

html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
    overflow-x: hidden !important;
}


/*
        Typography
*/

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 60px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-weight: 400;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

/* p {
font-family: "Lexend", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
} */
p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    /* color: #000000; */
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

p span,
p strong {
    font-weight: bold;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.navbarSection {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: auto;
    z-index: 99;
}

.tophead {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 0;
    /* background: #01768e; */
    background: linear-gradient(266deg, rgba(254, 189, 0, 1) 10%, rgba(254, 0, 35, 1) 100%);
}

.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
    display: inline-block;
}

.tophead .tophead-menu-left ul,
.tophead .tophead-menu-right ul,
.tophead-menu-social ul {
    display: block;
    margin: 0;
    padding: 0;
}

.tophead .tophead-menu-left ul li,
.tophead .tophead-menu-right ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    font-size: 14px;
    line-height: 30px;
}

.tophead .tophead-menu-left ul li:last-child,
.tophead .tophead-menu-right ul li:last-child,
.tophead-menu-social ul li:last-child {
    margin-right: 0;
}

.tophead .tophead-menu-left ul li i,
.tophead .tophead-menu-right ul li i {
    padding-right: 3px;
    color: #fff;
}

.tophead .tophead-menu-left ul li a,
.tophead .tophead-menu-right ul li a {
    font-size: inherit;
    color: #fff;
}

.tophead .tophead-menu-left ul li a:hover,
.tophead .tophead-menu-right ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

.tophead-right-menu {
    text-align: right;
}


/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 20px;
    display: inline-block;
}

.tophead-menu-social ul li {
    display: inline-block;
    list-style-type: none;
}

.tophead-menu-social ul li a {
    display: inline-block;
}

.tophead-menu-social ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    border-radius: 50%;
    border: solid 1px #ddd;
    text-align: center;
    color: #fff;
}

.tophead-menu-social ul li a:hover i {
    background: #000;
    color: #fff;
    border-color: transparent;
}


/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 80px;
    padding: 0;
    background: #fff;
    overflow: hidden;
}


/* .navigationBar:before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/navigBg.png') no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 200%;
    top: 0;
    left: 0;
    opacity: 1;
} */

.containerWrapper {
    display: block;
    position: relative;
    padding: 0 100px;
}

.containerWrapper:after {
    content: '';
    display: block;
    clear: both;
}


/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 10px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transition: all 300ms;
}

.navbarbrandfixed {
    visibility: hidden;
    opacity: 0;
}

.navbar-brand img {
    height: 65px;
    position: relative;
    top: -3px;
}

.navbar-nav {
    margin-top: 0px;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}


/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0 1px;
    color: #000;
    height: 50px;
    padding: 0;
    position: relative;
    font-family: "Montserrat", sans-serif;
    /* font-family: 'Karma'; */
    transition: all 300ms;
    transform-style: preserve-3d;
    perspective: 800px;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

/* .navbar-default .navbar-nav>li>a.btn-text {
    padding: 6px 12px;
    background: #e5822a;
    color: #fff;
} */
.navbar-default .navbar-nav>li>a.btn {
    padding: 0 18px;
    background: #e5822a;
    color: #fff !important;
    border-radius: 16px;
    margin-top: 14px;
}

.navbar-default .navbar-nav>li>a.btn:hover {
    background: #25a28c !important;
    color: #fff !important;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 15px 15px;
    margin: 0 1px;
    height: 50px;
    line-height: 50px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 300ms;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #00768f;
    color: #fff;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    top: 0;
    visibility: hidden;
    opacity: 1;
}

/* .navbar-collapse>ul>li:hover:after,
.navbar-collapse>ul>li.active::after {
    top: 0;
    visibility: visible;
    opacity: 1;
} */

/* .navbar-collapse>ul>li::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #fe6810;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
} */

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    background: transparent !important;
    color: #0295dc !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}


/*drop down menu*/

.navbar-collapse>ul>li>ul {
    display: block;
    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 20px;
    margin: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li:hover>ul {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 8px 15px;
    color: #222;
    font-size: 16px;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #00768f;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}


/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    height: auto;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #00768f;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}


/*navigationBar fixed*/

.navigationBarFixed {
    position: fixed;
    height: 60px;
    border-bottom: none;
    background: #fff !important;
    z-index: 100;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.navigationBarFixed .navbar-brand {
    margin-top: 5px;
}

.navigationBarFixed .navbar-brand img {
    height: 47px;
}

.navigationBarFixed .navbar-collapse>ul>li {
    height: 40px;
    line-height: 40px;
    color: #000;
}

.navigationBarFixed .navbar-collapse>ul>li>a {
    height: 40px;
    line-height: 40px;
    padding: 10px 15px;
}

.navigationBarFixed .navbar-collapse>ul>li>ul>li>a {
    height: auto;
    line-height: normal;
}

.navigationBarFixed:before {
    display: none;
}

/* ----------------my css-------------------- */


/* -------------------------bannersection----------------------------- */



.bannersection {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
}

.bannersection .item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: 0.3;
}

.banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000cc;
    opacity: 0.8;
}

.banner-txt {
    width: 100%;
    border: 10px;
    position: absolute;
    top: 40%;



    padding: 55px;

    text-align: center;
}


.banner-txt h2 {
    color: white;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.5 !important;
}

.bannerbox {
    position: absolute;
    width: 100%;
    /* z-index: 999; */
    top: 220px;
}

.banner-img img {
    width: 100%;
}

.banner-img {
    width: 100%;
}

.banner-txt h1 strong {
    color: #fff;
    /* font-weight: 700; */
}

.banner-txt h2 strong {
    font-weight: 700;
    color: #00afff;
    font-size: 45px;
}

.banner-txt p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #147364;
    padding: 2px 10px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.banner-txt h1 {
    color: #f6882d;
    padding: 0;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.banner-form {
    padding: 15px 20px;
    position: absolute;
    width: 80%;
    top: -40px;
    right: 0px;
    background-color: #fff;
    /* box-shadow: 0px 0px 7px 4px #f6882d; */
    filter: drop-shadow(2px 4px 6px black);
    border-radius: 5px;
    float: right;
}

.banner-txt a {
    color: #252525;
    background-color: #ffffff;
    font-weight: 500;
    border-radius: 0;
    padding: 15px 33px;
    line-height: normal;
    font-size: 19px;
}

.banner-txt a:hover {
    background-color: #de6045;
    color: #fff;
}

.owl-pagination {
    margin-top: 0;
    text-align: left;
    position: relative;
    left: 70px;
    bottom: 53px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 19px !important;
    height: 19px !important;
    margin: 4px 5px !important;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff !important;
}

/********** form **********/

.banner-form .form-group {
    margin-bottom: 15px;
}

.banner-form .btn-primary {
    background-color: #0095dc;
    border: none;
    border-radius: 5px !important;
}

.banner-form h2 {
    text-align: center;
    font-size: 24px;
}

.form-control {
    border: 1px solid #000000;
    color: black !important;
}



/* .tourbox-section */
.tourbox-section {
    width: 100%;
    clear: both;
    padding: 50px 0px;
    position: relative;
    clear: both;
    background: url(../images/banner-slider-2.jpg) fixed no-repeat;
}

.tourbox-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
}

.tourbox-section h2 {
    color: #ffffff;
}

.tourbox-section .room-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-bottom: 30px;
    height: 565px;
    background: white;
    transition: transform 0.3s ease-in-out;
    border-radius: 5px;
    overflow: hidden;
}

.tourbox-section .room-box:hover {
    transform: translateY(-10px);
}

.tourbox-section .roomimg {
    overflow: hidden;
    width: 100%;
}

.tourbox-section .roomimg img {
    width: 100%;
}

.tourbox-section .roomcantent {
    padding: 33px 20px 33px 30px;
    box-shadow: 1.395px 19.951px 38px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    border-radius: 0 0 5px 5px;
    border-top: 0;
    background: #ffffff;
}

.roomcantent h3 {
    color: #f6882d;
    font-weight: 600;
}

.roomcantent h4 {
    color: #021162;
    font-weight: 600px;
}


.room-content {
    padding: 15px 10px;
    background: white;
    color: #147364;
}

.room-content h5 {
    padding: 0px 0 10px 0px;
    color: #343a40;
    padding: 0;
    font-weight: 600;
}

p.destination b {
    color: #6e6969;
    padding-right: 5px;
    font-weight: 500;
}

.room-content p {
    /* padding: 0px 6px; */
    margin-bottom: 15px;
    /* text-align: justify; */
    font-size: 16px;
}

.room-content p span {
    font-weight: 500;
    color: #40CC6F;
}

.room-content .box-heading span {
    color: #000;
}

.ul-list1 ul {
    display: flex;
    /* margin-bottom: 21px; */
}

.room-content .GY1 a {
    color: #0d233e;
    transition: all 0.3s;
    font-size: 15px;
}

.room-content .GY1 a:hover {
    color: green;
}

.ul-list1 ul li {
    padding: 0px 10px;
    /* border-right: 2px solid #d1d3d6; */
    font-size: 16px;
}

.ul-list1 {
    background: #0195db;
    padding: 10px 5px;
    color: white;
}

.ul-list1 ul a {
    font-size: 15px;
    color: #021061;
    font-weight: 600;
}

.ul-list1 ul i {
    padding: 0px 8px;
    color: #ffffff;
}

.room-content .GY1 {
    display: flex;
}

.room-content .GY1 .badgeprice {
    padding: 0px 50px 0 0px
}

.ul-list2 ul {
    display: flex;
    justify-content: center;
}

.ul-list2 p {
    font-size: 14px;
    font-weight: 500;
}

.ul-list2 li {
    padding: 0 10px;
}

.ul-list2 li i {
    color: #ffffff;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: 100;
    border-radius: 50px;
    background: #0196d8;
    line-height: 48px;
}

.ul-list2 i {
    /* font-weight: 900; */
    font-size: 32px;
}

.btn-detail {
    padding: 5px 5px 20px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #cfcfcf;
}

.btn-detail .btn {
    padding: 6px 12px;
    background: #0196d8;
    border: none;
    transition: 600ms;
    border-radius: 5px !important;
}

.btn-detail .btn:hover {

    background: #000000;
    color: white;
}

.btn-detail .btn-text {
    padding: 8px 28px;
    background: #18902e;
    color: #fff;
    transition: 600ms;
    BORDER-RADIUS: 5PX;
}

.btn-detail .btn-text:hover {
    /* border: 1px solid #c1c1c1; */
    color: #ffffff;
    background: #000000;
}

.btn-detail .btn-text i {
    padding: 0 0 0 10px;
}



.aboutus {
    position: relative;
    clear: both;
    padding: 50px 0px;
    overflow: hidden;
}

.aboutus img {
    position: relative;
    border-radius: 15px;
    box-shadow: 8px 8px 5px 0px #0000004d;
}

.aboutimg::before {
    content: '';
    left: -7px;
    bottom: -25px;
    width: 250px;
    height: 250px;
    position: absolute;
    background: #0095dc;
    border-radius: 10px;
}

/* key indicators */

.keyIndicatorsSection {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 0px;
    background: url('../images/test-bg.jpg') fixed no-repeat 100% 0;
    backface-visibility: hidden;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.keyIndicatorsSection::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}

.keyIndicatorsSection .heading-center {
    color: #fff !important;
}

.keyIndicatorsSection .project-fig {
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
}


/* .keyIndicatorsSection .project-fig i {
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    line-height: 57px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #5F924F;
    color: #fff;
    font-size: 40px;
} */

.project-fig figure {
    display: block;
    margin: 0 auto 30px auto;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background: #0195dc;
    position: relative;
}

.project-fig figure:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: solid 5px #fff;
    opacity: 0.2;
    border-radius: 50%;
}

.keyIndicatorsSection .project-fig h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.keyIndicatorsSection .project-fig h3 small {
    color: #fff;
    font-size: 16px;
}

.keyIndicatorsSection .project-fig h4 {
    color: #fff;
    font-weight: 600;
}



/*TestimonialSection*/

.TestimonialSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 50px 0;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
}

/* .TestimonialSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
} */

.TestimonialSection::before {
    content: '';
    position: absolute;
    top: 102px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #3d4094;
    z-index: -1;
}

.TestimonialSection h1 {
    padding: 9px 30px 10px 30px;
    color: #333;
    text-align: center;
    display: block;
    color: #636363;
}

.testimonialBlock {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    color: #000000;
}

.TestimonialSection .testimonialBlock {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border: solid 2px #0e5b4a;
    text-align: left;
    position: relative;
    border-radius: 10px;
}

/* .TestimonialSection .testimonialBlock::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #a3bd08;
    margin: 0 auto;
} */

.TestimonialSection .testimonialBlock p {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000000b5;
}

.TestimonialSection .testimonialBlock h4 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #0298db;
}

.testimonialBlock img {
    width: 40px;
    margin-bottom: 15px;
    border-radius: 40px;
}

.testimonialBlock .testimonialBlockImg h2 {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px !important;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background: #788794;
    font-size: 32px;
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.TestimonialSection .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}

.TestimonialSection .owl-carousel .owl-item {
    transform: scale(0.8);
    transition: all 400ms;
    opacity: 0.6;
}

.TestimonialSection .owl-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1;
}

.TestimonialSection .owl-theme .owl-controls .owl-page span {
    background: #788794 !important;
    margin: 0 2px !important;
}


/* bookbtn-sect */
.bookbtn-sect {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 50px 0;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    background: url(../images/book-bggg.jpg) fixed no-repeat;
}



.bookbtn-sect:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}

.bookbtn-boxx {
    color: #fff;
}

.bookbtn-boxx a {
    color: #fff;
    background: #f6882d;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
}

.bookbtn-boxx a:hover {
    background: #56b7a6;
}



/* whyus-section */
.whyus-section {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 50px 00px;
}

.why-box {
    height: 100px;
    margin: 10px;
    display: flex;
    align-items: center;
    padding: 15px;
    /* justify-content: space-around; */
    /* box-shadow: 2px 2px 2px 2px red; */
}

.why-box img {
    width: 60px;
    height: 60px;
}

.why-box h4 {
    padding-left: 20px;
}


/* whatsapp chat */

.WA-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    box-shadow: inset 0px 0px 15px #000;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.fixed-whatsapp i {
    filter: drop-shadow(2px 4px 6px black);
}


/* End of whatsapp */
/* footer-contact */
.footer-contact {
    background: url(../images/footer-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    color: #fff;
    overflow: hidden;
    padding: 110px 0;
}

.footer-contact::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 80%);
}

.form-box {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
}

.form-box p {
    color: rgb(0, 0, 0);
}

.form-box a {
    color: #007bff;
}

/*footerSection*/
/* 
.footerSection {
    background: url(../images/footer-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 80px 0 0 0;
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    color: #fff;
    overflow: hidden;
}

.footerSection::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 80%);
}



.footerSection .heading {
    display: block;
    border-bottom: solid 1px #eee;
    color: #fff;
    margin-bottom: 10px;
}

.footerSection .heading:before,
.footerSection .heading:after {
    display: none;
}

.logofooter {
    display: block;
    text-align: center;
    width: 100%;
}

.logofooter img {
    width: 100%;
}

.footerMenu {
    display: block;
}

.footerMenu ul {
    margin: 0 0 0 16px;
    padding: 0;
}

.footerMenu ul li {
    list-style-type: square;
}

.footerMenu ul li a {
    display: inline-block;
    font-size: 14px;
    margin: 3px 0;
    color: #fff;
}

.footerMenu ul li a:hover {
    color: #eee;
    text-decoration: underline;
} */


/*copyright*/

.copyright {
    display: block;
    padding: 0;
    width: 100%;
    float: left;
    /* margin-top: 50px; */
    padding: 20px 0px;
    margin-bottom: 0px;
    border-top: 1px solid #eee;
}

.copyright p {
    margin-bottom: 0;
}


/*footerSocial*/

.footerSocial {
    display: block;
    clear: both;
    width: 100%;
}

.footerSocial ul {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
}

.footerSocial ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 3px;
}

.footerSocial ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fd1d06;
    font-size: 16px;
    background: #fff;
    border-radius: 50%;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: all 400ms;
}

.footerSocial ul li a:hover {
    background: #c83637;
    color: #ffffff;
    border-color: transparent;
    text-shadow: none;
}


/*misc*/

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #000000;
}

.footer-contact .heading-center {
    color: white;
}

.heading-left {
    display: block;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #05a6ea;
}



.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 0px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #00768f;
}



.heading small {
    font-size: 18px;
    color: #00768f;
}

.heading small a {
    color: inherit;
}


/* .heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #00768f;
    position: absolute;
    bottom: 0;
} */


.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #00768f;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fe2b1b;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    /* background: #00768f !important; */
    background: linear-gradient(266deg, rgba(254, 189, 0, 1) 10%, rgba(254, 0, 35, 1) 100%) !important;
    border: none !important;
    border-color: transparent !important;
    color: #000000;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-primary {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    /* border-color: #fe2b1b; */
    border: none;
    background: #f5882d;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    /* background: #76deea !important; */
    background: #47ce74;
    color: #000;
    border: none;
}

.btn-rounded {
    border-radius: 30px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/**********scrollUp**********/
/* .scrollup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
} */

/* .scrollup:hover {
    background: #444;
} */

.navigationBarFixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in-out;
    z-index: 1000;
}

/*media queries*/

@media (max-width: 1366px) {}

@media (max-width: 1280px) {
    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 30px;
    }
}

@media (max-width: 1220px) {
    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }

    .containerWrapper {
        padding: 0 25px;
    }
}

@media (max-width: 1024px) {
    .containerWrapper {
        padding: 0 15px;
    }

    #banner-slider .owl-controls {
        right: 0px;
        bottom: 35% !important;
    }

    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }
}

@media (max-width: 895px) {
    .navbar-collapse>ul>li>a {
        font-size: 16px;
        padding: 0 5px;
    }

    .section2 .sectionLeft {
        width: 75%;
    }

    .mediaGallery .col-sm-3 {
        width: 50%;
        float: left;
    }

    .addressInfo p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .banner-img {
        width: 100%;
        margin-top: 94px;
    }


    .CA-icon {
        right: 10px;
    }

    .heading-center,
    .heading {
        letter-spacing: 1px;
    }

    h2 {
        font-size: 26px;
    }

    .banner-txt h2 strong {

        font-size: 25px;
    }

    .banner-txt h2 {
        color: white;
        font-weight: 600;
        font-size: 20px;
    }

    .tophead {
        display: none;
    }

    .banner-slider-section {
        height: 500px;
    }

    .down-arrow-box {
        display: none;
    }

    .banner-slider-section .banner-info p {
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 0;
    }

    .bannerbox {
        width: 100%;
        top: 180px;
    }

    .banner-slider-section:before {
        background-size: cover;
        bottom: -30px;
    }

    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 24px !important;
    }

    .banner-slider-section .banner-info .btn-transparent {
        padding: 6px 10px;
        font-size: 14px;
        margin-top: 5px;
    }

    .banner-txt {
        width: 100%;
        border: 10px;
        position: absolute;
        top: -70px;
        left: 0;
        color: #fff;
        padding: 10px;
    }

    .banner-txt h1 {
        font-size: 14px;
    }

    .banner-form {
        position: relative;
        width: 100%;
        right: 0;
        filter: drop-shadow(2px 4px 6px black);
        border-radius: 5px;

        top: 140px;
    }


    .aboutimg::before {
        content: '';
        left: 6px;
        bottom: -12px;
        width: 248px;
        height: 250px;
        position: absolute;
        background: #0095dc;
        border-radius: 10px;
    }


    .banner-form {
        position: relative;
        width: 100%;
        right: 0;
        filter: drop-shadow(2px 4px 6px black);
        border-radius: 5px;
        /* z-index: 111; */
        top: 145px;
    }

    .tourbox-section {
        position: relative;
        top: 0px;
        overflow: hidden;
    }

    iframe {

        border: 0;
        box-shadow: 0px 0px 13px -2px white;
        border-radius: 10px;
        width: 340px;

    }


    .footer-contact {
        background: url(../images/footer-bg.jpg) no-repeat;
        background-attachment: fixed;
        background-size: cover;
        position: relative;
        display: block;
        clear: both;
        width: 100%;
        height: auto;
        color: #fff;
        overflow: hidden;
        padding: 40px 0;
    }

    .form-box {
        background: #fff;
        border-radius: 8px;
        padding: 30px;
        margin-top: 46px;
    }


    .addressInfo h4,
    .footer h4 {
        font-weight: bold;
        font-size: 20px;
        color: #000000;
        margin-top: 30px;
    }

    .navbar-collapse>ul>li:hover:after,
    .navbar-collapse>ul>li.active::after {
        top: 0;
        visibility: visible;
        opacity: 1;
        display: none;
    }

    .aboutblock {
        border: none;
    }

    .aboutusSection:before {
        height: 80px;
        top: -70px;
    }

    .aboutusSection,
    .OverviewSection {
        padding: 30px 0;
        background-position: initial !important;
        background-attachment: initial !important;
    }


    .about-boxx {
        display: grid;
        position: relative;
        padding-top: 470px;
    }

    .about-boxx {
        display: grid;
        position: relative;
        padding-top: 465px;
        overflow: hidden;
    }

    .about-boxx h3 {
        padding: 50px 0 9px 0;
    }

    .aboutusSection img {
        margin-top: 0px;
        width: 80%;
    }

    .aboutblock ul {
        font-size: 14px;
        padding: 0 0 0 15px;
        text-align: justify;
        line-height: 30px;
    }

    .mediaImgLink {
        margin-bottom: 20px;
    }

    .footer {
        padding: 30px 0;
    }

    .logofooter {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .clientImg {
        text-align: center;
        border-left: 0px;
        display: block;
    }

    .keyIndicatorsSection .project-fig h3 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .keyIndicatorsSection .project-fig {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .navigationBar {
        position: relative !important;
        height: auto;
        background: #fff;
    }

    .navigationBar:before {
        display: none;
    }

    .navbar-collapse>ul>li {
        margin: 2px 0;
        border-bottom: solid 1px #ddd;
        color: #000;
    }

    .navbar-brand {
        margin: 10px 0;
    }

    .navbar-nav {
        margin: 0;
        padding-top: 20px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        padding: 0;
    }

    .navbar-toggle {
        margin-top: 18px;
    }

    .navbar-collapse>ul>li {
        height: auto;
    }

    .navbar-collapse>ul>li>ul {
        display: none;
        position: relative;
        width: 100%;
        top: 0;
        transition: none;
        visibility: visible;
        opacity: 1;
        left: 0;
    }

    .aboutblock {
        margin: 0 auto;
        text-align: center;
    }

    .aboutImg {
        margin-top: 50px;
        margin: 0 auto;
        text-align: center;
        padding: 0px 10px;
    }

    .aboutblock .heading {
        padding-left: 0;
        text-align: center;
    }

    .aboutblock p {
        padding: 10px;
        border: none;
    }

    .groupofcompanies .groupBlock ul>li {
        width: 96%;
        margin: 10px;
    }

    .servicetSection .owl-theme .owl-buttons>div.owl-prev {
        left: 0px;
    }

    .servicetSection .owl-theme .owl-buttons>div.owl-next {
        right: 0px;
    }

    .servicetSection .owl-theme .owl-buttons>div {
        color: #00768f !important;
    }

    .footer .heading {
        display: block;
        margin-top: 30px;
        padding-top: 30px;
        border-top: solid 1px rgba(255, 255, 255, 0.15);
    }

    .section2 .sectionLeft {
        width: 100%;
    }

    .section2 .sectionLeft::before,
    .section2 .sectionLeft::after {
        display: none;
    }

    .section2 {
        padding: 50px 0;
    }

    .section2::before {
        opacity: 0.7;
    }

    .section2 .sectionLeft .sectionLeftInner {
        padding: 0 15px;
    }

    .mediaGallery .col-sm-3 {
        width: 100%;
        float: none;
        clear: both;
    }

    .fancybox-overlay-fixed {
        z-index: 0 !important;
    }

    .testimonialSection .testimonialBlock img {
        display: block;
        position: relative;
        margin: 15px auto;
        float: none;
        clear: both;
    }

    .testimonialSection .testimonialBlock {
        padding: 10px 0;
    }

    .testimonialSection .testimonialBlockInner {
        padding: 20px;
        margin: 0;
    }

    .scrollup {
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 650px) {
    .navbar-toggle {
        margin-right: 0;
        border-color: transparent !important;
    }

    .banner-slider-section {
        height: 300px;
    }

    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 18px !important;
    }

    .banner-slider-section .banner-info {
        width: 82%;
        top: 45%;
        width: 65%;
    }

    .banner-slider-full .item::before {
        height: 120%;
    }

    /* #banner-slider .owl-controls {
        bottom: 0 !important;
    } */
}



/* Tour Packages Section */
.tour-packages {
    text-align: center;
    padding: 50px 20px;
    background: #fff;
}

.tour-packages h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
}

/* Packages Grid */
.packages-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Single Package */
.package {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 320px;
    transition: transform 0.3s ease-in-out;
}

.package:hover {
    transform: scale(1.05);
}

.package img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.package-content {
    padding: 20px;
    text-align: left;
}

.package-content h3 {
    font-size: 22px;
    color: #00796b;
    margin-bottom: 10px;
}

.package-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* Package Details */
.package-details {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.package-details li {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.package-details i {
    color: #00796b;
    margin-right: 10px;
}

/* Price & Button */
.price {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #d32f2f;
    margin-bottom: 10px;
}

.btn {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    background: #0a92d6;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
    border-radius: 5px ! IMPORTANT;
}

.btn:hover {
    background: #070707;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .packages-container {
        flex-direction: column;
        align-items: center;
    }
}


.creative-package {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.creative-package .hover06.column {
    height: 200px;
    /* Adjust height based on image size */
}

.creative-package .hover06.column figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.package-info {
    padding: 20px;
}

.package-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.package-overview {
    margin-bottom: 15px;
}

.package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.package-features ul li {
    margin-right: 10px;
}

.package-destinations {
    margin-bottom: 20px;
}

.package-actions {
    display: flex;
    justify-content: space-between;
}

.call-expert,
.book-tour {
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
}

.call-expert {
    background-color: #007bff;
}

.call-expert:hover {
    background-color: #0056b3;
}

.book-tour {
    background-color: #4CAF50;
}

.book-tour:hover {
    background-color: #3e8e41;
}


/* Style for Offering Section with Images */
.offering-section {
    background-color: #f8f9fa;
    padding: 60px 0;
    overflow: hidden;
}

.offering-section .title-area {
    margin-bottom: 50px;
    /* Spacing between title and content */
}

.offering-section .title {
    font-size: 34px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.offering-section .subtitle {
    font-size: 18px;
    color: #666;
    margin-top: 0;
}

.offering-section .offering-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Soft shadow */
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Smooth transition for hover effect */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centering content inside */
    height: 450px;
}

.offering-section .offering-box:hover {
    transform: translateY(-10px);
    /* Lift effect */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    /* Increased shadow on hover */
}

.offering-section .offering-image {
    width: 100%;
    /* Ensure the image takes full width inside the box */
    height: auto;
    border-radius: 8px;
    /* Rounded corners for image */
    margin-bottom: 20px;
    /* Space between image and other content */
}

.offering-section .offering-icon {
    font-size: 50px;
    color: #3498db;
    /* Blue color for icons */
    margin-bottom: 20px;
}

.offering-section .offering-title {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
    background: #0093d9;
    width: 113%;
    padding: 5px 0px;
}

.offering-section .offering-description {
    font-size: 16px;
    color: #777;
    line-height: 1.5;
    margin-bottom: 0;
}

.offering-section .col-md-4 {
    margin-bottom: 30px;
    /* Bottom margin for spacing between columns */
}


/*footer*/

.footer {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #333;
}


.footer>.row {
    position: relative;
    z-index: 2;
}

.footer h3 {
    display: block;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.footerUls {
    display: block;
    margin-left: 20px;
}

.footerUls li {
    list-style-type: disc;
    padding: 0 0 4px 0;
    font-size: 15px;
    color: #000000;
}

.footerUls li a {
    color: black;
}

.footerUls li a:hover {
    text-decoration: underline;
    color: #0396da;
}

.footerLogo {
    display: inline-block;
    width: 80%;
    margin-top: 10px;
}

.footer .btn-primary {
    color: #fff;
    border: solid 2px #fff;
    border-radius: 40px;
    padding: 10px 20px;
}

.footerlogo {
    padding: 10px;

}

.footerlogo img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

/*addressInfo*/

.addressInfo {
    display: block;
    position: relative;
}

.addressInfo h4,
.footer h4 {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.addressInfo p {
    margin-bottom: 5px;
    font-size: 16px;
    color: #000000;
    line-height: 2;
}

.addressInfo i {
    display: inline-block;
    width: 20px;
    color: #049ce0;
}



.footer-social a {
    color: #049ce0;
    display: inline-block;
    font-size: 22px;
    width: 33px;
    height: 33px;
    line-height: 34px;
    margin: 0 5px;
    text-align: center;
    border-radius: 100%;
}

.footer-social a:hover {
    background: #82490e;
    border-color: #fdb932;
    color: #fff;
}

.footerStrip {
    display: block;
    clear: both;
    background: #3a3d3d;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 15px;
}

.CA-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 20px;
    background-color: #9e0008;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    box-shadow: inset 0px 0px 15px #000;
    z-index: 100;
}