/*!
Theme Name: GH_Techno
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gh_techno
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

GH_Techno is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */


@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,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 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: "Josefin Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}


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: "Josefin Sans", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    padding-top: 37px;
}

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: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;

}

p span,
p strong {
    font-weight: 800;
}

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;
}




/*misc*/
.headd {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 0;
}

.headd span {
    color: #000;
    font-size: 40px;
    font-weight: 300
}

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #014397;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #014397;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #014397;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #b3b6b8;
    color: #000;
    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: #763500 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background: #fff !important;
    color: #333;
    border: none;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background: #763500 !important;
}

.btn-secondry {
    background: #763500 !important;
    color: #fff;
    border: none;
    border-color: transparent;
}

.btn-secondry:hover,
.btn-secondry:focus,
.btn-secondry:active {
    color: #000;
    background: #b3b6b8 !important
}

.btn-rounded {
    border-radius: 50px !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;
}

.containerWrapper {
    position: relative;
    width: auto;
    padding: 0 30px;
    z-index: 10;
}

@media (max-width: 768px) {
    .containerWrapper {
        padding: 0 15px;
    }
}

/**********My css**********/


/*navigationBarWrapper*/

.navigationBarWrapper {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: auto;
    background: #fff;
}

.tophead {
    display: block;
    width: 100%;
    height: auto;
    /* padding: 8px 0; */
    background: #3f3869;
    /* background: linear-gradient(122deg, rgba(255, 237, 150, 1) 0%, rgba(63, 56, 105, 1) 100%); */
    /* border-bottom: solid 1px #eee; */
}

.tophead-menu-left {
    padding: 8px 0;
}

.socialLinks .fa-brands {
    /*background: #c3b077;*/
    border-radius: 50px;
    transition: 0.8s;
}
.socialLinks .fa-facebook-f {
    background: #1877F2; /* Facebook Blue */
    color: #fff;
}

.socialLinks .fa-x-twitter {
    background: #000000; /* X (formerly Twitter) Black */
    color: #fff;
}

.socialLinks .fa-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); /* Instagram Gradient */
    color: #fff;
}

.socialLinks .fa-youtube {
    background: #FF0000; /* YouTube Red */
    color: #fff;
}


.socialLinks .fa-brands:hover {
    background: #FFF;
    color: #000;
}


.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
    display: 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: 12px;
    color: #fff;
}

.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: #000;
}

/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 0;
}




.tophead-menu-social ul li:hover {
    /* background: #d5b272; */
    color: #ffed96;
}

.tophead-menu-social ul li i {
    padding: 0 8px 0 5px;
}


.tophead-menu-social ul li {
    /* background: #ffe151; */
    margin: 5px 5px;
    /* border-radius: 100px; */
    display: inline-block;
    list-style-type: none;
    padding: 8px 15px;
    float: left;
    /* color: #3e2e32; */
    color: #fff;
    transition: 0.8s;
}

.tophead-menu-social ul li:nth-child(1) {
    border-right: 2px solid #fff;
}

.tophead-menu-social ul li a {
    display: inline-block;
    color: #fff;
    border-radius: 5px !important;
}

.tophead-menu-social ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

.tophead-menu-social ul li a:hover {
    color: #ffed96;
}


/*navigationBar*/

.navigationBar {
    display: block;
    width: 100%;
    height: 80px;
    position: relative;
    padding: 0;
    /* box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15); */
}

/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    /* margin-top: 17px; */
    height: auto;
    padding: 0;
    position: absolute;
    top: -42px;
}

.navbar-brand img {
    width: 115px;
    position: relative;
    background: #fff;
    border-radius: 100px;
    padding: 10px;
    box-shadow: 0 0 13px 2px #0000001a;
}

.navbar-nav {
    margin-top: 0;
}

.navbar-collapse>ul>li {
    margin: 0;
    color: #000;
    height: 80px;
    line-height: 80px;
    padding: 0;
    position: relative;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

/*navbar-collapse*/


.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 13px;
    margin: 0 0;
    height: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
}

.navbar-collapse>ul>li:last-child {
    margin: 12px 0;
    height: 52px;
    line-height: 54px;
}

.navbar-collapse>ul>li:last-child a {
    background: #504864;
    color: #fff !important;
    border-radius: 6px;
}

