/*!
Theme Name: SPM Tech
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: spm-tech
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.

SPM Tech 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;
    color: #444444bd;
    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: block;
    position: relative;
    padding-bottom: 10px;
    font-size: 36px;
    font-weight: bold;
}

.heading small {
    display: block;
    font-size: 18px;
    color: #f79133;

    margin-bottom: 12px;

}

.heading small a {
    color: inherit;
}



.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 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: #133152 !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;
}

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


/*navigationBarWrapper*/

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

.tophead {
    display: block;
    width: 100%;
    height: auto;
    /* padding: 8px 0; */
    background: linear-gradient(135deg, #1a79aa, #26405e);

    /* border-bottom: solid 1px #eee; */
}



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

.socialLinks .fa-brands {
    background: #f79133;
    border-radius: 50px;
    transition: 0.8s;
}

.socialLinks .fa-brands:hover {
    background: #0b2c4d;
    color: #ffffff;
}


.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: 20px;
}




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

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


.tophead-menu-social ul li {
    background: linear-gradient(81deg, rgba(75, 165, 90, 1) 12%, rgba(2, 140, 160, 1) 100%);
    margin: 5px 5px;
    border-radius: 100px;
    display: inline-block;
    list-style-type: none;
    padding: 8px 15px;
    float: left;
    color: #fff;
    transition: 0.8s;
}

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

.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 i {
    background: #004971;
    color: #fff;
    border-color: transparent;
}

/*navigationBar*/

.navigationBar {
    display: block;
    width: 100%;
    height: 80px;
    position: fixed;
    padding: 0;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    z-index: 999;
}

/*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: 0px;
}

.navbar-brand img {
    height: 80px;
    position: relative;
}

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

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

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

/*navbar-collapse*/

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

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

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



.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {

    background: transparent !important;
    color: #004971 !important;
}

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

/*drop down menu*/

.navbar-collapse>ul>li>ul {

    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: -100px;
    margin: 0;
    background-color: #F79133;
    z-index: 10;
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}

@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>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: #222;
    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 {
    background: #112d4e;
}

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

.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: 200px;
    height: auto;
    position: absolute;
    left: 90%;
    line-height: normal;
    top: 0;
    background-color: #F79133;
    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: #ffffff;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
    white-space: normal;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #004971;
}

.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-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    background: #000;
    height: 760px;
} */

.banner-img {
}

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

.banner-img video {
    width: 100%;
}

.banner-txt {
    position: absolute;
    width: 100%;
    top: 30%;
    text-align: center;
    line-height: normal;
    color: white;
    /* text-shadow: 3px 3px 10px #00000073; */
    letter-spacing: normal;
    /* background: #000000ab; */
    padding: 20px 0 40px;
    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 50px 20px;
    color: #f2ce8a;
}

.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: #4ba55a;
    color: #000;
    transition: 0.6s;
}

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

/* 

/*carouselWithArrows*/



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


/* ----------------------featuresection-------------------------------- */

.featuresection {
    width: 100%;
    background: url(../images/tour-background.jpg);
    color: #000;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 50px 0px 100px;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    width: 100%;
}

.featuresection::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 3%);
}

.feature {
    text-align: center;
    background-color: #fff;
    padding: 36px 0px;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    transition: all 300ms ease-in-out;
}

.feature:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}


.feature img {
    width: 80px;
    position: relative;
}

.feature-head h2 {
    color: #000;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 0;
}

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

.feature h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-top: 28px;
}

.feature p {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
}

.feature-head {
    text-align: center;
}


/* ---------------about-section------------ */
.aboutsection {
    padding: 50px 0px;
    position: relative;
    clear: both;
    width: 100%;
}


.aboutafter {
    width: 400px;
    height: 400px;
    background-color: #f79133;
    position: absolute;
    left: 30px;
    top: 0px;
    z-index: -1;
    border-radius: 10px;
}

.aboutbefore {
    width: 400px;
    height: 400px;
    background-color: #133152db;
    position: absolute;
    right: 30px;
    bottom: 0px;
    z-index: -1;
    border-radius: 10px;
}




/* step-section */
.step-section {
    position: relative;
    width: 100%;
    padding: 40px 00px 70px;
    text-align: center;
    overflow: hidden !important;
    clear: both;
}

.step-section-head h2 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}


.step-section-head h4 {
    color: #808080;
    font-family: "Josefin Sans", sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.3em;
}

.step-img {
    text-align: center;
    margin: 0px 26px;
    border: 1px solid #c6c6c6;
    border-radius: 100px;
    padding: 10px;
    box-shadow: 16px -16px 2px -5px #d1e8dc;
}

.step-img img {
    padding: 10px;
}

.step-box {
    text-align: center;
    /* border: 1px solid; */
    padding: 10px;

}

.step-box:after {
    font-family: "FontAwesome";
    content: "\f101";
    display: block;
    /* width: 57px; */
    font-size: 45px;
    /* height: 30px; */
    color: #0d9096;
    position: absolute;
    bottom: 111px;
    right: -25px;
}

.step-box-last {
    text-align: center;
    /* border: 1px solid; */
    padding: 10px;
}

.step-txt {
    padding: 20px 0 20px;
}

.step-txt h3 {
    font-size: 16px;
    margin: 0;
    letter-spacing: 0px;
}






















/* ourAttractions-container section */
.ourAttractions-container {
    position: relative;
    width: 100%;
    clear: both;
}

.service-head {
    text-align: center;
    line-height: 1.9;
}

.service-head h2 {
    color: #fff;
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 42px;
}


.service-head h2::after {
    top: -15px;
}

.ourAttractions-container {
    background: url(../images/attractionsection-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 50px 0px 70px;
    position: relative;
    overflow: hidden;

}

.ourAttractions-container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background: #000000de;
}

.ourAttractions-container .container {
    position: relative;
    z-index: 10;
}

.ourAttractions-container .row {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0px 0px 23px 3px #364753;
}

.ourAttractions-container .row .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

.serv-block,
.serv-block-side {
    display: block;
    width: 100%;
    height: 230px;
    position: relative;
    overflow: hidden;
}

.serv-block img {
    width: 100%;
}

/*serv-block-side*/
.serv-block-side {

    background: #fff;
    color: #000;
    background-size: cover;
    text-align: center;
    transition: all 300ms ease-in-out;
}

/* .serv-block-side:hover {
    background: linear-gradient(81deg, rgba(75, 165, 90, 0.651) 12%, rgba(2, 139, 160, 0.63) 100%);
    color: #fff;
} */

.serv-block-side img {
    display: block;
    width: 90px;
    margin: 10px auto;
}

.serv-block-desc {
    display: block;
    width: 100%;
    height: 100%;
    padding: 90px 20px;
}

.serv-block-desc h3 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.serv-block-desc p {
    font-size: 12px;
    margin-bottom: 5px;
}

.serv-block-desc h3:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0%;
    right: 0%;
    width: 50px;
    height: 3px;
    margin: 0 auto;
    background: #d5b272;
}

.serv-block-desc a {
    font-weight: bold;
}


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


.ourAttractions-container .serviecBlockArrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 44%;
    background: #fff;
    transform: rotate(45deg);
    right: -15px;
}

/* .ourAttractions-container .serv-block:nth-of-type(1) .serviecBlockArrow {
    right: -15px;
} */

.ourAttractions-container .serviecBlockArrow-2 {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 44%;
    /* left: -15px; */
    background: #fff;
    transform: rotate(45deg);
    left: -15px;
}

/* .ourAttractions-container .serv-block:nth-of-type(1) .serviecBlockArrow-2 {
    left: -15px;
} */


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






/* ============ blogsection ============== */
.blogsection {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 50px 00px 70px;
    background-color: #f8f8f8;
}

.blog-txt {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0px 71px 0px 0px;
}

.blog-txt h2 {
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.blog-txt h3 {
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    font-size: 35px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 1.5em !important;
}

.blog-txt p {
    color: #494848;
    font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6em
}

.blog-txt a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 21px;
    font-weight: 500;
    fill: #fff;
    color: #fff;
    background-color: #d5b272;
    border-radius: 100px !important;
    position: relative;
    top: 25px;
}

.blog-post {
    background: white;
    padding: 0 0 15px;
    /* border: 1px solid #f1f1f1; */
    box-shadow: 0px 0px 13px -8px #000000c2;
    border-radius: 5px;
}

.blog-post img {
    border-radius: 5px 5px 0 0;
}

.blog-txt a:hover {
    color: #fff;
    background-color: #b3b6b8;
}

.post-txt {
    padding: 10px 8px;
}