.navbar-collapse>ul>li:last-child a i {
    padding-left: 10px;
}

.navbar-default .navbar-nav>li:last-child a:hover,
.navbar-default .navbar-nav>li:last-child a:focus {
    color: #333;
    background-color: #83799b;
}



.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/

@media (min-width: 767px) {
    .navbar-collapse>ul>li:hover>ul {
        display: block;
    }
}

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul {
    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background-color: #413967;
    z-index: 10;
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}


.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
    white-space: normal;
    font-family: "Josefin Sans", sans-serif;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: inherit;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    white-space: normal;
    transition: all 300ms ease-in-out;
}



.navbar-collapse>ul>li>ul>li:hover>a {
    color: #000;
    background: #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;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background-color: #d5b272;
    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: #000;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}


/* .navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
} */

/*navigationBarScroll*/

.navigationBarScroll {
    height: 60px;
}

.navigationBarScroll .navbar-brand {
    margin-top: 13px;
}

.navigationBarScroll .navbar-brand img {
    height: 35px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}



/*bannerSection*/

.banner-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
    text-align: center;
}

.banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
    z-index: 1;
}

.banner-img {
}

.banner-img img {
    width: 100%;
    position: relative;
}

.banner-txt {
    position: absolute;
    width: 60%;
    top: 40%;
    text-align: left;
    line-height: normal;
    color: white;
    letter-spacing: normal;
    padding: 20px 0px 40px 70px;
    z-index: 1;
}

.banner-txt h1 {
    font-size: 50px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
    /* background: linear-gradient(81deg, rgba(75, 165, 90, 1) 12%, rgba(2, 140, 160, 1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}

.banner-txt p {
    font-size: 22px;
    line-height: 35px;
    padding: 0 0 20px;
    color: #ffe151;
}

.banner-txt a {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 12px 25px;
    border-radius: 100px;
    position: relative;
    top: 10px;
    text-transform: uppercase;
    text-shadow: 0 0 black;
}

.banner-txt a:hover {
    background-color: #f2ce8a;
    color: #000;
    transition: 0.6s;
}

.banner-txt a img {
    width: 30px;
}

/* 

/*carouselWithArrows*/



#bannerSlider .owl-controls {
    position: absolute !important;
    bottom: 10px !important;
    /* width: 300px !important; */
    width: auto !important;
    right: 10px;
    margin: 0;
    z-index: 2;
}

#bannerSlider .owl-controls .owl-page span {
    width: 25px !important;
    height: 7px !important;
    margin: 3px !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}



.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    left: initial;
    right: 10px;
    top: -65px;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
    background: rgb(250, 96, 1);
    background: linear-gradient(180deg, rgba(250, 96, 1, 1) 30%, rgba(250, 175, 1, 1) 95%);
    padding: 6px 10px;
    border-radius: 50px;
    transform: rotate(-90deg);
    height: 65px;
    width: 175px;
    left: auto;
}


.carouselWithArrows.owl-theme .owl-controls {
    margin: 0;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div {

    line-height: 45px;
    text-align: center;
    padding: 0;
    margin: 5px;
    border-radius: 0;
    background: transparent !important;
    opacity: 1;
    font-size: 15px;
    font-weight: 600;
    /* border: 1px solid #d3d8dd; */
    color: #fff;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div:hover {
    color: #b3b6b8;
}



/* ----------------------------
*/


.product-section {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background: url(assets/images/tour-background.jpg);
}

.section-header {
    text-align: left;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-header p {
    font-size: 18px;
    color: #777;
    margin: 0 auto;
}

.product-category {
    margin: 0 15px 30px;
    transition: all 0.3s ease;
}

.product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.product-img {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.product-card:hover .product-img img {
    transform: scale(1.1);
}

.product-content {
    padding: 20px;
}

.product-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.product-content p {
    color: #777;
    margin-bottom: 15px;
}


#popularProductsSlider .owl-buttons {
    width: 100%;
    position: absolute;
    bottom: 60%;
}

#popularProductsSlider .owl-buttons .owl-prev {
    position: absolute;
    left: -3%;
    background: #ffe151;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 40px;
}

#popularProductsSlider .owl-buttons .owl-next {
    position: absolute;
    right: -3%;
    background: #ffe151;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 40px;
}