.blog-post .txt1 {
    font-size: 18px;
    color: #282828;
    padding-bottom: 5px;
}

.blog-post .txt2 {
    color: #595959;
    font-size: 17px;
    --widgets-spacing: 20px;
    position: relative;
    top: 10px;
}

.blog-post a i {
    color: #1b9588;
    padding: 0 10px 0 0;
    font-size: 20px;
}





















/* ============ tesstimonial ============== */


.tesstimonial {
    background: url(../images/test-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;

    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 40px 00px 150px;

}

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





.testimonial-head {
    text-align: center;
    line-height: 1 !important;
}

.testimonial-head h2 {
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    font-size: 42px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.testimonial-head h3 {
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    font-size: 38px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.test-img {
    text-align: center;
    border-radius: 50px;
    position: relative;
    top: 46px;
}

.test-img img {
    border-radius: 100px;
}

.tesstimonial-box {
    width: 100%;
    padding: 40px 30px;
    position: relative;
    float: left;
    /* background: linear-gradient(81deg, rgba(75, 165, 90, 1) 12%, rgba(2, 140, 160, 1) 100%); */
    background: linear-gradient(81deg, rgb(114 181 125) 12%, rgb(64 180 197) 100%);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    border-radius: 30px;

}

.test-txt img {
    margin-bottom: 30px;
}

.advisor-logo {
    position: absolute;
    top: 0;
    right: 0;
}

.test-txt p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.test-txt h3 {
    color: #fff;
    font-weight: 600;
    margin: 10px 0px;
    font-size: 20px;
    text-transform: capitalize;
}

.tesstimonial-box .owl-pagination {
    margin-top: 0;
    text-align: right;
    position: relative;
    left: 0;
    bottom: 0;
}


.rating {
    display: inline-block;
}

.rating li {
    display: inline-block;
}

.rating li i {
    color: #fff;
}

.tesstimonial .owl-theme .owl-controls .owl-page span {
    background: #fff;
}




.svg-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 130px;
    /* background: rgba(0, 0, 0, 0.1); */
    bottom: 0;
}

.svg-wrapper svg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999 !important;
}


.tesstimonial .svg-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    /* background: rgba(0, 0, 0, 0.1); */
    bottom: 0;
}

.tesstimonial .svg-wrapper svg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999 !important;
}










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

}

.brand-head {
    color: #000;
}

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

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

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


.brand-section .owl-buttons {
    margin: -48px 0 0 0;
}

.brand-section .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #000000;
    filter: Alpha(Opacity=50);
    opacity: 1;
    position: relative;
    z-index: 999;
}

.brand-section .owl-theme .owl-buttons>div {
    display: block;
    position: absolute;
    bottom: 7vh;
    z-index: 2;
    border-radius: 50px;
    border: 1px solid rgb(0, 0, 0);
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: none !important;
    font-weight: 100;
    font-size: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #000 !important;
    opacity: 0.9 !important;
    border-radius: 20px !important;
    text-align: center;
}