.btn-view {
    display: inline-block;
    padding: 8px 20px;
    background: #504864;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-view:hover {
    background: #444;
    color: #fff;
    text-decoration: none;
}

/* Category Badge */
.category-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #504864;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .section-header h2 {
        font-size: 28px;
    }

    .section-header p {
        font-size: 16px;
    }

    .product-img {
        height: 180px;
    }
}

/* ---------------about-section------------ */

.aboutsection {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 80px 0;
    /* background: linear-gradient(81deg, rgba(75, 165, 90, 1) 12%, rgba(2, 140, 160, 1) 100%); */
    /* background: linear-gradient(321deg, rgba(255, 237, 150, 1) 0%, rgba(63, 56, 105, 1) 100%); */
    background: url(assets/images/banner_slider_2.jpg) center fixed no-repeat;
    background-size: cover;
}



.aboutsection::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.7;
}




.about-boxx .section-header {
    text-align: left;
    margin-bottom: 30px;
}

.about-boxx {
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0px 0px 15px -6px #000;
    border-radius: 20px;
    /* height: 470px; */
    display: flex;
    align-items: center;
}

.aboutimg {
    position: relative;
    /* filter: drop-shadow(2px 4px 6px black); */
}

.aboutimg img {
    border-radius: 8px;
}

.abouttxt {
    padding: 0px 20px;
    text-align: left;

    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
    border-left: 4px solid #ffe151;
}


.abouttxt h2 {
    padding: 0 0 8px 0;
    margin: 0;
}


.abouttxt h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.abouttxt h6 {
    color: #494848;
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}

.abouttxt p {
    color: #222;
    text-align: justify;
}

.about-btn {
    margin: 18px 0 0 0;
    background: #504864;
}

/* WhyusSection */
.WhyusSection {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    padding: 50px 0px;
    background: url(assets/images/explore-background.jpg) center scroll repeat;
    background-size: contain;
}

.WhyusSection::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0.7;
}

#WhyusSection .owl-controls .owl-page span {
    width: 15px !important;
    height: 15px !important;
    margin: 0 3px !important;
    background: #83799b !important;
}

.WhyusSection .permalink a {
    color: #fff;
}

.WhyusSection .permalink a:hover {
    color: #fff;
}

.cd-pt-ab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.position-re-order {
    padding-bottom: 141%;
}

.position-re .item img {
    transition: 0.5s;
}

.WhyusSection .owl-theme .owl-controls .owl-page span {
    background: #83799b;
}

/* ======= Tours and Destination 1 style ======= */
.tours1 .item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin: 10px;

}

.tours1 .item:hover img,
.destination1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.tours1 .item:hover .con,
.destination1 .item:hover .con {
    bottom: 0;
}

.tours1 .item img,
.destination1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;

}

.tours1 .item .category,
.destination1 .item .category {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif;
    padding: 6px 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    background: #83799b;
}

.tours1 .item .category a,
.destination1 .item .category a {
    color: #fff;
}

.tours1 .item .category:hover,
.destination1 .item .category:hover {
    color: #fff;
}

.tours1 .item .con,
.destination1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgb(0 3 51) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgb(0 3 51) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgb(0 3 51) 90%);
}

.tours1 .item .con h6,
.tours1 .item .con h6 a,
.destination1 .item .con h6,
.destination1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
    display: inline;
}

.tours1 .item .con h6 i,
.destination1.item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}

.tours1 .item .con h5,
.elementor-widget-container .tl-tour-el-title,
.elementor-widget-container .tl-tour-el-title a,
.tours1 .item .con h5 a,
.destination1 .item .con h5,
.destination1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 28px !important;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.tours1 .item .con p,
.destination1 .item .con p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}

.tours1 .item .con span,
.destination1 .item .con span {
    color: #fff;
    font-size: 10px;
}


.tours1 .item .con .butn-light,
.destination1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #676977;
    padding: 11px 30px;
}

.tours1 .item .con .butn-light:hover,
.destination1 .item .con .butn-light:hover {
    border-color: #2095AE;
}

.WhyusSection .section-title {
    text-align: center;
    text-transform: uppercase;
}


@media (max-width: 768px) {
    .WhyusSection {
        padding: 30px 15px;
    }

    .destination1 .item .con h5 {
        font-size: 18px;
        line-height: 22px !important;
        margin-bottom: 20px;
    }
}





/* ---------------------------------------------- */

.testimonials {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 50px 0 50px;
    /* background: url(../images/banner_slider_2.jpg) center scroll no-repeat;
background-size: cover; */
    background: linear-gradient(321deg, rgba(255, 237, 150, 1) 0%, rgba(63, 56, 105, 1) 100%);
	display: none;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.7;
}

#testionial-slider .owl-buttons {
    width: 100%;
    position: absolute;
    bottom: 55%;
}

#testionial-slider .owl-buttons .owl-prev {
    position: absolute;
    left: 0%;
    background: #ffe151;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 40px;
}

#testionial-slider .owl-buttons .owl-next {
    position: absolute;
    right: 0%;
    background: #ffe151;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.testimonials .section-header {
    text-align: center;
}

.testimonials .section-header .subtitle {
    max-width: 800px;
}

.testimonials .section-header h2 {
    color: #fff;
}

.testimonials .section-header p {
    color: #fff;
}


.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px 0 13px;
    margin: 20px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-card:hover {
    /* transform: translateY(-10px); */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.quote-icon {
    position: absolute;
    top: -20px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: linear-gradient(321deg, rgba(255, 237, 150, 1) 0%, rgba(63, 56, 105, 1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.testimonial-content {
    margin-bottom: 10px;
    padding: 0 20px;
}

.testimonial-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    font-style: italic;
}

.testimonial-footer {
    border-top: 1px solid #eee;
    padding: 5px 20px 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    width: 100%;
}

.author-image {
    width: 120px;
    /* height: 60px; */
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 3px solid #ffcb08;
}



.author-info h4 {
    font-size: 18px;
    color: #000;
    margin: 0 0 5px;
    font-weight: 600;
}

.author-info span {
    font-size: 14px;
    color: #000;
    display: block;
    margin-bottom: 8px;
}

.rating {
    color: #ffcb08;
    font-size: 14px;
}

.rating i {
    margin-right: 2px;
}





/* Responsive Adjustments */
@media (max-width: 767px) {

    .section-header h2 {
        font-size: 26px;
        padding-top: 0px;
    }

}























.certification {
    background-color: #efefef !important;
}


/* brand-section */
.brand-section {
    position: relative;
    width: 100%;
    padding: 30px 0 50px;
    overflow: hidden;
    background: #fff;
}

.brand-section .section-header {
    margin-bottom: 10px;
    text-align: center;
}


.brand-box {
    margin: 20px;
    border: 1px solid #cfd0d6;
    box-shadow: 0px 0px 24px -17px #9e9e9e;
    border-radius: 10px;
}

.brand-box img {
    filter: grayscale(0);
    aspect-ratio: 4 / 2;
    object-fit: contain;
    mix-blend-mode: color-burn;
    background: White;
}

.brand-box img:hover {
    filter: grayscale(1);
}




/* end brand-section */















/* ============ footer-section ============== */





.footer-section {
    /* background: url(../images/footer-background.jpg); */
    /* background: linear-gradient(81deg, rgba(75, 165, 90, 1) 12%, rgba(2, 140, 160, 1) 100%); */
    /* background: linear-gradient(321deg, rgba(255, 237, 150, 1) 0%, rgba(63, 56, 105, 1) 100%); */
    background-color: #504864;
    background-attachment: fixed;
    background-size: cover;
    position: relative;

    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 80px 0px 20px;

}



.footer-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
}



.footer-img {
    display: flex;
}

.footer-top {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

.socialLinks {
    display: block;
    clear: both;
    padding-top: 20px;
    position: relative;
    top: -15px;
    text-align: left;
}

.socialLinks ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.socialLinks li {
    display: inline-block;
}

.socialLinks ul li a i {
    display: inline-block;
    height: inherit;
    line-height: inherit;
    width: inherit;
    font-size: inherit;
}

.socialLinks ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    margin: 0 5px;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.socialLinks ul li a .fa {
    border-radius: 50%;
    background: #d5b272;
}

.socialLinks ul li a .fa:hover {
    border-radius: 50%;
    background: #ffffff;
    color: black;
}

.footer h2 {
    margin: 0 0 30px;
    padding-top: 10px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer p {
    text-align: left;
    float: left;
    margin: 0 0 2.6%;
    padding: 0 0px;
    color: #ffffff;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
}

.footer1 {
    width: 100%;
}



.footer1 h2 {
    margin: 0 0 30px;
    padding-top: 10px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer1 ul a {
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.footer1 ul a:hover {
    color: #d5b272;
    font-weight: 600;
}

.footer1 p {
    text-align: justify;
    border-bottom-left-radius: 0px 43px;
    padding: 0px 0px;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
}

.footer2 {
    position: relative;
    left: 0px;
    color: #fff;
}

.footer2 h2 {
    margin: 0 0 30px;
    padding-top: 10px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer2 ul a {
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.footer2 ul a:hover {
    color: #d5b272;
    font-weight: 600;
}

.footer3 {
    color: #fff;
}

.footer3 h2 {
    margin: 0 0 30px;
    padding-top: 10px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer3 p {
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    line-height: 1.75;
    font-size: 16px;
    font-weight: 400;
}

.footer3 p a {
    font-weight: 400;
    line-height: 25px;
    font-size: 13px;
    color: #fff;
}


.footerstrip {
    position: relative;
}

.strip-txt-1 h3 {
    float: left;
    text-align: left;
    color: #ffffff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
}

.strip-txt-1 {
    text-align: left;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: start;
    justify-items: start;
    text-align: right;
}

.strip-txt-2 {
    text-align: right;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: end;
    justify-items: end;
    text-align: right;
}

.strip-txt-2 h4 {
    float: left;
    text-align: right;
    color: #ffffff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
}


/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #ffe130;
    z-index: 200;
    border-radius: 100px;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}


/*whatsapp-icon*/


    #whatsapp-icon {
        position: fixed;
        bottom: 40px;
        left: 10px;
        z-index: 9999;
    }

#whatsapp-icon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

#whatsapp-icon img:hover {
    transform: scale(1.1);
}


/* ============ media query ============== */
@media (max-width: 1050px) {
    .navigationBar {
        height: auto;
        padding-bottom: 10px;
    }

    .navbar-brand {
        margin-bottom: 12px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: solid 1px rgba(0, 0, 0, 0.3);
    }

    .navbar-collapse>ul>li {
        height: 50px;
        line-height: 50px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 30px 0;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 850px) {
    .navbar-collapse>ul>li>a {
        padding: 0 6px;
        font-size: 14px;
    }

    .tophead-menu-social {
        margin-bottom: 5px;
        margin-right: 0;
    }

    .tophead-menu-social,
    .tophead .tophead-menu-right {
        float: none !important;
        clear: both;
    }

}

@media (max-width: 767px) {
    .navigationBar {
        position: relative;

    }

    .navigationBarWrapper {
        position: relative;
    }

    .tophead {
        text-align: center;
        display: none;
    }

    .tophead-menu-social {
        clear: none;
        text-align: center;
    }

    .tophead .tophead-menu-right {
        clear: none;
        float: right !important;
    }

    .tophead .col-md-4.col-sm-4>.pull-right {
        float: none !important;
        width: 100%;
        clear: both;
        text-align: center;
        padding-top: 15px;
    }

    .tophead-menu-social {
        margin-bottom: 0;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 20px;
        margin-bottom: 14px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px #ddd;
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    .container {
        padding: 0 20px;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }

    .bannerSection {
        height: 400px;
    }

}

@media (max-width: 768px) {
    .navbar-collapse>ul>li>ul>li>ul {
        display: contents;
        visibility: unset;
        opacity: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000 !important;
    }

    .navbar-brand img {
        width: 70px;
        position: relative;
    }

    .navbar-brand img {
        padding: 5px;
        box-shadow: 0 0 0px 0px #0000001a;
    }

    .navbar-brand {
        top: 4px;
    }

    .svg-wrapper {
        height: 57px;
    }

    .banner-txt {
        top: 15%;
        padding: 13px 0;
        left: 20px;
    }

    .banner-txt h1 {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 0 0 5px 0;
    }

    .banner-txt p {
        font-size: 12px;
        line-height: normal;
        padding: 0 0 13px;
    }

    .banner-txt a {
        font-size: 8px;
        letter-spacing: 2px;
        padding: 5px 15px;
        top: 0;
    }


    .about-boxx {
        padding: 10px 0 10px;
        height: auto;
        display: grid;
    }

    .aboutimg {
        position: relative;
        left: 0;
        top: 0px;
    }




    /* ------------about------------ */
    .aboutsection {
        position: relative;
        width: 100%;
        clear: both;
        background-color: #ffffff;
        padding: 50px 17px;
    }

    .aboutimg {
        position: relative;
        left: 0;
        top: 30px;
        width: 100%;
    }

    .abouttxt li {
        margin: 0 12px 10px 0;
        padding: 5px 8px;
        font-size: 18px;
    }

    .abouttxt h1 {
        color: #000;
        font-family: "Josefin Sans", sans-serif;
        font-size: 43px;
        font-weight: 300;
        line-height: 1.2em !important;
    }

    .abouttxt {
        padding: 0px;
        text-align: left;
        padding: 20px;
    }

    .abouttxt p {
        color: #494848;
        font-family: "Josefin Sans", sans-serif;
        font-size: 17px;
        font-weight: 300;
        line-height: 1.6em;
        position: relative;
        left: 0;
        text-align: justify;
    }

    /* ------------extra-feature------------


    .extra-feature-head h3 {
            color: #34414b;
            font-size: 26px;
            font-weight: 300;
            font-family: "Josefin Sans", sans-serif;
            margin-bottom: 0;
    }

    .extra-feature-head h2 {
            color: #34414b;
            font-size: 30px;
            font-weight: 700;
            padding: 0;
            margin-bottom: 0;
            font-family: "Josefin Sans", sans-serif;
    }

    .extra-feature-head a {
            font-size: 15px;
            font-weight: 500;
            fill: #fff;
            color: #fff;
            background-color: #d5b272;
            border-radius: 0 0 0 0;
            position: relative;
            top: 0px;
            font-family: "Josefin Sans", sans-serif;
    }

    .extra-feature {
            position: relative;
            padding: 50px 0px 35px;
            background-color: #f9f9f9;
            display: flex;
            align-items: center;
            justify-content: center;
            justify-items: center;
            text-align: center;
    }

    .extra-block {
            padding: 10px 30px;
    }

    .extra-feature-head .col-md-12 {
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;
            justify-items: center;
            text-align: center;
    }

    .extra {
            background-color: #fff;
            box-shadow: 0px 0px 6px 0px darkgrey;
            text-align: left;
            padding: 27px 47px;
            margin-bottom: 30px;
    }


    .extra-block .col-md-3 {
            padding: 0px;
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;
            justify-items: center;
            text-align: center;
    } */



    /* ------------gallerysection------------ */

    /* 
            .gallery-box1 h2 {
                    color: #fff;
                    font-family: "Josefin Sans", sans-serif;
                    font-size: 45px;
                    font-weight: 700;
                    padding: 0;
            }
    
            .gallerysection-1 {
                    background: url(../images/gallery-background.jpg);
                    background-attachment: fixed;
                    background-size: cover;
                    position: relative;
                    padding: 50px 17px;
                    position: relative;
            }
    
            .gallery-box1 p {
                    color: #fff;
                    font-family: "Josefin Sans", sans-serif;
                    font-size: 16px;
                    font-weight: 300;
                    padding-bottom: 20px;
                    width: 100%;
            } */

    /* ------------exploresection------------

    .explore-image {
            border-style: solid;
            border-width: 15px;
            border-color: #fff;
            box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .08);
            position: relative;
            top: 0;
    }

    .exploresection {
            background: url(../images/explore-background.jpg);
            background-attachment: fixed;
            background-size: cover;
            position: relative;
            padding: 50px 14px;
            position: relative;
    }



    .explore-txt {
            padding: 25px 0px;
    }

    .explore-txt h3 {
            color: #d5b272;
            font-family: "Josefin Sans", sans-serif;
            font-size: 29px;
            font-weight: 500;
            padding: 0;
            margin-bottom: 0;
            background: linear-gradient(to right, #fa5f01 0%, #faaf01 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
    }

    .explore-txt h2 {
            color: #d5b272;
            font-family: "Josefin Sans", sans-serif;
            font-size: 46px;
            font-weight: 700;
            padding: 0;
            margin-bottom: 0;
            background: linear-gradient(to right, #fa5f01 0%, #faaf01 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
    }

    .explore-txt p {
            color: #494848;
            font-family: "Josefin Sans", sans-serif;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.6em;
            padding-top: 10px;
    }

    .explore-txt a {
            font-family: "Josefin Sans", sans-serif;
            font-size: 23px;
            font-weight: 500;
            fill: #fff;
            color: #fff;
            background-color: #d5b272;
            border-radius: 0 0 0 0;
            position: relative;
            top: 20px;
            left: 0;
    } */



    /* ------------destination------------

    .destination {
            position: relative;
            padding: 50px 17px 0px;
            position: relative;
            background-color: #f9f9f9;
            display: flex;
            align-items: center;
            justify-content: center;
            justify-items: center;
            text-align: center;
    }

    .destination-image {
            margin-bottom: 20px;
    }

    .destination-head h2 {
            color: #000;
            font-family: "Josefin Sans", sans-serif;
            font-size: 36px;
            font-weight: 300;
            line-height: 1.3em;
            padding: 0;
    }
    */





    .brand-section .owl-theme .owl-buttons>div.owl-prev {
        position: absolute;
        left: 10px;
    }

    .brand-section .owl-theme .owl-buttons>div.owl-next {
        position: absolute;
        right: 10px;
    }

    .brand-section .owl-theme .owl-buttons>div {
        bottom: 11vh;
        z-index: 2;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px !important;
    }


    .brand-box {
        margin: 20px 49px;
    }

    .product-section {
        padding: 50px 0 20px;
    }



    .abouttxt h2 {
        color: #d9ba80;
        font-size: 32px;
    }


    .service-head h2 {
        font-size: 32px;
    }


    .blog-txt h2 {
        font-size: 32px;
    }

    .blog-txt h3 {
        font-size: 28px;
    }


    .svg-wrapper {
        height: 80px;
    }

    .brand-head h2 {
        font-size: 32px;
    }

    /* ------------footer-section------------ */
    .footer-section {
        padding: 30px 0;
    }

    .socialLinks ul li a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        font-size: 15px;
        text-align: center;
        margin: 0 5px;
    }

    .socialLinks ul {
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .socialLinks {
        display: block;
        clear: both;
        padding-top: 0;
        position: relative;
        top: 0;
        text-align: right;
    }

    .footer h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer p {
        text-align: left;
        float: left;
        margin: 0;
        padding: 0 0px;
        color: #ffffff;
        line-height: 1.5;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 22px;
    }

    .footer1 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer2 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer3 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .strip-txt-1 {
        text-align: center;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-1 h3 {
        text-align: center;
        color: #ffffff;
        font-family: "Josefin Sans", sans-serif;
        font-size: 15px;
        margin: 0;
    }

    .strip-txt-2 {
        text-align: right;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-2 h4 {
        text-align: center;
        color: #ffffff;
        font-family: "Josefin Sans", sans-serif;
        font-size: 15px;
    }

}

/* -------------------------- */

@media (max-width : 768px) {

    .navbar-collapse>ul>li:last-child {
        margin: auto;
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li:last-child a {
        background: none;
        color: #000 !important;
        border-radius: 6px;
    }

    .navbar-default .navbar-nav>li:last-child a:hover,
    .navbar-default .navbar-nav>li:last-child a:focus {
        color: #333;
        background-color: transparent;
    }

}


/*----------------*/

.product-content a {
    margin-top: 10px;
}


/*----------------------------------------------------------------------*/


/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 227px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#ffcc2a;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */

@media (max-width : 768px) {
    .innerBannerSection{
        height: 150px;
    }
    .innerBannerSection .head {
        position: absolute;
        top: 55px;
    }
}

.sub-product{
    background: url(assets/images/tour-background.jpg) repeat;
    background: #f4f4f48c;
    background-size: contain;
}




.elementor-lightbox .elementor-lightbox-image {
    background: #fff;
}