.brand-section .owl-theme .owl-controls {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

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

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




/* end brand-section */















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





.footer-section {
    /* background: url(../images/footer-background.jpg); */
    background: linear-gradient(81deg, rgb(247 177 10) 12%, rgb(10 44 77) 100%);
    /* 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: 10px;
    position: relative;
    top: -15px;
    text-align: right;
}

.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: 48px;
    height: 48px;
    line-height: 47px;
    border-radius: 50%;
    font-size: 20px;
    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: 45px 0 30px;
    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: 45px 0 30px;
    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: 45px 0 30px;
    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: 45px 0 30px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer3 p {
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    line-height: 2;
    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: #f79133;
    z-index: 200;
    border-radius: 100px;
}

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



/* ============ 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;
    }

    .tophead {
        text-align: center;
    }

    .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: 30px;
    }

    .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) {
    .step-box:after {
        bottom: -20px;
        transform: rotate(90deg);
        right: 0;
        left: 0;
    }

    .ourAttractions-container .serviecBlockArrow {
        right: 153px;
        bottom: -16px;
    }

    .ourAttractions-container .serviecBlockArrow-2 {
        left: 153px;
        top: -16px;
    }

    .step-box {
        margin: 0 0 50px;
    }

    .navbar-brand img {
        height: 40px;
        position: relative;
    }

    .navbar-brand {
        top: 20px;
    }

    .svg-wrapper {
        height: 57px;
    }

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

    .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 15px 13px;
    }

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


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

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



    /* ------------feature------------ */
    .featuresection {
        width: 100%;
        background: url(../images/tour-background.jpg);
        color: #000;
        background-attachment: fixed;
        background-size: cover;
        position: relative;
        padding: 50px 0px;
        display: grid;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
        width: 100%;
    }

    .feature-head h2 {
        color: #000;
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 0;
        padding: 0;
    }

    .feature-head span {
        color: #000;
        font-size: 28px;
        font-weight: 300;
    }

    .feature {
        text-align: center;
        background-color: #fff;
        padding: 36px 0px;
        display: grid;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
        margin-bottom: 40px;
    }


    /* ------------about------------ */
    .aboutsection {
        position: relative;
        width: 100%;
        clear: both;
        background-color: #ffffff;
        padding: 40px 0px 80px;

        overflow: hidden;
    }

    .feature-card {
        height: 300px !important;
    }

    .aboutafter {
        width: 250px;
        height: 250px;
        background-color: #f7b10a;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: -1;
        border-radius: 10px;
    }

    .aboutbefore {
        width: 250px;
        height: 250px;
        background-color: #133152db;
        position: absolute;
        right: 5px;
        bottom: 4px;
        z-index: -1;
        border-radius: 10px;
    }

    .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: 0px;
        text-align: center;
    }

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

    /* ------------videosection------------ */


    .videotxt {
        padding: 40px 45px;
        color: #000000;
        background-color: #fff;
        width: 100%;
        flex-direction: row;
        display: grid;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
        position: relative;
        left: 0;
    }



    .videosection {
        position: relative;
        /* background-attachment: fixed; */
        background-size: cover;
        padding: 50px 25px;
        position: relative;
        background: url(../images/video-background.jpg);
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .video-content h2 {
        color: #fff;
        font-family: "Josefin Sans", sans-serif;
        font-size: 36px;
        font-weight: 300;
        line-height: 1.3em;
        text-align: left;
        padding: 0;
    }

    .videolink {
        padding: 10px 0px;
        display: flex;
        align-items: center;
        margin-top: 16px;
    }


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





    /* ------------blogsection------------ */
    .blogsection {
        position: relative;
        width: 100%;
        clear: both;
        overflow: hidden;
        padding: 50px 17px;
        background-color: #f8f8f8;
    }

    .blog-txt {
        position: relative;
        width: 100%;
        flex-wrap: wrap;
        align-content: flex-start;
        padding: 0;
        margin-bottom: 50px;
    }

    .blog-post {
        padding: 25px 00px;
    }


    /* ------------tesstimonial------------ */
    .tesstimonial {
        position: relative;
        width: 100%;
        clear: both;
        overflow: hidden;
        padding: 50px 0 90px;
    }

    .testimonial-head h2 {
        color: #fff;
        font-family: "Josefin Sans", sans-serif;
        font-size: 32px;
        font-weight: 700;
        padding: 0;
        margin: 0;
    }

    .testimonial-head h3 {
        font-size: 28px;
        font-weight: 300;
        padding: 0;
        margin: 0;
    }

    .test-txt p {
        color: #fff;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 12px;
    }

    .test-txt h3 {
        font-weight: 300;
        margin: 0;
        font-size: 18px;
    }

    .test-img {
        border-radius: 50px;
        top: 0;
        padding: 0px 27px;
    }

    .test-txt img {
        margin-bottom: 8px;
    }

    .tesstimonial-box {
        padding: 20px 30px 40px;
        display: flex;
    }




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


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

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

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

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

    .step-img {
        margin: 0px 90px;
    }

    .tesstimonial .svg-wrapper {
        height: 80px;
    }

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

    /* ------------footer-section------------ */
    .footer-section {
        padding: 50px 35px 20px;
    }

    .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;
        margin-top: 18px;
    }

    .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;
        margin-bottom: 10px;
    }

    .footer-top {
        display: inline-block;
        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;
    }

}

.features-section {
    background: #f8f9fa;
    padding: 50px 0;
    background: url(assets/images/tour-background.jpg);
}

.section-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-title span {
    color: #f79133;
}

.section-subtext {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

.feature-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 280px;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.feature-card .icon {
    font-size: 40px;
    color: #f79133;
    margin-bottom: 20px;
}

.feature-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-card p {
    font-size: 16px;
    color: #444444bd;
}

/* -----------------------product-slider-section----------------------- */

.product-slider-section {
    position: relative;
    clear: both;
    width: 100%;
    padding: 50px 0px;
    background: url(assets/images/productback.jpg) fixed center center;
}

.product-slider-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: 0.8;
}

.product-slider-section .section-title {
    color: white;
}

.product-slider-section .section-subtext {
    color: white;
}

.Product-card {
    transition: all 0.3s ease;
    padding: 0px;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    height: 480px;
    background: white;
    border-radius: 10px;
}

.Product-card img {
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.Product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.Product-txt {
    padding: 15px;
}

.Product-txt h4 {
    font-size: 22px;
    font-weight: 600 !important;
}

.Product-txt p {
    margin-bottom: 10px;
}

.Product-txt a:hover {
    color: #004971;
    text-decoration: underline;
}

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

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

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




/*mediaGallery*/
.mediaGallery {
    background: url(assets/images/galllery_back.jpg) fixed center center;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    background-attachment: fixed;
    background-size: cover;
    position: relative;

}

.mediaGallery::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.87);
    opacity: 0.8;
}

.mediaheading {
    color: #ffffff;
    text-align: center;
    position: relative;
}

.mediaGallery .heading {
    color: #0276fa;
}

.mediaGallery .btn-rounded {
    position: relative;
    background: #f79133 !important
}

w .mediaGallery::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.87);
}

.mediaGallery .col-sm-4 {
    padding: 0;
}

.media-head {
    text-align: center;
    line-height: 5.9;
    position: relative;
}

.media-head h2 {
    color: #ffffff !important;
    line-height: 1.9 !important;
}

.media-head h2 span {
    color: #ffffff !important;

}

.media-head h2::after {
    top: -15px;
}

.media-head h2::after {
    display: block;
    content: url(../images/serperator.png);
    position: relative;
    top: -45px;
    width: 49px;
    height: 12px;
    margin: 0 auto 45px;
}

.mediaImgLink {
    display: block;
    width: 95%;
    float: left;
    background: #505050;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    border: none;
    /* removed border */
    border-radius: 15px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 33%);
    /* white box shadow */
}


.mediaImgLink img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 300ms ease-in-out;
}

.mediaImgLink:hover img {
    opacity: 0.3;
}

.mediaImgLink h3 {
    display: block;
    position: absolute;
    transition: all 300ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    opacity: 0;
    color: #fff;
    visibility: hidden;
    z-index: 1;
}

.mediaImgLink:hover h3 {
    top: 100px;
    visibility: visible;
    opacity: 1;
}

.mediaImgLink i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #f7b10a;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    font-size: 26px;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.mediaImgLink:hover i {
    bottom: 60px;
    visibility: visible;
    opacity: 1;
}

.spmsection {

    position: relative;
    width: 100%;
    clear: both;
    padding: 50px 0px;
    background: #ebebeb;

}

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

    .navbar-collapse>ul>li>ul>li:hover {
        background: transparent;
    }
    .innerBannerSection .head {
        position: absolute;
        top: 65PX !important;
    }
    .innerBannerSection {
        width: 100%;
        position: relative;
        height: 250px !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #112d4e;
}




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

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 320px;
    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: 180px;
}
.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:#017afe;
    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 */



/* 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:#F79133;
    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 */


.youtube-frame {
    border:3px solid #ffffff;
    border-radius: 10px;
    margin-bottom: 30px;
}
.multi-contact-sidebar {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    transition: all 0.4s ease;
}

/* Each tab layout */
.sidebar-tab {
    display: flex;
    align-items: flex-start;
    position: relative;
    transition: all 0.4s ease;
}

/* Vertical tab label */
.tab-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background: #000;
    color: #fff;
    padding: 10px 5px;
    font-weight: bold;
    text-align: center;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.tab-label .fas{
    margin-bottom: 10px;
    font-size: 18px;
}

.tab-label .fab{
    margin-bottom: 10px;
    font-size: 18px;
}

.tab-label:hover{

    color: #ffffff;
    background: #f79133 !important;
}


/* WhatsApp and Phone tabs colors */
.tab-label.whatsapp {
    background: #25D366;
    color: white;
}
.tab-label.phone {
    background: #ff0033;
}

/* Hidden sliding content box (form) */
.tab-content.contact-form {
    position: absolute;
    right: 40px; /* leave space for tab */
    top: 0;
    background: #fff;
    padding: 20px;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.3s ease;
    z-index: -1;
}

/* Slide-in effect when open */
.sidebar-tab.open .tab-content.contact-form {
    transform: translateX(0%);
    opacity: 1;
    z-index: 1;
}

/* Form styling */
.tab-content form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tab-content input,
.tab-content textarea {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}

.tab-content button {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}


/* contact page */
.contactpage {
    position: relative;
    clear: both;
    width: 100%;
    padding: 80px 0px;
    background: white;
    /*   background:url(assets/images/Untitled-2.jpg) no-repeat;*/
    background-size: cover;
}

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

.contactpage .contactForm {
    background: transparent;
    display: block;
    padding: 30px 30px;
    text-align: center;
    border: none;
    border-radius: 5px;
    /*box-shadow: 0px 0px 32px -20px #000000;*/
    border: solid 1px #e9e9e9;
    color: #fff;
}
.contactForm h4{
    font-weight: 600;
    font-size: 22px !important;
    color: #F79133;
}
.contactpage .contactForm p{
    height: 26px;
    color: red;
}
.officeAddress {
    padding: 25px 25px 25px 25px;
}
.officeAddress h3 {
    color: #000;
    font-weight: 600;
    text-transform: capitalize !important;
    font-size: 30px !important;
    margin-bottom: 20px;
}
.officeAddress i{
    /*color: #307755;*/
}
.officeAddress img{
    width: 50%;
    margin: 0 auto;
}
.preciantImg h4{
    font-weight: 600;
    margin: 10px auto;
}

.officeAddress p{
    color: black;
    font-size: 15px;
    margin: 0 0 5px 0;
}
.officeAddress p a{
    font-size: 15px;
    color: black;
}
.officeAddress p a:hover{
    color:#dd8f33 !important;
}
.officeAddress p i {
    color:#F79133;
    padding: 0px 5px 0 0;

}
.aboutText p{
    font-size: 16px;
}

/*/contactblock/*/


/*.contactblock {
    background: #011f64;
    padding: 35px 10px 10px 10px;
    height: 568px;
    box-shadow: 0 0px 12px rgb(0 0 0 / 45%);
}*/
.contactForm p{

    color: red;
    height: 5px;
    margin: 5px;

}
.contactblock{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: left;
}
/* CONTACT US */

.enquiry-form {
    position: relative;
}

.enquiry-form label {
    display: none;
    color: #fff;
}

.enq-formgroup {
    display: block;
    position: relative;
    margin-bottom: 15px;
}


.enq-formgroup i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #F79133;
    border-radius: 5px 0 0 5px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.enquiry-form .btn-transparent i{
    color: #F79133;


}
.enquiry-form input, .enquiry-form textarea {
    display: block;
    width: 100%;
    background: #fff;
    color: #222;
    text-indent: 45px;
    border: none;
}

.enquiry-form input {
    height: 40px;
    border-radius: 5px;
    border: solid 1px #bbbbbbbb;
    /*        /filter: drop-shadow(0px 0px 6px #dddddd);
            /*/
}
.enquiry-form textarea {
    height: auto;
    padding-top: 10px;
    border-radius: 5px;
    border: solid 1px #bbbbbbbb;
    position: relative;
    z-index: 99;

}

.enquiry-form input:focus, .enquiry-form textarea:focus {
    border-color: #eee;
}

.enquiry-form .textareabox i {
    top: 0;
    left: 0;
    border-radius: 0 5px 5px 0;
}

.enquiry-form .btn-transparent {
    background-color: #061d2f !important;
    color:white;
}
.enquiry-form .btn-transparent:hover {
    color: #fff !important;
}


.footer-widget__title {
    margin-bottom: 10px;
    color: #000c;
    font-weight: 600;
}
.socialLinks ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 19px;
}
/*.socialLinks{
    display: none;
}*/

@media (max-width: 768px){
    .contactblock{
        display: grid;
        justify-items: stretch;
    }
    .contactpage .contactForm {
        padding: 30px 15px;
    }
    .contactpage{
        padding: 50px 0px;
    }
    .containerWrapper {
        padding: 0 15px;
    }
    .socialLinks{
        display: none;
    }
}
